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