Commit graph

8 commits

Author SHA1 Message Date
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
Hendrik Muhs
3b0dd4a4ed
[DOCS] change source and dest to be nested and add a query to the example (#41293)
update source and dest to reflect the changes done in #40396 and add a query to the example.
2019-04-23 13:38:35 +02:00
David Kyle
3ad2b29546
[ML DataFrame] Data Frame stop all (#41156)
Wild card support for the data frame stop API
2019-04-15 14:33:16 +01:00
Benjamin Trent
e79da922a3
[ML] Add data frame task state object and field (#40169)
* [ML] Add data frame task state object and field

* A new state item is added so that the overall task state can be
accoutned for
* A new FAILED state and reason have been added as well so that failures
can be shown to the user for optional correction

* Addressing PR comments

* adjusting after master merge

* addressing pr comment

* Adjusting auditor usage with failure state

* Refactor, renamed state items to task_state and indexer_state

* Adding todo and removing redundant auditor call

* Address HLRC changes and PR comment

* adjusting hlrc IT test
2019-03-26 15:59:01 -05:00
Lisa Cawley
3eb9736f7f
[DOCS] Adds placeholder for start and stop data frame transform APIs (#40278) 2019-03-21 09:38:00 -07:00
Lisa Cawley
c178e1bd73
[DOCS] Adds placeholder for create and delete data frame transform APIs (#40233) 2019-03-21 09:11:38 -07:00
Lisa Cawley
bbba32fb6b
[DOCS] Adds placeholder for get data frame transform APIs (#40283) 2019-03-21 07:45:17 -07:00
Lisa Cawley
e7f9c73d10
[DOCS] Adds placeholder for data frame preview API (#40232) 2019-03-20 10:19:41 -07:00