run Module

Defines classes for submitted pipelines, including classes for checking status and retrieving run details.

Classes

PipelineRun

Represents a run of a Pipeline.

This class can be used to manage, check status, and retrieve run details once a pipeline run is submitted. Use get_steps to retrieve the StepRun objects which are created by the pipeline run. Other uses include retrieving the Graph object associated with the pipeline run, fetching the status of the pipeline run, and waiting for run completion.

Initialize a Pipeline run.

StepRun

A run of a step in a Pipeline.

This class can be used to manage, check status, and retrieve run details once the parent pipeline run is submitted and the pipeline has submitted the step run.

Initialize a StepRun.

StepRunOutput

Represents an output created by a StepRun in a Pipeline.

StepRunOutput can be used to access the PortDataReference created by the step.

Initialize StepRunOutput.