Once the cluster reaches Ready, use the Ray Client Endpoint shown in cluster details.
import ray ray.init(address="<ray-client-endpoint>") print(ray.cluster_resources())
Once the cluster reaches Ready, use the Ray Client Endpoint shown in cluster details.
import ray ray.init(address="<ray-client-endpoint>") print(ray.cluster_resources())