models.modelsHolder.ModelsHolderClass(models_directory)[source]¶Class that loads and holds in memory all models for further predictions.
| Attributes: |
|
|---|
Methods
sendRequest(model_name, data) |
Invokes the ModelController’s feed method that returns models prediction. |
getAvailableModels() |
Returns loaded and available models. |
getModelsConfigs() |
Get all models configs. |
sendRequest(model_name, data)[source]¶Invokes the ModelController’s feed method that returns models prediction.
| Parameters: |
|
|---|---|
| Returns: |
|