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