Package ai.extend.types
Interface WorkflowRunFileInputOutputsItem.ProcessorIdStage
-
- All Known Implementing Classes:
WorkflowRunFileInputOutputsItem.Builder
- Enclosing class:
- WorkflowRunFileInputOutputsItem
public static interface WorkflowRunFileInputOutputsItem.ProcessorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunFileInputOutputsItem.Builderfrom(WorkflowRunFileInputOutputsItem other)WorkflowRunFileInputOutputsItem.OutputStageprocessorId(java.lang.String processorId)The ID of the processor that the output is associated with.
-
-
-
Method Detail
-
processorId
WorkflowRunFileInputOutputsItem.OutputStage processorId(@NotNull java.lang.String processorId)
The ID of the processor that the output is associated with. Example:
"dp_Xj8mK2pL9nR4vT7qY5wZ"
-
from
WorkflowRunFileInputOutputsItem.Builder from(WorkflowRunFileInputOutputsItem other)
-
-