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 document provides reference documentation for the `TranslationModelMetadata` class within the Google AutoML v1 API, specifically version 3.2.0."],["`TranslationModelMetadata` is a class used for managing metadata that is specific to translation models, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties like `BaseModel`, `SourceLanguageCode`, and `TargetLanguageCode` which are used to specify the base model, source language, and target language for translation model training, respectively."],["The latest version available is 3.4.0, while this document covers the 3.2.0 version, which also lists prior versions going back to 2.2.0."],["The `TranslationModelMetadata` class has two constructors, one being default and the other accepting a `TranslationModelMetadata` parameter to copy the existing content."]]],[]]