NodesListResponseSchema
min_gpu_countintegerrequired
Minimum number of GPUs across the returned nodes.
nodesobject[]required
List of available compute node objects.
messagestring
Human-readable status message.
statusstring
Indicates the result of the operation. Typically "success".
NodesListResponseSchema
{
"min_gpu_count": 0,
"nodes": [
{}
],
"message": null,
"status": "success"
}
Was this page helpful?