Class: Google::Cloud::Translate::V3::ExportDataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ExportDataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Request message for ExportData.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Required.
-
#output_config ⇒ ::Google::Cloud::Translate::V3::DatasetOutputConfig
Required.
Instance Attribute Details
#dataset ⇒ ::String
Returns Required. Name of the dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
.
85 86 87 88 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 85 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_config ⇒ ::Google::Cloud::Translate::V3::DatasetOutputConfig
Returns Required. The config for the output content.
85 86 87 88 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 85 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |