OpenSearch/x-pack/plugin/ml
David Roberts 8e05ce567f
[ML] Rename input_fields to column_names in file structure (#33568)
This change tightens up the meaning of the "input_fields" field
in the file structure finder output.  Previously it was permitted
but not calculated for JSON and XML files.  Following this change
the field is called "column_names" and is only permitted for
delimited files.

Additionally the way the column names are set for headerless
delimited files is refactored to encapsulate the way they're
named to one line of the code rather than having the same
logic in two places.
2018-09-11 08:46:26 +01:00
..
cpp-snapshot Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
licenses [ML] Rename log structure to file structure (#33421) 2018-09-06 09:13:08 +01:00
qa [ML] Add a file structure determination endpoint (#33471) 2018-09-07 17:41:57 +01:00
src [ML] Rename input_fields to column_names in file structure (#33568) 2018-09-11 08:46:26 +01:00
build.gradle [ML] Rename log structure to file structure (#33421) 2018-09-06 09:13:08 +01:00