Values_2.SearchTrainingPlanOfferingsResponseSourceSearches 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 = {trainingPlanOfferings : TrainingPlanOfferings.t option;A list of training plan offerings that match the search criteria.
*)trainingPlanExtensionOfferings : TrainingPlanExtensionOfferings.t option;A list of extension offerings available for the specified training plan. These offerings can be used with the ExtendTrainingPlan API to extend an existing training plan.
*)}type nonrec error = [ | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of TrainingPlanExtensionDurationHours.t
| `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 ]
list ])
list ]