Package ai.extend.types
Interface BatchProcessorRun.OptionsStage
-
- All Known Implementing Classes:
BatchProcessorRun.Builder
- Enclosing class:
- BatchProcessorRun
public static interface BatchProcessorRun.OptionsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchProcessorRun.CreatedAtStageoptions(BatchProcessorRunOptions options)The options for the batch processor run.
-
-
-
Method Detail
-
options
BatchProcessorRun.CreatedAtStage options(@NotNull BatchProcessorRunOptions options)
The options for the batch processor run.
-
-