task Scheduling Policies
Parameters
value
A task_scheduling_policy
block that describes how tasks are distributed across compute nodes in a pool as defined below. If not specified, the default is spread as defined below.
Parameters
values
A task_scheduling_policy
block that describes how tasks are distributed across compute nodes in a pool as defined below. If not specified, the default is spread as defined below.
suspend fun taskSchedulingPolicies(argument: List<suspend PoolTaskSchedulingPolicyArgsBuilder.() -> Unit>)
suspend fun taskSchedulingPolicies(vararg argument: suspend PoolTaskSchedulingPolicyArgsBuilder.() -> Unit)
suspend fun taskSchedulingPolicies(argument: suspend PoolTaskSchedulingPolicyArgsBuilder.() -> Unit)
Parameters
argument
A task_scheduling_policy
block that describes how tasks are distributed across compute nodes in a pool as defined below. If not specified, the default is spread as defined below.