ray/doc/source/workflows/package-ref.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
431 B
ReStructuredText
Raw Normal View History

Ray Workflows API
=================
Core API
---------
.. autoclass:: ray.workflow.common.Workflow
:members:
Management API
--------------
.. autofunction:: ray.workflow.resume_all
.. autofunction:: ray.workflow.resume
.. autofunction:: ray.workflow.list_all
.. autofunction:: ray.workflow.get_status
.. autofunction:: ray.workflow.get_output
.. autofunction:: ray.workflow.get_metadata
.. autofunction:: ray.workflow.cancel