Class ListBatchPredictionJobsResponse (1.1.1)

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

Response message for JobService.ListBatchPredictionJobs

Attributes

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

Inheritance

builtins.object > proto.message.Message > ListBatchPredictionJobsResponse