Fix link in Index.md

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2022-03-18 12:33:10 -05:00
parent aa7356a787
commit ebbab2dea0
4 changed files with 6 additions and 7 deletions

View File

@ -52,6 +52,9 @@ collections:
observability-plugin:
permalink: /:collection/:path/
output: true
ml-commons-plugin:
permalink: /:collection/:path/
output: true
monitoring-plugins:
permalink: /:collection/:path/
output: true

View File

@ -104,8 +104,6 @@ You can retrieve information on your model using the model_id.
GET /_plugins/_ml/models/<model-id>
```
### Response
The API returns information on the model, the algorithm used, and the content found within the model.
```json
@ -125,8 +123,6 @@ You can retrieve information about a task using the task_id.
GET /_plugins/_ml/tasks/<task_id>
```
### Response
The response includes information about the task.
```json

View File

@ -1,7 +1,7 @@
---
layout: default
title: About ML Commons
nav_order: 38
title: About ML Commons
nav_order: 1
has_children: false
has_toc: false
---

View File

@ -35,7 +35,7 @@ Component | Purpose
[KNN]({{site.url}}{{site.baseurl}}/search-plugins/knn/) | Find “nearest neighbors” in your vector data
[Performance Analyzer]({{site.url}}{{site.baseurl}}/monitoring-plugins/pa/) | Monitor and optimize your cluster
[Anomaly detection]({{site.url}}{{site.baseurl}}/monitoring-plugins/ad/) | Identify atypical data and receive automatic notifications
[ML Commons plugin]({{site.url}}{{site.baseurl}}/ml-commons-plugin/) | Train and execute machine-learning models
[ML Commons plugin]({{site.url}}{{site.baseurl}}/ml-commons-plugin/index/) | Train and execute machine-learning models
[Asynchronous search]({{site.url}}{{site.baseurl}}/search-plugins/async/) | Run search requests in the background
[Cross-cluster replication]({{site.url}}{{site.baseurl}}/replication-plugin/index/) | Replicate your data across multiple OpenSearch clusters