ExperimentStatus
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["The experiment status indicates the current phase of an experiment, ranging from initial setup to completion (graduated or removed)."],["An experiment can be enabled, halted, promoted, or removed, allowing for control and management throughout its lifecycle."],["Statuses like `SETUP` and `INITIATED` represent the initial stages, while `HALTED` provides a temporary pause functionality."],["`PROMOTED` and `GRADUATED` signify successful progression, whereas `REMOVED` indicates the experiment's conclusion."],["`UNSPECIFIED` and `UNKNOWN` are used for cases where the status is not explicitly defined or is unavailable in the current context."]]],[]]