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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.