Package ai.extend.types
Interface ProcessorRun.ConfigStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.ConfigStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun.UrlStageconfig(ProcessorRunConfig config)The configuration used for this processor run.
-
-
-
Method Detail
-
config
ProcessorRun.UrlStage config(@NotNull ProcessorRunConfig config)
The configuration used for this processor run. The type of configuration will match the processor type.
-
-