Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

paws.machine.learning (version 0.8.0)

sagemaker_create_training_plan: Creates a new training plan in SageMaker to reserve compute capacity

Description

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.

Usage

sagemaker_create_training_plan(
  TrainingPlanName,
  TrainingPlanOfferingId,
  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.

Tags

An array of key-value pairs to apply to this training plan.