Package ai.extend.types
Interface WorkflowRun.IdStage
-
- All Known Implementing Classes:
WorkflowRun.Builder
- Enclosing class:
- WorkflowRun
public static interface WorkflowRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRun.Builderfrom(WorkflowRun other)WorkflowRun.WorkflowStageid(java.lang.String id)The ID of the workflow run.
-
-
-
Method Detail
-
id
WorkflowRun.WorkflowStage id(@NotNull java.lang.String id)
The ID of the workflow run.
Example:
"workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
from
WorkflowRun.Builder from(WorkflowRun other)
-
-