ray.util.placement_group.PlacementGroup.wait#

PlacementGroup.wait(timeout_seconds: float | int = 30) bool[源代码]#

在指定时间内等待放置组准备就绪。:param timeout_seconds: 超时时间,单位为秒。:type timeout_seconds: float|int

返回:

如果放置组已创建,则为 True。否则为 False。