Skip to content

Bedrock Agentcore  >  Structures  >  ABTestSummary

ABTestSummary

Structure Class

ABTestSummary dataclass

Summary information about an A/B test.

Attributes

ab_test_arn instance-attribute
ab_test_arn: str

The Amazon Resource Name (ARN) of the A/B test.

ab_test_id instance-attribute
ab_test_id: str

The unique identifier of the A/B test.

created_at instance-attribute
created_at: datetime

The timestamp when the A/B test was created.

description class-attribute instance-attribute
description: str | None = None

The description of the A/B test.

execution_status instance-attribute
execution_status: ABTestExecutionStatus

The execution status of the A/B test.

gateway_arn class-attribute instance-attribute
gateway_arn: str | None = None

The Amazon Resource Name (ARN) of the gateway used for traffic splitting.

name instance-attribute
name: str

The name of the A/B test.

status instance-attribute
status: ABTestStatus

The current status of the A/B test.

updated_at instance-attribute
updated_at: datetime

The timestamp when the A/B test was last updated.