[api] Initial API deprecations for Ray 1.0 (#10325)

This commit is contained in:
Eric Liang
2020-08-28 15:03:50 -07:00
committed by GitHub
parent 9c25ca6f5e
commit 519354a39a
75 changed files with 223 additions and 2414 deletions
+3 -3
View File
@@ -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