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