Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class OutputInfo.
Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.
Generated from protobuf message google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ artifact_output_uri |
string
Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to. |
↳ image_output_uri |
string
Output only. If the Model image is being exported to Google Container Registry or Artifact Registry this is the full path of the image created. |
getArtifactOutputUri
Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to.
Returns | |
---|---|
Type | Description |
string |
setArtifactOutputUri
Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getImageOutputUri
Output only. If the Model image is being exported to Google Container Registry or Artifact Registry this is the full path of the image created.
Returns | |
---|---|
Type | Description |
string |
setImageOutputUri
Output only. If the Model image is being exported to Google Container Registry or Artifact Registry this is the full path of the image created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |