SchedulingMinPriorityOverride
Defines the override behavior for jobs at the minimum priority (0) in weighted balanced scheduling.
Inheritors
Types
Jobs at the minimum priority (0) are always scheduled after all other jobs, regardless of the weighted scheduling formula. If multiple jobs have priority 0, ties are broken using the standard weighted formula.
Functions
Casts this SchedulingMinPriorityOverride as a AlwaysScheduleLast and retrieves its aws.sdk.kotlin.services.deadline.model.SchedulingMinPriorityOverrideAlwaysScheduleLast value. Throws an exception if the SchedulingMinPriorityOverride is not a AlwaysScheduleLast.
Casts this SchedulingMinPriorityOverride as a AlwaysScheduleLast and retrieves its aws.sdk.kotlin.services.deadline.model.SchedulingMinPriorityOverrideAlwaysScheduleLast value. Returns null if the SchedulingMinPriorityOverride is not a AlwaysScheduleLast.