Module Values_1.DeleteTrainingJobRequestSource

Deletes a training job. After SageMaker deletes a training job, all of the metadata for the training job is lost. You can delete only training jobs that are in a terminal state (Stopped, Failed, or Completed) and don't retain an Available managed warm pool. You cannot delete a job that is in the InProgress or Stopping state. After deleting the job, you can reuse its name to create another training job.

Sourcetype nonrec t = {
  1. trainingJobName : TrainingJobName.t;
    (*

    The name of the training job to delete.

    *)
}
Sourceval context_ : string
Sourceval make : trainingJobName:TrainingJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrainingJobName.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