Package ai.extend.types
Class WorkflowRunFileInputOutputsItem.Builder
- java.lang.Object
-
- ai.extend.types.WorkflowRunFileInputOutputsItem.Builder
-
- All Implemented Interfaces:
WorkflowRunFileInputOutputsItem._FinalStage,WorkflowRunFileInputOutputsItem.OutputStage,WorkflowRunFileInputOutputsItem.ProcessorIdStage
- Enclosing class:
- WorkflowRunFileInputOutputsItem
public static final class WorkflowRunFileInputOutputsItem.Builder extends java.lang.Object implements WorkflowRunFileInputOutputsItem.ProcessorIdStage, WorkflowRunFileInputOutputsItem.OutputStage, WorkflowRunFileInputOutputsItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowRunFileInputOutputsItembuild()WorkflowRunFileInputOutputsItem.Builderfrom(WorkflowRunFileInputOutputsItem other)WorkflowRunFileInputOutputsItem._FinalStageoutput(ProvidedProcessorOutput output)The output that is being overridden.WorkflowRunFileInputOutputsItem.OutputStageprocessorId(java.lang.String processorId)The ID of the processor that the output is associated with.
-
-
-
Method Detail
-
from
public WorkflowRunFileInputOutputsItem.Builder from(WorkflowRunFileInputOutputsItem other)
- Specified by:
fromin interfaceWorkflowRunFileInputOutputsItem.ProcessorIdStage
-
processorId
public WorkflowRunFileInputOutputsItem.OutputStage processorId(@NotNull java.lang.String processorId)
The ID of the processor that the output is associated with. Example:
"dp_Xj8mK2pL9nR4vT7qY5wZ"The ID of the processor that the output is associated with. Example:
"dp_Xj8mK2pL9nR4vT7qY5wZ"- Specified by:
processorIdin interfaceWorkflowRunFileInputOutputsItem.ProcessorIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
output
public WorkflowRunFileInputOutputsItem._FinalStage output(@NotNull ProvidedProcessorOutput output)
The output that is being overridden. 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.
The output that is being overridden. 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.
- Specified by:
outputin interfaceWorkflowRunFileInputOutputsItem.OutputStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public WorkflowRunFileInputOutputsItem build()
- Specified by:
buildin interfaceWorkflowRunFileInputOutputsItem._FinalStage
-
-