Module Values_2.StopHyperParameterTuningJobRequestSource

Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched. All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the Stopped state, it releases all reserved resources for the tuning job.

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

    The name of the tuning job to stop.

    *)
}
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