Package ai.extend.types
Interface ClassifyStepRunStep.NameStage
-
- All Known Implementing Classes:
ClassifyStepRunStep.Builder
- Enclosing class:
- ClassifyStepRunStep
public static interface ClassifyStepRunStep.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyStepRunStep._FinalStagename(java.lang.String name)The name of the workflow step.
-
-
-
Method Detail
-
name
ClassifyStepRunStep._FinalStage name(@NotNull java.lang.String name)
The name of the workflow step.
Example:
"Validate Invoice Total"
-
-