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