Package ai.extend.types
Interface ParseRunSummary.FileStage
-
- All Known Implementing Classes:
ParseRunSummary.Builder
- Enclosing class:
- ParseRunSummary
public static interface ParseRunSummary.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunSummary.StatusStagefile(FileSummary file)The file that was parsed.
-
-
-
Method Detail
-
file
ParseRunSummary.StatusStage file(@NotNull FileSummary file)
The file that was parsed. This file can be used as a parameter for other Extend endpoints, such as
POST /workflow_runs. May benullfor batch parse runs where file ingestion failed.
-
-