zenml.steps.step_output.Output
class to indicate the names of each output. These names can be used to directly access an output within the post execution workflow..entrypoint()
method with the same input signature. For example:my_pipeline.run()
, ZenML uses the current date and time as the name for the pipeline run. In order to change the name for a run, simply pass it as a parameter to the run()
function: