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

GoogleCloudAiplatformV1ExportModelOperationMetadataOutputInfo

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

Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.

interface GoogleCloudAiplatformV1ExportModelOperationMetadataOutputInfo {
readonly artifactOutputUri?: string;
readonly imageOutputUri?: string;
}

§Properties

§
readonly artifactOutputUri?: string
[src]

Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to.

§
readonly imageOutputUri?: string
[src]

Output only. If the Model image is being exported to Google Container Registry or Artifact Registry this is the full path of the image created.