priority

@JvmName(name = "oebkjkkubfhvokql")
suspend fun priority(value: Output<Int>)
@JvmName(name = "hpieljqvhsppitqj")
suspend fun priority(value: Int?)

Parameters

value

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