Package ai.extend.types
Interface EvaluationSet.NameStage
-
- All Known Implementing Classes:
EvaluationSet.Builder
- Enclosing class:
- EvaluationSet
public static interface EvaluationSet.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSet.DescriptionStagename(java.lang.String name)The name of the evaluation set.
-
-
-
Method Detail
-
name
EvaluationSet.DescriptionStage name(@NotNull java.lang.String name)
The name of the evaluation set.
Example:
"Invoice Processing Test Set"
-
-