Class ListSchedulesRequest (1.4.1)

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

Request for listing scheduled notebook job.

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 schedules.
order_by str
Field to order results by.

Inheritance

builtins.object > proto.message.Message > ListSchedulesRequest