Package ai.extend.types
Interface ProvidedClassifyOutput.TypeStage
-
- All Known Implementing Classes:
ProvidedClassifyOutput.Builder
- Enclosing class:
- ProvidedClassifyOutput
public static interface ProvidedClassifyOutput.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvidedClassifyOutput._FinalStagetype(java.lang.String type)The type of classification (defined in the classifier config)
-
-
-
Method Detail
-
type
ProvidedClassifyOutput._FinalStage type(@NotNull java.lang.String type)
The type of classification (defined in the classifier config)
-
-