Class: Google::Cloud::Translate::V3::ImportAdaptiveMtFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ImportAdaptiveMtFileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
The request for importing an AdaptiveMt file along with its sentences.
Instance Attribute Summary collapse
-
#file_input_source ⇒ ::Google::Cloud::Translate::V3::FileInputSource
Inline file source.
-
#gcs_input_source ⇒ ::Google::Cloud::Translate::V3::GcsInputSource
Google Cloud Storage file source.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#file_input_source ⇒ ::Google::Cloud::Translate::V3::FileInputSource
Returns Inline file source.
294 295 296 297 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 294 class ImportAdaptiveMtFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_input_source ⇒ ::Google::Cloud::Translate::V3::GcsInputSource
Returns Google Cloud Storage file source.
294 295 296 297 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 294 class ImportAdaptiveMtFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}
.
294 295 296 297 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 294 class ImportAdaptiveMtFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |