Package ai.extend.types
Interface StepRunOutputRulesItem.NameStage
-
- All Known Implementing Classes:
StepRunOutputRulesItem.Builder
- Enclosing class:
- StepRunOutputRulesItem
public static interface StepRunOutputRulesItem.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepRunOutputRulesItem.Builderfrom(StepRunOutputRulesItem other)StepRunOutputRulesItem.ValidStagename(java.lang.String name)The name of the validation rule.
-
-
-
Method Detail
-
name
StepRunOutputRulesItem.ValidStage name(@NotNull java.lang.String name)
The name of the validation rule.
-
from
StepRunOutputRulesItem.Builder from(StepRunOutputRulesItem other)
-
-