AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgs

data class AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgs(val leafNodeEmbeddingCount: Output<Int>? = null, val leafNodesToSearchPercent: Output<Int>? = null) : ConvertibleToJava<AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgs>

Constructors

constructor(leafNodeEmbeddingCount: Output<Int>? = null, leafNodesToSearchPercent: Output<Int>? = null)

Properties

Link copied to clipboard
val leafNodeEmbeddingCount: Output<Int>? = null

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

Link copied to clipboard
val leafNodesToSearchPercent: Output<Int>? = null

The default percentage of leaf nodes that any query may be searched. Must be in range 1-100, inclusive. The default value is 10 (means 10%) if not set.

Functions

Link copied to clipboard
open override fun toJava(): AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgs