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