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