ZenML Pipeline
A ZenML pipeline definition representing a directed acyclic graph (DAG) of steps that can be executed against a registered ZenML stack.
Artificial IntelligenceMachine-LearningMLOpsLLMOpsPipelinesOpen-SourcePython
Properties
| Name |
Type |
Description |
| id |
string |
Unique pipeline identifier |
| name |
string |
Pipeline name (unique within the project) |
| description |
string |
|
| version |
string |
Semantic or numeric version string |
| spec |
object |
Pipeline configuration including steps, parameters, and DAG edges |
| project_id |
string |
|
| user_id |
string |
|
| created |
string |
|
| updated |
string |
|
JSON Schema