Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAhConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAhConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#leaf_node_embedding_count ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAhConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAhConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAhConfig
Returns a new instance of GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAhConfig.
17045 17046 17047 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17045 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
17043 17044 17045 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17043 def @leaf_node_embedding_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17050 17051 17052 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17050 def update!(**args) @leaf_node_embedding_count = args[:leaf_node_embedding_count] if args.key?(:leaf_node_embedding_count) end |