Package | Description |
---|---|
com.cloudera.oryx.api.serving |
Application API interface classes for the Serving Layer.
|
com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
com.cloudera.oryx.app.serving.kmeans.model |
Data model support for the k-means clustering Serving Layer app.
|
com.cloudera.oryx.app.serving.rdf.model |
Data model support for the random decision forest Serving Layer app.
|
com.cloudera.oryx.example.serving |
Contains a minimal example of what a user application would create to implement a
Serving Layer.
|
com.cloudera.oryx.lambda.serving |
Contains the core support for the Lambda tier of the Serving Layers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServingModelManager<U>
Convenience implementation of
ServingModelManager that provides several default implementations. |
Modifier and Type | Method and Description |
---|---|
protected ServingModelManager<?> |
OryxResource.getServingModelManager() |
Modifier and Type | Class and Description |
---|---|
class |
ALSServingModelManager
A
ServingModelManager that manages and provides access to an
ALSServingModel for the ALS Serving Layer application. |
Modifier and Type | Class and Description |
---|---|
class |
KMeansServingModelManager
A
ServingModelManager that manages and provides access to an
KMeansServingModel for the k-means Serving Layer application. |
Modifier and Type | Class and Description |
---|---|
class |
RDFServingModelManager
A
ServingModelManager that manages and provides access to an
RDFServingModel for the random decision forest Serving Layer application. |
Modifier and Type | Class and Description |
---|---|
class |
ExampleServingModelManager
Reads models and updates produced by the Batch Layer and Speed Layer.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaServingModelManagerAdapter<U>
Adapts a
ScalaServingModelManager to be a Java ServingModelManager . |
Copyright © 2014–2018. All rights reserved.