ExperimentStatus

  • This page outlines the various possible statuses of an experiment, ranging from initial setup to being graduated or removed.

  • Experiment statuses can indicate if an experiment is enabled, halted, or promoted, and some transitions between statuses are possible via API.

  • The statuses include UNSPECIFIED, UNKNOWN, ENABLED, REMOVED, HALTED, PROMOTED, SETUP, INITIATED, and GRADUATED.

The status of the experiment.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

The value is unknown in this version.

ENABLED

The experiment is enabled.

REMOVED

The experiment has been removed.

HALTED

The experiment has been halted. This status can be set from ENABLED status through API.
The experiment will be promoted out of experimental status.

SETUP

Initial status of the experiment.

INITIATED

The experiment's campaigns are pending materialization. This status can be set from SETUP status through API.

GRADUATED

The experiment has been graduated.