Package ai.extend.types
Interface EvaluationSetItem.EvaluationSetIdStage
-
- All Known Implementing Classes:
EvaluationSetItem.Builder
- Enclosing class:
- EvaluationSetItem
public static interface EvaluationSetItem.EvaluationSetIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItem.FileStageevaluationSetId(java.lang.String evaluationSetId)The ID of the evaluation set that this item belongs to.
-
-
-
Method Detail
-
evaluationSetId
EvaluationSetItem.FileStage evaluationSetId(@NotNull java.lang.String evaluationSetId)
The ID of the evaluation set that this item belongs to.
Example:
"ev_2LcgeY_mp2T5yPaEuq5Lw"
-
-