diff-grok - v1.0.9
    Preparing search index...

    Type Alias Pipeline

    Represents a computational pipeline for multi-stage simulations.

    type Pipeline = {
        out: string | null;
        wrappers: Wrapper[];
    }
    Index

    Properties

    Properties

    out: string | null

    A script or specification that generates the final output of the pipeline.

    wrappers: Wrapper[]

    An array of modeling steps (wrappers) that compose the pipeline.