Document AI V1 API - Module Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State (v0.20.0)

Reference documentation and code samples for the Document AI V1 API module Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State.

Possible states of the batch processing operation.

Constants

STATE_UNSPECIFIED

value: 0
The default value. This value is used if the state is omitted.

WAITING

value: 1
Request operation is waiting for scheduling.

RUNNING

value: 2
Request is being processed.

SUCCEEDED

value: 3
The batch processing completed successfully.

CANCELLING

value: 4
The batch processing was being cancelled.

CANCELLED

value: 5
The batch processing was cancelled.

FAILED

value: 6
The batch processing has failed.