Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ImportDataRequest.
Request message for AutoMl.ImportData.
Generated from protobuf message google.cloud.automl.v1beta1.ImportDataRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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\V1beta1\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.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInputConfig
Required. The desired input location and its domain specific semantics, if any.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1beta1\InputConfig|null |
hasInputConfig
clearInputConfig
setInputConfig
Required. The desired input location and its domain specific semantics, if any.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\InputConfig
|
Returns | |
---|---|
Type | Description |
$this |