We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08a0e4 commit b225fe4Copy full SHA for b225fe4
specification/ingest/_types/Processors.ts
@@ -1048,7 +1048,7 @@ export class InferenceProcessor extends ProcessorBase {
1048
* Input fields for inference and output (destination) fields for the inference results.
1049
* This option is incompatible with the target_field and field_map options.
1050
*/
1051
- input_output?: InputConfig[]
+ input_output?: InputConfig | InputConfig[]
1052
1053
/**
1054
* If true and any of the input fields defined in input_ouput are missing
0 commit comments