Testing the model API

Now that you’ve deployed the model, you can test its API endpoints.

Procedure

  1. In the Data Science dashboard

  2. Navigate to the project details page

  3. Scroll down to the Models and model servers section.

  4. Take note of the model’s Inference endpoint. You need this information when you test the model API.

    Model URL
  5. Return to the Jupyter environment and try out your new endpoint. you will try REST API calls in 3_rest_requests.ipynb

    Request Notebooks