Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/ai267-2.8/pages/ch11s04 |
Reporter RHNID: | chetan-rhls |
Section Title: | Guided Exercise: Consuming the Model Serving API |
Issue description:
In "Guided Exercise: Consuming the Model Serving API", Step 3, 3.2: Copy the "Inference endpoint URL" has you copy the entire inference endpoint url which already includes "https://" through "/infer". In 3.5, the text indicates you should prefix that MODEL_PATH variable with "https://" which would evaluate to "https://https://iris-model".
Also in 3.5, the entire model path should NOT be used, if it's used then the message "Code 12, Message: Method Not Allowed" is returned. When I run it without "/infer", it works.
Steps to reproduce:
Workaround:
Expected result:
- duplicates
-
PTL-13965 Error in Consuming Model Serving API exercise
- Closed