Skip to content

Commit 162aad5

Browse files
authored
Apply product naming (#10930)
1 parent 2d1a41b commit 162aad5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/modules/ROOT/pages/installation/aura-graph-analytics-serverless.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Aura Graph Analytics Serverless
1+
= Aura Graph Analytics
22

3-
Aura Graph Analytics Serverless is an on-demand ephemeral compute environment for running GDS workloads.
3+
Aura Graph Analytics serverless is an on-demand ephemeral compute environment for running GDS workloads.
44
Each compute unit is called a _GDS Session_.
55
It is offered as part of link:https://neo4j.com/docs/aura/graph-analytics/[Neo4j Aura], a fast, scalable, always-on, fully automated cloud graph platform.
66

@@ -335,7 +335,7 @@ RETURN *
335335
=== Projecting a graph
336336

337337
Use a xref:management-ops/graph-creation/graph-project-cypher-projection.adoc[Cypher projection] to project a graph into a GDS Session.
338-
Make sure to include all the additional parameters with the `Aura Graph Analytics Serverless` label.
338+
Make sure to include all the additional parameters with the `Aura Graph Analytics serverless` label.
339339

340340
Use the Cypher parallel runtime to achieve the best performance during projection.
341341

doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ RETURN gds.graph.project(
109109
include::partial$/management-ops/common-read-configuration.adoc[]
110110
| undirectedRelationshipTypes | List of String | [] | yes | Declare a number of relationship types as undirected. Relationships with the specified types will be imported as undirected. `*` can be used to declare all relationship types as undirected.
111111
| inverseIndexedRelationshipTypes | List of String | [] | yes | Declare a number of relationship types which will also be indexed in inverse direction. `*` can be used to declare all relationship types as inverse indexed.
112-
| memory label:serverless[Aura Graph Analytics Serverless] | String | - | no footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | Declare the memory used for the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] created for the projected graph.
113-
| ttl label:serverless[Aura Graph Analytics Serverless] | Duration | PT1H | yes | Declare the time to live before the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] created for the projected graph expires due to inactivity.
114-
| sessionId label:serverless[Aura Graph Analytics Serverless] | String | - | yes footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | The ID of the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] the graph should be projected on.
115-
| batchSize label:serverless[Aura Graph Analytics Serverless] | Integer | 10000 | yes | Size of batches transmitted from the DBMS to the session. Lower the value to reduce the memory usage on the DBMS side. Increase the value to send fewer batches to the GDS Session.
112+
| memory label:serverless[Aura Graph Analytics serverless] | String | - | no footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | Declare the memory used for the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] created for the projected graph.
113+
| ttl label:serverless[Aura Graph Analytics serverless] | Duration | PT1H | yes | Declare the time to live before the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] created for the projected graph expires due to inactivity.
114+
| sessionId label:serverless[Aura Graph Analytics serverless] | String | - | yes footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | The ID of the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] the graph should be projected on.
115+
| batchSize label:serverless[Aura Graph Analytics serverless] | Integer | 10000 | yes | Size of batches transmitted from the DBMS to the session. Lower the value to reduce the memory usage on the DBMS side. Increase the value to send fewer batches to the GDS Session.
116116
|===
117117

118118

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[CAUTION]
22
====
3-
This feature is not available in Aura Graph Analytics Serverless.
3+
This feature is not available in Aura Graph Analytics serverless.
44
====

0 commit comments

Comments
 (0)