mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[api] Initial API deprecations for Ray 1.0 (#10325)
This commit is contained in:
+3
-3
@@ -844,7 +844,7 @@ state = GlobalState()
|
||||
|
||||
|
||||
def jobs():
|
||||
"""Get a list of the jobs in the cluster.
|
||||
"""Get a list of the jobs in the cluster (for debugging only).
|
||||
|
||||
Returns:
|
||||
Information from the job table, namely a list of dicts with keys:
|
||||
@@ -858,7 +858,7 @@ def jobs():
|
||||
|
||||
|
||||
def nodes():
|
||||
"""Get a list of the nodes in the cluster.
|
||||
"""Get a list of the nodes in the cluster (for debugging only).
|
||||
|
||||
Returns:
|
||||
Information about the Ray clients in the cluster.
|
||||
@@ -899,7 +899,7 @@ def node_ids():
|
||||
|
||||
|
||||
def actors(actor_id=None):
|
||||
"""Fetch and parse the actor info for one or more actor IDs.
|
||||
"""Fetch actor info for one or more actor IDs (for debugging only).
|
||||
|
||||
Args:
|
||||
actor_id: A hex string of the actor ID to fetch information about. If
|
||||
|
||||
Reference in New Issue
Block a user