Class: Google::Cloud::AIPlatform::V1::ReadIndexDatapointsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReadIndexDatapointsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/match_service.rb
Overview
The response message for MatchService.ReadIndexDatapoints.
Instance Attribute Summary collapse
-
#datapoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>
The result list of datapoints.
Instance Attribute Details
#datapoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>
Returns The result list of datapoints.
166 167 168 169 |
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 166 class ReadIndexDatapointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |