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