opensearch-project / ml-commons

ml-commons provides a set of common machine learning algorithms, e.g. k-means, or linear regression, to help developers build ML related features within OpenSearch.
Apache License 2.0
89 stars 126 forks source link

Search memory API return all fields include application type #2756

Open Hailong-am opened 1 month ago

Hailong-am commented 1 month ago

What is the bug?

Search memory API return all fields include application type. Per the comment https://github.com/opensearch-project/ml-commons/pull/2635#issuecomment-2248338214, we may want to hide application type from search response as well.

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

What is the expected behavior? A clear and concise description of what you expected to happen.

What is your host/environment?

Do you have any screenshots? If applicable, add screenshots to help explain your problem.

Do you have any additional context? Add any other context about the problem.

Hailong-am commented 1 month ago

@ylwu-amzn @Zhangxunmt not sure whether this is expected or not, if we remove application type from response, does that sounds like a breaking change?