GetExperimentDefinitionResponse

Describes an experiment definition, including the target audience, feature flag, treatments, and current status.

Types

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

Properties

Link copied to clipboard

The application ID.

Link copied to clipboard

A description of the intended audience for the experiment.

Link copied to clipboard

The rule that defines which users are eligible to be assigned to treatments.

Link copied to clipboard

The configuration profile ID associated with the experiment.

Link copied to clipboard

The control treatment used as the baseline for comparison.

Link copied to clipboard

The date and time the experiment definition was created, in ISO 8601 format.

Link copied to clipboard

The environment ID where the experiment runs.

Link copied to clipboard

The key of the feature flag used by the experiment.

Link copied to clipboard

The hypothesis that the experiment is designed to validate.

Link copied to clipboard
val id: String?

The experiment definition ID.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used to encrypt experiment data.

Link copied to clipboard

The conditions under which the winning treatment should be launched.

Link copied to clipboard
val name: String?

The name of the experiment definition.

Link copied to clipboard

The current status of the experiment definition. Valid values: ACTIVE, IDLE, ARCHIVED.

Link copied to clipboard

The list of treatments defined for the experiment.

Link copied to clipboard

The date and time the experiment definition was last updated, in ISO 8601 format.

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