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