Class: Google::Cloud::AIPlatform::V1::FeatureView::IndexConfig::TreeAHConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureView::IndexConfig::TreeAHConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_view.rb
Overview
Configuration options for the tree-AH algorithm.
Instance Attribute Summary collapse
-
#leaf_node_embedding_count ⇒ ::Integer
Optional.
Instance Attribute Details
#leaf_node_embedding_count ⇒ ::Integer
Returns Optional. Number of embeddings on each leaf node. The default value is 1000 if not set.
168 169 170 171 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 168 class TreeAHConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |