SchedulingPolicyFairsharePolicy

data class SchedulingPolicyFairsharePolicy(val computeReservation: Double? = null, val shareDecaySeconds: Double? = null, val shareDistribution: List<SchedulingPolicyShareAttributes>? = null)

Fair Share Policy for the Job Queue.

Constructors

Link copied to clipboard
fun SchedulingPolicyFairsharePolicy(computeReservation: Double? = null, shareDecaySeconds: Double? = null, shareDistribution: List<SchedulingPolicyShareAttributes>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of Share Attributes