Values.ResourceUtilizationSourceThe resource utilization for memory, storage, and vCPU for jobs.
type nonrec t = {vCPUHour : Double.t option;The aggregated vCPU used per hour from the time the job starts executing until the job is terminated.
*)memoryGBHour : Double.t option;The aggregated memory used per hour from the time the job starts executing until the job is terminated.
*)storageGBHour : Double.t option;The aggregated storage used per hour from the time the job starts executing until the job is terminated.
*)}