public interface TranslationModelMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseModel()
The resource name of the model to use as a baseline to train the custom
model.
|
com.google.protobuf.ByteString |
getBaseModelBytes()
The resource name of the model to use as a baseline to train the custom
model.
|
String |
getSourceLanguageCode()
Output only.
|
com.google.protobuf.ByteString |
getSourceLanguageCodeBytes()
Output only.
|
String |
getTargetLanguageCode()
Output only.
|
com.google.protobuf.ByteString |
getTargetLanguageCodeBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBaseModel()
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}`
string base_model = 1;com.google.protobuf.ByteString getBaseModelBytes()
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}`
string base_model = 1;String getSourceLanguageCode()
Output only. Inferred from the dataset. The source language (The BCP-47 language code) that is used for training.
string source_language_code = 2;com.google.protobuf.ByteString getSourceLanguageCodeBytes()
Output only. Inferred from the dataset. The source language (The BCP-47 language code) that is used for training.
string source_language_code = 2;String getTargetLanguageCode()
Output only. The target language (The BCP-47 language code) that is used for training.
string target_language_code = 3;com.google.protobuf.ByteString getTargetLanguageCodeBytes()
Output only. The target language (The BCP-47 language code) that is used for training.
string target_language_code = 3;Copyright © 2025 Google LLC. All rights reserved.