Values.BatchDeleteEvaluationJobRequestSourceDeletes 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.
type nonrec t = {jobIdentifiers : EvaluationJobIdentifiers.t;A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of EvaluationJobIdentifier.t ] list ])
list ]