Class: Aws::SageMaker::Types::SpaceIdleSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceIdleSettings
- Defined in:
- gems/aws-sdk-sagemaker/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.
43218 43219 43220 43221 43222 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43218 class SpaceIdleSettings < Struct.new( :idle_timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |