Class LinkPredictionPipelineCreateProc


  • public class LinkPredictionPipelineCreateProc
    extends org.neo4j.gds.BaseProc
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PIPELINE_MODEL_TYPE  
      • Fields inherited from class org.neo4j.gds.BaseProc

        allocationTracker, api, callContext, ESTIMATE_DESCRIPTION, log, procedureTransaction, taskRegistryFactory, transaction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<PipelineInfoResult> create​(java.lang.String pipelineName)  
      • Methods inherited from class org.neo4j.gds.BaseProc

        allocationTracker, catalogRequest, databaseId, estimateGraphCreate, graphStoreFromCatalog, isGdsAdmin, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, username, validateConfig, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

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

      • PIPELINE_MODEL_TYPE

        public static final java.lang.String PIPELINE_MODEL_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • LinkPredictionPipelineCreateProc

        public LinkPredictionPipelineCreateProc()
    • Method Detail

      • create

        public java.util.stream.Stream<PipelineInfoResult> create​(java.lang.String pipelineName)