Package org.neo4j.gds

Class TrainProc.TrainingConfigValidation<TRAIN_CONFIG extends org.neo4j.gds.model.ModelConfig & org.neo4j.gds.config.AlgoBaseConfig>

  • All Implemented Interfaces:
    org.neo4j.gds.executor.validation.BeforeLoadValidation<TRAIN_CONFIG>
    Enclosing class:
    TrainProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​TRAIN_CONFIG extends org.neo4j.gds.config.AlgoBaseConfig & org.neo4j.gds.model.ModelConfig,​PROC_RESULT>

    public static class TrainProc.TrainingConfigValidation<TRAIN_CONFIG extends org.neo4j.gds.model.ModelConfig & org.neo4j.gds.config.AlgoBaseConfig>
    extends java.lang.Object
    implements org.neo4j.gds.executor.validation.BeforeLoadValidation<TRAIN_CONFIG>
    • Constructor Summary

      Constructors 
      Constructor Description
      TrainingConfigValidation​(org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.lang.String username, java.lang.String modelType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validateConfigsBeforeLoad​(org.neo4j.gds.config.GraphProjectConfig graphProjectConfig, TRAIN_CONFIG config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrainingConfigValidation

        public TrainingConfigValidation​(org.neo4j.gds.core.model.ModelCatalog modelCatalog,
                                        java.lang.String username,
                                        java.lang.String modelType)
    • Method Detail

      • validateConfigsBeforeLoad

        public void validateConfigsBeforeLoad​(org.neo4j.gds.config.GraphProjectConfig graphProjectConfig,
                                              TRAIN_CONFIG config)
        Specified by:
        validateConfigsBeforeLoad in interface org.neo4j.gds.executor.validation.BeforeLoadValidation<TRAIN_CONFIG extends org.neo4j.gds.model.ModelConfig & org.neo4j.gds.config.AlgoBaseConfig>