Package ai.extend.types
Interface ClassifyOutput.TypeStage
-
- All Known Implementing Classes:
ClassifyOutput.Builder
- Enclosing class:
- ClassifyOutput
public static interface ClassifyOutput.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyOutput.ConfidenceStagetype(java.lang.String type)The type of classification
-
-
-
Method Detail
-
type
ClassifyOutput.ConfidenceStage type(@NotNull java.lang.String type)
The type of classification
-
-