I am trying Dynamics Binary classification AI Model. I am able to create Binary AI model for Lead entity. Performance of this model is 99%. Now as a next step I am trying to call this Model through Microsoft when record updated in CRM.
I am following this article, https://docs.microsoft.com/en-us/ai-builder/binary-classification-model-in-flow
I tried both Dynamics CRM connector as well as Common Data service connector. But in both cases I am getting error. I am passing entity object to the Predict (Common Data Service ) connector.
Input parameter to predict action,
{"entity": "{<entity attributes>}"}
Error,
{"operationStatus":"Invalid","error":{"type":"Error","code":"OperationNotSupported","message":"This operation is not supported for general prediction"}}
Much appreciated, will check it know!
Hi Leila
Yes, I was able to resolve this.
Actually the Predict function works only for the Object Detection / Vision Models. It won't work for the Binary Classification hence you get an error.
Binary Classification model runs right as soon as the record is either created or updated.
I wrote this blog post 2 days back, it may be helpful for you;
Secondly, you can also read their official docs (although they're not the best one)
docs.microsoft.com/.../binary-classification-model-in-flow
I hope this helps you and others here as well.
Have you find how to solve this?, could you please let us know as well if yes :), I have the same problem
Were you able to resolve this issue? If yes then kindly let us know how?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156