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



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



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