Class: Google::Cloud::Translate::V3::AdaptiveMtDataset

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/translate/v3/adaptive_mt.rb

Overview

An Adaptive MT Dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when this dataset was created.

Returns:



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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

#display_name::String

Returns The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

Returns:

  • (::String)

    The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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

#example_count::Integer

Returns The number of examples in the dataset.

Returns:

  • (::Integer)

    The number of examples in the dataset.



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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

#name::String

Returns Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}.

Returns:

  • (::String)

    Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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

#source_language_code::String

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

Returns:

  • (::String)

    The BCP-47 language code of the source language.



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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

#target_language_code::String

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

Returns:

  • (::String)

    The BCP-47 language code of the target language.



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when this dataset was last updated.

Returns:



49
50
51
52
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 49

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