Interface FeatureView.IndexConfig.TreeAHConfigOrBuilder (3.42.0)

public static interface FeatureView.IndexConfig.TreeAHConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLeafNodeEmbeddingCount()

public abstract long getLeafNodeEmbeddingCount()

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

optional int64 leaf_node_embedding_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
long

The leafNodeEmbeddingCount.

hasLeafNodeEmbeddingCount()

public abstract boolean hasLeafNodeEmbeddingCount()

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

optional int64 leaf_node_embedding_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the leafNodeEmbeddingCount field is set.