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-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["Experiment metric direction is categorized into types that specify the experiment's goal related to a metric, such as increasing it, decreasing it, or maintaining it."],["The available experiment metric direction types include `INCREASE`, `DECREASE`, `NO_CHANGE`, `NO_CHANGE_OR_INCREASE`, and `NO_CHANGE_OR_DECREASE`, along with `UNSPECIFIED` and `UNKNOWN` for cases where the direction is not specified or unknown."]]],[]]