Package ai.extend.types
Interface LegacyListProcessorsProcessorVersion.VersionStage
-
- All Known Implementing Classes:
LegacyListProcessorsProcessorVersion.Builder
- Enclosing class:
- LegacyListProcessorsProcessorVersion
public static interface LegacyListProcessorsProcessorVersion.VersionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyListProcessorsProcessorVersion._FinalStageversion(java.lang.String version)The version number or identifier for this processor version.
-
-
-
Method Detail
-
version
LegacyListProcessorsProcessorVersion._FinalStage version(@NotNull java.lang.String version)
The version number or identifier for this processor version.
Example:
"3"
-
-