com.linkedin.dagli.producer.internal.RootProducerInternalAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages
package com.linkedin.dagli.producer.internal;
import com.linkedin.dagli.producer.RootProducer;
/**
* The base interface for internal APIs of root (non-child) producers.
*
* @param the type of result produced by the associated producer
* @param the type of the producer
*/
public interface RootProducerInternalAPI> extends ProducerInternalAPI { }
© 2015 - 2024 Weber Informatics LLC | Privacy Policy