Module: Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State

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

Overview

The state of the search capability.

Constant Summary collapse

STATE_UNSPECIFIED =

The default process state should never happen.

0
IN_PROGRESS =

The ml model analysis is in progress.

1
SUCCEEDED =

The ml model analysis is successfully done.

2
FAILED =

The ml model analysis failed.

3