Package ai.extend.types
Interface MergeExtractStepRun.WorkflowRunIdStage
-
- All Known Implementing Classes:
MergeExtractStepRun.Builder
- Enclosing class:
- MergeExtractStepRun
public static interface MergeExtractStepRun.WorkflowRunIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeExtractStepRun.StatusStageworkflowRunId(java.lang.String workflowRunId)The ID of the parent workflow run.
-
-
-
Method Detail
-
workflowRunId
MergeExtractStepRun.StatusStage workflowRunId(@NotNull java.lang.String workflowRunId)
The ID of the parent workflow run.
Example:
"workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
-