View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ContainerRegistryDestination (google_api_ai_platform v0.13.0)

The Container Registry location for the container image.

Attributes

  • outputUri (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ContainerRegistryDestination{
    outputUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.