Class: Google::Cloud::Translate::V3::AdaptiveMtDataset
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtDataset
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
The name of the dataset to show in the interface.
-
#example_count ⇒ ::Integer
The number of examples in the dataset.
-
#name ⇒ ::String
Required.
-
#source_language_code ⇒ ::String
The BCP-47 language code of the source language.
-
#target_language_code ⇒ ::String
The BCP-47 language code of the target language.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this dataset was created.
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.
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.
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}
.
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.
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.
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.
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 |