Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/ingest/_types/Processors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ export class InferenceProcessor extends ProcessorBase {
* Input fields for inference and output (destination) fields for the inference results.
* This option is incompatible with the target_field and field_map options.
*/
input_output?: InputConfig[]
input_output?: InputConfig | InputConfig[]

/**
* If true and any of the input fields defined in input_ouput are missing
Expand Down