Package ai.extend.types
Interface ExtractRun.ConfigStage
-
- All Known Implementing Classes:
ExtractRun.Builder
- Enclosing class:
- ExtractRun
public static interface ExtractRun.ConfigStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractRun.FileStageconfig(ExtractConfig config)The configuration used for this extract run.
-
-
-
Method Detail
-
config
ExtractRun.FileStage config(@NotNull ExtractConfig config)
The configuration used for this extract run. This is a union of two possible shapes:
- JSON Schema config: The current config format. All runs created through this API version use this shape.
- Legacy config: A fields-array config from a previous API version. This shape is only returned when retrieving runs that were originally created with the legacy format. This API version does not support creating runs with legacy configs.
-
-