bedrock_batch_delete_evaluation_job {paws.machine.learning} | R Documentation |
Deletes a batch of evaluation jobs
Description
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.
See https://www.paws-r-sdk.com/docs/bedrock_batch_delete_evaluation_job/ for full documentation.
Usage
bedrock_batch_delete_evaluation_job(jobIdentifiers)
Arguments
jobIdentifiers |
[required] A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete. |
[Package paws.machine.learning version 0.9.0 Index]