Help Center> ModelArts> Troubleshooting> Inference Deployment> AI Application Management> Garbled Characters Displayed in an AI Application Name Returned When AI Application Details Are Obtained Through an API
Updated on 2024-04-30 GMT+08:00

Garbled Characters Displayed in an AI Application Name Returned When AI Application Details Are Obtained Through an API

Symptom

When details about an AI application are obtained through an API, garbled characters are displayed in a returned AI application name (model_name). For example, the AI application name (model_name) is query_vec_recall_model, but the name returned from the API is query_vec_recall_model_b.

Figure 1 Garbled characters in an AI application name

Possible Causes

If an AI application name contains underscores (_), these characters must be escaped.

Solution

Add the exact_match parameter to the request and set the parameter value to true to ensure that the returned value of model_name is correct.