goal property

String? goal
getter/setter pair

The type of goal to use for tuning.

Available types are MAXIMIZE and MINIMIZE. Defaults to MAXIMIZE.

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;