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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Version is available for training and inference. |
ACTIVE_VALUE |
Version is available for training and inference. |
DECOMMISSIONED |
Version is deprecated, listed for informational purposes only. |
DECOMMISSIONED_VALUE |
Version is deprecated, listed for informational purposes only. |
LIMITED |
Models using this version can still be run, but new ones cannot be trained. |
LIMITED_VALUE |
Models using this version can still be run, but new ones cannot be trained. |
STATE_UNSPECIFIED |
Default state, should never be used. |
STATE_UNSPECIFIED_VALUE |
Default state, should never be used. |
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() |