Test a Deployment
After creating a Deployment, you can easily test it on the Test page.
If you included the exampleInput
with a json value as part of the metadata.json in your repository, you can click Use example input. Alternatively, you can add input to the Predict from request field (see also Data payload).
You can specify which endpoint to run inference on based on your deployment type.
You can choose to save the log of the test prediction or not. Then click Make prediction. The output will appear. If you chose to save the log, you can also view the prediction on the Predictions page.
Additionally if you decided to save log, you can optionally submit actuals and evaluations. For submitting actuals, click on Submit actual button and follow the format as specified here. You can also submit evaluations per prediction log by clicking on Submit evaluation button, more info on schema can be found here.