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.

@FunctionalInterface public static interface ModelLoader.ModelConstructor<LoadedModelType>
  • Method Summary

    Modifier and Type
    Method
    Description
    construct(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)