Class State (0.1.0)

State(value)

State represents the running status of the Process.

Enums

Name Description
STATE_UNSPECIFIED State is unspecified.
INITIALIZING INITIALIZING means the Process is scheduled but yet ready to handle real traffic.
RUNNING RUNNING means the Process is up running and handling traffic.
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.
PENDING PENDING means the Process is created but yet to be scheduled.