Cloud AutoML V1 Client - Class ExportModelOutputInfo (1.6.0)

Reference documentation and code samples for the Cloud AutoML V1 Client class ExportModelOutputInfo.

Further describes the output of model export.

Supplements ModelExportOutputConfig.

Generated from protobuf message google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo

Namespace

Google \ Cloud \ AutoMl \ V1 \ ExportModelOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_output_directory string

The full path of the Google Cloud Storage directory created, into which the model will be exported.

getGcsOutputDirectory

The full path of the Google Cloud Storage directory created, into which the model will be exported.

Returns
TypeDescription
string

setGcsOutputDirectory

The full path of the Google Cloud Storage directory created, into which the model will be exported.

Parameter
NameDescription
var string
Returns
TypeDescription
$this