Module: Google::Cloud::VisionAI::V1::RunMode
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva.rb
Overview
RunMode represents the mode to launch the Process on.
Constant Summary collapse
- RUN_MODE_UNSPECIFIED =
Mode is unspecified.
0
- LIVE =
Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected.
1
- SUBMISSION =
Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked.
2