ray/dashboard/modules
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
..
actor [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
event [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
job [serve] Add REST API (#22578) 2022-02-24 10:00:26 -06:00
log [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
node [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
reporter [Dashboard] Enable dashboard in the minimal ray installation (#21896) 2022-01-31 22:34:40 -08:00
runtime_env [runtime env][strong-typed API] Combine ParsedRuntimeEnv and RuntimeEnv into ray.runtime.RuntimeEnv (#22522) 2022-02-28 16:18:10 +08:00
serve [serve] Expose deployment statuses in REST API (#22611) 2022-02-25 08:41:07 -06:00
snapshot [runtime env][strong-typed API] Combine ParsedRuntimeEnv and RuntimeEnv into ray.runtime.RuntimeEnv (#22522) 2022-02-28 16:18:10 +08:00
test [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
tune [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
usage_stats [Usage Stats] Implement usage stats report "Turned off by default". (#22249) 2022-02-22 15:32:02 -08:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00