We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7829bf + 0df41f0 commit e368574Copy full SHA for e368574
doc/modules/ROOT/pages/gds-session.adoc
@@ -56,7 +56,7 @@ This is a `DbmsConnectionInfo` object that contains the URI of an AuraDB instanc
56
from graphdatascience.session import DbmsConnectionInfo, AlgorithmCategory
57
58
name = "my-new-session"
59
-size = sessions.estimate(
+memory = sessions.estimate(
60
node_count=20,
61
relationship_count=50,
62
algorithm_categories=[AlgorithmCategory.CENTRALITY, AlgorithmCategory.NODE_EMBEDDING],
0 commit comments