Values_2.SearchTrainingPlanOfferingsRequestSourceSearches for available training plan offerings based on specified criteria. Users search for available plan offerings based on their requirements (e.g., instance type, count, start time, duration). And then, they create a plan that best matches their needs using the ID of the plan offering they want to use. For more information about how to reserve GPU capacity for your SageMaker training jobs or SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see CreateTrainingPlan .
type nonrec t = {instanceType : Values_1.ReservedCapacityInstanceType.t option;The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.
*)instanceCount : ReservedCapacityInstanceCount.t option;The number of instances you want to reserve in the training plan offerings. This allows you to specify the quantity of compute resources needed for your SageMaker training jobs or SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your requirements.
*)ultraServerType : Values_1.UltraServerType.t option;The type of UltraServer to search for, such as ml.u-p6e-gb200x72.
*)ultraServerCount : Values_1.UltraServerCount.t option;The number of UltraServers to search for.
*)startTimeAfter : Values_0.Timestamp.t option;A filter to search for training plan offerings with a start time after a specified date.
*)endTimeBefore : Values_0.Timestamp.t option;A filter to search for reserved capacity offerings with an end time before a specified date.
*)durationHours : TrainingPlanDurationHoursInput.t option;The desired duration in hours for the training plan offerings.
*)targetResources : SageMakerResourceNames.t option;The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod, SageMaker Endpoints, Studio apps) to search for in the offerings. 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.
*)trainingPlanArn : Values_0.String_.t option;The Amazon Resource Name (ARN); of an existing training plan to search for extension offerings. When specified, the API returns extension offerings that can be used to extend the specified training plan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ReservedCapacityInstanceCount.t
| `List of [> `Enum of string ] list
| `Long of TrainingPlanDurationHoursInput.t
| `String of Values_1.UltraServerType.t
| `Timestamp of Values_0.Timestamp.t ])
list ]