Smaws_Client_SageMaker.SearchTrainingPlanOfferingsSearches for available training plan offerings based on specified criteria.
For more information about how to reserve GPU capacity for your SageMaker training jobs or SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see
{{:https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html}CreateTrainingPlan} .
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ResourceLimitExceeded of Types.resource_limit_exceeded ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.search_training_plan_offerings_request ->
(Types.search_training_plan_offerings_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceLimitExceeded of Types.resource_limit_exceeded ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.search_training_plan_offerings_request ->
(Types.search_training_plan_offerings_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceLimitExceeded of Types.resource_limit_exceeded ]
* Smaws_Lib.Response.metadata)
Stdlib.result