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