Class WorkflowRunOutputUpdateRequest.Builder
- java.lang.Object
-
- ai.extend.resources.workflowrunoutput.requests.WorkflowRunOutputUpdateRequest.Builder
-
- All Implemented Interfaces:
WorkflowRunOutputUpdateRequest._FinalStage,WorkflowRunOutputUpdateRequest.ReviewedOutputStage
- Enclosing class:
- WorkflowRunOutputUpdateRequest
public static final class WorkflowRunOutputUpdateRequest.Builder extends java.lang.Object implements WorkflowRunOutputUpdateRequest.ReviewedOutputStage, WorkflowRunOutputUpdateRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowRunOutputUpdateRequestbuild()WorkflowRunOutputUpdateRequest.Builderfrom(WorkflowRunOutputUpdateRequest other)WorkflowRunOutputUpdateRequest._FinalStagereviewedOutput(ProvidedProcessorOutput reviewedOutput)The corrected output of the processor when run against the file.
-
-
-
Method Detail
-
from
public WorkflowRunOutputUpdateRequest.Builder from(WorkflowRunOutputUpdateRequest other)
- Specified by:
fromin interfaceWorkflowRunOutputUpdateRequest.ReviewedOutputStage
-
reviewedOutput
public 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.
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.
- Specified by:
reviewedOutputin interfaceWorkflowRunOutputUpdateRequest.ReviewedOutputStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public WorkflowRunOutputUpdateRequest build()
- Specified by:
buildin interfaceWorkflowRunOutputUpdateRequest._FinalStage
-
-