get_workload_breakdown
Get the distribution of GPU workload types (inference, training, etc.) for the last N hours to understand GPU fleet utilization.
Instructions
Return the distribution of GPU work by workload type for the last N hours. Types: inference | training | observation | operations | gitops | maintenance | other.
Use this to understand what your GPU fleet is being used for. For raw utilisation percentages, use get_gpu_metrics.
Args: hours: Look-back window in hours (default 24).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No |