get_run_template
Retrieve a pipeline run template to replicate configurations for consistent execution. Note: This deprecated feature is replaced by snapshots for better ZenML integration.
Instructions
Get a run template for a pipeline.
⚠️ DEPRECATED: Run Templates are deprecated in ZenML. Use `get_snapshot` instead.
Snapshots are the modern replacement for run templates and provide the same
functionality with better integration into the ZenML ecosystem.
Args:
name_id_or_prefix: The name, ID or prefix of the run template to retrieve
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_id_or_prefix | Yes |