Module: Google::Cloud::DocumentAI::V1beta3::BatchProcessMetadata::State

Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

Possible states of the batch processing operation.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
WAITING =

Request operation is waiting for scheduling.

1
RUNNING =

Request is being processed.

2
SUCCEEDED =

The batch processing completed successfully.

3
CANCELLING =

The batch processing was being cancelled.

4
CANCELLED =

The batch processing was cancelled.

5
FAILED =

The batch processing has failed.

6