Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ContainerRegistryDestination (v0.15.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ContainerRegistryDestination.

The Container Registry location for the container image.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#output_uri

def output_uri() -> ::String
Returns
  • (::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.

#output_uri=

def output_uri=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.