Creates 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.
sagemaker_create_training_plan(
TrainingPlanName,
TrainingPlanOfferingId,
Tags = NULL
)
[required] The name of the training plan to create.
[required] The unique identifier of the training plan offering to use for creating this plan.
An array of key-value pairs to apply to this training plan.