CapacityLimit

Defines the capacity limit for a service environment. This structure specifies the maximum amount of resources that can be used by service jobs in the environment.

Types

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

Properties

Link copied to clipboard

The unit of measure for the capacity limit. This defines how the maxCapacity value should be interpreted. For SAGEMAKER_TRAINING jobs, use NUM_INSTANCES.

Link copied to clipboard

The maximum capacity available for the service environment. This value represents the maximum amount of resources that can be allocated to service jobs.

Functions

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