Extends an existing training plan by purchasing an extension offering
Source:R/sagemaker_operations.R
sagemaker_extend_training_plan.RdExtends an existing training plan by purchasing an extension offering. This allows you to add additional compute capacity time to your training plan without creating a new plan or reconfiguring your workloads.
See https://www.paws-r-sdk.com/docs/sagemaker_extend_training_plan/ for full documentation.
Arguments
- TrainingPlanExtensionOfferingId
[required] The unique identifier of the extension offering to purchase. You can retrieve this ID from the
TrainingPlanExtensionOfferingsin the response of thesearch_training_plan_offeringsAPI.