Class: Google::Cloud::Translate::V3::AdaptiveMtFile
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtFile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
An AdaptiveMtFile.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
The file's display name.
-
#entry_count ⇒ ::Integer
The number of entries that the file contains.
-
#name ⇒ ::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 file was created.
258 259 260 261 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 258 class AdaptiveMtFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The file's display name.
258 259 260 261 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 258 class AdaptiveMtFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_count ⇒ ::Integer
Returns The number of entries that the file contains.
258 259 260 261 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 258 class AdaptiveMtFile 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}
.
258 259 260 261 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 258 class AdaptiveMtFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this file was last updated.
258 259 260 261 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 258 class AdaptiveMtFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |