mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-26 08:07:27 -04:00
23 lines
792 B
Text
23 lines
792 B
Text
[role="xpack"]
|
|
[[ml-df-trained-models-apis]]
|
|
= {ml-cap} trained model APIs
|
|
|
|
You can use the following APIs to perform model management operations:
|
|
|
|
* <<put-trained-models>>
|
|
* <<put-trained-model-definition-part>>
|
|
* <<put-trained-model-vocabulary>>
|
|
* <<put-trained-models-aliases>>
|
|
* <<delete-trained-models>>
|
|
* <<delete-trained-models-aliases>>
|
|
* <<get-trained-models>>
|
|
* <<get-trained-models-stats>>
|
|
* <<infer-trained-model>>
|
|
* <<start-trained-model-deployment>>
|
|
* <<stop-trained-model-deployment>>
|
|
|
|
You can deploy a trained model to make predictions in an ingest pipeline or in
|
|
an aggregation. Refer to the following documentation to learn more:
|
|
|
|
* <<search-aggregations-pipeline-inference-bucket-aggregation,{infer-cap} bucket aggregation>>
|
|
* <<inference-processor,{infer-cap} processor>>
|