Package ai.extend.types
Interface ParseRunStatus.StatusStage
-
- All Known Implementing Classes:
ParseRunStatus.Builder
- Enclosing class:
- ParseRunStatus
public static interface ParseRunStatus.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunStatus._FinalStagestatus(ParseRunStatusStatus status)The status of the parse run:
-
-
-
Method Detail
-
status
ParseRunStatus._FinalStage status(@NotNull ParseRunStatusStatus status)
The status of the parse run:
"PROCESSING"- The file is still being processed"PROCESSED"- The file was successfully processed"FAILED"- The processing failed (seefailureReasonfor details)
-
-