ray/dashboard/modules/snapshot
Archit Kulkarni 50e2bef9d0
[Jobs] Hide dashboard from Job Submission import path (#22223)
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.
2022-02-09 13:55:32 -06:00
..
tests [Jobs] Hide dashboard from Job Submission import path (#22223) 2022-02-09 13:55:32 -06:00
__init__.py [dashboard] Snapshot of cluster state (#15868) 2021-05-20 08:10:32 -07:00
snapshot_head.py [Jobs] Hide dashboard from Job Submission import path (#22223) 2022-02-09 13:55:32 -06:00
snapshot_schema.json [serve] use true nulls in snapshot (#21062) 2021-12-20 16:07:09 -08:00