Interface WorkflowRunOutputUpdateRequest.ReviewedOutputStage
-
- All Known Implementing Classes:
WorkflowRunOutputUpdateRequest.Builder
- Enclosing class:
- WorkflowRunOutputUpdateRequest
public static interface WorkflowRunOutputUpdateRequest.ReviewedOutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunOutputUpdateRequest.Builderfrom(WorkflowRunOutputUpdateRequest other)WorkflowRunOutputUpdateRequest._FinalStagereviewedOutput(ProvidedProcessorOutput reviewedOutput)The corrected output of the processor when run against the file.
-
-
-
Method Detail
-
reviewedOutput
WorkflowRunOutputUpdateRequest._FinalStage reviewedOutput(@NotNull ProvidedProcessorOutput reviewedOutput)
The corrected output of the processor when run against the file.
This should conform to the output type schema of the given processor.
If this is an extraction result, you can include all fields, or just the ones that were corrected, our system will handle merges/dedupes. However, if you do include a field, we assume the value included in the final reviewed value.
-
from
WorkflowRunOutputUpdateRequest.Builder from(WorkflowRunOutputUpdateRequest other)
-
-