Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

File metadata and controls

30 lines (21 loc) · 1.34 KB

V0041OpenapiPartitionRespPartitionsInnerCpus

Properties

Name Type Description Notes
task_binding int CpuBind [optional]
total int TotalCPUs [optional]

Example

from slurmrest_python.models.v0041_openapi_partition_resp_partitions_inner_cpus import V0041OpenapiPartitionRespPartitionsInnerCpus

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

# convert the object into a dict
v0041_openapi_partition_resp_partitions_inner_cpus_dict = v0041_openapi_partition_resp_partitions_inner_cpus_instance.to_dict()
# create an instance of V0041OpenapiPartitionRespPartitionsInnerCpus from a dict
v0041_openapi_partition_resp_partitions_inner_cpus_from_dict = V0041OpenapiPartitionRespPartitionsInnerCpus.from_dict(v0041_openapi_partition_resp_partitions_inner_cpus_dict)

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