8.16. Pipeline¶
Defines a pipeline as a set of operators, with optional global variables and templated values.
The pipeline type is derived from the template type and therefore has any properties defined by template.
8.16.1. Properties¶
8.16.1.1. api-version¶
type: string
Version of Clara Deploy SDK API expected.
See document (inherited from) for details.
8.16.1.2. orchestrator¶
type: string
Orchestrator of pipeline expected during execution. Accepted values: Clara and Argo.
8.16.1.3. description¶
type: string
Human readable description of the pipeline.
See document (inherited from) for details.
8.16.1.4. operators¶
type: list
Set of operators the pipeline uses during execution. When operators are defined in pipeline definitions, they can either be declared inline as an operator object, or imported from an external file as an import object.
See operator for more details.
8.16.1.5. parameters¶
type: object
Set of all template placeholder values contained in the document along with their default values.
See template (inherited) for details.