bb1nfosec commited on
Commit
cbb8294
·
verified ·
1 Parent(s): 492497f

Upload owasp_training_data_for_web.json

Browse files

Synthetic model for web conversion of sql and xss payloads

Files changed (1) hide show
  1. owasp_training_data_for_web.json +635 -0
owasp_training_data_for_web.json ADDED
@@ -0,0 +1,635 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "d69b2ce3-7968-4246-b837-aa4e12d364de",
4
+ "name": "Sample",
5
+ "catalogId": "046e943b-5115-4295-85c5-40b5b0bf0b53",
6
+ "order": 0,
7
+ "maxSampleSize": 2133,
8
+ "generationSize": 2133,
9
+ "rootTable": null,
10
+ "distanceFromRoot": null,
11
+ "contextTable": null,
12
+ "defaultSmartSelectColumns": [],
13
+ "processOrder": null,
14
+ "subjectPriority": null,
15
+ "rows": 2133,
16
+ "generationMethod": "SUBJECT",
17
+ "sequenceCroppingMode": "CUT",
18
+ "maxSequenceLength": 100,
19
+ "maxEpochs": 100,
20
+ "trainingBatchSize": null,
21
+ "modelSize": "M",
22
+ "trainingGoal": "ACCURACY",
23
+ "tableSource": {
24
+ "relativeTablePath": "/1fd40a45-0dd3-4a53-a8ce-4fee4a462869/Sample",
25
+ "fileType": "PARQUET",
26
+ "basePath": "/data/uploads"
27
+ },
28
+ "columns": [
29
+ {
30
+ "id": "445f838a-fa66-41f0-83c3-31890c74668c",
31
+ "name": "ID",
32
+ "order": 0,
33
+ "include": true,
34
+ "denormalizedColumn": null,
35
+ "originTable": null,
36
+ "originColumn": null,
37
+ "generationMethod": "SYNTHETIC_DATA",
38
+ "generationParameters": {
39
+ "syntheticData": {
40
+ "encodingType": "NUMERIC_AUTO",
41
+ "usedEncodingType": null,
42
+ "mockData": null,
43
+ "rareCategoryReplacement": null,
44
+ "enableConsistencyCorrection": false
45
+ },
46
+ "smartSelect": null,
47
+ "primaryKeyId": null
48
+ },
49
+ "rawDataType": "int64[pyarrow]",
50
+ "source": "DATA_SOURCE",
51
+ "generationMood": "REPRESENTATIVE",
52
+ "enableImputation": false,
53
+ "rebalancingDistribution": []
54
+ },
55
+ {
56
+ "id": "1716c0b1-6dd9-4f16-af8f-dda30431ee00",
57
+ "name": "Time",
58
+ "order": 1,
59
+ "include": true,
60
+ "denormalizedColumn": null,
61
+ "originTable": null,
62
+ "originColumn": null,
63
+ "generationMethod": "SYNTHETIC_DATA",
64
+ "generationParameters": {
65
+ "syntheticData": {
66
+ "encodingType": "CATEGORICAL",
67
+ "usedEncodingType": null,
68
+ "mockData": null,
69
+ "rareCategoryReplacement": "CONSTANT",
70
+ "enableConsistencyCorrection": false
71
+ },
72
+ "smartSelect": null,
73
+ "primaryKeyId": null
74
+ },
75
+ "rawDataType": "string[pyarrow]",
76
+ "source": "DATA_SOURCE",
77
+ "generationMood": "REPRESENTATIVE",
78
+ "enableImputation": false,
79
+ "rebalancingDistribution": []
80
+ },
81
+ {
82
+ "id": "861db4a6-3f7a-4644-98a1-5cc79673f7a0",
83
+ "name": "Tool",
84
+ "order": 2,
85
+ "include": true,
86
+ "denormalizedColumn": null,
87
+ "originTable": null,
88
+ "originColumn": null,
89
+ "generationMethod": "SYNTHETIC_DATA",
90
+ "generationParameters": {
91
+ "syntheticData": {
92
+ "encodingType": "CATEGORICAL",
93
+ "usedEncodingType": null,
94
+ "mockData": null,
95
+ "rareCategoryReplacement": "CONSTANT",
96
+ "enableConsistencyCorrection": false
97
+ },
98
+ "smartSelect": null,
99
+ "primaryKeyId": null
100
+ },
101
+ "rawDataType": "string[pyarrow]",
102
+ "source": "DATA_SOURCE",
103
+ "generationMood": "REPRESENTATIVE",
104
+ "enableImputation": false,
105
+ "rebalancingDistribution": []
106
+ },
107
+ {
108
+ "id": "170717bb-7aa8-4909-989b-b59bcc9dfc96",
109
+ "name": "Method",
110
+ "order": 3,
111
+ "include": true,
112
+ "denormalizedColumn": null,
113
+ "originTable": null,
114
+ "originColumn": null,
115
+ "generationMethod": "SYNTHETIC_DATA",
116
+ "generationParameters": {
117
+ "syntheticData": {
118
+ "encodingType": "CATEGORICAL",
119
+ "usedEncodingType": null,
120
+ "mockData": null,
121
+ "rareCategoryReplacement": "CONSTANT",
122
+ "enableConsistencyCorrection": false
123
+ },
124
+ "smartSelect": null,
125
+ "primaryKeyId": null
126
+ },
127
+ "rawDataType": "string[pyarrow]",
128
+ "source": "DATA_SOURCE",
129
+ "generationMood": "REPRESENTATIVE",
130
+ "enableImputation": false,
131
+ "rebalancingDistribution": []
132
+ },
133
+ {
134
+ "id": "27120e09-12a8-4da1-a911-98e68d7853d2",
135
+ "name": "Protocol",
136
+ "order": 4,
137
+ "include": true,
138
+ "denormalizedColumn": null,
139
+ "originTable": null,
140
+ "originColumn": null,
141
+ "generationMethod": "SYNTHETIC_DATA",
142
+ "generationParameters": {
143
+ "syntheticData": {
144
+ "encodingType": "CATEGORICAL",
145
+ "usedEncodingType": null,
146
+ "mockData": null,
147
+ "rareCategoryReplacement": "CONSTANT",
148
+ "enableConsistencyCorrection": false
149
+ },
150
+ "smartSelect": null,
151
+ "primaryKeyId": null
152
+ },
153
+ "rawDataType": "string[pyarrow]",
154
+ "source": "DATA_SOURCE",
155
+ "generationMood": "REPRESENTATIVE",
156
+ "enableImputation": false,
157
+ "rebalancingDistribution": []
158
+ },
159
+ {
160
+ "id": "b3c02795-ea2b-4961-acaf-5dc116879d3f",
161
+ "name": "Host",
162
+ "order": 5,
163
+ "include": true,
164
+ "denormalizedColumn": null,
165
+ "originTable": null,
166
+ "originColumn": null,
167
+ "generationMethod": "SYNTHETIC_DATA",
168
+ "generationParameters": {
169
+ "syntheticData": {
170
+ "encodingType": "CATEGORICAL",
171
+ "usedEncodingType": null,
172
+ "mockData": null,
173
+ "rareCategoryReplacement": "CONSTANT",
174
+ "enableConsistencyCorrection": false
175
+ },
176
+ "smartSelect": null,
177
+ "primaryKeyId": null
178
+ },
179
+ "rawDataType": "string[pyarrow]",
180
+ "source": "DATA_SOURCE",
181
+ "generationMood": "REPRESENTATIVE",
182
+ "enableImputation": false,
183
+ "rebalancingDistribution": []
184
+ },
185
+ {
186
+ "id": "815d2436-9af3-48c0-a879-a3ac67a7ed8a",
187
+ "name": "Port",
188
+ "order": 6,
189
+ "include": true,
190
+ "denormalizedColumn": null,
191
+ "originTable": null,
192
+ "originColumn": null,
193
+ "generationMethod": "SYNTHETIC_DATA",
194
+ "generationParameters": {
195
+ "syntheticData": {
196
+ "encodingType": "NUMERIC_AUTO",
197
+ "usedEncodingType": null,
198
+ "mockData": null,
199
+ "rareCategoryReplacement": null,
200
+ "enableConsistencyCorrection": false
201
+ },
202
+ "smartSelect": null,
203
+ "primaryKeyId": null
204
+ },
205
+ "rawDataType": "int64[pyarrow]",
206
+ "source": "DATA_SOURCE",
207
+ "generationMood": "REPRESENTATIVE",
208
+ "enableImputation": false,
209
+ "rebalancingDistribution": []
210
+ },
211
+ {
212
+ "id": "7724370a-c1cc-4bfc-bc6b-4abb6ffbfb17",
213
+ "name": "URL",
214
+ "order": 7,
215
+ "include": true,
216
+ "denormalizedColumn": null,
217
+ "originTable": null,
218
+ "originColumn": null,
219
+ "generationMethod": "SYNTHETIC_DATA",
220
+ "generationParameters": {
221
+ "syntheticData": {
222
+ "encodingType": "CATEGORICAL",
223
+ "usedEncodingType": null,
224
+ "mockData": null,
225
+ "rareCategoryReplacement": "CONSTANT",
226
+ "enableConsistencyCorrection": false
227
+ },
228
+ "smartSelect": null,
229
+ "primaryKeyId": null
230
+ },
231
+ "rawDataType": "string[pyarrow]",
232
+ "source": "DATA_SOURCE",
233
+ "generationMood": "REPRESENTATIVE",
234
+ "enableImputation": false,
235
+ "rebalancingDistribution": []
236
+ },
237
+ {
238
+ "id": "d2ecdec6-b0b6-4b2f-a71b-4e71fb0105e2",
239
+ "name": "IP",
240
+ "order": 8,
241
+ "include": true,
242
+ "denormalizedColumn": null,
243
+ "originTable": null,
244
+ "originColumn": null,
245
+ "generationMethod": "SYNTHETIC_DATA",
246
+ "generationParameters": {
247
+ "syntheticData": {
248
+ "encodingType": "CATEGORICAL",
249
+ "usedEncodingType": null,
250
+ "mockData": null,
251
+ "rareCategoryReplacement": "CONSTANT",
252
+ "enableConsistencyCorrection": false
253
+ },
254
+ "smartSelect": null,
255
+ "primaryKeyId": null
256
+ },
257
+ "rawDataType": "string[pyarrow]",
258
+ "source": "DATA_SOURCE",
259
+ "generationMood": "REPRESENTATIVE",
260
+ "enableImputation": false,
261
+ "rebalancingDistribution": []
262
+ },
263
+ {
264
+ "id": "ab3d7a15-8999-4d9c-8794-48ee01412351",
265
+ "name": "Path",
266
+ "order": 9,
267
+ "include": true,
268
+ "denormalizedColumn": null,
269
+ "originTable": null,
270
+ "originColumn": null,
271
+ "generationMethod": "SYNTHETIC_DATA",
272
+ "generationParameters": {
273
+ "syntheticData": {
274
+ "encodingType": "CATEGORICAL",
275
+ "usedEncodingType": null,
276
+ "mockData": null,
277
+ "rareCategoryReplacement": "CONSTANT",
278
+ "enableConsistencyCorrection": false
279
+ },
280
+ "smartSelect": null,
281
+ "primaryKeyId": null
282
+ },
283
+ "rawDataType": "string[pyarrow]",
284
+ "source": "DATA_SOURCE",
285
+ "generationMood": "REPRESENTATIVE",
286
+ "enableImputation": false,
287
+ "rebalancingDistribution": []
288
+ },
289
+ {
290
+ "id": "31982b16-181a-487e-baac-4e3a25a5926c",
291
+ "name": "Query",
292
+ "order": 10,
293
+ "include": true,
294
+ "denormalizedColumn": null,
295
+ "originTable": null,
296
+ "originColumn": null,
297
+ "generationMethod": "SYNTHETIC_DATA",
298
+ "generationParameters": {
299
+ "syntheticData": {
300
+ "encodingType": "CATEGORICAL",
301
+ "usedEncodingType": null,
302
+ "mockData": null,
303
+ "rareCategoryReplacement": "CONSTANT",
304
+ "enableConsistencyCorrection": false
305
+ },
306
+ "smartSelect": null,
307
+ "primaryKeyId": null
308
+ },
309
+ "rawDataType": "string[pyarrow]",
310
+ "source": "DATA_SOURCE",
311
+ "generationMood": "REPRESENTATIVE",
312
+ "enableImputation": false,
313
+ "rebalancingDistribution": []
314
+ },
315
+ {
316
+ "id": "2c68146e-bd16-4bee-b6ab-fc2d59a3594d",
317
+ "name": "Param count",
318
+ "order": 11,
319
+ "include": true,
320
+ "denormalizedColumn": null,
321
+ "originTable": null,
322
+ "originColumn": null,
323
+ "generationMethod": "SYNTHETIC_DATA",
324
+ "generationParameters": {
325
+ "syntheticData": {
326
+ "encodingType": "NUMERIC_AUTO",
327
+ "usedEncodingType": null,
328
+ "mockData": null,
329
+ "rareCategoryReplacement": null,
330
+ "enableConsistencyCorrection": false
331
+ },
332
+ "smartSelect": null,
333
+ "primaryKeyId": null
334
+ },
335
+ "rawDataType": "int64[pyarrow]",
336
+ "source": "DATA_SOURCE",
337
+ "generationMood": "REPRESENTATIVE",
338
+ "enableImputation": false,
339
+ "rebalancingDistribution": []
340
+ },
341
+ {
342
+ "id": "0a27ebc4-ec81-4255-b431-1e0d96af65eb",
343
+ "name": "Param names",
344
+ "order": 12,
345
+ "include": true,
346
+ "denormalizedColumn": null,
347
+ "originTable": null,
348
+ "originColumn": null,
349
+ "generationMethod": "SYNTHETIC_DATA",
350
+ "generationParameters": {
351
+ "syntheticData": {
352
+ "encodingType": "CATEGORICAL",
353
+ "usedEncodingType": null,
354
+ "mockData": null,
355
+ "rareCategoryReplacement": "CONSTANT",
356
+ "enableConsistencyCorrection": false
357
+ },
358
+ "smartSelect": null,
359
+ "primaryKeyId": null
360
+ },
361
+ "rawDataType": "string[pyarrow]",
362
+ "source": "DATA_SOURCE",
363
+ "generationMood": "REPRESENTATIVE",
364
+ "enableImputation": false,
365
+ "rebalancingDistribution": []
366
+ },
367
+ {
368
+ "id": "232bc790-6d72-41a8-991d-c19a23ebd016",
369
+ "name": "Status",
370
+ "order": 13,
371
+ "include": true,
372
+ "denormalizedColumn": null,
373
+ "originTable": null,
374
+ "originColumn": null,
375
+ "generationMethod": "SYNTHETIC_DATA",
376
+ "generationParameters": {
377
+ "syntheticData": {
378
+ "encodingType": "NUMERIC_AUTO",
379
+ "usedEncodingType": null,
380
+ "mockData": null,
381
+ "rareCategoryReplacement": null,
382
+ "enableConsistencyCorrection": false
383
+ },
384
+ "smartSelect": null,
385
+ "primaryKeyId": null
386
+ },
387
+ "rawDataType": "int64[pyarrow]",
388
+ "source": "DATA_SOURCE",
389
+ "generationMood": "REPRESENTATIVE",
390
+ "enableImputation": false,
391
+ "rebalancingDistribution": []
392
+ },
393
+ {
394
+ "id": "e48fbd54-1734-424e-9d99-e84bb472bf8f",
395
+ "name": "Length",
396
+ "order": 14,
397
+ "include": true,
398
+ "denormalizedColumn": null,
399
+ "originTable": null,
400
+ "originColumn": null,
401
+ "generationMethod": "SYNTHETIC_DATA",
402
+ "generationParameters": {
403
+ "syntheticData": {
404
+ "encodingType": "NUMERIC_AUTO",
405
+ "usedEncodingType": null,
406
+ "mockData": null,
407
+ "rareCategoryReplacement": null,
408
+ "enableConsistencyCorrection": false
409
+ },
410
+ "smartSelect": null,
411
+ "primaryKeyId": null
412
+ },
413
+ "rawDataType": "int64[pyarrow]",
414
+ "source": "DATA_SOURCE",
415
+ "generationMood": "REPRESENTATIVE",
416
+ "enableImputation": false,
417
+ "rebalancingDistribution": []
418
+ },
419
+ {
420
+ "id": "6718bc98-fe8b-44a4-ba9b-ce12a20078dc",
421
+ "name": "MIME type",
422
+ "order": 15,
423
+ "include": true,
424
+ "denormalizedColumn": null,
425
+ "originTable": null,
426
+ "originColumn": null,
427
+ "generationMethod": "SYNTHETIC_DATA",
428
+ "generationParameters": {
429
+ "syntheticData": {
430
+ "encodingType": "CATEGORICAL",
431
+ "usedEncodingType": null,
432
+ "mockData": null,
433
+ "rareCategoryReplacement": "CONSTANT",
434
+ "enableConsistencyCorrection": false
435
+ },
436
+ "smartSelect": null,
437
+ "primaryKeyId": null
438
+ },
439
+ "rawDataType": "string[pyarrow]",
440
+ "source": "DATA_SOURCE",
441
+ "generationMood": "REPRESENTATIVE",
442
+ "enableImputation": false,
443
+ "rebalancingDistribution": []
444
+ },
445
+ {
446
+ "id": "dfcf62f1-e8e9-441b-905a-487aa1aa2500",
447
+ "name": "Extension",
448
+ "order": 16,
449
+ "include": true,
450
+ "denormalizedColumn": null,
451
+ "originTable": null,
452
+ "originColumn": null,
453
+ "generationMethod": "SYNTHETIC_DATA",
454
+ "generationParameters": {
455
+ "syntheticData": {
456
+ "encodingType": "CATEGORICAL",
457
+ "usedEncodingType": null,
458
+ "mockData": null,
459
+ "rareCategoryReplacement": "CONSTANT",
460
+ "enableConsistencyCorrection": false
461
+ },
462
+ "smartSelect": null,
463
+ "primaryKeyId": null
464
+ },
465
+ "rawDataType": "string[pyarrow]",
466
+ "source": "DATA_SOURCE",
467
+ "generationMood": "REPRESENTATIVE",
468
+ "enableImputation": false,
469
+ "rebalancingDistribution": []
470
+ },
471
+ {
472
+ "id": "81c9a335-3efb-4e0c-a635-ee2f64f0453d",
473
+ "name": "Page title",
474
+ "order": 17,
475
+ "include": true,
476
+ "denormalizedColumn": null,
477
+ "originTable": null,
478
+ "originColumn": null,
479
+ "generationMethod": "SYNTHETIC_DATA",
480
+ "generationParameters": {
481
+ "syntheticData": {
482
+ "encodingType": "CATEGORICAL",
483
+ "usedEncodingType": null,
484
+ "mockData": null,
485
+ "rareCategoryReplacement": "CONSTANT",
486
+ "enableConsistencyCorrection": false
487
+ },
488
+ "smartSelect": null,
489
+ "primaryKeyId": null
490
+ },
491
+ "rawDataType": "string[pyarrow]",
492
+ "source": "DATA_SOURCE",
493
+ "generationMood": "REPRESENTATIVE",
494
+ "enableImputation": false,
495
+ "rebalancingDistribution": []
496
+ },
497
+ {
498
+ "id": "1639770f-fdab-4de6-9748-c26ee4f2faec",
499
+ "name": "Start response timer",
500
+ "order": 18,
501
+ "include": true,
502
+ "denormalizedColumn": null,
503
+ "originTable": null,
504
+ "originColumn": null,
505
+ "generationMethod": "SYNTHETIC_DATA",
506
+ "generationParameters": {
507
+ "syntheticData": {
508
+ "encodingType": "NUMERIC_AUTO",
509
+ "usedEncodingType": null,
510
+ "mockData": null,
511
+ "rareCategoryReplacement": null,
512
+ "enableConsistencyCorrection": false
513
+ },
514
+ "smartSelect": null,
515
+ "primaryKeyId": null
516
+ },
517
+ "rawDataType": "int64[pyarrow]",
518
+ "source": "DATA_SOURCE",
519
+ "generationMood": "REPRESENTATIVE",
520
+ "enableImputation": false,
521
+ "rebalancingDistribution": []
522
+ },
523
+ {
524
+ "id": "c1bcf642-5501-4968-8982-757ae78a04ed",
525
+ "name": "End response timer",
526
+ "order": 19,
527
+ "include": true,
528
+ "denormalizedColumn": null,
529
+ "originTable": null,
530
+ "originColumn": null,
531
+ "generationMethod": "SYNTHETIC_DATA",
532
+ "generationParameters": {
533
+ "syntheticData": {
534
+ "encodingType": "NUMERIC_AUTO",
535
+ "usedEncodingType": null,
536
+ "mockData": null,
537
+ "rareCategoryReplacement": null,
538
+ "enableConsistencyCorrection": false
539
+ },
540
+ "smartSelect": null,
541
+ "primaryKeyId": null
542
+ },
543
+ "rawDataType": "int64[pyarrow]",
544
+ "source": "DATA_SOURCE",
545
+ "generationMood": "REPRESENTATIVE",
546
+ "enableImputation": false,
547
+ "rebalancingDistribution": []
548
+ },
549
+ {
550
+ "id": "4e107b67-029c-4c45-874b-e22c4ca6eec0",
551
+ "name": "Comment",
552
+ "order": 20,
553
+ "include": true,
554
+ "denormalizedColumn": null,
555
+ "originTable": null,
556
+ "originColumn": null,
557
+ "generationMethod": "SYNTHETIC_DATA",
558
+ "generationParameters": {
559
+ "syntheticData": {
560
+ "encodingType": "NUMERIC_AUTO",
561
+ "usedEncodingType": null,
562
+ "mockData": null,
563
+ "rareCategoryReplacement": null,
564
+ "enableConsistencyCorrection": false
565
+ },
566
+ "smartSelect": null,
567
+ "primaryKeyId": null
568
+ },
569
+ "rawDataType": "double[pyarrow]",
570
+ "source": "DATA_SOURCE",
571
+ "generationMood": "REPRESENTATIVE",
572
+ "enableImputation": false,
573
+ "rebalancingDistribution": []
574
+ },
575
+ {
576
+ "id": "969ba4fd-880a-495d-93c3-33aff4e1b184",
577
+ "name": "Request",
578
+ "order": 21,
579
+ "include": true,
580
+ "denormalizedColumn": null,
581
+ "originTable": null,
582
+ "originColumn": null,
583
+ "generationMethod": "SYNTHETIC_DATA",
584
+ "generationParameters": {
585
+ "syntheticData": {
586
+ "encodingType": "CATEGORICAL",
587
+ "usedEncodingType": null,
588
+ "mockData": null,
589
+ "rareCategoryReplacement": "CONSTANT",
590
+ "enableConsistencyCorrection": false
591
+ },
592
+ "smartSelect": null,
593
+ "primaryKeyId": null
594
+ },
595
+ "rawDataType": "string[pyarrow]",
596
+ "source": "DATA_SOURCE",
597
+ "generationMood": "REPRESENTATIVE",
598
+ "enableImputation": false,
599
+ "rebalancingDistribution": []
600
+ },
601
+ {
602
+ "id": "1405b672-c154-498d-9504-8f0be7b12178",
603
+ "name": "Response",
604
+ "order": 22,
605
+ "include": true,
606
+ "denormalizedColumn": null,
607
+ "originTable": null,
608
+ "originColumn": null,
609
+ "generationMethod": "SYNTHETIC_DATA",
610
+ "generationParameters": {
611
+ "syntheticData": {
612
+ "encodingType": "CATEGORICAL",
613
+ "usedEncodingType": null,
614
+ "mockData": null,
615
+ "rareCategoryReplacement": "CONSTANT",
616
+ "enableConsistencyCorrection": false
617
+ },
618
+ "smartSelect": null,
619
+ "primaryKeyId": null
620
+ },
621
+ "rawDataType": "string[pyarrow]",
622
+ "source": "DATA_SOURCE",
623
+ "generationMood": "REPRESENTATIVE",
624
+ "enableImputation": false,
625
+ "rebalancingDistribution": []
626
+ }
627
+ ],
628
+ "referringToForeignKeys": [],
629
+ "referredByForeignKeys": [],
630
+ "sort": null,
631
+ "tableType": "TABLE",
632
+ "dataSourceId": "UPLOAD",
633
+ "dataTargetId": "DOWNLOAD"
634
+ }
635
+ ]