Commit graph

9 commits

Author SHA1 Message Date
Lisa Cawley
3876de1e46
[DOCS] Remove duplicate link to update dfanalytics jobs (#82873) (#82884)
Co-authored-by: Tayef Shah <tayefshah@gmail.com>
2022-01-20 09:52:15 -08:00
Lisa Cawley
d68c756858
[7.16][DOCS] Move trained model APIs out of dataframe analytics (#81315) (#81324) 2021-12-03 10:42:35 -08:00
James Rodewig
07ac8818b6
[DOCS] Remove testenv annotations from doc snippet tests (#80023) (#80458)
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.

Relates to #79309, #31619
# Conflicts:
#	docs/reference/ml/df-analytics/apis/get-trained-model-deployment-stats.asciidoc
#	docs/reference/ml/df-analytics/apis/infer-trained-model-deployment.asciidoc
#	docs/reference/ml/df-analytics/apis/put-trained-model-definition-part.asciidoc
#	docs/reference/ml/df-analytics/apis/put-trained-model-vocabulary.asciidoc
#	docs/reference/ml/df-analytics/apis/start-trained-model-deployment.asciidoc
#	docs/reference/ml/df-analytics/apis/stop-trained-model-deployment.asciidoc
#	docs/reference/slm/apis/slm-delete.asciidoc
#	docs/reference/slm/apis/slm-execute-retention.asciidoc
#	docs/reference/slm/apis/slm-execute.asciidoc
#	docs/reference/slm/apis/slm-get-status.asciidoc
#	docs/reference/slm/apis/slm-get.asciidoc
#	docs/reference/slm/apis/slm-start.asciidoc
#	docs/reference/slm/apis/slm-stats.asciidoc
#	docs/reference/slm/apis/slm-stop.asciidoc
#	docs/reference/sql/endpoints/client-apps/tableau-desktop.asciidoc
#	docs/reference/sql/endpoints/client-apps/tableau-server.asciidoc
2021-11-05 19:41:54 -04:00
Benjamin Trent
3bef185e06
[7.x] [ML] adding new _preview endpoint for data frame analytics (#69453) (#69729)
* [ML] adding new _preview endpoint for data frame analytics (#69453)

This commit adds a new `_preview` endpoint for data frame analytics.

This allows users to see the data on which their model will be trained. This is especially useful
in the arrival of custom feature processors.

The API design is a similar to datafeed `_preview` and data frame analytics `_explain`.
2021-03-01 14:47:32 -05:00
Benjamin Trent
1e15fe5da6
[ML] add new delete trained model aliases API (#69195) (#69221)
In addition to creating and re-assigning model aliases, users should be able to delete existing and unused model aliases.
2021-02-19 07:39:48 -05:00
Benjamin Trent
3250dd763a
[7.x] [ML] adds new trained model alias API to simplify trained model updates and deployments (#68922) (#69208)
* [ML] adds new trained model alias API to simplify trained model updates and deployments (#68922)

A `model_alias` allows trained models to be referred by a user defined moniker.

This not only improves the readability and simplicity of numerous API calls, but it allows for simpler deployment and upgrade procedures for trained models.

Previously, if you referenced a model ID directly within an ingest pipeline, when you have a new model that performs better than an earlier referenced model, you have to update the pipeline itself. If this model was used in numerous pipelines, ALL those pipelines would have to be updated.

When using a `model_alias` in an ingest pipeline, only that `model_alias` needs to be updated. Then, the underlying referenced model will change in place for all ingest pipelines automatically.

An additional benefit is that the model referenced is not changed until it is fully loaded into cache, this way throughput is not hampered by changing models.
2021-02-18 15:24:24 -05:00
István Zoltán Szabó
2f7240d271
[DOCS] Improves inference processor linking and docs (#66119) (#66983) 2021-01-05 14:04:51 +01:00
Benjamin Trent
cfcf973259
[7.x] [ML] renames */inference* apis to */trained_models* (#63097) (#63136)
* [ML] renames */inference* apis to */trained_models* (#63097)

This commit renames all `inference` CRUD APIs to `trained_models`.

This aligns with internal terminology, documentation, and use-cases.
2020-10-02 07:34:28 -04:00
Lisa Cawley
8f8d24b3c1
[DOCS] Changes level offset in data frame analytics APIs (#59919) (#59923) 2020-07-20 13:06:29 -07:00