mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

This PR unified the semantics of some workflow APIs. Those workflow APIs acts on workflow tasks so they could be blocked for a long time. So we have both the blocking and non-blocking versions for them: xxx for blocking and xxx_async for non-blocking APIs.
21 lines
570 B
ReStructuredText
21 lines
570 B
ReStructuredText
Ray Workflows API
|
|
=================
|
|
|
|
Workflow Execution API
|
|
----------------------
|
|
|
|
.. autofunction:: ray.workflow.run
|
|
.. autofunction:: ray.workflow.run_async
|
|
|
|
|
|
Management API
|
|
--------------
|
|
.. autofunction:: ray.workflow.resume
|
|
.. autofunction:: ray.workflow.resume_async
|
|
.. autofunction:: ray.workflow.resume_all
|
|
.. autofunction:: ray.workflow.list_all
|
|
.. autofunction:: ray.workflow.get_status
|
|
.. autofunction:: ray.workflow.get_output
|
|
.. autofunction:: ray.workflow.get_output_async
|
|
.. autofunction:: ray.workflow.get_metadata
|
|
.. autofunction:: ray.workflow.cancel
|