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