Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 639 Bytes

V1SchedulingPolicy.md

File metadata and controls

14 lines (10 loc) · 639 Bytes

V1SchedulingPolicy

SchedulingPolicy encapsulates various scheduling policies of the distributed training job, for example minAvailable for gang-scheduling.

Properties

Name Type Description Notes
min_available int [optional]
min_resources dict(str, Quantity) [optional]
priority_class str [optional]
queue str [optional]

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