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 \ ProcessorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROCESSOR_STATE_UNSPECIFIED
Value: 0Unspecified Processor state.
Generated from protobuf enum PROCESSOR_STATE_UNSPECIFIED = 0;
CREATING
Value: 1Processor is being created (not ready for use).
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Processor is and ready for use.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3Processor is being deleted (not ready for use).
Generated from protobuf enum DELETING = 3;
FAILED
Value: 4Processor deleted or creation failed .
Generated from protobuf enum FAILED = 4;