Package ai.extend.types
Interface EvaluationSet.IdStage
-
- All Known Implementing Classes:
EvaluationSet.Builder
- Enclosing class:
- EvaluationSet
public static interface EvaluationSet.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSet.NameStageid(java.lang.String id)The ID of the evaluation set.
-
-
-
Method Detail
-
id
EvaluationSet.NameStage id(@NotNull java.lang.String id)
The ID of the evaluation set.
Example:
"ev_2LcgeY_mp2T5yPaEuq5Lw"
-
-