ray.util.state.common.NodeState#
- class ray.util.state.common.NodeState(node_id: str, node_ip: str, is_head_node: bool, state: Literal['ALIVE', 'DEAD'], state_message: str | None, node_name: str, resources_total: dict, labels: dict, start_time_ms: int | None = None, end_time_ms: int | None = None)[源代码]#
基类:
StateSchema
节点状态
以下列可以用于
--filter
选项。节点_IP
节点名称
is_head_node
节点ID
状态
以下列仅在使用
get
API 时可用,--detail
通过 CLI 指定,或者detail=True
传递给 Python API。end_time_ms
start_time_ms
标签
资源总计
节点_IP
state_message
节点名称
is_head_node
节点ID
状态