Vision AI v1 API - Enum RunStatus.Types.State (1.0.0-beta01)

public enum RunStatus.Types.State

Reference 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.V1

Assembly

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.