Cloud AI Platform v1 API - Class FeatureView.Types.IndexConfig.Types.TreeAHConfig (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureView.Types.IndexConfig.Types.TreeAHConfig.

Configuration options for the tree-AH algorithm.

Inheritance

object > FeatureView.Types.IndexConfig.Types.TreeAHConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TreeAHConfig()

public TreeAHConfig()

TreeAHConfig(TreeAHConfig)

public TreeAHConfig(FeatureView.Types.IndexConfig.Types.TreeAHConfig other)
Parameter
NameDescription
otherFeatureViewTypesIndexConfigTypesTreeAHConfig

Properties

HasLeafNodeEmbeddingCount

public bool HasLeafNodeEmbeddingCount { get; }

Gets whether the "leaf_node_embedding_count" field is set

Property Value
TypeDescription
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
TypeDescription
long