Class: Google::Cloud::AIPlatform::V1::FindNeighborsResponse::NearestNeighbors
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FindNeighborsResponse::NearestNeighbors
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/match_service.rb
Overview
Nearest neighbors for one query.
Instance Attribute Summary collapse
-
#id ⇒ ::String
The ID of the query datapoint.
-
#neighbors ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FindNeighborsResponse::Neighbor>
All its neighbors.
Instance Attribute Details
#id ⇒ ::String
Returns The ID of the query datapoint.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 137 class NearestNeighbors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#neighbors ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FindNeighborsResponse::Neighbor>
Returns All its neighbors.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 137 class NearestNeighbors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |