Class: Google::Cloud::AutoML::V1::TranslationDatasetMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::TranslationDatasetMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/translation.rb
Overview
Dataset metadata that is specific to translation.
Instance Attribute Summary collapse
-
#source_language_code ⇒ ::String
Required.
-
#target_language_code ⇒ ::String
Required.
Instance Attribute Details
#source_language_code ⇒ ::String
Returns Required. The BCP-47 language code of the source language.
31 32 33 34 |
# File 'proto_docs/google/cloud/automl/v1/translation.rb', line 31 class TranslationDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_language_code ⇒ ::String
Returns Required. The BCP-47 language code of the target language.
31 32 33 34 |
# File 'proto_docs/google/cloud/automl/v1/translation.rb', line 31 class TranslationDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |