Package ai.extend.types
Interface BatchProcessorRun.IdStage
-
- All Known Implementing Classes:
BatchProcessorRun.Builder
- Enclosing class:
- BatchProcessorRun
public static interface BatchProcessorRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchProcessorRun.ProcessorIdStageid(java.lang.String id)The unique identifier for this batch processor run.
-
-
-
Method Detail
-
id
BatchProcessorRun.ProcessorIdStage id(@NotNull java.lang.String id)
The unique identifier for this batch processor run.
Example:
"batch_processor_run_Xj8mK2pL9nR4vT7qY5wZ"
-
-