Class which represents a generator pipeline. This pipeline generates different layers, i.e. stages in order that is defined within constructor.
Method responsible for a sequential generation of all pipeline stages.
Generation process context (may include previous results and other metadata).
A promise that resolves to the final LayerArtifact generated by the pipeline.
LayerArtifact
Will throw an error if there are no stages to be generated.
Class which represents a generator pipeline. This pipeline generates different layers, i.e. stages in order that is defined within constructor.