ServiceEnvironmentDetail

Detailed information about a service environment, including its configuration, state, and capacity limits.

Types

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

Properties

Link copied to clipboard

The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the service environment.

Link copied to clipboard

The name of the service environment.

Link copied to clipboard

The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

Link copied to clipboard

The state of the service environment. Valid values are ENABLED and DISABLED.

Link copied to clipboard

The current status of the service environment.

Link copied to clipboard

The tags associated with the service environment. Each tag consists of a key and an optional value. For more information, see Tagging your Batch resources.

Functions

Link copied to clipboard
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