Class S3ModelLoader
- java.lang.Object
-
- com.codedstreams.otterstreams.sql.loader.S3ModelLoader
-
- All Implemented Interfaces:
ModelLoader
public class S3ModelLoader extends Object implements ModelLoader
Loads ML models from AWS S3 or S3-compatible storage (e.g. MinIO).
-
-
Constructor Summary
Constructors Constructor Description S3ModelLoader(ModelSourceConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModelPath()InputStreamloadModel()
-
-
-
Constructor Detail
-
S3ModelLoader
public S3ModelLoader(ModelSourceConfig config)
-
-
Method Detail
-
loadModel
public InputStream loadModel()
- Specified by:
loadModelin interfaceModelLoader
-
getModelPath
public String getModelPath()
- Specified by:
getModelPathin interfaceModelLoader
-
-