ml-trained-models-apis.asciidoc 873 B

12345678910111213141516171819202122232425
  1. [role="xpack"]
  2. [[ml-df-trained-models-apis]]
  3. = {ml-cap} trained model APIs
  4. You can use the following APIs to perform model management operations:
  5. * <<clear-trained-model-deployment-cache>>
  6. * <<put-trained-models>>
  7. * <<put-trained-model-definition-part>>
  8. * <<put-trained-model-vocabulary>>
  9. * <<put-trained-models-aliases>>
  10. * <<delete-trained-models>>
  11. * <<delete-trained-models-aliases>>
  12. * <<get-trained-models>>
  13. * <<get-trained-models-stats>>
  14. * <<infer-trained-model>>
  15. * <<start-trained-model-deployment>>
  16. * <<stop-trained-model-deployment>>
  17. * <<update-trained-model-deployment>>
  18. You can deploy a trained model to make predictions in an ingest pipeline or in
  19. an aggregation. Refer to the following documentation to learn more:
  20. * <<search-aggregations-pipeline-inference-bucket-aggregation,{infer-cap} bucket aggregation>>
  21. * <<inference-processor,{infer-cap} processor>>