Reference documentation and code samples for the Cloud AutoML V1 Client class ExportDataRequest.
Request message for AutoMl.ExportData.
Generated from protobuf message google.cloud.automl.v1.ExportDataRequest
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the dataset. |
↳ output_config |
Google\Cloud\AutoMl\V1\OutputConfig
Required. The desired output location. |
getName
Required. The resource name of the dataset.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the dataset.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOutputConfig
Required. The desired output location.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1\OutputConfig|null |
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. The desired output location.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
name |
string
Required. The resource name of the dataset. Please see Google\Cloud\AutoMl\V1\AutoMlClient::datasetName() for help formatting this field. |
outputConfig |
Google\Cloud\AutoMl\V1\OutputConfig
Required. The desired output location. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1\ExportDataRequest |