Module: Google::Cloud::DocumentAI::V1beta3::Processor::State

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

Overview

The possible states of the processor.

Constant Summary collapse

STATE_UNSPECIFIED =

The processor is in an unspecified state.

0
ENABLED =

The processor is enabled.

1
DISABLED =

The processor is disabled.

2
ENABLING =

The processor is being enabled, will become ENABLED if successful.

3
DISABLING =

The processor is being disabled, will become DISABLED if successful.

4
CREATING =

The processor is being created.

5
FAILED =

The processor failed during creation.

6
DELETING =

The processor is being deleted, will be removed if successful.

7