Module: Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::State
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/processor.rb
 
Overview
The possible states of the processor version.
Constant Summary collapse
- STATE_UNSPECIFIED =
          
The processor version is in an unspecified state.
 0- DEPLOYED =
          
The processor version is deployed and can be used for processing.
 1- DEPLOYING =
          
The processor version is being deployed.
 2- UNDEPLOYED =
          
The processor version is not deployed and cannot be used for processing.
 3- UNDEPLOYING =
          
The processor version is being undeployed.
 4- CREATING =
          
The processor version is being created.
 5- DELETING =
          
The processor version is being deleted.
 6- FAILED =
          
The processor version failed and is in an indeterminate state.
 7- IMPORTING =
          
The processor version is being imported.
 8