Google Cloud Ai Platform V1 Client - Class OutputInfo (0.29.0)

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ ExportModelOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this