Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAhConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAhConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Configuration options for the tree-AH algorithm.
Instance Attribute Summary collapse
-
#leaf_node_embedding_count ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAhConfig
constructor
A new instance of GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAhConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAhConfig
Returns a new instance of GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAhConfig.
8925 8926 8927 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8925 def initialize(**args) update!(**args) end |
Instance Attribute Details
#leaf_node_embedding_count ⇒ Fixnum
Optional. Number of embeddings on each leaf node. The default value is 1000 if
not set.
Corresponds to the JSON property leafNodeEmbeddingCount
8923 8924 8925 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8923 def @leaf_node_embedding_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8930 8931 8932 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8930 def update!(**args) @leaf_node_embedding_count = args[:leaf_node_embedding_count] if args.key?(:leaf_node_embedding_count) end |