Package ai.extend.types
Interface EvaluationSetItem.ExpectedOutputStage
-
- All Known Implementing Classes:
EvaluationSetItem.Builder
- Enclosing class:
- EvaluationSetItem
public static interface EvaluationSetItem.ExpectedOutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItem._FinalStageexpectedOutput(ProvidedProcessorOutput expectedOutput)The expected output that will be used to evaluate the performance of the extractor, classifier, or splitter associated with the evaluation set.
-
-
-
Method Detail
-
expectedOutput
EvaluationSetItem._FinalStage expectedOutput(@NotNull ProvidedProcessorOutput expectedOutput)
The expected output that will be used to evaluate the performance of the extractor, classifier, or splitter associated with the evaluation set. This must conform to the output schema of the entity associated with the evaluation set.
-
-