cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error: Could not connect to the endpoint URL while deploying Tutorial Model

md_tcon07
Discoverer
0 Likes
7,165

Hello Experts,

I am new to AI Core and followed the Tutorial Series to get to know the environment. (Make Predictions for House Prices with SAP AI Core | SAP Tutorials)


Unfortunately I've encountered an error I am unable to resolve. In the last steps of the Tutorial, while trying to deploy the model on a server, the error "Could not connect to the endpoint URL" appears.

I would be very grateful for your assistance.

View Entire Topic
MichOnSAP
Explorer
0 Likes

Hello RjainCap,

Good question,
Yes , Below is a sample listing view of runs and one model.

Thank you ,
Mich

aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/
PRE data/
PRE model/

aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model
PRE model/

aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/
PRE e2d8d89238047e54/
PRE e5040e89387a330a/
PRE eaf87aeb56cb9cd7/
PRE ebee5c01cc324e12/
PRE eed8ca84c3282328/
PRE efb703b375141f45/

aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/e2d8d89238047e54/
PRE housemodel/

aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/e2d8d89238047e54/housemodel/
2024-02-07 13:45:59 3348 model.pkl

 

RjainCap68
Explorer
0 Likes
@MichOnSAP : Yes, even for me the model gets created and gets stored in this location. But somehow, during server deployment, this endpoint is not reachable. Apologies to ask again, but were you able to generate prediction URL, meaning the server deplyed successfully?