Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::SearchDataObjectsResponse.
Response for a search request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.SearchDataObjectsRequest.page_token][] to obtain that page.
#results
def results() -> ::Array<::Google::Cloud::VectorSearch::V1::SearchResult>
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::SearchResult>) — Output only. The list of dataObjects that match the search criteria.