Package ai.extend.types
Interface ClassifyRun.FileStage
-
- All Known Implementing Classes:
ClassifyRun.Builder
- Enclosing class:
- ClassifyRun
public static interface ClassifyRun.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRun.DashboardUrlStagefile(FileSummary file)The file that was processed.
-
-
-
Method Detail
-
file
ClassifyRun.DashboardUrlStage file(@NotNull FileSummary file)
The file that was processed.
-
-