Interface GraphSageBaseConfig
-
- All Superinterfaces:
org.neo4j.gds.config.AlgoBaseConfig,org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.BatchSizeConfig,org.neo4j.gds.config.ConcurrencyConfig,org.neo4j.gds.config.JobIdConfig,org.neo4j.gds.model.ModelConfig,java.io.Serializable,org.neo4j.gds.config.ToMapConvertible
- All Known Subinterfaces:
GraphSageMutateConfig,GraphSageStreamConfig,GraphSageWriteConfig
public interface GraphSageBaseConfig extends org.neo4j.gds.config.AlgoBaseConfig, org.neo4j.gds.config.BatchSizeConfig, org.neo4j.gds.model.ModelConfig
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID-
Fields inherited from interface org.neo4j.gds.config.AlgoBaseConfig
NODE_LABELS_KEY, RELATIONSHIP_TYPES_KEY
-
-
Method Summary
-
Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes, validateNodeLabels, validateRelationshipTypes
-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, logProgress, sudo, toMap, usernameOverride
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-