Package ai.extend.types
Interface SplitterRef.VersionStage
-
- All Known Implementing Classes:
SplitterRef.Builder
- Enclosing class:
- SplitterRef
public static interface SplitterRef.VersionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SplitterRef._FinalStageversion(java.lang.String version)The splitter version to use:"draft"or a specific semver string (e.g.
-
-
-
Method Detail
-
version
SplitterRef._FinalStage version(@NotNull java.lang.String version)
The splitter version to use:
"draft"or a specific semver string (e.g."0.1")."latest"is not allowed because classification IDs used for routing are tied to a specific version's config.
-
-