ABTestEvaluationConfig
The evaluation configuration for an A/B test, specifying which online evaluation configurations to use for measuring variant performance.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- onlineEvaluationConfigArn
-
The Amazon Resource Name (ARN) of a single online evaluation configuration to use for both variants.
Type: String
Pattern:
arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:online-evaluation-config\/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}Required: No
- perVariantOnlineEvaluationConfig
-
Per-variant online evaluation configurations, allowing different evaluation settings for each variant.
Type: Array of PerVariantOnlineEvaluationConfig objects
Array Members: Fixed number of 2 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: