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

GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig

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

Configuration options for the tree-AH algorithm.

interface GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig {
leafNodeEmbeddingCount?: bigint;
}

§Properties

§
leafNodeEmbeddingCount?: bigint
[src]

Optional. Number of embeddings on each leaf node. The default value is 1000 if not set.