ExperimentStatus
Stay organized with collections
Save and categorize content based on your preferences.
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-05-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 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 pause functionality."],["`PROMOTED` and `GRADUATED` signify successful progression, whereas `REMOVED` indicates the experiment's conclusion."],["`UNSPECIFIED` and `UNKNOWN` represent placeholder or undefined states for the experiment status."]]],[]]