See: Description
| Interface | Description |
|---|---|
| ModelLoader |
A ModelLoader loads a particular
ZooModel from a Repository for a model zoo. |
| ModelZoo |
An interface represents a collection of models.
|
| ZooProvider |
The
ZooProvider is a service provider that enables ServiceLoader to locate
and load at the run time. |
| Class | Description |
|---|---|
| BaseModelLoader |
Shared code for the
ModelLoader implementations. |
| Criteria<I,O> |
The
Criteria class contains search criteria to look up a ZooModel. |
| Criteria.Builder<I,O> |
A Builder to construct a
Criteria. |
| DefaultModelZoo |
A
ModelZoo that contains models in specified locations. |
| DefaultZooProvider |
An
ZooProvider implementation can load models from specified locations. |
| ZooModel<I,O> |
| Exception | Description |
|---|---|
| ModelNotFoundException |
Thrown when an application tries to load a model from repository search path.
|
| ZooProviderNotFoundException |
Runtime exception thrown when a provider of the required type cannot be found.
|