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 4760485 commit 75491fcCopy full SHA for 75491fc
specification/ingest/_types/Processors.ts
@@ -1049,7 +1049,7 @@ export class InferenceProcessor extends ProcessorBase {
1049
* Input fields for inference and output (destination) fields for the inference results.
1050
* This option is incompatible with the target_field and field_map options.
1051
*/
1052
- input_output?: InputConfig[]
+ input_output?: InputConfig | InputConfig[]
1053
1054
/**
1055
* If true and any of the input fields defined in input_ouput are missing
0 commit comments