Package ai.extend.types
Interface BatchProcessorRun.RunCountStage
-
- All Known Implementing Classes:
BatchProcessorRun.Builder
- Enclosing class:
- BatchProcessorRun
public static interface BatchProcessorRun.RunCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchProcessorRun.OptionsStagerunCount(int runCount)The number of runs that were made.
-
-
-
Method Detail
-
runCount
BatchProcessorRun.OptionsStage runCount(int runCount)
The number of runs that were made.
-
-