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 \ ExportModelOperationMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setGcsOutputDirectory
The full path of the Google Cloud Storage directory created, into which the model will be exported.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |