SageMaker / Client / delete_hyper_parameter_tuning_job

delete_hyper_parameter_tuning_job#

SageMaker.Client.delete_hyper_parameter_tuning_job(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_hyper_parameter_tuning_job(
    HyperParameterTuningJobName='string'
)
Parameters:

HyperParameterTuningJobName (string) –

[REQUIRED]

The name of the hyperparameter tuning job that you want to delete.

Returns:

None