Feature Request P2
Status Update
Comments
ro...@tradecloud1.com <ro...@tradecloud1.com> #2
Hello,
This report does not contain any description as the Public Issue Tracker is for reproducible issues. If it was a mistake to leave it blank please open a new Public Issue Tracker report with the description of your issue and the steps to reproduce it. Thanks!
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
The product used is Vertex Explainable AI and faces the error message [1] while hitting the explanation private endpoint. But output from prediction is successful.
What you expected to happen:
Need to get output for explanation when an empty array is provided for REPEATED fields of structs in the request body.
Steps to reproduce:
- Deploy a model to a private endpoint with Explainability AI enabled.
- Try to predict explanations using an empty array in the request body for explanation.
- The error [1] will be observed.
[1]: ("error" "Explainability failed with exception: list index out of range")
Other information (workarounds you have tried, documentation consulted, etc):