Predicates¶
This page is generated from the PhiSQL spec artifacts for v1.0. Do not edit it by hand; change the artifact and rebuild.
Predicates appear in a WHERE clause and gate a strategy on a condition. They compile to the Phileas conditions string on the strategy object.
Predicates combine with AND, OR and may be parenthesized.
CONFIDENCE¶
Limits the strategy to detections whose model confidence meets the
threshold. Compiles to the conditions field of the strategy object
in Phileas JSON.
- Comparison operators:
>,>=,<,<=,= - Value type: number
- Compiles to:
confidence {op} {value}