failureCondition property

String? failureCondition
getter/setter pair

The conditions that are used to evaluate the failure of a rollout step.

If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.

Implementation

core.String? failureCondition;