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.
1 parent d7829bf commit 0df41f0Copy full SHA for 0df41f0
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