Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Body
Response
A response to fetch training job metrics. The outer list for each metric represents that metric across time.
A map of GPU rank to memory usage for the training job. For multinode jobs, this is the memory usage of the leader unless specified otherwise.
A map of GPU rank to fractional GPU utilization. For multinode jobs, this is the GPU utilization of the leader unless specified otherwise.
The CPU usage measured in cores. For multinode jobs, this is the CPU usage of the leader unless specified otherwise.
The CPU memory usage for the training job. For multinode jobs, this is the CPU memory usage of the leader unless specified otherwise.
The storage usage for the ephemeral storage. For multinode jobs, this is the ephemeral storage usage of the leader unless specified otherwise.
The training job.
The storage usage for the read-write cache. A metric for a training job.
The metrics for each node in the training job.