mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
36 lines
649 B
ReStructuredText
36 lines
649 B
ReStructuredText
smallpond.execution.task.ExecutionPlan
|
|
======================================
|
|
|
|
.. currentmodule:: smallpond.execution.task
|
|
|
|
.. autoclass:: ExecutionPlan
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~ExecutionPlan.__init__
|
|
~ExecutionPlan.get_output
|
|
~ExecutionPlan.iter_tasks
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~ExecutionPlan.analyzed_logical_plan
|
|
~ExecutionPlan.final_output
|
|
~ExecutionPlan.final_output_path
|
|
~ExecutionPlan.leaves
|
|
~ExecutionPlan.named_outputs
|
|
~ExecutionPlan.successful
|
|
~ExecutionPlan.tasks
|
|
|
|
|