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 d90f19c commit 33154fdCopy full SHA for 33154fd
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