CreateExperimentRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional description of the experiment.

Link copied to clipboard

An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.

Link copied to clipboard

A name for the new experiment.

Link copied to clipboard

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

Link copied to clipboard

The name or ARN of the project that you want to create the new experiment in.

Link copied to clipboard

When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the experiment name as the randomizationSalt.

Link copied to clipboard

The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent. The available audience is the total audience minus the audience that you have allocated to overrides or current launches of this feature.

Link copied to clipboard

Specifies an audience segment to use in the experiment. When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment.

Link copied to clipboard

Assigns one or more tags (key-value pairs) to the experiment.

Link copied to clipboard

An array of structures that describe the configuration of each feature variation used in the experiment.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String