FlowHandle
Handle for a running or finished flow execution.
Attributes
attributeexec_idstrExecution identifier for this flow run.
attributestatusExecutionStatusCurrent execution status.
Functions
func__init__(self, run) -> NoneInitialize a flow handle.
paramselfparamrunPipelineRunResponseInitial pipeline run response.
Returns
Nonefuncwait(self) -> AnyBlock until execution finishes and return its result.
paramselfReturns
typing.AnyThe flow return value.
funcget(self) -> AnyGet the flow result without waiting.
paramselfReturns
typing.AnyThe flow return value.
func_refresh(self) -> PipelineRunResponseRefresh the cached run model from the server.
paramselfReturns
zenml.models.PipelineRunResponse