All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datarobot.impl.package-info Maven / Gradle / Ivy

Go to download

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy