mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
[docs] Placement group documentation (#10555)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
committed by
Barak Michener
co-authored by
Richard Liaw
parent
a6a7886529
commit
c79eb7984d
@@ -124,12 +124,40 @@ ray.available_resources
|
||||
.. autofunction:: ray.available_resources
|
||||
|
||||
ray.cross_language
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autofunction:: ray.java_function
|
||||
|
||||
.. autofunction:: ray.java_actor_class
|
||||
|
||||
.. _ray-placement-group-ref:
|
||||
|
||||
Placement Group APIs
|
||||
--------------------
|
||||
|
||||
placement_group
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
.. autofunction:: ray.util.placement_group.placement_group
|
||||
|
||||
|
||||
PlacementGroup (class)
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autoclass:: ray.util.placement_group.PlacementGroup
|
||||
:members:
|
||||
|
||||
placement_group_table
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autofunction:: ray.util.placement_group.placement_group_table
|
||||
|
||||
|
||||
remove_placement_group
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autofunction:: ray.util.placement_group.remove_placement_group
|
||||
|
||||
Experimental APIs
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user