[ML] Remove stray field from inference docs (#51870)
model_info_field is not a valid option
This commit is contained in:
parent
19ae3e6a48
commit
289d4f4f4d
|
@ -27,8 +27,7 @@ include::common-options.asciidoc[]
|
||||||
"model_id": "flight_delay_regression-1571767128603",
|
"model_id": "flight_delay_regression-1571767128603",
|
||||||
"target_field": "FlightDelayMin_prediction_infer",
|
"target_field": "FlightDelayMin_prediction_infer",
|
||||||
"field_mappings": {},
|
"field_mappings": {},
|
||||||
"inference_config": { "regression": {} },
|
"inference_config": { "regression": {} }
|
||||||
"model_info_field": "ml"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue