TimeoutConfig

The timeout configuration for a notebook run in Amazon SageMaker Unified Studio.

Types

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

Properties

Link copied to clipboard

The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).

Functions

Link copied to clipboard
inline fun copy(block: TimeoutConfig.Builder.() -> Unit = {}): TimeoutConfig
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