View source: R/sagemaker_operations.R
sagemaker_search_training_plan_offerings | R Documentation |
Searches for available training plan offerings based on specified criteria.
See https://www.paws-r-sdk.com/docs/sagemaker_search_training_plan_offerings/ for full documentation.
sagemaker_search_training_plan_offerings(
InstanceType,
InstanceCount,
StartTimeAfter = NULL,
EndTimeBefore = NULL,
DurationHours = NULL,
TargetResources
)
InstanceType |
[required] 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 |
[required] 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. |
StartTimeAfter |
A filter to search for training plan offerings with a start time after a specified date. |
EndTimeBefore |
A filter to search for reserved capacity offerings with an end time before a specified date. |
DurationHours |
The desired duration in hours for the training plan offerings. |
TargetResources |
[required] The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings. Training plans are specific to their target resource.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.