[docs] Tips for testing Ray applications (#10583)

This commit is contained in:
Richard Liaw
2020-09-04 18:40:48 -07:00
committed by GitHub
parent 2fac66650d
commit 4b3b46e09f
3 changed files with 146 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Cluster:
connect=False,
head_node_args=None,
shutdown_at_exit=True):
"""Initializes the cluster.
"""Initializes all services of a Ray cluster.
Args:
initialize_head (bool): Automatically start a Ray cluster