Values.ServiceEnvironmentDetailSourceDetailed information about a service environment, including its configuration, state, and capacity limits.
type nonrec t = {serviceEnvironmentName : String_.t option;The name of the service environment.
*)serviceEnvironmentArn : String_.t option;The Amazon Resource Name (ARN) of the service environment.
*)serviceEnvironmentType : ServiceEnvironmentType.t option;The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.
*)state : ServiceEnvironmentState.t option;The state of the service environment. Valid values are ENABLED and DISABLED.
*)status : ServiceEnvironmentStatus.t option;The current status of the service environment.
*)capacityLimits : CapacityLimits.t option;The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.
*)}