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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-11 UTC."],[[["This document provides information about the `TreeAHConfig` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is available in the latest version 1.0.0-beta21."],["The `TreeAHConfig` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `object` class."],["The class offers two constructors: a default `TreeAHConfig()` constructor and a constructor that takes another `TreeAHConfig` object for copying, `TreeAHConfig(TreeAHConfig other)`."],["It also contains properties for `HasLeafNodeEmbeddingCount`, which checks if the field is set, and `LeafNodeEmbeddingCount`, which allows setting the optional number of embeddings per leaf node, defaulting to 1000."],["The document lists the inherited members of the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]