Skip to content

Bedrock Agentcore  >  Unions  >  ABTestEvaluationConfig

ABTestEvaluationConfig

Union Type

ABTestEvaluationConfig module-attribute

The evaluation configuration for an A/B test, specifying which online evaluation configurations to use for measuring variant performance.

Union Member Types

ABTestEvaluationConfigOnlineEvaluationConfigArn dataclass

The Amazon Resource Name (ARN) of a single online evaluation configuration to use for both variants.

Attributes

value instance-attribute
value: str

ABTestEvaluationConfigPerVariantOnlineEvaluationConfig dataclass

Per-variant online evaluation configurations, allowing different evaluation settings for each variant.

Attributes

value instance-attribute

ABTestEvaluationConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str