Class: Google::Cloud::AutoML::V1beta1::ImportDataRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoML::ImportData.

Instance Attribute Summary collapse

Instance Attribute Details

#input_configGoogle::Cloud::AutoML::V1beta1::InputConfig

Returns Required. The desired input location and its domain specific semantics, if any.

Returns:



99
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 99

class ImportDataRequest; end

#nameString

Returns Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.

Returns:

  • (String)

    Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.



99
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 99

class ImportDataRequest; end