Commit Graph

11 Commits

Author SHA1 Message Date
Lisa Cawley 7d0beb0b53
[DOCS] Add missing icons to transform HLRC APIs (#46616) 2019-09-11 11:21:45 -07:00
Lisa Cawley 9b16486615
[DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
Lisa Cawley c9b585eacb
[DOCS] Fixes terms in HLRC data frame transform APIs (#44838) 2019-07-25 09:13:26 -07:00
Benjamin Trent a9cc0e1520
[ML][Data Frame] Add optional defer_validation param to PUT (#44455)
* [ML][Data Frame] Add optional defer_validation param to PUT

* addressing PR comments

* reverting bad replace

* addressing pr comments

* Update put-transform.asciidoc

* Update put-transform.asciidoc

* Update put-transform.asciidoc
2019-07-22 09:07:53 -05:00
Lisa Cawley f057f7af27
[DOCS] Fixes attribute in data frame transform API (#44249) 2019-07-12 09:54:35 -07:00
David Roberts b89c3c92e0
[ML-DataFrame] Add a frequency option to transform config, default 1m (#44120)
Previously a data frame transform would check whether the
source index was changed every 10 seconds. Sometimes it
may be desirable for the check to be done less frequently.
This commit increases the default to 60 seconds but also
allows the frequency to be overridden by a setting in the
data frame transform config.
2019-07-10 09:35:23 +01:00
Benjamin Trent 9f2974985f
[ML][Data Frame] adds new pipeline field to dest config (#43124)
* [ML][Data Frame] adds new pipeline field to dest config

* Adding pipeline support to _preview

* removing unused import

* moving towards extracting _source from pipeline simulation

* fixing permission requirement, adding _index entry to doc
2019-06-19 12:58:11 -05:00
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