Class LinkPredictionPipelineCreateProc
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.ml.linkmodels.pipeline.LinkPredictionPipelineCreateProc
-
public class LinkPredictionPipelineCreateProc extends org.neo4j.gds.BaseProc
-
-
Field Summary
Fields Modifier and Type Field Description org.neo4j.gds.core.model.ModelCatalogmodelCatalog
-
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, catalogRequest, databaseId, estimateGraphCreate, graphStoreFromCatalog, isGdsAdmin, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, username, validateConfig, validateConfig, validateGraphName
-
-
-
-
Method Detail
-
create
public java.util.stream.Stream<PipelineInfoResult> create(java.lang.String input)
-
-