Class: Google::Cloud::Translate::V3::AdaptiveMtSentence
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtSentence
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
An AdaptiveMt sentence entry.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Required.
-
#source_sentence ⇒ ::String
Required.
-
#target_sentence ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this sentence was created.
360 361 362 363 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 360 class AdaptiveMtSentence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}
.
360 361 362 363 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 360 class AdaptiveMtSentence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_sentence ⇒ ::String
Returns Required. The source sentence.
360 361 362 363 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 360 class AdaptiveMtSentence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_sentence ⇒ ::String
Returns Required. The target sentence.
360 361 362 363 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 360 class AdaptiveMtSentence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this sentence was last updated.
360 361 362 363 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 360 class AdaptiveMtSentence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |