Google Cloud Ai Platform V1 Client - Class ContainerRegistryDestination (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ContainerRegistryDestination.

The Container Registry location for the container image.

Generated from protobuf message google.cloud.aiplatform.v1.ContainerRegistryDestination

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_uri string

Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms: * Google Container Registry path. For example: gcr.io/projectId/imageName:tag. * Artifact Registry path. For example: us-central1-docker.pkg.dev/projectId/repoName/imageName:tag. If a tag is not specified, "latest" will be used as the default tag.

getOutputUri

Required. Container Registry URI of a container image.

Only Google Container Registry and Artifact Registry are supported now. Accepted forms:

  • Google Container Registry path. For example: gcr.io/projectId/imageName:tag.
  • Artifact Registry path. For example: us-central1-docker.pkg.dev/projectId/repoName/imageName:tag. If a tag is not specified, "latest" will be used as the default tag.

Generated from protobuf field string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setOutputUri

Required. Container Registry URI of a container image.

Only Google Container Registry and Artifact Registry are supported now. Accepted forms:

  • Google Container Registry path. For example: gcr.io/projectId/imageName:tag.
  • Artifact Registry path. For example: us-central1-docker.pkg.dev/projectId/repoName/imageName:tag. If a tag is not specified, "latest" will be used as the default tag.

Generated from protobuf field string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this