deleteHyperParameterTuningJob
inline suspend fun SageMakerClient.deleteHyperParameterTuningJob(crossinline block: DeleteHyperParameterTuningJobRequest.Builder.() -> Unit): DeleteHyperParameterTuningJobResponse
Deletes a hyperparameter tuning job. The DeleteHyperParameterTuningJob
API deletes only the tuning job entry that was created in SageMaker when you called the CreateHyperParameterTuningJob
API. It does not delete training jobs, artifacts, or the IAM role that you specified when creating the model.