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

GoogleCloudAiplatformV1ModelOriginalModelInfo

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

Contains information about the original Model if this Model is a copy.

interface GoogleCloudAiplatformV1ModelOriginalModelInfo {
readonly model?: string;
}

§Properties

§
readonly model?: string
[src]

Output only. The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}