Google Cloud Document Ai V1 Client - Class State (1.12.1)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class State.

The possible states of the processor version.

Protobuf type google.cloud.documentai.v1.ProcessorVersion.State

Namespace

Google \ Cloud \ DocumentAI \ V1 \ ProcessorVersion

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The processor version is in an unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

DEPLOYED

Value: 1

The processor version is deployed and can be used for processing.

Generated from protobuf enum DEPLOYED = 1;

DEPLOYING

Value: 2

The processor version is being deployed.

Generated from protobuf enum DEPLOYING = 2;

UNDEPLOYED

Value: 3

The processor version is not deployed and cannot be used for processing.

Generated from protobuf enum UNDEPLOYED = 3;

UNDEPLOYING

Value: 4

The processor version is being undeployed.

Generated from protobuf enum UNDEPLOYING = 4;

CREATING

Value: 5

The processor version is being created.

Generated from protobuf enum CREATING = 5;

DELETING

Value: 6

The processor version is being deleted.

Generated from protobuf enum DELETING = 6;

FAILED

Value: 7

The processor version failed and is in an indeterminate state.

Generated from protobuf enum FAILED = 7;

IMPORTING

Value: 8

The processor version is being imported.

Generated from protobuf enum IMPORTING = 8;