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

Facing Missing Resource group

akshay12aks_
Discoverer
0 Likes
3,475

Hello Everyone, I am facing Missing Resource group after deployment of a chatbot in sap ai core

POST 

https://api.ai.prod.eu-central-1.aws.ml.hana.ondemand.com/v2/inference/deploymen/<dep_id>predictions  

Headers - 

Key: AI-Resource-Group

Value: default 

Key: Authorization

Value: Bearer <token>

Body is set

Facing Missing Resource Group

1 REPLY 1
Read only

pawan__kumar
Contributor
0 Likes
3,434

curl -X POST "https://api.ai.prod.eu-central-1.aws.ml.hana.ondemand.com/v2/inference/deployments/<dep_id>/predictions" \

     -H "Authorization: Bearer <VALID_TOKEN>" \

     -H "AI-Resource-Group: default" \

     -H "Content-Type: application/json" \

     -d '{"input_data": [...]}'