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.Model
TaskSchedulingPolicy

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