JobEventTriggerConfig

data class JobEventTriggerConfig(val parallelism: Int? = null, val replicaCompletionCount: Int? = null, val scales: List<JobEventTriggerConfigScale>? = null)

Constructors

Link copied to clipboard
constructor(parallelism: Int? = null, replicaCompletionCount: Int? = null, scales: List<JobEventTriggerConfigScale>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parallelism: Int? = null

Number of parallel replicas of a job that can run at a given time.

Link copied to clipboard

Minimum number of successful replica completions before overall job completion.

Link copied to clipboard

A scale block as defined below.