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