Packages

p

ai.eto.rikai.sql

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Catalog extends AnyRef

    Catalog for SQL ML.

  2. trait Model extends AnyRef

    A Machine Learning Model in Rikai Catalog.

  3. class ModelAlreadyExistException extends Exception
  4. class ModelNameException extends Exception
  5. class ModelNotFoundException extends Exception
  6. class ModelRegistryAlreadyExistException extends Exception
  7. class ModelResolveException extends Exception
  8. class ModelSpec extends AnyRef

    Model Spec is used to pass the create model information to python ModelRegistry.

  9. trait Registry extends AnyRef

    Model Registry Integrations.

  10. class SimpleCatalog extends Catalog

    A Simple Catalog in memory.

    A Simple Catalog in memory. Used for local testing only.

  11. class SparkUDFModel extends Model with SparkRunnable

    A Model that can be turned into a Spark UDF.

Value Members

  1. object Catalog
  2. object Model

Ungrouped