Trigger a pipeline
There are numerous ways to trigger a pipeline
In ZenML, the simplest way to execute a run is to use your pipeline function:
However, there are other ways to trigger a pipeline, specifically a pipeline with a remote stack (remote orchestrator, artifact store, and container registry).
Run Templates
Run Templates are pre-defined, parameterized configurations for your ZenML pipelines that can be easily executed from the ZenML dashboard or via our Client/REST API. Think of them as blueprints for your pipeline runs, ready to be customized on the fly.
This is a ZenML Pro-only feature. Please sign up here to get access.
Last updated