mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
deploy: 52ecc5e455
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user