Class LinkPredictionPipelineCreateProc
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.ml.linkmodels.pipeline.LinkPredictionPipelineCreateProc
-
public class LinkPredictionPipelineCreateProc extends org.neo4j.gds.BaseProc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLinkPredictionPipelineCreateProc.PipelineDummyTrainConfig
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPIPELINE_MODEL_TYPE
-
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, checkLicense, databaseId, estimateGraphCreate, graphStoreFromCatalog, isGdsAdmin, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, username, validateConfig, validateConfig, validateGraphName
-
-
-
-
Field Detail
-
PIPELINE_MODEL_TYPE
public static final java.lang.String PIPELINE_MODEL_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public java.util.stream.Stream<PipelineInfoResult> create(java.lang.String input)
-
-