Class: Google::Cloud::AIPlatform::V1::SearchNearestEntitiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchNearestEntitiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Response message for FeatureOnlineStoreService.SearchNearestEntities
Instance Attribute Summary collapse
-
#nearest_neighbors ⇒ ::Google::Cloud::AIPlatform::V1::NearestNeighbors
The nearest neighbors of the query entity.
Instance Attribute Details
#nearest_neighbors ⇒ ::Google::Cloud::AIPlatform::V1::NearestNeighbors
Returns The nearest neighbors of the query entity.
295 296 297 298 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 295 class SearchNearestEntitiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |