Module Values_2.ReservedCapacitySummarySource

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

Sourcetype nonrec t = {
  1. reservedCapacityArn : Values_1.ReservedCapacityArn.t option;
    (*

    The Amazon Resource Name (ARN); of the reserved capacity.

    *)
  2. reservedCapacityType : Values_1.ReservedCapacityType.t option;
    (*

    The type of reserved capacity.

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

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

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

    The number of UltraServers included in this reserved capacity.

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

    The instance type for the reserved capacity.

    *)
  6. totalInstanceCount : Values_1.TotalInstanceCount.t option;
    (*

    The total number of instances in the reserved capacity.

    *)
  7. status : Values_1.ReservedCapacityStatus.t option;
    (*

    The current status of the reserved capacity.

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

    The availability zone for the reserved capacity.

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

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

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

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

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

    The start time of the reserved capacity.

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

    The end time of the reserved capacity.

    *)
}
Sourceval make : ?reservedCapacityArn:??? -> ?reservedCapacityType:??? -> ?ultraServerType:??? -> ?ultraServerCount:??? -> ?instanceType:??? -> ?totalInstanceCount:??? -> ?status:??? -> ?availabilityZone:??? -> ?durationHours:??? -> ?durationMinutes:??? -> ?startTime:??? -> ?endTime:??? -> 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.ReservedCapacityArn.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