ray.util.state.common.RuntimeEnvState#
- class ray.util.state.common.RuntimeEnvState(runtime_env: dict, success: bool, creation_time_ms: float | None, node_id: str, ref_cnt: int | None = None, error: str | None = None)[source]#
Bases:
StateSchema
Runtime Environment State
Below columns can be used for the
--filter
option.error
node_id
runtime_env
success
Below columns are available only when
get
API is used,--detail
is specified through CLI, ordetail=True
is given to Python APIs.runtime_env
success
creation_time_ms
error
ref_cnt
node_id