Skip to content

Document pipeline transformations applied by UiLayer #585

@yousefmoazzam

Description

@yousefmoazzam

From the signature of its single public method:

def build_pipeline(self) -> Pipeline:

it's clear enough that UiLayer is used to produce a Pipeline.

However, transforming pipeline data from some external format (eg, YAML) into a Pipeline is not all that it does, it makes some additional changes. These additional changes should be documented somewhere (possibly in the class docstring).

The only transformation it applies I think is taking side output references and inserting appropriate OutputRef objects into the parameter dicts of the relevant method wrappers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions