Share via


BatchTaskSchedulingPolicyOutput 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.

Possible values: "none", "creationtime"

nodeFillType

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

Possible values: "spread", "pack"

Property Details

jobDefaultOrder

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

Possible values: "none", "creationtime"

jobDefaultOrder?: string

Property Value

string

nodeFillType

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

Possible values: "spread", "pack"

nodeFillType: string

Property Value

string