Class: Google::Cloud::Translate::V3::ExportDataRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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.

Returns:



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