Reference documentation and code samples for the Cloud AutoML V1 Client class ExportModelRequest.
Request message for AutoMl.ExportModel .
Models need to be enabled for exporting, otherwise an error code will be returned.
Generated from protobuf message google.cloud.automl.v1.ExportModelRequest
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the model to export.
↳ output_config
Google\Cloud\AutoMl\V1\ModelExportOutputConfig
Required. The desired output location and configuration.
getName
Required. The resource name of the model to export.
string
setName
Required. The resource name of the model to export.
var
string
$this
getOutputConfig
Required. The desired output location and configuration.
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. The desired output location and configuration.
$this
static::build
name
string
Required. The resource name of the model to export. Please see Google\Cloud\AutoMl\V1\AutoMlClient::modelName() for help formatting this field.
outputConfig
Google\Cloud\AutoMl\V1\ModelExportOutputConfig
Required. The desired output location and configuration.