doc-exports/docs/modelarts/umn/modelarts_05_3186.html
Lai, Weijian 4e4b2d5f6d ModelArts UMN 23.3.0 Version.
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2024-06-26 07:03:02 +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.