View source: R/sagemaker_operations.R
sagemaker_delete_hyper_parameter_tuning_job | R Documentation |
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)
HyperParameterTuningJobName |
[required] The name of the hyperparameter tuning job that you want to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.