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
- (::Google::Cloud::AutoML::V1::InputConfig) — Required. The desired input location and its domain specific semantics, if any.
#input_config=
def input_config=(value) -> ::Google::Cloud::AutoML::V1::InputConfig
Parameter
- value (::Google::Cloud::AutoML::V1::InputConfig) — Required. The desired input location and its domain specific semantics, if any.
Returns
- (::Google::Cloud::AutoML::V1::InputConfig) — Required. The desired input location and its domain specific semantics, if any.
#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.