Package ai.extend.types
Interface ParseRun.StatusStage
-
- All Known Implementing Classes:
ParseRun.Builder
- Enclosing class:
- ParseRun
public static interface ParseRun.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRun.ConfigStagestatus(ParseRunStatusEnum status)The status of the parse run:
-
-
-
Method Detail
-
status
ParseRun.ConfigStage status(@NotNull ParseRunStatusEnum 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)
-
-