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

GoogleCloudAiplatformV1DeployedIndexRef

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

Points to a DeployedIndex.

interface GoogleCloudAiplatformV1DeployedIndexRef {
deployedIndexId?: string;
readonly displayName?: string;
indexEndpoint?: string;
}

§Properties

§
deployedIndexId?: string
[src]

Immutable. The ID of the DeployedIndex in the above IndexEndpoint.

§
readonly displayName?: string
[src]

Output only. The display name of the DeployedIndex.

§
indexEndpoint?: string
[src]

Immutable. A resource name of the IndexEndpoint.