Creates a new training plan in SageMaker to reserve compute capacity
Source:R/sagemaker_operations.R
sagemaker_create_training_plan.RdCreates a new training plan in SageMaker to reserve compute capacity.
See https://www.paws-r-sdk.com/docs/sagemaker_create_training_plan/ for full documentation.
Usage
sagemaker_create_training_plan(
TrainingPlanName,
TrainingPlanOfferingId,
SpareInstanceCountPerUltraServer = NULL,
Tags = NULL
)Arguments
- TrainingPlanName
[required] The name of the training plan to create.
- TrainingPlanOfferingId
[required] The unique identifier of the training plan offering to use for creating this plan.
- SpareInstanceCountPerUltraServer
Number of spare instances to reserve per UltraServer for enhanced resiliency. Default is 1.
An array of key-value pairs to apply to this training plan.