IdleSettings

Settings related to idle shutdown of Studio applications.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Indicates whether idle shutdown is activated for the application type.

Link copied to clipboard

The maximum value in minutes that custom idle shutdown can be set to by the user.

Link copied to clipboard

The minimum value in minutes that custom idle shutdown can be set to by the user.

Functions

Link copied to clipboard
inline fun copy(block: IdleSettings.Builder.() -> Unit = {}): IdleSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String