AWS bedrock-agentcore documentation change
Summary
Added documentation mapping batch evaluation lifecycle operations to specific agentcore CLI commands and clarified that 'archive' corresponds to the DeleteBatchEvaluation IAM action.
Security assessment
The changes focus on CLI command mappings and operational workflows without introducing security features or addressing vulnerabilities. The IAM action mention is operational, not security-focused.
Diff
diff --git a/bedrock-agentcore/latest/devguide/batch-evaluations-prereqs.md b/bedrock-agentcore/latest/devguide/batch-evaluations-prereqs.md index ba48dfb7f..aadcad52a 100644 --- a//bedrock-agentcore/latest/devguide/batch-evaluations-prereqs.md +++ b//bedrock-agentcore/latest/devguide/batch-evaluations-prereqs.md @@ -101,0 +102,17 @@ The `BedrockInvokeForCustomEvaluators` statement is required only if you use a c +###### Note + +The batch-evaluation CLI surface consists of the following commands: + + * `agentcore run batch-evaluation` — start a batch evaluation + + * `agentcore stop batch-evaluation -i <id>` — stop a running batch evaluation + + * `agentcore view batch-evaluation [id]` and `agentcore batch-evaluations history` — view a job or list jobs + + * `agentcore archive batch-evaluation -i <id>` — archive a batch evaluation job record on the service and clear local history + + + + +The `bedrock-agentcore:DeleteBatchEvaluation` IAM action is backed by the CLI’s `archive batch-evaluation` command; there is no literal `delete` CLI verb. + @@ -108 +125 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Batch evaluation (Preview) +Batch evaluation