This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor
or IRegressionPredictor
interface from the datarobot-prediction package.
- Java 11 JDK
- A valid scoring code jar
- From the terminal, run
tar -czvf java_dropin.tar.gz -C /path/to/public_dropin_enironments/java_codegen/ .
- Using either the API or from the UI create a new Custom Environment with the tarball created in step 1.
The model for this environment is a scoring code jar. Using either the API or from the UI create a new Custom Model with the jar file.