public enum RunStatus.State extends Enum<RunStatus.State> implements ProtocolMessageEnum
State represents the running status of the Process.
Protobuf enum google.cloud.visionai.v1.RunStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETED |
COMPLETED means the Process has completed the processing, especially for non-streaming use case. |
COMPLETED_VALUE |
COMPLETED means the Process has completed the processing, especially for non-streaming use case. |
FAILED |
FAILED means the Process failed to complete the processing. |
FAILED_VALUE |
FAILED means the Process failed to complete the processing. |
INITIALIZING |
INITIALIZING means the Process is scheduled but yet ready to handle real traffic. |
INITIALIZING_VALUE |
INITIALIZING means the Process is scheduled but yet ready to handle real traffic. |
PENDING |
PENDING means the Process is created but yet to be scheduled. |
PENDING_VALUE |
PENDING means the Process is created but yet to be scheduled. |
RUNNING |
RUNNING means the Process is up running and handling traffic. |
RUNNING_VALUE |
RUNNING means the Process is up running and handling traffic. |
STATE_UNSPECIFIED |
State is unspecified. |
STATE_UNSPECIFIED_VALUE |
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() |