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
-
class
ModelSpec extends AnyRef
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.