Package ai.extend.types
Interface SplitStepRunStep.IdStage
-
- All Known Implementing Classes:
SplitStepRunStep.Builder
- Enclosing class:
- SplitStepRunStep
public static interface SplitStepRunStep.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SplitStepRunStep.Builderfrom(SplitStepRunStep other)SplitStepRunStep.NameStageid(java.lang.String id)Deprecated: This ID is not consistent across workflow versions.
-
-
-
Method Detail
-
id
SplitStepRunStep.NameStage id(@NotNull java.lang.String id)
Deprecated: This ID is not consistent across workflow versions. This field will be removed in a future API version.
The ID of the workflow step.
Example:
"step_xKm9pNv3qWsY_jL2tR5Dh"
-
from
SplitStepRunStep.Builder from(SplitStepRunStep other)
-
-