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

GoogleCloudAiplatformV1DeployedModelRef

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

Points to a DeployedModel.

interface GoogleCloudAiplatformV1DeployedModelRef {
deployedModelId?: string;
endpoint?: string;
}

§Properties

§
deployedModelId?: string
[src]

Immutable. An ID of a DeployedModel in the above Endpoint.

§
endpoint?: string
[src]

Immutable. A resource name of an Endpoint.