Package ai.extend.types
Interface ParseStepRunStep._FinalStage
-
- All Known Implementing Classes:
ParseStepRunStep.Builder
- Enclosing class:
- ParseStepRunStep
public static interface ParseStepRunStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseStepRunStepbuild()ParseStepRunStep._FinalStagetype(java.lang.String type)ParseStepRunStep._FinalStagetype(java.util.Optional<java.lang.String> type)The type of workflow step.
-
-
-
Method Detail
-
build
ParseStepRunStep build()
-
type
ParseStepRunStep._FinalStage type(java.util.Optional<java.lang.String> type)
The type of workflow step. Will always be
"PARSE"for this step run type.
-
type
ParseStepRunStep._FinalStage type(java.lang.String type)
-
-