Package org.neo4j.gds.core.model
Interface ModelMetaData<CONFIG extends ModelConfig,INFO extends org.neo4j.gds.config.ToMapConvertible>
-
public interface ModelMetaData<CONFIG extends ModelConfig,INFO extends org.neo4j.gds.config.ToMapConvertible>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringalgoType()java.time.ZonedDateTimecreationTime()java.lang.Stringcreator()INFOcustomInfo()org.neo4j.gds.api.schema.GraphSchemagraphSchema()java.lang.Stringname()java.util.List<java.lang.String>sharedWith()CONFIGtrainConfig()
-
-
-
Method Detail
-
creator
java.lang.String creator()
-
sharedWith
java.util.List<java.lang.String> sharedWith()
-
name
java.lang.String name()
-
algoType
java.lang.String algoType()
-
graphSchema
org.neo4j.gds.api.schema.GraphSchema graphSchema()
-
trainConfig
CONFIG trainConfig()
-
creationTime
java.time.ZonedDateTime creationTime()
-
customInfo
INFO customInfo()
-
-