Class QueryDataObjectsResponse (0.10.0)

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

Response message for DataObjectSearchService.QueryDataObjects.

Attributes

Name Description
data_objects MutableSequence[google.cloud.vectorsearch_v1beta.types.DataObject]
Output only. The list of dataObjects that match the query.
next_page_token str
Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.QueryDataObjectsRequest.page_token][] to obtain that page.