Class ListExecutionsRequest (1.3.1)

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

Request for listing scheduled notebook executions.

Attributes

NameDescription
parent str
Required. Format: ``parent=projects/{project_id}/locations/{location}``
page_size int
Maximum return size of the list call.
page_token str
A previous returned page token that can be used to continue listing from the last result.
filter str
Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id. Format: ``schedule_id=
order_by str
Sort by field.

Inheritance

builtins.object > proto.message.Message > ListExecutionsRequest