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