Amazon OpenSearch Service 的机器学习 - Amazon OpenSearch Service
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

Amazon OpenSearch Service 的机器学习

ML Commons 是一个 OpenSearch 插件,该插件通过传输和 REST API 调用提供了一系列常用的机器学习算法。这些调用为每个 ML 请求选择正确的节点和资源,并监控 ML 任务以确保正常运行。这使您可以利用现有的开源机器学习算法,减少开发新的机器学习功能所需的工作量。有关此插件的更多信息,请参阅 OpenSearch 文档中的 Machine learning。本章介绍如何在 Amazon OpenSearch Service 中使用此插件。

不支持的 ML Commons 设置

Amazon OpenSearch Service 不支持使用以下 ML Commons 设置:

  • plugins.ml_commons.allow_registering_model_via_url

  • plugins.ml_commons.allow_registering_model_via_local_file

重要

生产集群上,请勿禁用群集设置 plugins.ml_commons.only_run_on_ml_node(请勿将其设置为 false)。禁用此安全措施的选项旨在促进开发,但生产集群应使用连接器。有关更多信息,请参阅 适用于 Amazon Web Services 服务的 Amazon OpenSearch Service ML 连接器

有关 ML Commons 设置的更多信息,请参阅 ML Commons cluster settings