Using RHOAI 2.25 Self Managed on IBM Cloud
Steps:
Perform "Fraud Detection" tutorial until this step
Expected result:
Testing Rest API call to inference endpoint works
Actual Result:
Failure
Root cause:
Tutorial wants the user to use the inference endpoint that RHOAI dashboard provides in this screenshot)... but it is providing an https:// URL with no port. As-is, that will not work (with https://) and it also requires a port since OpenVino server is starting up on port 8888 not port 80 (http) or 443 (https)
Workaround:
Set in notebook to use port 8888 instead of 80
Using RHOAI 2.25 Self Managed on IBM Cloud
Steps:
Perform "Fraud Detection" tutorial until this step
Expected result:
Testing Rest API call to inference endpoint works
Actual Result:
Failure
Root cause:
Tutorial wants the user to use the inference endpoint that RHOAI dashboard provides in this screenshot)... but it is providing an https:// URL with no port. As-is, that will not work (with https://) and it also requires a port since OpenVino server is starting up on port 8888 not port 80 (http) or 443 (https)
Workaround:
Set in notebook to use port 8888 instead of 80