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 - --filteroption.- error - runtime_env - success - node_id - Below columns are available only when - getAPI is used,- --detailis specified through CLI, or- detail=Trueis given to Python APIs.- runtime_env - error - ref_cnt - creation_time_ms - node_id - success