Values.TotalResourceUtilizationSourceThe aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.
type nonrec t = {vCPUHour : Double.t option;The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
*)memoryGBHour : Double.t option;The aggregated memory used per hour from the time job start executing till the time job is terminated.
*)storageGBHour : Double.t option;The aggregated storage used per hour from the time job start executing till the time job is terminated.
*)}