Document AI V1 API - Module Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State (v1.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.