AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.5 to 2.35.8. Enhanced documentation for batch evaluation features: clarified evaluator/insight purposes, added details about failure analysis categories, and improved insight analysis descriptions including failure detection and root cause analysis.
Security assessment
Changes involve feature clarifications and added operational details without addressing vulnerabilities, security controls, or encryption. The failure analysis improvements describe diagnostic capabilities rather than security mechanisms.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/get-batch-evaluation.md b/cli/latest/reference/bedrock-agentcore/get-batch-evaluation.md index 48ed60f62..de01c7882 100644 --- a//cli/latest/reference/bedrock-agentcore/get-batch-evaluation.md +++ b//cli/latest/reference/bedrock-agentcore/get-batch-evaluation.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -267 +267 @@ evaluators -> (list) ->> An evaluator to run against sessions +>> An evaluator to run against sessions during batch evaluation. @@ -292 +292 @@ insights -> (list) ->> A reference to an insight analysis to run against sessions. +>> A reference to an insight analysis to run against sessions during batch evaluation. Insights provide deeper analysis beyond individual evaluator scores, including failure detection, user intent clustering, and execution summarization. @@ -296 +296 @@ insights -> (list) ->>> Canonical insight identifiers using the Builtin.Insight.* naming convention. Used by BatchEvaluate, InternalEvaluate, and ServiceEngineEvaluate flows. +>>> The unique identifier of the insight to run. @@ -385 +385 @@ dataSourceConfig -> (tagged union structure) ->> sessionFilterConfig -> (structure) +>> timeRange -> (structure) @@ -471 +471 @@ failureAnalysisResult -> (structure) -> Unified customer-facing clustering result written to S3. +> The failure analysis results from insights, containing categorized failure clusters with root causes and recommendations. @@ -629 +629 @@ failureAnalysisResult -> (structure) ->>>>>>>>>>>>>> Failure category taxonomy for agent session insights. Values must stay in sync with the category registry in AgentCoreLens (amzn_agentcore_lens.config.failure_detection.FAILURE_CATEGORIES). +>>>>>>>>>>>>>> The failure category classification for this signal. @@ -665,0 +666 @@ failureAnalysisResult -> (structure) +>>>>>>>>>>>>>> * `other` @@ -679 +680 @@ userIntentResult -> (structure) -> Customer-facing user intent clustering result written to S3. +> The user intent clustering results from insights, containing grouped user intents across evaluated sessions. @@ -737 +738 @@ executionSummaryResult -> (structure) -> Customer-facing execution summary clustering result written to S3. +> The execution summary clustering results from insights, containing grouped execution patterns across evaluated sessions. @@ -852 +853 @@ kmsKeyArn -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »