Package ai.extend.types
Interface ExtractorVersion.ConfigStage
-
- All Known Implementing Classes:
ExtractorVersion.Builder
- Enclosing class:
- ExtractorVersion
public static interface ExtractorVersion.ConfigStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractorVersion.ExtractorIdStageconfig(ExtractConfig config)The configuration settings for this version of the extractor.
-
-
-
Method Detail
-
config
ExtractorVersion.ExtractorIdStage config(@NotNull ExtractConfig config)
The configuration settings for this version of the extractor.
-
-