Class GoalType (1.50.0)

GoalType(value)

The available types of optimization goals.

Enum values:

GOAL_TYPE_UNSPECIFIED (0):
    Goal Type will default to maximize.
MAXIMIZE (1):
    Maximize the goal metric.
MINIMIZE (2):
    Minimize the goal metric.

Methods

GoalType

GoalType(value)

The available types of optimization goals.

Enum values:

GOAL_TYPE_UNSPECIFIED (0):
    Goal Type will default to maximize.
MAXIMIZE (1):
    Maximize the goal metric.
MINIMIZE (2):
    Minimize the goal metric.