View source: R/bedrock_operations.R
bedrock_batch_delete_evaluation_job | R Documentation |
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.
bedrock_batch_delete_evaluation_job(jobIdentifiers)
jobIdentifiers |
[required] A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.