Start Augmentation Job
Start a background augmentation job.
Supports job types:
- 'community_detection': Apply Louvain community detection
- 'pagerank_calculation': Apply PageRank importance calculation
- 'undo_community_detection': Remove community detection augmentation
- 'undo_pagerank_calculation': Remove PageRank augmentation
curl -X POST "http://127.0.0.1:14242/graph/augmentation/start" \ -H "Content-Type: application/json" \ -d '{ "job_type": "string" }'{
"success": true,
"job_id": "string",
"job_type": "string",
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}