Module: Google::Cloud::VisionAI::V1::Processor::ProcessorState

Defined in:
proto_docs/google/cloud/visionai/v1/platform.rb

Constant Summary collapse

PROCESSOR_STATE_UNSPECIFIED =

Unspecified Processor state.

0
CREATING =

Processor is being created (not ready for use).

1
ACTIVE =

Processor is and ready for use.

2
DELETING =

Processor is being deleted (not ready for use).

3
FAILED =

Processor deleted or creation failed .

4