Class WorkflowRunsCreateRequestOutputsItem
- java.lang.Object
-
- ai.extend.resources.workflowruns.types.WorkflowRunsCreateRequestOutputsItem
-
public final class WorkflowRunsCreateRequestOutputsItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkflowRunsCreateRequestOutputsItem._FinalStagestatic classWorkflowRunsCreateRequestOutputsItem.Builderstatic interfaceWorkflowRunsCreateRequestOutputsItem.OutputStagestatic interfaceWorkflowRunsCreateRequestOutputsItem.ProcessorIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowRunsCreateRequestOutputsItem.ProcessorIdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()ProvidedProcessorOutputgetOutput()java.lang.StringgetProcessorId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getProcessorId
public java.lang.String getProcessorId()
- Returns:
- The ID of the extractor, classifier, or splitter that the output is associated with.
Example:
"ex_Xj8mK2pL9nR4vT7qY5wZ"
-
getOutput
public ProvidedProcessorOutput getOutput()
- Returns:
- The output to be used for the workflow run. The structure will depend on the processor type. More details can be found on the "output type" page for the corresponding processor, in the guides section.
-
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 WorkflowRunsCreateRequestOutputsItem.ProcessorIdStage builder()
-
-