sagemaker_delete_hyper_parameter_tuning_job {paws.machine.learning} | 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.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_hyper_parameter_tuning_job/ for full documentation.
Usage
sagemaker_delete_hyper_parameter_tuning_job(HyperParameterTuningJobName)
Arguments
HyperParameterTuningJobName |
[required] The name of the hyperparameter tuning job that you want to delete. |
[Package paws.machine.learning version 0.7.0 Index]