Skip to content

Commit 326c031

Browse files
committed
[ML] Remove stray field from inference docs (#51870)
model_info_field is not a valid option
1 parent bf0bb01 commit 326c031

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/ingest/processors/inference.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ include::common-options.asciidoc[]
2727
"model_id": "flight_delay_regression-1571767128603",
2828
"target_field": "FlightDelayMin_prediction_infer",
2929
"field_mappings": {},
30-
"inference_config": { "regression": {} },
31-
"model_info_field": "ml"
30+
"inference_config": { "regression": {} }
3231
}
3332
}
3433
--------------------------------------------------

0 commit comments

Comments
 (0)