Enum ProcessorVersion.Types.State (3.0.0)

public enum State

The possible states of the processor version.

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Fields

NameDescription
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.

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.