AI-generated Key Takeaways
- 
          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 | |
|---|---|
| 
 | Not specified. | 
| 
 | The value is unknown in this version. | 
| 
 | The goal of the experiment is to not change the metric. | 
| 
 | The goal of the experiment is to increate the metric. | 
| 
 | The goal of the experiment is to decrease the metric. | 
| 
 | The goal of the experiment is to either not change or increase the metric. | 
| 
 | The goal of the experiment is to either not change or decrease the metric. |