Module Values_2.ReservedCapacityOfferingSource

Details 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 .

Sourcetype nonrec t = {
  1. reservedCapacityType : Values_1.ReservedCapacityType.t option;
    (*

    The type of reserved capacity offering.

    *)
  2. ultraServerType : Values_1.UltraServerType.t option;
    (*

    The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.

    *)
  3. ultraServerCount : Values_1.UltraServerCount.t option;
    (*

    The number of UltraServers included in this reserved capacity offering.

    *)
  4. instanceType : Values_1.ReservedCapacityInstanceType.t option;
    (*

    The instance type for the reserved capacity offering.

    *)
  5. instanceCount : ReservedCapacityInstanceCount.t option;
    (*

    The number of instances in the reserved capacity offering.

    *)
  6. availabilityZone : Values_0.AvailabilityZone.t option;
    (*

    The availability zone for the reserved capacity offering.

    *)
  7. durationHours : Values_1.ReservedCapacityDurationHours.t option;
    (*

    The number of whole hours in the total duration for this reserved capacity offering.

    *)
  8. durationMinutes : Values_1.ReservedCapacityDurationMinutes.t option;
    (*

    The additional minutes beyond whole hours in the total duration for this reserved capacity offering.

    *)
  9. startTime : Values_0.Timestamp.t option;
    (*

    The start time of the reserved capacity offering.

    *)
  10. endTime : Values_0.Timestamp.t option;
    (*

    The end time of the reserved capacity offering.

    *)
  11. extensionStartTime : Values_0.Timestamp.t option;
    (*

    The start time of the extension for the reserved capacity offering.

    *)
  12. extensionEndTime : Values_0.Timestamp.t option;
    (*

    The end time of the extension for the reserved capacity offering.

    *)
}
Sourceval make : ?reservedCapacityType:??? -> ?ultraServerType:??? -> ?ultraServerCount:??? -> ?instanceType:??? -> ?instanceCount:??? -> ?availabilityZone:??? -> ?durationHours:??? -> ?durationMinutes:??? -> ?startTime:??? -> ?endTime:??? -> ?extensionStartTime:??? -> ?extensionEndTime:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t