Enum Study.State (3.42.0)

public enum Study.State extends Enum<Study.State> implements ProtocolMessageEnum

Describes the Study state.

Protobuf enum google.cloud.aiplatform.v1beta1.Study.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The study is active.

ACTIVE = 1;

ACTIVE_VALUE

The study is active.

ACTIVE = 1;

COMPLETED

The study is done when the service exhausts the parameter search space or max_trial_count is reached.

COMPLETED = 3;

COMPLETED_VALUE

The study is done when the service exhausts the parameter search space or max_trial_count is reached.

COMPLETED = 3;

INACTIVE

The study is stopped due to an internal error.

INACTIVE = 2;

INACTIVE_VALUE

The study is stopped due to an internal error.

INACTIVE = 2;

STATE_UNSPECIFIED

The study state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The study state is unspecified.

STATE_UNSPECIFIED = 0;

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()