Class: Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Parameters
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Parameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Parameters that can be overrided in each query to tune query latency and recall.
Instance Attribute Summary collapse
-
#approximate_neighbor_candidates ⇒ ::Integer
Optional.
-
#leaf_nodes_search_fraction ⇒ ::Float
Optional.
Instance Attribute Details
#approximate_neighbor_candidates ⇒ ::Integer
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 255 class Parameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#leaf_nodes_search_fraction ⇒ ::Float
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 255 class Parameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |