Package ai.extend.types
Interface EvaluationSetItem.FileStage
-
- All Known Implementing Classes:
EvaluationSetItem.Builder
- Enclosing class:
- EvaluationSetItem
public static interface EvaluationSetItem.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItem.ExpectedOutputStagefile(FileSummary file)A summary of the file associated with the evaluation set item.
-
-
-
Method Detail
-
file
EvaluationSetItem.ExpectedOutputStage file(@NotNull FileSummary file)
A summary of the file associated with the evaluation set item.
-
-