Module Values_1.DeleteProcessingJobRequestSource

Deletes a processing job. After Amazon SageMaker deletes a processing job, all of the metadata for the processing job is lost. You can delete only processing jobs that are in a terminal state (Stopped, Failed, or Completed). 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 processing job.

Sourcetype nonrec t = {
  1. processingJobName : Values_0.ProcessingJobName.t;
    (*

    The name of the processing job to delete.

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