UserProfileUserSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings class

Constructors

UserProfileUserSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings({Input<int?>? idleTimeoutInMinutes, Input<String?>? lifecycleManagement, Input<int?>? maxIdleTimeoutInMinutes, Input<int?>? minIdleTimeoutInMinutes})
Creates a new UserProfileUserSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings. idleTimeoutInMinutes The time that SageMaker AI waits after the application becomes idle before shutting it down. Valid values are between 60 and 525600. lifecycleManagement Indicates whether idle shutdown is activated for the application type. Valid values are ENABLED and DISABLED. maxIdleTimeoutInMinutes The maximum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600. minIdleTimeoutInMinutes The minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600.
const
UserProfileUserSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
idleTimeoutInMinutes → Input<int?>?
The time that SageMaker AI waits after the application becomes idle before shutting it down. Valid values are between 60 and 525600.
final
lifecycleManagement → Input<String?>?
Indicates whether idle shutdown is activated for the application type. Valid values are ENABLED and DISABLED.
final
maxIdleTimeoutInMinutes → Input<int?>?
The maximum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600.
final
minIdleTimeoutInMinutes → Input<int?>?
The minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited