Class: Aws::SageMaker::Types::SpaceIdleSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceIdleSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Settings related to idle shutdown of Studio applications in a space.
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.
Instance Attribute Details
#idle_timeout_in_minutes ⇒ Integer
The time that SageMaker waits after the application becomes idle before shutting it down.
41295 41296 41297 41298 41299 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41295 class SpaceIdleSettings < Struct.new( :idle_timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |