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

GoogleCloudAiplatformV1IndexDatapoint

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

A datapoint of Index.

interface GoogleCloudAiplatformV1IndexDatapoint {
datapointId?: string;
featureVector?: number[];
}

§Properties

§

Optional. CrowdingTag of the datapoint, the number of neighbors to return in each crowding can be configured during query.

§
datapointId?: string
[src]

Required. Unique identifier of the datapoint.

§
featureVector?: number[]
[src]

Required. Feature embedding vector for dense index. An array of numbers with the length of [NearestNeighborSearchConfig.dimensions].

§

Optional. List of Restrict of the datapoint, used to perform "restricted searches" where boolean rule are used to filter the subset of the database eligible for matching. This uses numeric comparisons.

§

Optional. List of Restrict of the datapoint, used to perform "restricted searches" where boolean rule are used to filter the subset of the database eligible for matching. This uses categorical tokens. See: https://cloud.google.com/vertex-ai/docs/matching-engine/filtering

§

Optional. Feature embedding vector for sparse index.