Package ai.extend.types
Interface ParserRun.FileIdStage
-
- All Known Implementing Classes:
ParserRun.Builder
- Enclosing class:
- ParserRun
public static interface ParserRun.FileIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserRun.StatusStagefileId(java.lang.String fileId)The identifier of the file that was parsed.
-
-
-
Method Detail
-
fileId
ParserRun.StatusStage fileId(@NotNull java.lang.String fileId)
The identifier of the file that was parsed. This can be used as a parameter to other Extend endpoints, such as processor runs.
-
-