Class: Google::Cloud::AutoML::V1::TranslationModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::TranslationModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/translation.rb
Overview
Model metadata that is specific to translation.
Instance Attribute Summary collapse
-
#base_model ⇒ ::String
The resource name of the model to use as a baseline to train the custom model.
-
#source_language_code ⇒ ::String
Output only.
-
#target_language_code ⇒ ::String
Output only.
Instance Attribute Details
#base_model ⇒ ::String
Returns 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}
.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1/translation.rb', line 63 class TranslationModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_language_code ⇒ ::String
Returns Output only. Inferred from the dataset. The source language (The BCP-47 language code) that is used for training.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1/translation.rb', line 63 class TranslationModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_language_code ⇒ ::String
Returns Output only. The target language (The BCP-47 language code) that is used for training.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1/translation.rb', line 63 class TranslationModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |