public enum PublisherModel.VersionState extends Enum<PublisherModel.VersionState> implements ProtocolMessageEnum
An enum representing the state of the PublicModelVersion.
Protobuf enum google.cloud.aiplatform.v1beta1.PublisherModel.VersionState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNRECOGNIZED |
|
VERSION_STATE_STABLE |
Used to indicate the version is stable. |
VERSION_STATE_STABLE_VALUE |
Used to indicate the version is stable. |
VERSION_STATE_UNSPECIFIED |
The version state is unspecified. |
VERSION_STATE_UNSPECIFIED_VALUE |
The version state is unspecified. |
VERSION_STATE_UNSTABLE |
Used to indicate the version is unstable. |
VERSION_STATE_UNSTABLE_VALUE |
Used to indicate the version is unstable. |
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() |