Class LinkPredictionPipelineCreateProc
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.ml.linkmodels.pipeline.LinkPredictionPipelineCreateProc
-
public class LinkPredictionPipelineCreateProc extends org.neo4j.gds.BaseProc
-
-
Constructor Summary
Constructors Constructor Description LinkPredictionPipelineCreateProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<PipelineInfoResult>create(java.lang.String input)-
Methods inherited from class org.neo4j.gds.BaseProc
allocationTracker, databaseId, executionContext, graphLoaderContext, graphStoreFromCatalog, isGdsAdmin, memoryUsageValidator, modelCatalog, runWithExceptionLogging, runWithExceptionLogging, setModelCatalog, username, validateConfig, validateConfig, validateGraphName
-
-
-
-
Method Detail
-
create
public java.util.stream.Stream<PipelineInfoResult> create(java.lang.String input)
-
-