OnlineAbConfig - CloudWatch Evidently

OnlineAbConfig

A structure that contains the configuration of which variation to use as the "control" version. The "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.

Contents

controlTreatmentName

The name of the variation that is to be the default variation that the other variations are compared to.

Type: String

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

Pattern: ^[-a-zA-Z0-9._]*$

Required: No

treatmentWeights

A set of key-value pairs. The keys are variation names, and the values are the portion of experiment traffic to be assigned to that variation. Specify the traffic portion in thousandths of a percent, so 20,000 for a variation would allocate 20% of the experiment traffic to that variation.

Type: String to long map

Key Length Constraints: Minimum length of 1. Maximum length of 127.

Key Pattern: ^[-a-zA-Z0-9._]*$

Valid Range: Minimum value of 0. Maximum value of 100000.

Required: No

See Also

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