ExperimentDefinitionSnapshot

A snapshot of the experiment definition captured at the time an experiment run was started. This preserves the configuration that was active during the run.

Types

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

Properties

Link copied to clipboard

The application ID at the time the run was started.

Link copied to clipboard

The audience description at the time the run was started.

Link copied to clipboard

The audience rule at the time the run was started.

Link copied to clipboard

The configuration profile ID at the time the run was started.

Link copied to clipboard

The control treatment at the time the run was started.

Link copied to clipboard

The environment ID at the time the run was started.

Link copied to clipboard

The feature flag key at the time the run was started.

Link copied to clipboard

The hypothesis at the time the run was started.

Link copied to clipboard
val id: String?

The experiment definition ID.

Link copied to clipboard

The launch criteria at the time the run was started.

Link copied to clipboard
val name: String?

The name of the experiment definition at the time the run was started.

Link copied to clipboard

The treatments at the time the run was started.

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