Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ContainerRegistryDestination

import type { GoogleCloudAiplatformV1ContainerRegistryDestination } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The Container Registry location for the container image.

interface GoogleCloudAiplatformV1ContainerRegistryDestination {
outputUri?: string;
}

§Properties

§
outputUri?: string
[src]

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.