Class: Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
The status of analysis on each search capability.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#search_capability ⇒ ::Google::Cloud::VisionAI::V1::SearchCapability
The search capability requested.
- #state ⇒ ::Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State
- #status_message ⇒ ::String
Instance Attribute Details
#search_capability ⇒ ::Google::Cloud::VisionAI::V1::SearchCapability
Returns The search capability requested.
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 265 class AnalysisStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the search capability. module State # The default process state should never happen. STATE_UNSPECIFIED = 0 # The ml model analysis is in progress. IN_PROGRESS = 1 # The ml model analysis is successfully done. SUCCEEDED = 2 # The ml model analysis failed. FAILED = 3 end end |
#state ⇒ ::Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 265 class AnalysisStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the search capability. module State # The default process state should never happen. STATE_UNSPECIFIED = 0 # The ml model analysis is in progress. IN_PROGRESS = 1 # The ml model analysis is successfully done. SUCCEEDED = 2 # The ml model analysis failed. FAILED = 3 end end |
#status_message ⇒ ::String
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 265 class AnalysisStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the search capability. module State # The default process state should never happen. STATE_UNSPECIFIED = 0 # The ml model analysis is in progress. IN_PROGRESS = 1 # The ml model analysis is successfully done. SUCCEEDED = 2 # The ml model analysis failed. FAILED = 3 end end |