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