public enum TaskGroup.Types.SchedulingPolicyReference documentation and code samples for the Batch v1 API enum TaskGroup.Types.SchedulingPolicy.
How Tasks in the TaskGroup should be scheduled relative to each other.
Namespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Fields |
|
|---|---|
| Name | Description |
AsSoonAsPossible |
Run Tasks as soon as resources are available. Tasks might be executed in parallel depending on parallelism and task_count values. |
InOrder |
Run Tasks sequentially with increased task index. |
Unspecified |
Unspecified. |