Module Values_2.TrainingPlanOfferingSource

Details about 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. trainingPlanOfferingId : Values_1.TrainingPlanOfferingId.t option;
    (*

    The unique identifier for this training plan offering.

    *)
  2. targetResources : SageMakerResourceNames.t option;
    (*

    The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod, SageMaker Endpoints, Studio apps) for this training plan offering. Training plans are specific to their target resource. A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs. A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group. A training plan for SageMaker endpoints can be used exclusively to provide compute resources to SageMaker endpoints for model deployment. A training plan for Studio apps can be used to launch JupyterLab and Code Editor apps on reserved training plan capacity.

    *)
  3. requestedStartTimeAfter : Values_0.Timestamp.t option;
    (*

    The requested start time that the user specified when searching for the training plan offering.

    *)
  4. requestedEndTimeBefore : Values_0.Timestamp.t option;
    (*

    The requested end time that the user specified when searching for the training plan offering.

    *)
  5. durationHours : TrainingPlanDurationHours.t option;
    (*

    The number of whole hours in the total duration for this training plan offering.

    *)
  6. durationMinutes : TrainingPlanDurationMinutes.t option;
    (*

    The additional minutes beyond whole hours in the total duration for this training plan offering.

    *)
  7. upfrontFee : Values_0.String256.t option;
    (*

    The upfront fee for this training plan offering.

    *)
  8. currencyCode : Values_1.CurrencyCode.t option;
    (*

    The currency code for the upfront fee (e.g., USD).

    *)
  9. reservedCapacityOfferings : ReservedCapacityOfferings.t option;
    (*

    A list of reserved capacity offerings associated with this training plan offering.

    *)
}
Sourceval make : ?trainingPlanOfferingId:??? -> ?targetResources:??? -> ?requestedStartTimeAfter:??? -> ?requestedEndTimeBefore:??? -> ?durationHours:??? -> ?durationMinutes:??? -> ?upfrontFee:??? -> ?currencyCode:??? -> ?reservedCapacityOfferings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string | `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 ] list | `Long of TrainingPlanDurationHours.t | `String of Values_1.TrainingPlanOfferingId.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