Enum Trial.State (3.42.0)

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

Describes a Trial state.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Indicates that the Trial has been suggested.

ACTIVE = 2;

ACTIVE_VALUE

Indicates that the Trial has been suggested.

ACTIVE = 2;

INFEASIBLE

Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement.

INFEASIBLE = 5;

INFEASIBLE_VALUE

Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement.

INFEASIBLE = 5;

REQUESTED

Indicates that a specific Trial has been requested, but it has not yet been suggested by the service.

REQUESTED = 1;

REQUESTED_VALUE

Indicates that a specific Trial has been requested, but it has not yet been suggested by the service.

REQUESTED = 1;

STATE_UNSPECIFIED

The Trial state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The Trial state is unspecified.

STATE_UNSPECIFIED = 0;

STOPPING

Indicates that the Trial should stop according to the service.

STOPPING = 3;

STOPPING_VALUE

Indicates that the Trial should stop according to the service.

STOPPING = 3;

SUCCEEDED

Indicates that the Trial is completed successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

Indicates that the Trial is completed successfully.

SUCCEEDED = 4;

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