ExperimentMetricDirection
The type of experiment metric direction.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The value is unknown in this version. |
NO_CHANGE
|
The goal of the experiment is to not change the metric. |
INCREASE
|
The goal of the experiment is to increate the metric. |
DECREASE
|
The goal of the experiment is to decrease the metric. |
NO_CHANGE_OR_INCREASE
|
The goal of the experiment is to either not change or increase the metric. |
NO_CHANGE_OR_DECREASE
|
The goal of the experiment is to either not change or decrease the metric. |
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."],[[["Experiment metric direction enums define the intended impact of an experiment on a chosen metric."],["Options include increasing, decreasing, or maintaining the current state of the metric, with provisions for unspecified or unknown directions."],["The enums also allow for flexibility with options for either no change or an increase, or no change or a decrease in the metric."]]],[]]