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