ExperimentMetricDirection

  • This content defines various experiment metric directions through enums.

  • Different enums represent goals like no change, increase, or decrease in the metric.

  • There are also enums for combined goals like no change or increase, and no change or decrease.

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.