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