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