CreateExperimentDefinitionRequest

Types

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

Properties

Link copied to clipboard

The application ID or name.

Link copied to clipboard

A description of the intended audience for the experiment.

Link copied to clipboard

A rule that defines which users are eligible to be assigned to treatments during the experiment.

Link copied to clipboard

The configuration profile ID or name that stores the feature flag.

Link copied to clipboard

The control treatment that represents the baseline experience for comparison.

Link copied to clipboard

The environment ID or name where the experiment will run.

Link copied to clipboard

The key of the existing feature flag to use with the experiment.

Link copied to clipboard

A description of the goal or hypothesis the experiment is designed to validate.

Link copied to clipboard

Information about the conditions under which you would launch the winning treatment.

Link copied to clipboard
val name: String?

A name for the experiment definition.

Link copied to clipboard

The tags to assign to the experiment definition. Tags help organize and categorize your AppConfig resources.

Link copied to clipboard

A list of treatments to evaluate during the experiment. Each treatment defines a distinct variation compared to the control.

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