Class GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig
Configuration options for the tree-AH algorithm.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LeafNodeEmbeddingCount
Optional. Number of embeddings on each leaf node. The default value is 1000 if not set.
Declaration
[JsonProperty("leafNodeEmbeddingCount")]
public virtual long? LeafNodeEmbeddingCount { get; set; }
Property Value
Type | Description |
---|---|
long? |