The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idleTimeout as required field.
idleTimeout
string (Duration
format)
Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idleTimeout (second) is: 10 * 60 ~ 1440 * 60.
A duration in seconds with up to nine fractional digits, ending with 's
'. Example: "3.5s"
.
idleShutdownDisabled
boolean
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
JSON representation |
---|
{ "idleTimeout": string, "idleShutdownDisabled": boolean } |