Class: Aws::SageMaker::Types::SpaceIdleSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idle_timeout_in_minutesInteger

The time that SageMaker waits after the application becomes idle before shutting it down.

Returns:

  • (Integer)


41204
41205
41206
41207
41208
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41204

class SpaceIdleSettings < Struct.new(
  :idle_timeout_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end