dplutils.pipeline.stream.StreamingGraphExecutor.is_task_ready#
- abstractmethod StreamingGraphExecutor.is_task_ready(pending_task: Any) bool[source]#
Return true if pending task is ready
This method takes outputs from
task_submit()andsplit_batch_submit()and must returnTrueif the task is complete and can be passed totask_resolve_output()orFalseotherwise.