Class ListExecutionsRequest (0.4.3)

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

Request for listing scheduled notebook executions. .. attribute:: parent

Required. Format: parent=projects/{project_id}/locations/{location}

:type: str

Attributes

NameDescription
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.