Class: Google::Cloud::AIPlatform::V1::SearchNearestEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchNearestEntitiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
The request message for FeatureOnlineStoreService.SearchNearestEntities.
Instance Attribute Summary collapse
-
#feature_view ⇒ ::String
Required.
-
#query ⇒ ::Google::Cloud::AIPlatform::V1::NearestNeighborQuery
Required.
-
#return_full_entity ⇒ ::Boolean
Optional.
Instance Attribute Details
#feature_view ⇒ ::String
Returns Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
.
258 259 260 261 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 258 class SearchNearestEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::Google::Cloud::AIPlatform::V1::NearestNeighborQuery
Returns Required. The query.
258 259 260 261 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 258 class SearchNearestEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#return_full_entity ⇒ ::Boolean
Returns Optional. If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned. Note that returning full entities will significantly increase the latency and cost of the query.
258 259 260 261 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 258 class SearchNearestEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |