public sealed class TranslationModelMetadata : IMessage<TranslationModelMetadata>, IEquatable<TranslationModelMetadata>, IDeepCloneable<TranslationModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class TranslationModelMetadata.
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 provides documentation for the `TranslationModelMetadata` class within the Google AutoML v1 API, focusing on version 3.1.0."],["`TranslationModelMetadata` is a class specific to translation models that inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the properties of `TranslationModelMetadata`, including `BaseModel`, `SourceLanguageCode`, and `TargetLanguageCode`, which are used for configuring and understanding the training parameters of the model."],["The webpage also lists other available versions, ranging from 2.2.0 to 3.4.0 which is the latest version available, of the `TranslationModelMetadata` API class documentation."],["The documentation includes details on the constructors for the `TranslationModelMetadata` class, allowing for the creation of new instances or copies of existing ones."]]],[]]