priority property

int? priority
getter/setter pair

Job scheduling will be based on this priority, which in the range [0, 1000].

The bigger the number, the higher the priority. Default to 0 if not set. If there are multiple jobs requesting same type of accelerators, the high priority job will be scheduled prior to ones with low priority.

Optional.

Implementation

core.int? priority;