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