Class ReadIndexDatapointsRequest (1.24.1)

ReadIndexDatapointsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for MatchService.ReadIndexDatapoints.

Attributes

NameDescription
index_endpoint str
Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
deployed_index_id str
The ID of the DeploydIndex that will serve the request.
ids MutableSequence[str]
IDs of the datapoints to be searched for.

Inheritance

builtins.object > proto.message.Message > ReadIndexDatapointsRequest