8.2. Clara Deploy SDK Pipeline Glossary
See Docker for additional information.
See Docker for additional information.
In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG /ˈdæɡ/ ), is a finite directed graph with no directed cycles. That is, it consists of finitely many vertices and edges (also called arcs), with each edge directed from one vertex to another, such that there is no way to start at any vertex v and follow a consistently-directed sequence of edges that eventually loops back to v again. Equivalently, a DAG is a directed graph that has a topological ordering, a sequence of the vertices such that every edge is directed from earlier to later in the sequence.
See Wikipedia for additional information.
Per pipeline job resource management container. Payloads are defined as a set of input/output directories intended to be used by a pipeline’s operators. Payloads are allocated, managed, and deallocated by CLARA Platform.
Executable code which performs an operator’s data processing function. Each operator is defined by the execution of a single pipeline application.
An instanced execution of a pipeline.
Subtask of a pipeline, intended to operate on a set of inputs and produce a set of outputs.
See Operators for additional information.