Class ListBatchesResponse (4.0.2)

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

A list of batch workloads.

Attributes

NameDescription
batches Sequence[google.cloud.dataproc_v1.types.Batch]
The batches from the specified collection.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListBatchesResponse