BatchTaskSchedulingPolicyOutput interface
Specifies how Tasks should be distributed across Compute Nodes.
Properties
| job |
The order for scheduling tasks from different jobs with the same priority. If not specified, the default is none. Possible values: "none", "creationtime" |
| node |
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