Enum NasTrial.State (3.42.0)

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

Describes a NasTrial state.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Indicates that the NasTrial has been suggested.

ACTIVE = 2;

ACTIVE_VALUE

Indicates that the NasTrial has been suggested.

ACTIVE = 2;

INFEASIBLE

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

INFEASIBLE = 5;

INFEASIBLE_VALUE

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

INFEASIBLE = 5;

REQUESTED

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

REQUESTED = 1;

REQUESTED_VALUE

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

REQUESTED = 1;

STATE_UNSPECIFIED

The NasTrial state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The NasTrial state is unspecified.

STATE_UNSPECIFIED = 0;

STOPPING

Indicates that the NasTrial should stop according to the service.

STOPPING = 3;

STOPPING_VALUE

Indicates that the NasTrial should stop according to the service.

STOPPING = 3;

SUCCEEDED

Indicates that the NasTrial is completed successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

Indicates that the NasTrial 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()