public enum Featurestore.State extends Enum<Featurestore.State> implements ProtocolMessageEnumPossible states a featurestore can have.
Protobuf enum google.cloud.aiplatform.v1.Featurestore.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
STABLE |
State when the featurestore configuration is not being updated and the fields reflect the current configuration of the featurestore. The featurestore is usable in this state. |
STABLE_VALUE |
State when the featurestore configuration is not being updated and the fields reflect the current configuration of the featurestore. The featurestore is usable in this state. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
UPDATING |
The state of the featurestore configuration when it is being updated.
During an update, the fields reflect either the original configuration
or the updated configuration of the featurestore. For example,
|
UPDATING_VALUE |
The state of the featurestore configuration when it is being updated.
During an update, the fields reflect either the original configuration
or the updated configuration of the featurestore. For example,
|
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() |
|