mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Move global state API out of global_state object. (#4857)
This commit is contained in:
committed by
Philipp Moritz
parent
ea8d7b4dc0
commit
6703519144
@@ -27,6 +27,26 @@ The Ray API
|
||||
|
||||
.. autofunction:: ray.method
|
||||
|
||||
Inspect the Cluster State
|
||||
-------------------------
|
||||
|
||||
.. autofunction:: ray.nodes()
|
||||
|
||||
.. autofunction:: ray.tasks()
|
||||
|
||||
.. autofunction:: ray.objects()
|
||||
|
||||
.. autofunction:: ray.timeline()
|
||||
|
||||
.. autofunction:: ray.object_transfer_timeline()
|
||||
|
||||
.. autofunction:: ray.cluster_resources()
|
||||
|
||||
.. autofunction:: ray.available_resources()
|
||||
|
||||
.. autofunction:: ray.errors()
|
||||
|
||||
|
||||
The Ray Command Line API
|
||||
------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user