You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _ml/trained_models/<model_id>/_stats fails when deserializing the response. In a previous issue I reported and fixed another wrong type in the types of this response, but there are a couple more left. These types cause a deserialization error in the .NET client.
The timestamp field of MlTrainedModelInferenceStats needs to be a long:
🐛 Wrong type
The
_ml/trained_models/<model_id>/_stats
fails when deserializing the response. In a previous issue I reported and fixed another wrong type in the types of this response, but there are a couple more left. These types cause a deserialization error in the .NET client.The
timestamp
field ofMlTrainedModelInferenceStats
needs to be a long:The
nodes
field ofMlTrainedModelDeploymentStats
needs to be an array:Sample response of
GET http://localhost:9200/_ml/trained_models/intfloat__e5-small-v2/_stats
The text was updated successfully, but these errors were encountered: