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

  6. Open the file called 2_grpc_request.ipynb

    Request Notebooks
  7. Read the code and follow the instructions.