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

org.deeplearning4j.ui.flow.FlowDropwiz Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.ui.flow;

import javax.ws.rs.GET;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;

/**
 * @author [email protected]
 */
public class FlowDropwiz extends FlowResource {

    @GET
    @Produces(MediaType.TEXT_HTML)
    public FlowView getView() {
        return new FlowView();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy