You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maximum number of jobs allowed to oversubscribe resources
[optional]
flags
List[str]
[optional]
Example
fromslurmrest_python.models.v0042_partition_info_maximums_oversubscribeimportV0042PartitionInfoMaximumsOversubscribe# TODO update the JSON string belowjson="{}"# create an instance of V0042PartitionInfoMaximumsOversubscribe from a JSON stringv0042_partition_info_maximums_oversubscribe_instance=V0042PartitionInfoMaximumsOversubscribe.from_json(json)
# print the JSON string representation of the objectprint(V0042PartitionInfoMaximumsOversubscribe.to_json())
# convert the object into a dictv0042_partition_info_maximums_oversubscribe_dict=v0042_partition_info_maximums_oversubscribe_instance.to_dict()
# create an instance of V0042PartitionInfoMaximumsOversubscribe from a dictv0042_partition_info_maximums_oversubscribe_from_dict=V0042PartitionInfoMaximumsOversubscribe.from_dict(v0042_partition_info_maximums_oversubscribe_dict)