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

UploadKfpArtifactRequest

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

The request to upload an artifact.

interface UploadKfpArtifactRequest {
description?: string;
tags?: string[];
}

§Properties

§
description?: string
[src]

Description of the package version.

§
tags?: string[]
[src]

Tags to be created with the version.