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