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