Experiment

A structure containing the configuration details of an experiment.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the experiment.

Link copied to clipboard

The date and time that the experiment is first created.

Link copied to clipboard

A description of the experiment.

Link copied to clipboard

A structure that contains the date and time that the experiment started and ended.

Link copied to clipboard

The date and time that the experiment was most recently updated.

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

The name of the experiment.

Link copied to clipboard

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.

Link copied to clipboard

The name or ARN of the project that contains this experiment.

Link copied to clipboard

This value is used when Evidently assigns a particular user session to the experiment. It helps create a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt.

Link copied to clipboard

In thousandths of a percent, the amount of the available audience that is allocated to this experiment. 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

A structure that contains the time and date that Evidently completed the analysis of the experiment.

Link copied to clipboard

The audience segment being used for the experiment, if a segment is being used.

Link copied to clipboard

The current state of the experiment.

Link copied to clipboard

If the experiment was stopped, this is the string that was entered by the person who stopped the experiment, to explain why it was stopped.

Link copied to clipboard

The list of tag keys and values associated with this experiment.

Link copied to clipboard

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

Link copied to clipboard

The type of this experiment. Currently, this value must be aws.experiment.onlineab.

Functions

Link copied to clipboard
inline fun copy(block: Experiment.Builder.() -> Unit = {}): Experiment
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