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