Batch v1 API - Enum TaskGroup.Types.SchedulingPolicy (2.9.0)

public enum TaskGroup.Types.SchedulingPolicy

Reference 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.V1

Assembly

Google.Cloud.Batch.V1.dll

Fields

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