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