Response for a search request.
| JSON representation |
|---|
{
"results": [
{
object ( |
| Fields | |
|---|---|
results[] |
Output only. The list of dataObjects that match the search criteria. |
nextPageToken |
Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.SearchDataObjectsRequest.page_token][] to obtain that page. |
SearchResult
A single search result.
| JSON representation |
|---|
{
"dataObject": {
object ( |
| Fields | |
|---|---|
dataObject |
Output only. The matching data object. |
distance |
Output only. Similarity distance or ranker score returned by BatchSearchDataObjects. |