Cloud AutoML V1 API - Class Google::Cloud::AutoML::V1::ImportDataRequest (v0.10.0)

Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ImportDataRequest.

Request message for AutoMl.ImportData.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#input_config

def input_config() -> ::Google::Cloud::AutoML::V1::InputConfig
Returns

#input_config=

def input_config=(value) -> ::Google::Cloud::AutoML::V1::InputConfig
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.