Interface EvaluationSetItemCreateRequest.ExpectedOutputStage
-
- All Known Implementing Classes:
EvaluationSetItemCreateRequest.Builder
- Enclosing class:
- EvaluationSetItemCreateRequest
public static interface EvaluationSetItemCreateRequest.ExpectedOutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItemCreateRequest._FinalStageexpectedOutput(ProvidedProcessorOutput expectedOutput)The expected output that will be used to evaluate the processor's performance.
-
-
-
Method Detail
-
expectedOutput
EvaluationSetItemCreateRequest._FinalStage expectedOutput(@NotNull ProvidedProcessorOutput expectedOutput)
The expected output that will be used to evaluate the processor's performance.
-
-