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