Class ListNotebookRuntimesResponse (1.49.0)

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

Response message for NotebookService.ListNotebookRuntimes.

Attributes

NameDescription
notebook_runtimes MutableSequence[google.cloud.aiplatform_v1beta1.types.NotebookRuntime]
List of NotebookRuntimes in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ListNotebookRuntimesRequest.page_token to obtain that page.

Methods

ListNotebookRuntimesResponse

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

Response message for NotebookService.ListNotebookRuntimes.