Skip to content

Delete Batch Evaluation

bedrockagentcore_delete_batch_evaluation R Documentation

Deletes a batch evaluation and its associated results

Description

Deletes a batch evaluation and its associated results.

Usage

bedrockagentcore_delete_batch_evaluation(batchEvaluationId)

Arguments

batchEvaluationId

[required] The unique identifier of the batch evaluation to delete.

Value

A list with the following syntax:

list(
  batchEvaluationId = "string",
  batchEvaluationArn = "string",
  status = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"COMPLETED_WITH_ERRORS"|"FAILED"|"STOPPING"|"STOPPED"|"DELETING"
)

Request syntax

svc$delete_batch_evaluation(
  batchEvaluationId = "string"
)