public enum ProcessorVersion.Types.State
Reference documentation and code samples for the Cloud Document AI v1beta3 API enum ProcessorVersion.Types.State.
The possible states of the processor version.
Namespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Fields |
|
---|---|
Name | Description |
Creating |
The processor version is being created. |
Deleting |
The processor version is being deleted. |
Deployed |
The processor version is deployed and can be used for processing. |
Deploying |
The processor version is being deployed. |
Failed |
The processor version failed and is in an indeterminate state. |
Importing |
The processor version is being imported. |
Undeployed |
The processor version is not deployed and cannot be used for processing. |
Undeploying |
The processor version is being undeployed. |
Unspecified |
The processor version is in an unspecified state. |