Class NotebookIdleShutdownConfig (1.49.0)

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

The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.

Attributes

NameDescription
idle_timeout google.protobuf.duration_pb2.Duration
Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 \* 60 ` 1440 - 60.
idle_shutdown_disabled bool
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.

Methods

NotebookIdleShutdownConfig

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

The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.