Package ai.extend.types
Interface StepRunOutputRulesItem.ValidStage
-
- All Known Implementing Classes:
StepRunOutputRulesItem.Builder
- Enclosing class:
- StepRunOutputRulesItem
public static interface StepRunOutputRulesItem.ValidStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepRunOutputRulesItem._FinalStagevalid(boolean valid)Indicates whether this validation rule passed or not.
-
-
-
Method Detail
-
valid
StepRunOutputRulesItem._FinalStage valid(boolean valid)
Indicates whether this validation rule passed or not. This field will be
trueonly if the formula evaluates totrue. If the rule's formula is array valued, then this field will only betrueif the formula evaluates totruefor every item in the array.
-
-