Google Cloud Ai Platform V1 Client - Class OutputInfo (0.10.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

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.

Generated from protobuf field string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.

Generated from protobuf field string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.

Generated from protobuf field string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.

Generated from protobuf field string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
var string
Returns
Type Description
$this