Document AI V1 API - Module Google::Cloud::DocumentAI::V1::ProcessorVersion::State (v0.10.0)

Reference documentation and code samples for the Document AI V1 API module Google::Cloud::DocumentAI::V1::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.