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
Namespace
Google \ Cloud \ AIPlatform \ V1 \ StudySpec \ MetricSpecMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;