Deletes a hyperparameter tuning job. The delete_hyper_parameter_tuning_job
API deletes only the tuning job entry that was created in SageMaker when you called the create_hyper_parameter_tuning_job
API. It does not delete training jobs, artifacts, or the IAM role that you specified when creating the model.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_hyper_parameter_tuning_job/ for full documentation.
sagemaker_delete_hyper_parameter_tuning_job(HyperParameterTuningJobName)
[required] The name of the hyperparameter tuning job that you want to delete.