Values_2.ReservedCapacityOfferingSourceDetails about a reserved capacity offering for a training plan offering. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
type nonrec t = {reservedCapacityType : Values_1.ReservedCapacityType.t option;The type of reserved capacity offering.
*)ultraServerType : Values_1.UltraServerType.t option;The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.
*)ultraServerCount : Values_1.UltraServerCount.t option;The number of UltraServers included in this reserved capacity offering.
*)instanceType : Values_1.ReservedCapacityInstanceType.t option;The instance type for the reserved capacity offering.
*)instanceCount : ReservedCapacityInstanceCount.t option;The number of instances in the reserved capacity offering.
*)availabilityZone : Values_0.AvailabilityZone.t option;The availability zone for the reserved capacity offering.
*)durationHours : Values_1.ReservedCapacityDurationHours.t option;The number of whole hours in the total duration for this reserved capacity offering.
*)durationMinutes : Values_1.ReservedCapacityDurationMinutes.t option;The additional minutes beyond whole hours in the total duration for this reserved capacity offering.
*)startTime : Values_0.Timestamp.t option;The start time of the reserved capacity offering.
*)endTime : Values_0.Timestamp.t option;The end time of the reserved capacity offering.
*)extensionStartTime : Values_0.Timestamp.t option;The start time of the extension for the reserved capacity offering.
*)extensionEndTime : Values_0.Timestamp.t option;The end time of the extension for the reserved capacity offering.
*)}val make :
?reservedCapacityType:??? ->
?ultraServerType:??? ->
?ultraServerCount:??? ->
?instanceType:??? ->
?instanceCount:??? ->
?availabilityZone:??? ->
?durationHours:??? ->
?durationMinutes:??? ->
?startTime:??? ->
?endTime:??? ->
?extensionStartTime:??? ->
?extensionEndTime:??? ->
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.UltraServerType.t
| `Timestamp of Values_0.Timestamp.t ])
list ]