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