Package ai.extend.types
Interface BatchProcessorRun.ProcessorIdStage
-
- All Known Implementing Classes:
BatchProcessorRun.Builder
- Enclosing class:
- BatchProcessorRun
public static interface BatchProcessorRun.ProcessorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchProcessorRun.ProcessorVersionIdStageprocessorId(java.lang.String processorId)The ID of the processor used for this run.
-
-
-
Method Detail
-
processorId
BatchProcessorRun.ProcessorVersionIdStage processorId(@NotNull java.lang.String processorId)
The ID of the processor used for this run.
Example:
"ex_Xj8mK2pL9nR4vT7qY5wZ"
-
-