public enum Engine.ModelState extends Enum<Engine.ModelState> implements ProtocolMessageEnumThe status of the model for the engine.
Protobuf enum google.cloud.discoveryengine.v1beta.Engine.ModelState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MODEL_DISABLED |
The model is disabled by admin. |
MODEL_DISABLED_VALUE |
The model is disabled by admin. |
MODEL_ENABLED |
The model is enabled by admin. |
MODEL_ENABLED_VALUE |
The model is enabled by admin. |
MODEL_STATE_UNSPECIFIED |
The model state is unspecified. |
MODEL_STATE_UNSPECIFIED_VALUE |
The model state is unspecified. |
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() |
|