Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::StudySpec::MetricSpec::GoalType (v0.5.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::StudySpec::MetricSpec::GoalType.

The available types of optimization goals.

Constants

GOAL_TYPE_UNSPECIFIED

value: 0
Goal Type will default to maximize.

MAXIMIZE

value: 1
Maximize the goal metric.

MINIMIZE

value: 2
Minimize the goal metric.