Package ai.extend.types
Interface StepRun._FinalStage
-
- All Known Implementing Classes:
StepRun.Builder
- Enclosing class:
- StepRun
public static interface StepRun._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepRunbuild()StepRun._FinalStageoutput(StepRunOutput output)StepRun._FinalStageoutput(java.util.Optional<StepRunOutput> output)The output of the WorkflowStepRun.
-
-
-
Method Detail
-
build
StepRun build()
-
output
StepRun._FinalStage output(java.util.Optional<StepRunOutput> output)
The output of the WorkflowStepRun. The shape of the output depends on the type of the WorkflowStep in the
stepfield:- For
"EXTERNAL_DATA_VALIDATION"steps - The output will be the same object that was returned by the external endpoint configured for this step - For
"RULE_VALIDATION"steps - See the below shape:
- For
-
output
StepRun._FinalStage output(StepRunOutput output)
-
-