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

GoogleCloudAiplatformV1PipelineTemplateMetadata

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

Pipeline template metadata if PipelineJob.template_uri is from supported template registry. Currently, the only supported registry is Artifact Registry.

interface GoogleCloudAiplatformV1PipelineTemplateMetadata {
version?: string;
}

§Properties

§
version?: string
[src]

The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".