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