Package ai.extend.types
Interface ProcessorRun.StatusStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun.OutputStagestatus(ProcessorRunStatus status)The current status of the processor run:
-
-
-
Method Detail
-
status
ProcessorRun.OutputStage status(@NotNull ProcessorRunStatus status)
The current status of the processor run:
"PROCESSING"- The processor is currently running"PROCESSED"- The processor has completed successfully"FAILED"- The processor encountered an error"CANCELLED"- The processor run was cancelled
-
-