Values_2.TrainingPlanOfferingSourceDetails 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 .
type nonrec t = {trainingPlanOfferingId : Values_1.TrainingPlanOfferingId.t option;The unique identifier for this training plan offering.
*)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.
*)requestedStartTimeAfter : Values_0.Timestamp.t option;The requested start time that the user specified when searching for the training plan offering.
*)requestedEndTimeBefore : Values_0.Timestamp.t option;The requested end time that the user specified when searching for the training plan offering.
*)durationHours : TrainingPlanDurationHours.t option;The number of whole hours in the total duration for this training plan offering.
*)durationMinutes : TrainingPlanDurationMinutes.t option;The additional minutes beyond whole hours in the total duration for this training plan offering.
*)upfrontFee : Values_0.String256.t option;The upfront fee for this training plan offering.
*)currencyCode : Values_1.CurrencyCode.t option;The currency code for the upfront fee (e.g., USD).
*)reservedCapacityOfferings : ReservedCapacityOfferings.t option;A list of reserved capacity offerings associated with this training plan offering.
*)}val 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 ]