Cloud Vision V1 API - Module Google::Cloud::Vision::V1::OperationMetadata::State (v0.15.0)

Reference documentation and code samples for the Cloud Vision V1 API module Google::Cloud::Vision::V1::OperationMetadata::State.

Batch operation states.

Constants

STATE_UNSPECIFIED

value: 0
Invalid.

CREATED

value: 1
Request is received.

RUNNING

value: 2
Request is actively being processed.

DONE

value: 3
The batch processing is done.

CANCELLED

value: 4
The batch processing was cancelled.