There was an error while loading. Please reload this page.
1 parent e33eb14 commit 5957ee3Copy full SHA for 5957ee3
1 file changed
DATA/production/qc-async/tpc.json
@@ -36,8 +36,8 @@
36
"resetAfterCycles": "1",
37
"maxNumberCycles": "-1",
38
"dataSource": {
39
- "type": "direct",
40
- "query": "inputClus:TPC/CLUSTERNATIVE"
+ "type": "dataSamplingPolicy",
+ "name": "tpc-clusters"
41
},
42
"taskParameters": {
43
"mergeableOutput": "true",
@@ -93,5 +93,20 @@
93
}
94
95
"dataSamplingPolicies": [
96
+ {
97
+ "id": "tpc-clusters",
98
+ "active": "true",
99
+ "machines": ["localhost"],
100
+ "query" : "inputClusters:TPC/CLUSTERNATIVE",
101
+ "outputs": "sampled-clusters:DS/CLUSTERNATIVE",
102
+ "samplingConditions": [
103
104
+ "condition": "random",
105
+ "fraction": "0.1",
106
+ "seed": "0"
107
+ }
108
+ ],
109
+ "blocking": "false"
110
111
]
112
0 commit comments