Package ai.extend.types
Interface EvaluationSet.EntityStage
-
- All Known Implementing Classes:
EvaluationSet.Builder
- Enclosing class:
- EvaluationSet
public static interface EvaluationSet.EntityStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSet.CreatedAtStageentity(EvaluationSetEntity entity)The extractor, classifier, or splitter associated with this evaluation set.
-
-
-
Method Detail
-
entity
EvaluationSet.CreatedAtStage entity(@NotNull EvaluationSetEntity entity)
The extractor, classifier, or splitter associated with this evaluation set.
-
-