Vision AI V1 API - Module Google::Cloud::VisionAI::V1::Processor::ProcessorState (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::Processor::ProcessorState.

Constants

PROCESSOR_STATE_UNSPECIFIED

value: 0
Unspecified Processor state.

CREATING

value: 1
Processor is being created (not ready for use).

ACTIVE

value: 2
Processor is and ready for use.

DELETING

value: 3
Processor is being deleted (not ready for use).

FAILED

value: 4
Processor deleted or creation failed .