Values_1.Ec2CapacityReservationSourceThe EC2 capacity reservations that are shared to an ML capacity reservation.
type nonrec t = {ec2CapacityReservationId : Ec2CapacityReservationId.t option;The unique identifier for an EC2 capacity reservation that's part of the ML capacity reservation.
*)totalInstanceCount : TaskCount.t option;The number of instances that you allocated to the EC2 capacity reservation.
*)availableInstanceCount : TaskCount.t option;The number of instances that are currently available in the EC2 capacity reservation.
*)usedByCurrentEndpoint : TaskCount.t option;The number of instances from the EC2 capacity reservation that are being used by the endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TaskCount.t | `String of Ec2CapacityReservationId.t ])
list ]