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