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