Google Cloud Ai Platform V1 Client - Class GoalType (0.17.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class GoalType.

The available types of optimization goals.

Protobuf type google.cloud.aiplatform.v1.StudySpec.MetricSpec.GoalType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

GOAL_TYPE_UNSPECIFIED

Value: 0

Goal Type will default to maximize.

Generated from protobuf enum GOAL_TYPE_UNSPECIFIED = 0;

MAXIMIZE

Value: 1

Maximize the goal metric.

Generated from protobuf enum MAXIMIZE = 1;

MINIMIZE

Value: 2

Minimize the goal metric.

Generated from protobuf enum MINIMIZE = 2;