This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::OnlineEvaluationConfig Rule
The evaluation rule containing sampling configuration, filters, and session settings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Filters" :[ Filter, ... ], "SamplingConfig" :SamplingConfig, "SessionConfig" :SessionConfig}
Properties
Filters-
The list of filters that determine which agent traces should be included in the evaluation based on trace properties.
Required: No
Type: Array of Filter
Minimum:
0Maximum:
5Update requires: No interruption
SamplingConfig-
The sampling configuration that determines what percentage of agent traces to evaluate.
Required: Yes
Type: SamplingConfig
Update requires: No interruption
SessionConfig-
The session configuration that defines timeout settings for detecting when agent sessions are complete and ready for evaluation.
Required: No
Type: SessionConfig
Update requires: No interruption