Class Overrides (0.10.4)

Overrides(mapping=None, *, ignore_unknown_fields=False, **kwargs)

RunJob Overrides that contains Execution fields to be overridden.

Attributes

NameDescription
container_overrides MutableSequence[google.cloud.run_v2.types.RunJobRequest.Overrides.ContainerOverride]
Per container override specification.
task_count int
Optional. The desired number of tasks the execution should run. Will replace existing task_count value.
timeout google.protobuf.duration_pb2.Duration
Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.

Classes

ContainerOverride

ContainerOverride(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Per-container override specification.