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

GoogleCloudAiplatformV1UndeployIndexRequest

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

Request message for IndexEndpointService.UndeployIndex.

interface GoogleCloudAiplatformV1UndeployIndexRequest {
deployedIndexId?: string;
}

§Properties

§
deployedIndexId?: string
[src]

Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.