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