public sealed class FeatureView.Types.IndexConfig.Types.TreeAHConfig : IMessage<FeatureView.Types.IndexConfig.Types.TreeAHConfig>, IEquatable<FeatureView.Types.IndexConfig.Types.TreeAHConfig>, IDeepCloneable<FeatureView.Types.IndexConfig.Types.TreeAHConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FeatureView.Types.IndexConfig.Types.TreeAHConfig.
Configuration options for the tree-AH algorithm.
Implements
IMessageFeatureViewTypesIndexConfigTypesTreeAHConfig, IEquatableFeatureViewTypesIndexConfigTypesTreeAHConfig, IDeepCloneableFeatureViewTypesIndexConfigTypesTreeAHConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TreeAHConfig()
public TreeAHConfig()TreeAHConfig(TreeAHConfig)
public TreeAHConfig(FeatureView.Types.IndexConfig.Types.TreeAHConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureViewTypesIndexConfigTypesTreeAHConfig |
Properties
HasLeafNodeEmbeddingCount
public bool HasLeafNodeEmbeddingCount { get; }Gets whether the "leaf_node_embedding_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LeafNodeEmbeddingCount
public long LeafNodeEmbeddingCount { get; set; }Optional. Number of embeddings on each leaf node. The default value is 1000 if not set.
| Property Value | |
|---|---|
| Type | Description |
long |
|