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.

Proto definition

Enums

ENABLED

The experiment is enabled.

GRADUATED

The experiment has been graduated.

HALTED

The experiment has been halted. This status can be set from ENABLED status through API.

INITIATED

The experiment's campaigns are pending materialization. This status can be set from SETUP status through API.
The experiment will be promoted out of experimental status.

REMOVED

The experiment has been removed.

SETUP

Initial status of the experiment.

UNKNOWN

The value is unknown in this version.

UNSPECIFIED

Not specified.