Package ai.extend.types
Interface ClassifierVersion.IdStage
-
- All Known Implementing Classes:
ClassifierVersion.Builder
- Enclosing class:
- ClassifierVersion
public static interface ClassifierVersion.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifierVersion.Builderfrom(ClassifierVersion other)ClassifierVersion.VersionStageid(java.lang.String id)The unique identifier for this version of the classifier.
-
-
-
Method Detail
-
id
ClassifierVersion.VersionStage id(@NotNull java.lang.String id)
The unique identifier for this version of the classifier.
Example:
"clv_xK9mLPqRtN3vS8wF5hB2cQ"
-
from
ClassifierVersion.Builder from(ClassifierVersion other)
-
-