Module Values_1.DeleteHyperParameterTuningJobRequestSource

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.

Sourcetype nonrec t = {
  1. hyperParameterTuningJobName : Values_0.HyperParameterTuningJobName.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : hyperParameterTuningJobName:Values_0.HyperParameterTuningJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HyperParameterTuningJobName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t