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

GoogleCloudAiplatformV1IndexStats

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

Stats of the Index.

interface GoogleCloudAiplatformV1IndexStats {
readonly shardsCount?: number;
readonly sparseVectorsCount?: bigint;
readonly vectorsCount?: bigint;
}

§Properties

§
readonly shardsCount?: number
[src]

Output only. The number of shards in the Index.

§
readonly sparseVectorsCount?: bigint
[src]

Output only. The number of sparse vectors in the Index.

§
readonly vectorsCount?: bigint
[src]

Output only. The number of dense vectors in the Index.