Package ai.extend.types
Interface BatchProcessorRun.SourceStage
-
- All Known Implementing Classes:
BatchProcessorRun.Builder
- Enclosing class:
- BatchProcessorRun
public static interface BatchProcessorRun.SourceStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchProcessorRun.RunCountStagesource(BatchProcessorRunSource source)The source of the batch processor run:
-
-
-
Method Detail
-
source
BatchProcessorRun.RunCountStage source(@NotNull BatchProcessorRunSource source)
The source of the batch processor run:
"EVAL_SET"- The batch processor run was made from an evaluation set. ThesourceIdwill be the ID of the evaluation set (e.g.,"ev_1234")"PLAYGROUND"- The batch processor run was made from the playground. ThesourceIdwill not be set"STUDIO"- The batch processor run was made for a processor in Studio. ThesourceIdwill be the ID of the processor (e.g.,"dp_1234")
-
-