Module Values.BatchDeleteEvaluationJobRequestSource

Deletes a batch of evaluation jobs. An evaluation job can only be deleted if it has following status FAILED, COMPLETED, and STOPPED. You can request up to 25 model evaluation jobs be deleted in a single request.

Sourcetype nonrec t = {
  1. jobIdentifiers : EvaluationJobIdentifiers.t;
    (*

    A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : jobIdentifiers:EvaluationJobIdentifiers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of EvaluationJobIdentifier.t ] list ]) 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