ZenML · Arazzo Workflow
ZenML Provision Pipeline
Version 1.0.0
Resolve a project, register a new pipeline in it, and confirm the pipeline was created.
Provider
Workflows
provision-pipeline
Register a new pipeline under a resolved project and verify it persisted.
Lists projects to resolve the target project, creates a pipeline with the supplied name and spec, and reads the pipeline back by id.
1
resolveProject
listProjects
List the available projects so a target project id can be resolved for the pipeline being created.
2
createPipeline
createPipeline
Create the pipeline under the resolved project using the supplied name, description, version, and spec.
3
confirmPipeline
getPipeline
Read the newly created pipeline back by id to confirm it was persisted.