Package ai.extend.types
Interface OptimizerRun.EvalSetIdStage
-
- All Known Implementing Classes:
OptimizerRun.Builder
- Enclosing class:
- OptimizerRun
public static interface OptimizerRun.EvalSetIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptimizerRun.AgentTypeStageevalSetId(java.lang.String evalSetId)ID of the evaluation set used
-
-
-
Method Detail
-
evalSetId
OptimizerRun.AgentTypeStage evalSetId(@NotNull java.lang.String evalSetId)
ID of the evaluation set used
-
-