public enum RunStatus.Types.StateReference documentation and code samples for the Vision AI v1 API enum RunStatus.Types.State.
State represents the running status of the Process.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Fields |
|
|---|---|
| Name | Description |
Completed |
COMPLETED means the Process has completed the processing, especially for non-streaming use case. |
Failed |
FAILED means the Process failed to complete the processing. |
Initializing |
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. |
Running |
RUNNING means the Process is up running and handling traffic. |
Unspecified |
State is unspecified. |