Package com.datarobot.impl
This package provides the implementation specific objects used to access the DataRobot AI API.
To get started, get an API key from create an instance of the DataRobotAIClient
and either set an Environment variable named API_KEY or pass it into the constructor.
DataRobotAIClient ai = new DataRobotAIClient();
- Since:
- 1.0
- See Also:
- https://www.datarobot.com, https://staging.dragonpanda.drdev.io
-
Class Summary Class Description AIClient TheAIClientobject provides access to the AI endpoints of the DataRobot AI API.ApiConnection TheApiConnectionobject is responsible for low-level HTTP requests and mapping JSON responses to POJO objects.DataRobotAIClient TheDataRobotAIClientobject is the main class for using the DataRobot AI API.DatasetClient TheDatasetClientobject provides access to the dataset endpoints of the DataRobot AI API.DatasetFrom LearningSessionClient TheLearningSessionClientobject provides access to the learning endpoints of the DataRobot AI API.PredictionClient ThePredictionClientobject provides access to the prediction endpoints of the DataRobot AI API.StatusClient TheStatusClientobject provides access to the status endpoints of the DataRobot AI API.StatusTask<T> A reference to aTaskon the DataRobot server. -
Exception Summary Exception Description ClientException