TaskSchedulingPolicy Class
Specifies how tasks should be distributed across compute nodes.
Constructor
TaskSchedulingPolicy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
job_default_order
|
If not specified, the default is none. Known values are: "None" and "CreationTime". |
|
node_fill_type
|
How tasks should be distributed across compute nodes. Required. Known values are: "Spread" and "Pack". |
Attributes
job_default_order
"None" and "CreationTime".
job_default_order: str | _models.JobDefaultOrder | None
node_fill_type
"Spread" and "Pack".
node_fill_type: str | _models.ComputeNodeFillType