Package ai.extend.types
Interface ParseStepRunStep.IdStage
-
- All Known Implementing Classes:
ParseStepRunStep.Builder
- Enclosing class:
- ParseStepRunStep
public static interface ParseStepRunStep.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseStepRunStep.Builderfrom(ParseStepRunStep other)ParseStepRunStep.NameStageid(java.lang.String id)Deprecated: This ID is not consistent across workflow versions.
-
-
-
Method Detail
-
id
ParseStepRunStep.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
ParseStepRunStep.Builder from(ParseStepRunStep other)
-
-