public enum RunMode extends Enum<RunMode> implements ProtocolMessageEnum
RunMode represents the mode to launch the Process on.
Protobuf enum google.events.cloud.visionai.v1.RunMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LIVE |
Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected. |
LIVE_VALUE |
Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected. |
RUN_MODE_UNSPECIFIED |
Mode is unspecified. |
RUN_MODE_UNSPECIFIED_VALUE |
Mode is unspecified. |
SUBMISSION |
Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked. |
SUBMISSION_VALUE |
Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |