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