Interface EvaluationSetItemsUpdateRequest.ExpectedOutputStage
-
- All Known Implementing Classes:
EvaluationSetItemsUpdateRequest.Builder
- Enclosing class:
- EvaluationSetItemsUpdateRequest
public static interface EvaluationSetItemsUpdateRequest.ExpectedOutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItemsUpdateRequest._FinalStageexpectedOutput(ProvidedProcessorOutput expectedOutput)The expected output of the extractor, classifier, or splitter when run against the file.EvaluationSetItemsUpdateRequest.Builderfrom(EvaluationSetItemsUpdateRequest other)
-
-
-
Method Detail
-
expectedOutput
EvaluationSetItemsUpdateRequest._FinalStage expectedOutput(@NotNull ProvidedProcessorOutput expectedOutput)
The expected output of the extractor, classifier, or splitter when run against the file. This must conform to the output schema of the entity associated with the evaluation set.
-
from
EvaluationSetItemsUpdateRequest.Builder from(EvaluationSetItemsUpdateRequest other)
-
-