GuidesAPI reference
DiscordDashboard
DiscordDashboard

pipeline

The 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 creationDescription
PipelineThe graph construction context manager
VariableA variable that can be passed into or out of nodes in the graph
pipeline_modelA decorator for model classes to be placed in the graph
pipeline_functionA decorator for functions to be used as a node in the graph
PipelineFileAn object linking to a local file that will be used in the graph (extends Variable)
Remote executionDescription
PipelineCloudThe gateway to a remote API
ONNXDescription
onnx_to_pipelineAn automated way to convert any ONNX model to a pipeline graph