Package ai.extend.types
Interface ProcessorRun.ProcessorNameStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.ProcessorNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun.StatusStageprocessorName(java.lang.String processorName)The name of the processor.
-
-
-
Method Detail
-
processorName
ProcessorRun.StatusStage processorName(@NotNull java.lang.String processorName)
The name of the processor.
Example:
"Invoice Processor"
-
-