Package ai.extend.types
Interface ClassifierVersionSummary.ClassifierIdStage
-
- All Known Implementing Classes:
ClassifierVersionSummary.Builder
- Enclosing class:
- ClassifierVersionSummary
public static interface ClassifierVersionSummary.ClassifierIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifierVersionSummary.CreatedAtStageclassifierId(java.lang.String classifierId)The ID of the classifier that this version belongs to.
-
-
-
Method Detail
-
classifierId
ClassifierVersionSummary.CreatedAtStage classifierId(@NotNull java.lang.String classifierId)
The ID of the classifier that this version belongs to.
Example:
"cl_Xj8mK2pL9nR4vT7qY5wZ"
-
-