ServiceEnvironmentDetail - AWS Batch

ServiceEnvironmentDetail

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

Contents

capacityLimits

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

Type: Array of CapacityLimit objects

Required: Yes

serviceEnvironmentArn

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

Type: String

Required: Yes

serviceEnvironmentName

The name of the service environment.

Type: String

Required: Yes

serviceEnvironmentType

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

Type: String

Valid Values: SAGEMAKER_TRAINING

Required: Yes

state

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

Type: String

Valid Values: ENABLED | DISABLED

Required: No

status

The current status of the service environment.

Type: String

Valid Values: CREATING | UPDATING | DELETING | DELETED | VALID | INVALID

Required: No

tags

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

Type: String to string map

Map Entries: Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Value Length Constraints: Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: