mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
[role="xpack"]
|
|
[testenv="platinum"]
|
|
[[ml-df-analytics-apis]]
|
|
= {ml-cap} {dfanalytics} APIs
|
|
|
|
You can use the following APIs to perform {ml} {dfanalytics} activities.
|
|
|
|
* <<put-dfanalytics,Create {dfanalytics-jobs}>>
|
|
* <<update-dfanalytics,Update {dfanalytics-jobs}>>
|
|
* <<delete-dfanalytics,Delete {dfanalytics-jobs}>>
|
|
* <<get-dfanalytics,Get {dfanalytics-jobs} info>>
|
|
* <<get-dfanalytics-stats,Get {dfanalytics-jobs} statistics>>
|
|
* <<start-dfanalytics,Start {dfanalytics-jobs}>>
|
|
* <<stop-dfanalytics,Stop {dfanalytics-jobs}>>
|
|
* <<evaluate-dfanalytics,Evaluate {dfanalytics}>>
|
|
* <<explain-dfanalytics,Explain {dfanalytics}>>
|
|
|
|
|
|
You can use the following APIs to perform {infer} operations.
|
|
|
|
* <<put-trained-models>>
|
|
* <<get-trained-models>>
|
|
* <<get-trained-models-stats>>
|
|
* <<delete-trained-models>>
|
|
|
|
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.
|
|
|
|
* <<inference-processor,{infer-cap} processor>>
|
|
* <<search-aggregations-pipeline-inference-bucket-aggregation,{infer-cap} bucket aggregation>>
|
|
|
|
|
|
See also <<ml-apis>>.
|