NodeView
Properties
| Name |
Type |
Description |
Notes |
| role |
String |
Node role: 'index', 'query', 'all' for encoder nodes; 'api' for API nodes |
|
| is_leader |
Option<bool> |
Whether this node is the current encoder leader |
[optional][default to false] |
| last_seen |
f64 |
Unix timestamp of the last heartbeat received from this node |
|
| meta |
Option<std::collections::HashMap> |
Forward-compatible node metadata bag (for load/capacity/gpu/memory/model details and future node status values) |
[optional] |
| metrics |
Option<Vec> |
Metric series for this node; empty for API nodes |
[optional] |
[Back to Model list] [Back to API list] [Back to README]