Values_1.DeleteHyperParameterTuningJobRequestSourceDeletes 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.
type nonrec t = {hyperParameterTuningJobName : Values_0.HyperParameterTuningJobName.t;The name of the hyperparameter tuning job that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.HyperParameterTuningJobName.t ]) list ]