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