The section focuses on how you can leverage Abacus.AI infrastructure and abstractions to create, manage, and utilize the deployment(s) of the model(s) trained on your infrastructure.
In the previous section, we have discussed the process of creating the artifacts required for the use case. You could upload the files directly to our platform using the interface as follows:
Another way to upload the artifacts is to add them from your cloud storage bucket by providing the location and other details as follows:
Our deployments expose the prediction API that can be used to generate predictions from the model:
curl -X POST "https://abacus.ai/api/predict?deploymentToken=8238f34bb2b04bef89a0699359b6d670&deploymentId=5edfcc400"
-d '{
"distance": "dot",
"num": 20,
"data": ""
}'
-H "Content-Type: application/json"