Class ListExecutionsResponse (0.4.3)

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

Response for listing scheduled notebook executions .. attribute:: executions

A list of returned instances.

:type: Sequence[google.cloud.notebooks_v1.types.Execution]

Attributes

NameDescription
next_page_token str
Page token that can be used to continue listing from the last result in the next list call.
unreachable Sequence[str]
Executions IDs that could not be reached. For example: :: ['projects/{project_id}/location/{location}/executions/imagenet_test1', 'projects/{project_id}/location/{location}/executions/classifier_train1']