Module: Google::Cloud::Vision::V1::OperationMetadata::State

Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

Batch operation states.

Constant Summary collapse

STATE_UNSPECIFIED =

Invalid.

0
CREATED =

Request is received.

1
RUNNING =

Request is actively being processed.

2
DONE =

The batch processing is done.

3
CANCELLED =

The batch processing was cancelled.

4