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."],[[["This webpage details the `TranslationModelMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 3.0.0, used for managing translation model metadata."],["The `TranslationModelMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class offers two constructors: a default constructor `TranslationModelMetadata()` and another constructor that accepts an existing `TranslationModelMetadata` object, enabling object duplication."],["Key properties of this class include `BaseModel` for specifying a baseline model, `SourceLanguageCode` for the training source language, and `TargetLanguageCode` for the training target language."],["This page also lists all previous versions of the `TranslationModelMetadata`, up to version 2.2.0, and including the most recent version, 3.4.0."]]],[]]