Cloud AutoML V1 API - Class Google::Cloud::AutoML::V1::TranslationDatasetMetadata (v0.5.1)

Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::TranslationDatasetMetadata.

Dataset metadata that is specific to translation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#source_language_code

def source_language_code() -> ::String
Returns
  • (::String) — Required. The BCP-47 language code of the source language.

#source_language_code=

def source_language_code=(value) -> ::String
Parameter
  • value (::String) — Required. The BCP-47 language code of the source language.
Returns
  • (::String) — Required. The BCP-47 language code of the source language.

#target_language_code

def target_language_code() -> ::String
Returns
  • (::String) — Required. The BCP-47 language code of the target language.

#target_language_code=

def target_language_code=(value) -> ::String
Parameter
  • value (::String) — Required. The BCP-47 language code of the target language.
Returns
  • (::String) — Required. The BCP-47 language code of the target language.