Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NotebookIdleShutdownConfig (v0.42.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::NotebookIdleShutdownConfig.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#idle_shutdown_disabled

def idle_shutdown_disabled() -> ::Boolean
Returns
  • (::Boolean) — Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.

#idle_shutdown_disabled=

def idle_shutdown_disabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
Returns
  • (::Boolean) — Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.

#idle_timeout

def idle_timeout() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::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_timeout=

def idle_timeout=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::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.
Returns
  • (::Google::Protobuf::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.