Module: Google::Cloud::VisionAI::V1::IndexingStatus::State

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

Overview

State enum for this asset's indexing.

Constant Summary collapse

STATE_UNSPECIFIED =

The default process state should never happen.

0
IN_PROGRESS =

The indexing is in progress.

1
SUCCEEDED =

The process is successfully done.

2
FAILED =

The process failed.

3