Class: Google::Cloud::AIPlatform::V1::ReadIndexDatapointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReadIndexDatapointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/match_service.rb
Overview
The request message for MatchService.ReadIndexDatapoints.
Instance Attribute Summary collapse
-
#deployed_index_id ⇒ ::String
The ID of the DeployedIndex that will serve the request.
-
#ids ⇒ ::Array<::String>
IDs of the datapoints to be searched for.
-
#index_endpoint ⇒ ::String
Required.
Instance Attribute Details
#deployed_index_id ⇒ ::String
Returns The ID of the DeployedIndex that will serve the request.
156 157 158 159 |
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 156 class ReadIndexDatapointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ids ⇒ ::Array<::String>
Returns IDs of the datapoints to be searched for.
156 157 158 159 |
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 156 class ReadIndexDatapointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_endpoint ⇒ ::String
Returns Required. The name of the index endpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
.
156 157 158 159 |
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 156 class ReadIndexDatapointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |