pipelineThe pipeline package contains structures that can be used to create computational graphs (DAGs) and environments to run them in. The package can run locally on your system, or in set of supported remote APIs such as PipelineCloud. Attributes Graph creationDescriptionPipelineThe graph construction context managerVariableA variable that can be passed into or out of nodes in the graphpipeline_modelA decorator for model classes to be placed in the graphpipeline_functionA decorator for functions to be used as a node in the graphPipelineFileAn object linking to a local file that will be used in the graph (extends Variable) Remote executionDescriptionPipelineCloudThe gateway to a remote API ONNXDescriptiononnx_to_pipelineAn automated way to convert any ONNX model to a pipeline graphUpdated 10 months ago Table of Contents Attributes