Module: Google::Cloud::VisionAI::V1::RunStatus::State

Defined in:
proto_docs/google/cloud/visionai/v1/lva.rb

Overview

State represents the running status of the Process.

Constant Summary collapse

STATE_UNSPECIFIED =

State is unspecified.

0
INITIALIZING =

INITIALIZING means the Process is scheduled but yet ready to handle real traffic.

1
RUNNING =

RUNNING means the Process is up running and handling traffic.

2
COMPLETED =

COMPLETED means the Process has completed the processing, especially for non-streaming use case.

3
FAILED =

FAILED means the Process failed to complete the processing.

4
PENDING =

PENDING means the Process is created but yet to be scheduled.

5