public enum StudySpec.MetricSpec.GoalType extends Enum<StudySpec.MetricSpec.GoalType> implements ProtocolMessageEnum
The available types of optimization goals.
Protobuf enum google.cloud.aiplatform.v1beta1.StudySpec.MetricSpec.GoalType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GOAL_TYPE_UNSPECIFIED |
Goal Type will default to maximize. |
GOAL_TYPE_UNSPECIFIED_VALUE |
Goal Type will default to maximize. |
MAXIMIZE |
Maximize the goal metric. |
MAXIMIZE_VALUE |
Maximize the goal metric. |
MINIMIZE |
Minimize the goal metric. |
MINIMIZE_VALUE |
Minimize the goal metric. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |