SchedulingPolicy encapsulates various scheduling policies of the distributed training job, for example minAvailable for gang-scheduling.
| Name | Type | Description | Notes |
|---|---|---|---|
| min_available | int | [optional] | |
| min_resources | dict(str, Quantity) | [optional] | |
| priority_class | str | [optional] | |
| queue | str | [optional] | |
| schedule_timeout_seconds | int | [optional] |