Package ai.extend.types
Interface ParseRunSummary.StatusStage
-
- All Known Implementing Classes:
ParseRunSummary.Builder
- Enclosing class:
- ParseRunSummary
public static interface ParseRunSummary.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunSummary.CreatedAtStagestatus(ParseRunSummaryStatus status)The status of the parse run:
-
-
-
Method Detail
-
status
ParseRunSummary.CreatedAtStage status(@NotNull ParseRunSummaryStatus status)
The status of the parse run:
"PENDING"- The run has been created and is waiting to be processed. Only applies to runs created viaPOST /parse_runs/batch."PROCESSING"- The file is still being processed"PROCESSED"- The file was successfully processed"FAILED"- The processing failed (seefailureReasonfor details)
-
-