Class: Google::Cloud::Translate::V3::ImportDataRequest

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

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}



32
33
34
35
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 32

class ImportDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_config::Google::Cloud::Translate::V3::DatasetInputConfig

Returns Required. The config for the input content.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 32

class ImportDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end