Reference documentation and code samples for the Cloud AutoML V1 Client class ImportDataRequest.
Request message for AutoMl.ImportData .
Generated from protobuf message google.cloud.automl.v1.ImportDataRequest
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.
↳ input_config
Google\Cloud\AutoMl\V1\InputConfig
Required. The desired input location and its domain specific semantics, if any.
getName
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.
string
setName
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.
var
string
$this
getInputConfig
Required. The desired input location and its domain specific semantics, if any.
hasInputConfig
clearInputConfig
setInputConfig
Required. The desired input location and its domain specific semantics, if any.
$this
static::build
name
string
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added. Please see Google\Cloud\AutoMl\V1\AutoMlClient::datasetName() for help formatting this field.
inputConfig
Google\Cloud\AutoMl\V1\InputConfig
Required. The desired input location and its domain specific semantics, if any.