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

UploadKfpArtifactMediaResponse

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

The response to upload an artifact.

interface UploadKfpArtifactMediaResponse {
operation?: Operation;
}

§Properties

§
operation?: Operation
[src]

Operation that will be returned to the user.