[ML] Remove stray field from inference docs (#51870)

model_info_field is not a valid option
This commit is contained in:
David Kyle 2020-02-05 10:49:36 +00:00
parent 19ae3e6a48
commit 289d4f4f4d
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ include::common-options.asciidoc[]
"model_id": "flight_delay_regression-1571767128603",
"target_field": "FlightDelayMin_prediction_infer",
"field_mappings": {},
"inference_config": { "regression": {} },
"model_info_field": "ml"
"inference_config": { "regression": {} }
}
}
--------------------------------------------------