Class ListExecutionsResponse (1.4.0)

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

Response for listing scheduled notebook executions

Attributes

NameDescription
executions Sequence[google.cloud.notebooks_v1.types.Execution]
A list of returned instances.
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']

Inheritance

builtins.object > proto.message.Message > ListExecutionsResponse