Enum EngineVersion.State (0.1.0)

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

State determines the lifecycle of a version and the models/engine configs trained with it.

Protobuf enum google.cloud.financialservices.v1.EngineVersion.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Version is available for training and inference.

ACTIVE = 1;

ACTIVE_VALUE

Version is available for training and inference.

ACTIVE = 1;

DECOMMISSIONED

Version is deprecated, listed for informational purposes only.

DECOMMISSIONED = 3;

DECOMMISSIONED_VALUE

Version is deprecated, listed for informational purposes only.

DECOMMISSIONED = 3;

LIMITED

Models using this version can still be run, but new ones cannot be trained.

LIMITED = 2;

LIMITED_VALUE

Models using this version can still be run, but new ones cannot be trained.

LIMITED = 2;

STATE_UNSPECIFIED

Default state, should never be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default state, should never be used.

STATE_UNSPECIFIED = 0;

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