Package ai.extend.types
Interface ProcessorRun.EditedStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.EditedStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun.TypeStageedited(boolean edited)Indicates whether the run results have been edited.
-
-
-
Method Detail
-
edited
ProcessorRun.TypeStage edited(boolean edited)
Indicates whether the run results have been edited.
-
-