Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.57 KB

File metadata and controls

29 lines (20 loc) · 1.57 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

Properties

Name Type Description Notes
actual_frequency int Average weighted CPU frequency of all tasks in kHz [optional]

Example

from slurmrest_python.models.v0041_openapi_slurmdbd_jobs_resp_jobs_inner_steps_inner_statistics_cpu import V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

# TODO update the JSON string below
json = "{}"
# create an instance of V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU from a JSON string
v0041_openapi_slurmdbd_jobs_resp_jobs_inner_steps_inner_statistics_cpu_instance = V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU.from_json(json)
# print the JSON string representation of the object
print(V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU.to_json())

# convert the object into a dict
v0041_openapi_slurmdbd_jobs_resp_jobs_inner_steps_inner_statistics_cpu_dict = v0041_openapi_slurmdbd_jobs_resp_jobs_inner_steps_inner_statistics_cpu_instance.to_dict()
# create an instance of V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU from a dict
v0041_openapi_slurmdbd_jobs_resp_jobs_inner_steps_inner_statistics_cpu_from_dict = V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU.from_dict(v0041_openapi_slurmdbd_jobs_resp_jobs_inner_steps_inner_statistics_cpu_dict)

[Back to Model list] [Back to API list] [Back to README]