com.datarobot.impl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datarobot-ai-java Show documentation
Show all versions of datarobot-ai-java Show documentation
This java client library allows you to quickly and easily communicate with the
DataRobot AI API to add Machine Learning to your applications.
The newest version!
/**
* 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 {@link com.datarobot.impl.DataRobotAIClient}
* and either set an Environment variable named {@code API_KEY} or pass it into the constructor.
*
{@code
* DataRobotAIClient ai = new DataRobotAIClient();
* }
* @since 1.0
* @see https://www.datarobot.com
* @see https://staging.dragonpanda.drdev.io
*/
package com.datarobot.impl;