Values_2.ReservedCapacitySummarySourceDetails of a reserved capacity for the training plan. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
type nonrec t = {reservedCapacityArn : Values_1.ReservedCapacityArn.t option;The Amazon Resource Name (ARN); of the reserved capacity.
*)reservedCapacityType : Values_1.ReservedCapacityType.t option;The type of reserved capacity.
*)ultraServerType : Values_1.UltraServerType.t option;The type of UltraServer included in this reserved capacity, such as ml.u-p6e-gb200x72.
*)ultraServerCount : Values_1.UltraServerCount.t option;The number of UltraServers included in this reserved capacity.
*)instanceType : Values_1.ReservedCapacityInstanceType.t option;The instance type for the reserved capacity.
*)totalInstanceCount : Values_1.TotalInstanceCount.t option;The total number of instances in the reserved capacity.
*)status : Values_1.ReservedCapacityStatus.t option;The current status of the reserved capacity.
*)availabilityZone : Values_0.AvailabilityZone.t option;The availability zone for the reserved capacity.
*)durationHours : Values_1.ReservedCapacityDurationHours.t option;The number of whole hours in the total duration for this reserved capacity.
*)durationMinutes : Values_1.ReservedCapacityDurationMinutes.t option;The additional minutes beyond whole hours in the total duration for this reserved capacity.
*)startTime : Values_0.Timestamp.t option;The start time of the reserved capacity.
*)endTime : Values_0.Timestamp.t option;The end time of the reserved capacity.
*)}val make :
?reservedCapacityArn:??? ->
?reservedCapacityType:??? ->
?ultraServerType:??? ->
?ultraServerCount:??? ->
?instanceType:??? ->
?totalInstanceCount:??? ->
?status:??? ->
?availabilityZone:??? ->
?durationHours:??? ->
?durationMinutes:??? ->
?startTime:??? ->
?endTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_1.UltraServerCount.t
| `Long of Values_1.ReservedCapacityDurationHours.t
| `String of Values_1.ReservedCapacityArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]