Class: Google::Cloud::AIPlatform::V1::NotebookIdleShutdownConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_idle_shutdown_config.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#idle_shutdown_disabled::Boolean

Returns Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.

Returns:

  • (::Boolean)

    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.



34
35
36
37
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_idle_shutdown_config.rb', line 34

class NotebookIdleShutdownConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#idle_timeout::Google::Protobuf::Duration

Returns 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.


34
35
36
37
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_idle_shutdown_config.rb', line 34

class NotebookIdleShutdownConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end