Interface EvaluationSetItemsCreateRequestItemsItem.ExpectedOutputStage
-
- All Known Implementing Classes:
EvaluationSetItemsCreateRequestItemsItem.Builder
- Enclosing class:
- EvaluationSetItemsCreateRequestItemsItem
public static interface EvaluationSetItemsCreateRequestItemsItem.ExpectedOutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItemsCreateRequestItemsItem._FinalStageexpectedOutput(ProvidedProcessorOutput expectedOutput)The expected output that will be compared to the actual output of the extractor, classifier, or splitter when run against the file.
-
-
-
Method Detail
-
expectedOutput
EvaluationSetItemsCreateRequestItemsItem._FinalStage expectedOutput(@NotNull ProvidedProcessorOutput expectedOutput)
The expected output that will be compared to the actual output of the extractor, classifier, or splitter when run against the file.
-
-