public sealed class TranslationModelMetadata : IMessage<TranslationModelMetadata>, IEquatable<TranslationModelMetadata>, IDeepCloneable<TranslationModelMetadata>, IBufferMessage, IMessage
The resource name of the model to use as a baseline to train the custom
model. If unset, we use the default base model provided by Google
Translate. Format:
projects/{project_id}/locations/{location_id}/models/{model_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TranslationModelMetadata` class represents model metadata specific to translation tasks within the Google Cloud AutoML V1 API, and the latest version available is 3.4.0."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties for `BaseModel`, `SourceLanguageCode`, and `TargetLanguageCode`, which define the baseline model, source language, and target language for translation, respectively."],["There are two constructors available for creating a `TranslationModelMetadata` instance: a default constructor and one that takes another `TranslationModelMetadata` object as input for copying."],["The namespace `Google.Cloud.AutoML.V1` and the assembly `Google.Cloud.AutoML.V1.dll` contain the `TranslationModelMetadata` class and related items."]]],[]]