Skip to content

Commit 0272674

Browse files
Updated store json to contain the new step_types
1 parent 6f617e2 commit 0272674

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

algorithm_store.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"standalone": true,
1313
"description": "Compute the global sum of a federated dataset",
1414
"ui_visualizations": [],
15-
"type": "central",
15+
"step_type": "central compute",
1616
"arguments": [
1717
{
1818
"has_default_value": false,
@@ -34,7 +34,7 @@
3434
"standalone": true,
3535
"description": "Sleep for a given number of seconds",
3636
"ui_visualizations": [],
37-
"type": "federated",
37+
"step_type": "federated compute",
3838
"arguments": [],
3939
"databases": []
4040
},
@@ -44,7 +44,7 @@
4444
"standalone": true,
4545
"description": "",
4646
"ui_visualizations": [],
47-
"type": "federated",
47+
"step_type": "data extraction",
4848
"arguments": [],
4949
"databases": [
5050
{
@@ -59,7 +59,7 @@
5959
"standalone": true,
6060
"description": "Change data type of particular column (e.g. string to int)",
6161
"ui_visualizations": [],
62-
"type": "federated",
62+
"step_type": "preprocessing",
6363
"arguments": [
6464
{
6565
"has_default_value": false,
@@ -92,7 +92,7 @@
9292
"standalone": true,
9393
"description": "",
9494
"ui_visualizations": [],
95-
"type": "federated",
95+
"step_type": "federated compute",
9696
"arguments": [
9797
{
9898
"has_default_value": false,
@@ -110,6 +110,5 @@
110110
}
111111
],
112112
"documentation_url": "",
113-
"developer_id": 2,
114113
"image": "harbor2.vantage6.ai/algorithms/session-basics"
115114
}

0 commit comments

Comments
 (0)