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