ray.util.placement_group_table#
- ray.util.placement_group_table(placement_group: PlacementGroup = None) dict[source]#
Get the state of the placement group from GCS.
- Parameters:
placement_group – placement group to see states.
- Returns:
A dictionary describing the state of the given placement group, or the table of all placement groups if
placement_groupis None.
DeveloperAPI: This API may change across minor Ray releases.