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

io.hydrosphere.spark_ml_serving.DynamicLoaderConverter.scala Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package io.hydrosphere.spark_ml_serving

import io.hydrosphere.spark_ml_serving.common.ModelLoader

trait DynamicLoaderConverter {
  implicit def sparkToLocal(m: Any): ModelLoader[_]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy