on 06-02-2022 12:20 PM - edited on 08-11-2022 12:56 PM by KailaT
The assumptions are that you have created the ML model in DataRobot and the endpoint has been enabled on the DataRobot side.
DataRobot provides a Python API that can be called by the client to perform the prediction.
The DataRobot prediction API includes Real-time API and Batch API. You can use either way to deploy in Incorta premise or Incorta Cloud.
Go to DataRobot, follow the below navigation and get the prediction API scripting code. This code can then be used by Incorta.
Incorta On-premises with DataRobot Real-time Prediction API
Incorta On-premises with DataRobot Batch Prediction API
Incorta Cloud with DataRobot GCP Real-time Prediction API
Incorta Cloud with DataRobot GCP Batch Prediction API