Class: Aws::SageMaker::Types::IdleSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::IdleSettings
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Settings related to idle shutdown of Studio applications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idle_timeout_in_minutes ⇒ Integer
The time that SageMaker waits after the application becomes idle before shutting it down.
-
#lifecycle_management ⇒ String
Indicates whether idle shutdown is activated for the application type.
-
#max_idle_timeout_in_minutes ⇒ Integer
The maximum value in minutes that custom idle shutdown can be set to by the user.
-
#min_idle_timeout_in_minutes ⇒ Integer
The minimum value in minutes that custom idle shutdown can be set to by the user.
Instance Attribute Details
#idle_timeout_in_minutes ⇒ Integer
The time that SageMaker waits after the application becomes idle before shutting it down.
24003 24004 24005 24006 24007 24008 24009 24010 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003 class IdleSettings < Struct.new( :lifecycle_management, :idle_timeout_in_minutes, :min_idle_timeout_in_minutes, :max_idle_timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |
#lifecycle_management ⇒ String
Indicates whether idle shutdown is activated for the application type.
24003 24004 24005 24006 24007 24008 24009 24010 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003 class IdleSettings < Struct.new( :lifecycle_management, :idle_timeout_in_minutes, :min_idle_timeout_in_minutes, :max_idle_timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |
#max_idle_timeout_in_minutes ⇒ Integer
The maximum value in minutes that custom idle shutdown can be set to by the user.
24003 24004 24005 24006 24007 24008 24009 24010 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003 class IdleSettings < Struct.new( :lifecycle_management, :idle_timeout_in_minutes, :min_idle_timeout_in_minutes, :max_idle_timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |
#min_idle_timeout_in_minutes ⇒ Integer
The minimum value in minutes that custom idle shutdown can be set to by the user.
24003 24004 24005 24006 24007 24008 24009 24010 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003 class IdleSettings < Struct.new( :lifecycle_management, :idle_timeout_in_minutes, :min_idle_timeout_in_minutes, :max_idle_timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |