Files
doc-exports/docs/modelarts/umn/modelarts_05_3186.html
Lai, Weijian 6aa966a79a ModelArts UMN 24.3.0 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2024-11-02 09:04:52 +00:00

1.4 KiB

Error Occurred When an API Is Called for Deploying a Model Created Using a Custom Image

If an error occurs when an API is called for service deployment, check the following items:

  1. Check whether POST is used in the configuration file for the model API.
  2. Check whether the URL in the configuration file contains a customized path, for example, /predictions/poetry (the default path is /).
  3. Check whether the called path in the body of the API request contains a customized path, for example, {API address}/predictions/poetry.