ray/dashboard/modules/snapshot
Jialing He 98a69cbd90
[runtime env][strong-typed API] Combine ParsedRuntimeEnv and RuntimeEnv into ray.runtime.RuntimeEnv (#22522)
Combine `ParsedRuntimeEnv` and `RuntimeEnv` into `ray.runtime.RuntimeEnv`, details: #21495

- The `new RuntimeEnv` includes all external interfaces of `ParsedRuntimeEnv` and `old RuntimeEnv`.
- The `new RuntimeEnv` will be exposed directly to the user.
- example:
```python
runtime_env = ray.runtime_env.RuntimeEnv(working_dir="s3://workding_dir.zip", 
        pip=["requests"],
        java_jars=["s3://jar1.zip"],
        java_jvm_options=["-Dxxx=xxx"])
```
2022-02-28 16:18:10 +08:00
..
tests Increase test_failed_job_status timeout in test_job_submission (#22643) 2022-02-25 10:08:55 -08:00
__init__.py [dashboard] Snapshot of cluster state (#15868) 2021-05-20 08:10:32 -07:00
snapshot_head.py [runtime env][strong-typed API] Combine ParsedRuntimeEnv and RuntimeEnv into ray.runtime.RuntimeEnv (#22522) 2022-02-28 16:18:10 +08:00
snapshot_schema.json [Job] [Dashboard] Add Job Submission data to cluster snapshot (#22225) 2022-02-18 09:54:37 -06:00