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". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python