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

GoogleCloudAiplatformV1IndexDatapointSparseEmbedding

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

Feature embedding vector for sparse index. An array of numbers whose values are located in the specified dimensions.

interface GoogleCloudAiplatformV1IndexDatapointSparseEmbedding {
dimensions?: bigint[];
values?: number[];
}

§Properties

§
dimensions?: bigint[]
[src]

Required. The list of indexes for the embedding values of the sparse vector.

§
values?: number[]
[src]

Required. The list of embedding values of the sparse vector.