BatchTaskSchedulingPolicy interface

Specifies how Tasks should be distributed across Compute Nodes.

Properties

jobDefaultOrder

The order for scheduling tasks from different jobs with the same priority. If not specified, the default is none.

nodeFillType

How Tasks are distributed across Compute Nodes in a Pool. If not specified, the default is spread.

Property Details

jobDefaultOrder

The order for scheduling tasks from different jobs with the same priority. If not specified, the default is none.

jobDefaultOrder?: BatchJobDefaultOrder

Property Value

nodeFillType

How Tasks are distributed across Compute Nodes in a Pool. If not specified, the default is spread.

nodeFillType: BatchNodeFillType

Property Value