UpdateExperimentRunResponse

Describes an experiment run, including its status, exposure settings, and treatment overrides.

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 experiment run.

Link copied to clipboard

The date and time the experiment run ended, in ISO 8601 format.

Link copied to clipboard

The experiment definition ID.

Link copied to clipboard

A snapshot of the experiment definition at the time the run was started.

Link copied to clipboard

The percentage of the target audience exposed to treatments.

Link copied to clipboard

The result of the experiment run, including the executive summary and launch decision rationale.

Link copied to clipboard
val run: Int

The experiment run number.

Link copied to clipboard

The date and time the experiment run started, in ISO 8601 format.

Link copied to clipboard

The current status of the experiment run. Valid values: RUNNING, DONE.

Link copied to clipboard

Treatment assignment overrides that assign specific entity IDs to treatments.

Link copied to clipboard

The date and time the experiment run 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