Class ListPredictionResultsResponse (0.3.0)

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

Response for retrieving a list of PredictionResults

Attributes

Name Description
prediction_results MutableSequence[google.cloud.financialservices_v1.types.PredictionResult]
List of PredictionResult resources
next_page_token str
This token should be passed to the next ListPredictionResultsRequest to retrieve the next page of PredictionResults (empty indicicates we are done).
unreachable MutableSequence[str]
Locations that could not be reached.