Package ai.extend.types
Interface ParseRun.FileStage
-
- All Known Implementing Classes:
ParseRun.Builder
- Enclosing class:
- ParseRun
public static interface ParseRun.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRun.StatusStagefile(FileSummary file)The file that was parsed.
-
-
-
Method Detail
-
file
ParseRun.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.
-
-