Package ai.extend.types
Interface ProcessorRun.OutputStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.OutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun.ReviewedStageoutput(ProcessorOutput output)The final output, either reviewed or initial.
-
-
-
Method Detail
-
output
ProcessorRun.ReviewedStage output(@NotNull ProcessorOutput output)
The final output, either reviewed or initial.
Conforms to the shape of output types and depends on the processor type and configuration shape.
-
-