Google Cloud Vision Ai V1 Client - Class ProcessorState (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ProcessorState.

Protobuf type google.cloud.visionai.v1.Processor.ProcessorState

Namespace

Google \ Cloud \ VisionAI \ V1 \ Processor

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROCESSOR_STATE_UNSPECIFIED

Value: 0

Unspecified Processor state.

Generated from protobuf enum PROCESSOR_STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Processor is being created (not ready for use).

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Processor is and ready for use.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

Processor is being deleted (not ready for use).

Generated from protobuf enum DELETING = 3;

FAILED

Value: 4

Processor deleted or creation failed .

Generated from protobuf enum FAILED = 4;