JobConfigurationEventTriggerConfig Class
Trigger configuration of an event driven job.
Constructor
JobConfigurationEventTriggerConfig(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
replica_completion_count
|
Minimum number of successful replica completions before overall job completion. |
|
parallelism
|
Number of parallel replicas of a job that can run at a given time. |
|
scale
|
Scaling configurations for event driven jobs. |
Attributes
parallelism
Number of parallel replicas of a job that can run at a given time.
parallelism: int | None
replica_completion_count
Minimum number of successful replica completions before overall job completion.
replica_completion_count: int | None
scale
Scaling configurations for event driven jobs.
scale: _models.JobScale | None