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

com.datarobot.util.Action 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!
package com.datarobot.util;


public interface Action
{
    void invoke(T1 target1, T2 target2) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy