package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
Catalog extends AnyRef
Catalog for SQL ML.
-
trait
Model extends AnyRef
A Machine Learning Model in Rikai Catalog.
- class ModelAlreadyExistException extends Exception
- class ModelNameException extends Exception
- class ModelNotFoundException extends Exception
- class ModelRegistryAlreadyExistException extends Exception
- class ModelResolveException extends Exception
-
case class
ModelSpec(name: Option[String], uri: Option[String] = None, flavor: Option[String] = None, modelType: Option[String] = None, schema: Option[String] = None, options: Option[Map[String, String]] = None) extends Product with Serializable
Model Spec is used to pass the create model information to python ModelRegistry.
- abstract class PyImplRegistry extends Registry with LazyLogging
-
trait
Registry extends AnyRef
Model Registry Integrations.
-
class
SimpleCatalog extends Catalog
A Simple Catalog in memory.
A Simple Catalog in memory. Used for local testing only.
-
class
SparkUDFModel extends Model with SparkRunnable
A Model that can be turned into a Spark UDF.