Vision AI V1 API - Module Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State (v0.2.0)

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

The state of the search capability.

Constants

STATE_UNSPECIFIED

value: 0
The default process state should never happen.

IN_PROGRESS

value: 1
The ml model analysis is in progress.

SUCCEEDED

value: 2
The ml model analysis is successfully done.

FAILED

value: 3
The ml model analysis failed.