TaskSchedulingPolicy Class
Specifies how tasks should be distributed across compute nodes.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelTaskSchedulingPolicy
Constructor
TaskSchedulingPolicy(*, node_fill_type: str | _models.ComputeNodeFillType = 'Spread', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
node_fill_type
|
How tasks should be distributed across compute nodes. Known values are: "Spread" and "Pack". Default value: Spread
|
Variables
Name | Description |
---|---|
node_fill_type
|
How tasks should be distributed across compute nodes. Known values are: "Spread" and "Pack". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python