mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
![]() For public SDK APIs, change the import path from ```python from ray.dashboard.modules.job.common import JobStatus, JobStatusInfo from ray.dashboard.modules.job.sdk import JobSubmissionClient ``` to ```python from ray.job_submission import JobStatus, JobSubmissionClient ``` `JobStatus`, `JobStatusInfo` and `JobSubmissionClient` were the only names referenced in the SDK doc so far, but we can add more later as they appear. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
snapshot_head.py | ||
snapshot_schema.json |