Skip to main content

Python class

PipelineOutput

PipelineOutput

class max.interfaces.PipelineOutput(*args, **kwargs)

source

Bases: Protocol

Protocol representing the output of a pipeline operation.

Subclasses must implement the is_done property to indicate whether the pipeline operation has completed.

is_done

property is_done: bool

source

Indicates whether the pipeline operation has completed.

Returns:

True if the operation is done, False otherwise.