TaskSchedulingPolicy Class

Specifies how tasks should be distributed across compute nodes.

All required parameters must be populated in order to send to Azure.

Inheritance
TaskSchedulingPolicy

Constructor

TaskSchedulingPolicy(*, node_fill_type: Union[str, azure.mgmt.batch.models._batch_management_client_enums.ComputeNodeFillType], **kwargs)

Variables

node_fill_type
str or ComputeNodeFillType

Required. How tasks should be distributed across compute nodes. Possible values include: "Spread", "Pack".