SchedulerConfig - Amazon SageMaker

SchedulerConfig

Cluster policy configuration. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.

Contents

FairShare

When enabled, entities borrow idle compute based on their assigned FairShareWeight.

When disabled, entities borrow idle compute based on a first-come first-serve basis.

Default is Enabled.

Type: String

Valid Values: Enabled | Disabled

Required: No

PriorityClasses

List of the priority classes, PriorityClass, of the cluster policy. When specified, these class configurations define how tasks are queued.

Type: Array of PriorityClass objects

Array Members: Minimum number of 0 items. Maximum number of 10 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: