goal property
The optimization goal of the metric.
Required. Possible string values are:
- "GOAL_TYPE_UNSPECIFIED" : Goal Type will default to maximize.
- "MAXIMIZE" : Maximize the goal metric.
- "MINIMIZE" : Minimize the goal metric.
Implementation
core.String? goal;