Class ListPredictionResultsRequest (0.4.0)

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

Request for retrieving a paginated list of PredictionResult resources that meet the specified criteria.

Attributes

Name Description
parent str
Required. The parent of the PredictionResult is the Instance.
page_size int
The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
page_token str
In case of paginated results, this is the token that was returned in the previous ListPredictionResultsResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListPredictionResultsRequest, and the last page will return an empty page_token.
filter str
Specify a filter to narrow search results.
order_by str
Specify a field to use for ordering.