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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LoadedModelType construct​(PgxSession session, oracle.pgx.api.internal.Core core, java.util.function.Supplier<java.lang.String> keystorePathSupplier, java.util.function.Supplier<char[]> keystorePasswordSupplier, oracle.pgx.api.internal.mllib.ModelMetadata modelMetadata)  
    • Method Detail

      • construct

        LoadedModelType construct​(PgxSession session,
                                  oracle.pgx.api.internal.Core core,
                                  java.util.function.Supplier<java.lang.String> keystorePathSupplier,
                                  java.util.function.Supplier<char[]> keystorePasswordSupplier,
                                  oracle.pgx.api.internal.mllib.ModelMetadata modelMetadata)