github.com/kubeflow/training-operator@v1.7.0/sdk/python/docs/KubeflowOrgV1SchedulingPolicy.md (about) 1 # KubeflowOrgV1SchedulingPolicy 2 3 SchedulingPolicy encapsulates various scheduling policies of the distributed training job, for example `minAvailable` for gang-scheduling. 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **min_available** | **int** | | [optional] 8 **min_resources** | [**dict(str, Quantity)**](Quantity.md) | | [optional] 9 **priority_class** | **str** | | [optional] 10 **queue** | **str** | | [optional] 11 **schedule_timeout_seconds** | **int** | | [optional] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15