Values_0.IdleSettingsSourceSettings related to idle shutdown of Studio applications.
type nonrec t = {lifecycleManagement : LifecycleManagement.t option;Indicates whether idle shutdown is activated for the application type.
*)idleTimeoutInMinutes : IdleTimeoutInMinutes.t option;The time that SageMaker waits after the application becomes idle before shutting it down.
*)minIdleTimeoutInMinutes : IdleTimeoutInMinutes.t option;The minimum value in minutes that custom idle shutdown can be set to by the user.
*)maxIdleTimeoutInMinutes : IdleTimeoutInMinutes.t option;The maximum value in minutes that custom idle shutdown can be set to by the user.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of IdleTimeoutInMinutes.t ])
list ]