Package ai.extend.types
Interface EvaluationSetRun.EvaluationSetIdStage
-
- All Known Implementing Classes:
EvaluationSetRun.Builder
- Enclosing class:
- EvaluationSetRun
public static interface EvaluationSetRun.EvaluationSetIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetRun.EntityStageevaluationSetId(java.lang.String evaluationSetId)The ID of the evaluation set that was run.
-
-
-
Method Detail
-
evaluationSetId
EvaluationSetRun.EntityStage evaluationSetId(@NotNull java.lang.String evaluationSetId)
The ID of the evaluation set that was run.
Example:
"ev_2LcgeY_mp2T5yPaEuq5Lw"
-
-