View a markdown version of this page

ABTestSummary - Amazon Bedrock AgentCore Data Plane

ABTestSummary

Summary information about an A/B test.

Contents

abTestArn

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

Type: String

Pattern: arn:aws[a-zA-Z-]*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:ab-test/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}

Required: Yes

abTestId

The unique identifier of the A/B test.

Type: String

Pattern: [a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}

Required: Yes

createdAt

The timestamp when the A/B test was created.

Type: Timestamp

Required: Yes

executionStatus

The execution status of the A/B test.

Type: String

Valid Values: PAUSED | RUNNING | STOPPED | NOT_STARTED

Required: Yes

name

The name of the A/B test.

Type: String

Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}

Required: Yes

status

The current status of the A/B test.

Type: String

Valid Values: CREATING | ACTIVE | CREATE_FAILED | UPDATING | UPDATE_FAILED | DELETING | DELETE_FAILED | FAILED

Required: Yes

updatedAt

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

Type: Timestamp

Required: Yes

description

The description of the A/B test.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Required: No

gatewayArn

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

Type: String

Pattern: arn:aws(|-cn|-us-gov):bedrock-agentcore:[a-z0-9-]{1,20}:[0-9]{12}:gateway/([0-9a-z][-]?){1,48}-[a-z0-9]{10}

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: