Python class
PipelineOutput
PipelineOutput
class max.interfaces.PipelineOutput(*args, **kwargs)
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
Indicates whether the pipeline operation has completed.
-
Returns:
-
Trueif the operation is done,Falseotherwise.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!