Module Values_1.DeleteCompilationJobRequestSource

Deletes the specified compilation job. This action deletes only the compilation job resource in Amazon SageMaker AI. It doesn't delete other resources that are related to that job, such as the model artifacts that the job creates, the compilation logs in CloudWatch, the compiled model, or the IAM role. You can delete a compilation job only if its current status is COMPLETED, FAILED, or STOPPED. If the job status is STARTING or INPROGRESS, stop the job, and then delete it after its status becomes STOPPED.

Sourcetype nonrec t = {
  1. compilationJobName : Values_0.EntityName.t;
    (*

    The name of the compilation job to delete.

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