Package ai.extend.types
Interface ClassifyOutput.IdStage
-
- All Known Implementing Classes:
ClassifyOutput.Builder
- Enclosing class:
- ClassifyOutput
public static interface ClassifyOutput.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyOutput.Builderfrom(ClassifyOutput other)ClassifyOutput.TypeStageid(java.lang.String id)The unique identifier for this classification
-
-
-
Method Detail
-
id
ClassifyOutput.TypeStage id(@NotNull java.lang.String id)
The unique identifier for this classification
-
from
ClassifyOutput.Builder from(ClassifyOutput other)
-
-