public sealed class FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig : IMessage<FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig>, IEquatable<FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig>, IDeepCloneable<FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig>, IBufferMessage, IMessageImplements
IMessageFeatureViewTypesVectorSearchConfigTypesTreeAHConfig, IEquatableFeatureViewTypesVectorSearchConfigTypesTreeAHConfig, IDeepCloneableFeatureViewTypesVectorSearchConfigTypesTreeAHConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TreeAHConfig()
public TreeAHConfig()TreeAHConfig(TreeAHConfig)
public TreeAHConfig(FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureViewTypesVectorSearchConfigTypesTreeAHConfig |
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 |
|