Interface ModelLoader
-
- All Known Implementing Classes:
HttpModelLoader,LocalModelLoader,MinioModelLoader,S3ModelLoader
public interface ModelLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModelPath()InputStreamloadModel()
-
-
-
Method Detail
-
loadModel
InputStream loadModel() throws Exception
- Throws:
Exception
-
getModelPath
String getModelPath()
-
-