Commit graph

4 commits

Author SHA1 Message Date
Benjamin Trent
da4899f786
[ML] adding pivot.max_search_page_size option for setting paging size (#41920)
* [ML] adding pivot.size option for setting paging size

* Changing field name to address PR comments

* fixing ctor usage

* adjust hlrc for field name change
2019-05-10 09:31:48 -05:00
Benjamin Trent
06bc25e447
[ML] cleanup + adding description field to transforms (#41554)
* [ML] cleanup + adding description field to transforms

* making description length have a max of 1k
2019-04-26 14:41:05 -05:00
Benjamin Trent
aaf383aa39
[ML] make source and dest objects in the transform config (#40337)
* [ML] make source and dest objects in the transform config

* addressing PR comments

* Fixing compilation post merge

* adding comment for Arrays.hashCode

* addressing changes for moving dest to object

* fixing data_frame yml tests

* fixing API test
2019-03-23 18:57:09 -05:00
David Kyle
2cb8b65ce6
[ML-Dataframe] Add Data Frame client to the Java HLRC (#39921)
Adds DataFrameClient to the Java HLRC and implements PUT and 
DELETE data frame transform.
2019-03-14 10:06:37 +00:00