Package ai.extend.types
Interface ClassifierVersion.VersionStage
-
- All Known Implementing Classes:
ClassifierVersion.Builder
- Enclosing class:
- ClassifierVersion
public static interface ClassifierVersion.VersionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifierVersion.ConfigStageversion(java.lang.String version)The version number or identifier for this specific version of the classifier.
-
-
-
Method Detail
-
version
ClassifierVersion.ConfigStage version(@NotNull java.lang.String version)
The version number or identifier for this specific version of the classifier. The draft version will have version="draft".
Examples:
"1.0","2.1","draft"
-
-