Fetch metadata during pipeline composition
How to fetch metadata during pipeline composition.
Pipeline configuration using the PipelineContext
PipelineContext
To find information about the pipeline configuration during pipeline composition, you
can use the zenml.get_pipeline_context()
function to access the PipelineContext
of
your pipeline:
See the SDK Docs for more information on which attributes and methods the PipelineContext
provides.

Last updated
Was this helpful?