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