Package ai.extend.types
Interface BatchRun.RunCountStage
-
- All Known Implementing Classes:
BatchRun.Builder
- Enclosing class:
- BatchRun
public static interface BatchRun.RunCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchRun.CreatedAtStagerunCount(int runCount)The number of individual runs in this batch.
-
-
-
Method Detail
-
runCount
BatchRun.CreatedAtStage runCount(int runCount)
The number of individual runs in this batch.
-
-