Enum StudySpec.MetricSpec.GoalType (3.42.0)

public enum StudySpec.MetricSpec.GoalType extends Enum<StudySpec.MetricSpec.GoalType> implements ProtocolMessageEnum

The available types of optimization goals.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GOAL_TYPE_UNSPECIFIED

Goal Type will default to maximize.

GOAL_TYPE_UNSPECIFIED = 0;

GOAL_TYPE_UNSPECIFIED_VALUE

Goal Type will default to maximize.

GOAL_TYPE_UNSPECIFIED = 0;

MAXIMIZE

Maximize the goal metric.

MAXIMIZE = 1;

MAXIMIZE_VALUE

Maximize the goal metric.

MAXIMIZE = 1;

MINIMIZE

Minimize the goal metric.

MINIMIZE = 2;

MINIMIZE_VALUE

Minimize the goal metric.

MINIMIZE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()