labels

@JvmName(name = "cftsscohxmyxmnyq")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "eunqnmkfdmtdvjpv")
suspend fun labels(value: Map<String, String>?)

Parameters

value

The list of labels (key/value pairs) to add to the job.

  • scheduling.max_failures_per_hour - (Required) Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

  • scheduling.max_failures_total - (Required) Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.


@JvmName(name = "awknauoxnskpwtmo")
fun labels(vararg values: Pair<String, String>)

Parameters

values

The list of labels (key/value pairs) to add to the job.

  • scheduling.max_failures_per_hour - (Required) Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

  • scheduling.max_failures_total - (Required) Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.