Vision AI V1 API - Module Google::Cloud::VisionAI::V1::IndexingStatus::State (v0.1.0)

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

State enum for this asset's indexing.

Constants

STATE_UNSPECIFIED

value: 0
The default process state should never happen.

IN_PROGRESS

value: 1
The indexing is in progress.

SUCCEEDED

value: 2
The process is successfully done.

FAILED

value: 3
The process failed.