Skip to content

Bedrock Agentcore  >  Structures  >  ABTestResults

ABTestResults

Structure Class

ABTestResults dataclass

The statistical results of an A/B test.

Attributes

analysis_timestamp class-attribute instance-attribute
analysis_timestamp: datetime | None = None

The timestamp when the analysis was performed.

evaluator_metrics instance-attribute
evaluator_metrics: list[EvaluatorMetric]

The per-evaluator metrics comparing control and treatment variants.