AWS neptune-analytics documentation change
Summary
Fixed parameter syntax examples and corrected algorithm reference from degreeDistribution to pageRank
Security assessment
Typographical corrections and parameter formatting improvements with no security implications.
Diff
diff --git a/neptune-analytics/latest/userguide/degree-mutate.md b/neptune-analytics/latest/userguide/degree-mutate.md index 11a56cee8..e1a085688 100644 --- a//neptune-analytics/latest/userguide/degree-mutate.md +++ b//neptune-analytics/latest/userguide/degree-mutate.md @@ -20 +20 @@ The algorithm returns a single success flag (`true` or `false`), which indicates - vertexLabels: " [a list of vertex labels for filtering (optional)]", + vertexLabels: [a list of vertex labels for filtering (optional)], @@ -41 +41 @@ To filter on one more edge labels, provide a list of the ones to filter on. If n - * **vertexLabels** _(optional)_ – _type:_ `a list of vertex label strings`; _default: none_. + * **vertexLabels** _(optional)_ – _type:_ a list of vertex label strings; _example:_ `["airport", `...`]`; _default:_ no vertex filtering. @@ -43 +43 @@ To filter on one more edge labels, provide a list of the ones to filter on. If n -Node labels for node filtering. To filter on one or more vertex labels, provide a list of node labels. Vertices matching any label in the vertexLabels list are the only vertices that are processed for degree computation. If no vertexLabels field is provided then all vertices are processed for degree computation. +To filter on one more vertex labels, provide a list of the ones to filter on. If no `vertexLabels` field is provided then all vertex labels are processed during traversal. @@ -109 +109 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -.degreeDistribution +.pageRank