Package ai.extend.types
Interface LegacyBatchProcessorRun._FinalStage
-
- All Known Implementing Classes:
LegacyBatchProcessorRun.Builder
- Enclosing class:
- LegacyBatchProcessorRun
public static interface LegacyBatchProcessorRun._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyBatchProcessorRunbuild()LegacyBatchProcessorRun._FinalStagesourceId(java.lang.String sourceId)LegacyBatchProcessorRun._FinalStagesourceId(java.util.Optional<java.lang.String> sourceId)The ID of the source of the batch processor run.
-
-
-
Method Detail
-
build
LegacyBatchProcessorRun build()
-
sourceId
LegacyBatchProcessorRun._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
LegacyBatchProcessorRun._FinalStage sourceId(java.lang.String sourceId)
-
-