Cannot enable isInferenceExplainabilityEnabled via REST Api

Rman-1501 0 Reputation points
2023-07-16T00:51:59.35+00:00

Based on what has been explained here I tried to call Azure Personalizer Service Configuration API to enable Inference Explainability feature. Every time I called, it returned with 200 OK result. But in fact it didn't enable anything.

As explained in the document, I make a PUT call to https://{Personalizer-Endpoint}/personalizer/v1.1-preview.1/configurations/service and add entry “IsInferenceExplainabilityEnabled”: true to the end of the current configuration. It returns 200 OK but it doesn't enable anything.

Even if I query current configurations via making a GET call to https://{Personalizer-Endpoint}/personalizer/v1.1-preview.1/configurations/service it shows that IsInferenceExplainabilityEnabled has not been enabled at all.

I think the API might be broken or faulty. Is there anything I'm missing?

Azure AI Personalizer
Azure AI Personalizer
An Azure artificial intelligence service that enables applications to personalize user experiences by learning from collective real-time user behavior.
32 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,396 questions
{count} votes