Document AI V1beta3 API - Module Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::State (v0.49.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Document AI V1beta3 API module Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::State.
The possible states of the processor version.
Constants
STATE_UNSPECIFIED
value: 0 The processor version is in an unspecified state.
DEPLOYED
value: 1 The processor version is deployed and can be used for processing.
DEPLOYING
value: 2 The processor version is being deployed.
UNDEPLOYED
value: 3 The processor version is not deployed and cannot be used for processing.
UNDEPLOYING
value: 4 The processor version is being undeployed.
CREATING
value: 5 The processor version is being created.
DELETING
value: 6 The processor version is being deleted.
FAILED
value: 7 The processor version failed and is in an indeterminate state.