Package ai.extend.types
Interface ClassifierVersionSummary.VersionStage
-
- All Known Implementing Classes:
ClassifierVersionSummary.Builder
- Enclosing class:
- ClassifierVersionSummary
public static interface ClassifierVersionSummary.VersionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifierVersionSummary.ClassifierIdStageversion(java.lang.String version)The version number or identifier for this specific version of the classifier.
-
-
-
Method Detail
-
version
ClassifierVersionSummary.ClassifierIdStage 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"
-
-