See: Description
Interface | Description |
---|---|
HasCSV |
Implementations of this interface can produce a CSV representation.
|
ServingModel |
Interface that all Serving Layer in-memory models implement.
|
ServingModelManager<U> |
Implementations of this interface maintain, in memory, the current state of a model in the
serving layer.
|
Class | Description |
---|---|
AbstractServingModelManager<U> |
Convenience implementation of
ServingModelManager that provides several default implementations. |
OryxResource |
A utility class that can serve as a superclass of Serving Layer application endpoints.
|
Exception | Description |
---|---|
OryxServingException |
Thrown by Serving Layer endpoints to indicate an error in processing.
|
Copyright © 2014–2018. All rights reserved.