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