Vertex AI v1beta1 API - Class FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig (1.0.0-beta38)

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, IMessage

Inheritance

object > FeatureView.Types.VectorSearchConfig.Types.TreeAHConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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