Class: Google::Cloud::AutoML::V1beta1::TranslationDatasetMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/translation.rb

Overview

Dataset metadata that is specific to translation.

Instance Attribute Summary collapse

Instance Attribute Details

#source_language_code::String

Returns Required. The BCP-47 language code of the source language.

Returns:

  • (::String)

    Required. The BCP-47 language code of the source language.



31
32
33
34
# File 'proto_docs/google/cloud/automl/v1beta1/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.

Returns:

  • (::String)

    Required. The BCP-47 language code of the target language.



31
32
33
34
# File 'proto_docs/google/cloud/automl/v1beta1/translation.rb', line 31

class TranslationDatasetMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end