#
Programming Model
A Verdict Pipeline is managed at two stages.
- Define a judging
Pipeline, which consists of the execution flow, dependencies, and parameter passing transformations using our high-level DSL. This implicitly builds a directed acyclic graph (DAG) ofUnits. - Execute the
Pipelineover a single sample or an entire dataset via our parallel graph execution engine.