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

GoogleCloudAiplatformV1FindNeighborsRequest

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

The request message for MatchService.FindNeighbors.

interface GoogleCloudAiplatformV1FindNeighborsRequest {
deployedIndexId?: string;
returnFullDatapoint?: boolean;
}

§Properties

§
deployedIndexId?: string
[src]

The ID of the DeployedIndex that will serve the request. This request is sent to a specific IndexEndpoint, as per the IndexEndpoint.network. That IndexEndpoint also has IndexEndpoint.deployed_indexes, and each such index has a DeployedIndex.id field. The value of the field below must equal one of the DeployedIndex.id fields of the IndexEndpoint that is being called for this request.

§
returnFullDatapoint?: boolean
[src]

If set to true, the full datapoints (including all vector values and restricts) of the nearest neighbors are returned. Note that returning full datapoint will significantly increase the latency and cost of the query.