Package oracle.pgx.api.mllib
Interface ModelLoader.ModelConstructor<LoadedModelType>
- Enclosing class:
- ModelLoader<LoadedModelType extends Model<?>,
ModelLoaderType extends ModelLoader<LoadedModelType, ?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionconstruct(PgxSession session, oracle.pgx.api.internal.Core core, Supplier<String> keystorePathSupplier, Supplier<char[]> keystorePasswordSupplier, oracle.pgx.api.internal.mllib.ModelMetadata modelMetadata)
-
Method Details
-
construct
LoadedModelType construct(PgxSession session, oracle.pgx.api.internal.Core core, Supplier<String> keystorePathSupplier, Supplier<char[]> keystorePasswordSupplier, oracle.pgx.api.internal.mllib.ModelMetadata modelMetadata)
-