Delete Hyper Parameter Tuning Job
sagemaker_delete_hyper_parameter_tuning_job | R Documentation |
Deletes a hyperparameter tuning job¶
Description¶
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.
Usage¶
Arguments¶
HyperParameterTuningJobName
[required] The name of the hyperparameter tuning job that you want to delete.
Value¶
An empty list.