Class WorkflowRunOutputUpdateRequest
- java.lang.Object
-
- ai.extend.resources.workflowrunoutput.requests.WorkflowRunOutputUpdateRequest
-
public final class WorkflowRunOutputUpdateRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkflowRunOutputUpdateRequest._FinalStagestatic classWorkflowRunOutputUpdateRequest.Builderstatic interfaceWorkflowRunOutputUpdateRequest.ReviewedOutputStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowRunOutputUpdateRequest.ReviewedOutputStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()ProvidedProcessorOutputgetReviewedOutput()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getReviewedOutput
public ProvidedProcessorOutput getReviewedOutput()
- Returns:
- 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.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static WorkflowRunOutputUpdateRequest.ReviewedOutputStage builder()
-
-