Vision AI V1 API - Module Google::Cloud::VisionAI::V1::RunStatus::State (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::RunStatus::State.

State represents the running status of the Process.

Constants

STATE_UNSPECIFIED

value: 0
State is unspecified.

INITIALIZING

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

RUNNING

value: 2
RUNNING means the Process is up running and handling traffic.

COMPLETED

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

FAILED

value: 4
FAILED means the Process failed to complete the processing.

PENDING

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