Shortest Paths (1.0.0)
Parameter |
Mandatory |
Description |
Type |
Value Range |
Default Value |
---|---|---|---|---|---|
source |
Yes |
Source vertex ID of a path |
String |
- |
- |
target |
Yes |
Target vertex ID of a path |
String |
- |
- |
weight |
No |
Weight of an edge |
String |
Empty or character string
|
- |
directed |
No |
Whether to consider the edge direction |
Boolean |
true or false |
false |
Parameter |
Type |
Description |
---|---|---|
path |
List |
Shortest path. The format is as follows: [vertexId,...] where vertexId is of the string type. |
source |
String |
Source vertex ID |
target |
String |
Target vertex ID |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot