Package ai.extend.types
Interface BatchProcessorRun._FinalStage
-
- All Known Implementing Classes:
BatchProcessorRun.Builder
- Enclosing class:
- BatchProcessorRun
public static interface BatchProcessorRun._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchProcessorRunbuild()BatchProcessorRun._FinalStagesourceId(java.lang.String sourceId)BatchProcessorRun._FinalStagesourceId(java.util.Optional<java.lang.String> sourceId)The ID of the source of the batch processor run.
-
-
-
Method Detail
-
build
BatchProcessorRun build()
-
sourceId
BatchProcessorRun._FinalStage sourceId(java.util.Optional<java.lang.String> sourceId)
The ID of the source of the batch processor run. See the
sourcefield for more details. Example:"ev_1234"for EVAL_SET source,"ex_1234"for STUDIO source
-
sourceId
BatchProcessorRun._FinalStage sourceId(java.lang.String sourceId)
-
-