Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MachineLearning.GetTrainedModelsStats throws a deserialization exception part 2 #8281

Closed
svalbuena opened this issue Aug 2, 2024 · 1 comment · Fixed by #8286
Closed
Labels
8.x Relates to 8.x client version Category: Bug

Comments

@svalbuena
Copy link
Contributor

Elastic.Clients.Elasticsearch version: 8.14.6

Elasticsearch version: 8.14.3

.NET runtime version: 8.0

Operating system version: Windows

Description of the problem including expected versus actual behavior:
I'm using the MachineLearning.GetTrainedModelsStatsAsync call to get the stats of a trained model, this request always results in a JSON deserialization error. In a previous issue I fixed one of the errors but there are a couple more left.
In elastic/elasticsearch-specification#2762 I describe the root cause and address it in elastic/elasticsearch-specification#2763.

This time, I've downloaded the .net client project, done the equivalent tweaks I'm doing in the spec project, and tested the request to verify there are no other errors left.

@flobernd
Copy link
Member

flobernd commented Aug 7, 2024

Hi @svalbuena, thanks again for creating the spec PR! The fix will be included tomorrow in the 8.15.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to 8.x client version Category: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants