Class ListBatchPredictionJobsResponse (0.4.0)

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

Response message for JobService.ListBatchPredictionJobs

Attributes

NameDescription
batch_prediction_jobs Sequence[`.gca_batch_prediction_job.BatchPredictionJob`]
List of BatchPredictionJobs in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ``ListBatchPredictionJobsRequest.page_token`` to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListBatchPredictionJobsResponse