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

io.hydrosphere.mist.lib.MLMistJob.scala Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package io.hydrosphere.mist.lib

trait MLMistJob extends ContextSupport {

  def train(params: Map[String, Any]): Map[String, Any]

  def serve(params: Map[String, Any]): Map[String, Any]
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy