See: Description
| Interface | Description |
|---|---|
| ModelLoader<I,O> |
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<I,O> |
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. |
| LocalModelLoader |
A
ModelLoader loads a particular ZooModel from a local folder. |
| LocalModelZoo |
A
ModelZoo that contains models in local directory. |
| LocalZooProvider |
An
ZooProvider implementation can load models from local directory. |
| ZooModel<I,O> |
A
ZooModel is a Model loaded from a model zoo and includes a default Translator. |
| 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.
|
Model,
Device