Package ai.extend.types
Interface ClassificationNextEntry.StepStage
-
- All Known Implementing Classes:
ClassificationNextEntry.Builder
- Enclosing class:
- ClassificationNextEntry
public static interface ClassificationNextEntry.StepStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassificationNextEntry.Builderfrom(ClassificationNextEntry other)ClassificationNextEntry.ClassificationIdStagestep(java.lang.String step)The name of the target step.
-
-
-
Method Detail
-
step
ClassificationNextEntry.ClassificationIdStage step(@NotNull java.lang.String step)
The name of the target step.
-
from
ClassificationNextEntry.Builder from(ClassificationNextEntry other)
-
-