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

GoogleCloudAiplatformV1ReadIndexDatapointsRequest

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

The request message for MatchService.ReadIndexDatapoints.

interface GoogleCloudAiplatformV1ReadIndexDatapointsRequest {
deployedIndexId?: string;
ids?: string[];
}

§Properties

§
deployedIndexId?: string
[src]

The ID of the DeployedIndex that will serve the request.

§
ids?: string[]
[src]

IDs of the datapoints to be searched for.