Stop Batch Evaluation
| bedrockagentcore_stop_batch_evaluation | R Documentation |
Stops a running batch evaluation¶
Description¶
Stops a running batch evaluation. Sessions that have already been evaluated retain their results.
Usage¶
bedrockagentcore_stop_batch_evaluation(batchEvaluationId)
Arguments¶
batchEvaluationId |
[required] The unique identifier of the batch evaluation to stop. |
Value¶
A list with the following syntax:
list(
batchEvaluationId = "string",
batchEvaluationArn = "string",
status = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"COMPLETED_WITH_ERRORS"|"FAILED"|"STOPPING"|"STOPPED"|"DELETING",
description = "string"
)
Request syntax¶
svc$stop_batch_evaluation(
batchEvaluationId = "string"
)