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