direction property

String? direction
getter/setter pair

The metric direction of the goal.

For example, increase, decrease, no change. Possible string values are:

  • "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.

Implementation

core.String? direction;