@aws-sdk/client-personalize 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Personalize.d.ts +1084 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1896 +1,2051 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { PersonalizeServiceException as __BaseException } from "./PersonalizeServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AlgorithmImage {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
export interface
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
export interface
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
export declare class
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export interface
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
export interface
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
}
|
|
296
|
-
export interface
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
export interface
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
}
|
|
471
|
-
export interface
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
export interface
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
529
|
-
export interface
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
}
|
|
962
|
-
export interface
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
}
|
|
1136
|
-
export interface
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
export interface
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
}
|
|
1341
|
-
export interface
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
}
|
|
1347
|
-
export
|
|
1348
|
-
|
|
1349
|
-
}
|
|
1350
|
-
export interface
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
export
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
export
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
export
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
export declare
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
export
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
export
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
export
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
export
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { PersonalizeServiceException as __BaseException } from "./PersonalizeServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AlgorithmImage {
|
|
5
|
+
name?: string;
|
|
6
|
+
|
|
7
|
+
dockerURI: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface DefaultCategoricalHyperParameterRange {
|
|
11
|
+
name?: string;
|
|
12
|
+
|
|
13
|
+
values?: string[];
|
|
14
|
+
|
|
15
|
+
isTunable?: boolean;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface DefaultContinuousHyperParameterRange {
|
|
19
|
+
name?: string;
|
|
20
|
+
|
|
21
|
+
minValue?: number;
|
|
22
|
+
|
|
23
|
+
maxValue?: number;
|
|
24
|
+
|
|
25
|
+
isTunable?: boolean;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface DefaultIntegerHyperParameterRange {
|
|
29
|
+
name?: string;
|
|
30
|
+
|
|
31
|
+
minValue?: number;
|
|
32
|
+
|
|
33
|
+
maxValue?: number;
|
|
34
|
+
|
|
35
|
+
isTunable?: boolean;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface DefaultHyperParameterRanges {
|
|
39
|
+
integerHyperParameterRanges?: DefaultIntegerHyperParameterRange[];
|
|
40
|
+
|
|
41
|
+
continuousHyperParameterRanges?: DefaultContinuousHyperParameterRange[];
|
|
42
|
+
|
|
43
|
+
categoricalHyperParameterRanges?: DefaultCategoricalHyperParameterRange[];
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface Algorithm {
|
|
47
|
+
name?: string;
|
|
48
|
+
|
|
49
|
+
algorithmArn?: string;
|
|
50
|
+
|
|
51
|
+
algorithmImage?: AlgorithmImage;
|
|
52
|
+
|
|
53
|
+
defaultHyperParameters?: Record<string, string>;
|
|
54
|
+
|
|
55
|
+
defaultHyperParameterRanges?: DefaultHyperParameterRanges;
|
|
56
|
+
|
|
57
|
+
defaultResourceConfig?: Record<string, string>;
|
|
58
|
+
|
|
59
|
+
trainingInputMode?: string;
|
|
60
|
+
|
|
61
|
+
roleArn?: string;
|
|
62
|
+
|
|
63
|
+
creationDateTime?: Date;
|
|
64
|
+
|
|
65
|
+
lastUpdatedDateTime?: Date;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface BatchInferenceJobConfig {
|
|
69
|
+
itemExplorationConfig?: Record<string, string>;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface S3DataConfig {
|
|
73
|
+
path: string | undefined;
|
|
74
|
+
|
|
75
|
+
kmsKeyArn?: string;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface BatchInferenceJobInput {
|
|
79
|
+
s3DataSource: S3DataConfig | undefined;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface BatchInferenceJobOutput {
|
|
83
|
+
s3DataDestination: S3DataConfig | undefined;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface Tag {
|
|
87
|
+
tagKey: string | undefined;
|
|
88
|
+
|
|
89
|
+
tagValue: string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface CreateBatchInferenceJobRequest {
|
|
92
|
+
jobName: string | undefined;
|
|
93
|
+
|
|
94
|
+
solutionVersionArn: string | undefined;
|
|
95
|
+
|
|
96
|
+
filterArn?: string;
|
|
97
|
+
|
|
98
|
+
numResults?: number;
|
|
99
|
+
|
|
100
|
+
jobInput: BatchInferenceJobInput | undefined;
|
|
101
|
+
|
|
102
|
+
jobOutput: BatchInferenceJobOutput | undefined;
|
|
103
|
+
|
|
104
|
+
roleArn: string | undefined;
|
|
105
|
+
|
|
106
|
+
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
107
|
+
|
|
108
|
+
tags?: Tag[];
|
|
109
|
+
}
|
|
110
|
+
export interface CreateBatchInferenceJobResponse {
|
|
111
|
+
batchInferenceJobArn?: string;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export declare class InvalidInputException extends __BaseException {
|
|
115
|
+
readonly name: "InvalidInputException";
|
|
116
|
+
readonly $fault: "client";
|
|
117
|
+
|
|
118
|
+
constructor(
|
|
119
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export declare class LimitExceededException extends __BaseException {
|
|
124
|
+
readonly name: "LimitExceededException";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
|
|
127
|
+
constructor(
|
|
128
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
133
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
142
|
+
readonly name: "ResourceInUseException";
|
|
143
|
+
readonly $fault: "client";
|
|
144
|
+
|
|
145
|
+
constructor(
|
|
146
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
151
|
+
readonly name: "ResourceNotFoundException";
|
|
152
|
+
readonly $fault: "client";
|
|
153
|
+
|
|
154
|
+
constructor(
|
|
155
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
160
|
+
readonly name: "TooManyTagsException";
|
|
161
|
+
readonly $fault: "client";
|
|
162
|
+
|
|
163
|
+
constructor(
|
|
164
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
165
|
+
);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export interface BatchSegmentJobInput {
|
|
169
|
+
s3DataSource: S3DataConfig | undefined;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface BatchSegmentJobOutput {
|
|
173
|
+
s3DataDestination: S3DataConfig | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface CreateBatchSegmentJobRequest {
|
|
176
|
+
jobName: string | undefined;
|
|
177
|
+
|
|
178
|
+
solutionVersionArn: string | undefined;
|
|
179
|
+
|
|
180
|
+
filterArn?: string;
|
|
181
|
+
|
|
182
|
+
numResults?: number;
|
|
183
|
+
|
|
184
|
+
jobInput: BatchSegmentJobInput | undefined;
|
|
185
|
+
|
|
186
|
+
jobOutput: BatchSegmentJobOutput | undefined;
|
|
187
|
+
|
|
188
|
+
roleArn: string | undefined;
|
|
189
|
+
|
|
190
|
+
tags?: Tag[];
|
|
191
|
+
}
|
|
192
|
+
export interface CreateBatchSegmentJobResponse {
|
|
193
|
+
batchSegmentJobArn?: string;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface CampaignConfig {
|
|
197
|
+
itemExplorationConfig?: Record<string, string>;
|
|
198
|
+
}
|
|
199
|
+
export interface CreateCampaignRequest {
|
|
200
|
+
name: string | undefined;
|
|
201
|
+
|
|
202
|
+
solutionVersionArn: string | undefined;
|
|
203
|
+
|
|
204
|
+
minProvisionedTPS?: number;
|
|
205
|
+
|
|
206
|
+
campaignConfig?: CampaignConfig;
|
|
207
|
+
|
|
208
|
+
tags?: Tag[];
|
|
209
|
+
}
|
|
210
|
+
export interface CreateCampaignResponse {
|
|
211
|
+
campaignArn?: string;
|
|
212
|
+
}
|
|
213
|
+
export interface CreateDatasetRequest {
|
|
214
|
+
name: string | undefined;
|
|
215
|
+
|
|
216
|
+
schemaArn: string | undefined;
|
|
217
|
+
|
|
218
|
+
datasetGroupArn: string | undefined;
|
|
219
|
+
|
|
220
|
+
datasetType: string | undefined;
|
|
221
|
+
|
|
222
|
+
tags?: Tag[];
|
|
223
|
+
}
|
|
224
|
+
export interface CreateDatasetResponse {
|
|
225
|
+
datasetArn?: string;
|
|
226
|
+
}
|
|
227
|
+
export declare enum IngestionMode {
|
|
228
|
+
ALL = "ALL",
|
|
229
|
+
BULK = "BULK",
|
|
230
|
+
PUT = "PUT",
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
export interface DatasetExportJobOutput {
|
|
234
|
+
s3DataDestination: S3DataConfig | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface CreateDatasetExportJobRequest {
|
|
237
|
+
jobName: string | undefined;
|
|
238
|
+
|
|
239
|
+
datasetArn: string | undefined;
|
|
240
|
+
|
|
241
|
+
ingestionMode?: IngestionMode | string;
|
|
242
|
+
|
|
243
|
+
roleArn: string | undefined;
|
|
244
|
+
|
|
245
|
+
jobOutput: DatasetExportJobOutput | undefined;
|
|
246
|
+
|
|
247
|
+
tags?: Tag[];
|
|
248
|
+
}
|
|
249
|
+
export interface CreateDatasetExportJobResponse {
|
|
250
|
+
datasetExportJobArn?: string;
|
|
251
|
+
}
|
|
252
|
+
export declare enum Domain {
|
|
253
|
+
ECOMMERCE = "ECOMMERCE",
|
|
254
|
+
VIDEO_ON_DEMAND = "VIDEO_ON_DEMAND",
|
|
255
|
+
}
|
|
256
|
+
export interface CreateDatasetGroupRequest {
|
|
257
|
+
name: string | undefined;
|
|
258
|
+
|
|
259
|
+
roleArn?: string;
|
|
260
|
+
|
|
261
|
+
kmsKeyArn?: string;
|
|
262
|
+
|
|
263
|
+
domain?: Domain | string;
|
|
264
|
+
|
|
265
|
+
tags?: Tag[];
|
|
266
|
+
}
|
|
267
|
+
export interface CreateDatasetGroupResponse {
|
|
268
|
+
datasetGroupArn?: string;
|
|
269
|
+
|
|
270
|
+
domain?: Domain | string;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
export interface DataSource {
|
|
274
|
+
dataLocation?: string;
|
|
275
|
+
}
|
|
276
|
+
export declare enum ImportMode {
|
|
277
|
+
FULL = "FULL",
|
|
278
|
+
INCREMENTAL = "INCREMENTAL",
|
|
279
|
+
}
|
|
280
|
+
export interface CreateDatasetImportJobRequest {
|
|
281
|
+
jobName: string | undefined;
|
|
282
|
+
|
|
283
|
+
datasetArn: string | undefined;
|
|
284
|
+
|
|
285
|
+
dataSource: DataSource | undefined;
|
|
286
|
+
|
|
287
|
+
roleArn: string | undefined;
|
|
288
|
+
|
|
289
|
+
tags?: Tag[];
|
|
290
|
+
|
|
291
|
+
importMode?: ImportMode | string;
|
|
292
|
+
}
|
|
293
|
+
export interface CreateDatasetImportJobResponse {
|
|
294
|
+
datasetImportJobArn?: string;
|
|
295
|
+
}
|
|
296
|
+
export interface CreateEventTrackerRequest {
|
|
297
|
+
name: string | undefined;
|
|
298
|
+
|
|
299
|
+
datasetGroupArn: string | undefined;
|
|
300
|
+
|
|
301
|
+
tags?: Tag[];
|
|
302
|
+
}
|
|
303
|
+
export interface CreateEventTrackerResponse {
|
|
304
|
+
eventTrackerArn?: string;
|
|
305
|
+
|
|
306
|
+
trackingId?: string;
|
|
307
|
+
}
|
|
308
|
+
export interface CreateFilterRequest {
|
|
309
|
+
name: string | undefined;
|
|
310
|
+
|
|
311
|
+
datasetGroupArn: string | undefined;
|
|
312
|
+
|
|
313
|
+
filterExpression: string | undefined;
|
|
314
|
+
|
|
315
|
+
tags?: Tag[];
|
|
316
|
+
}
|
|
317
|
+
export interface CreateFilterResponse {
|
|
318
|
+
filterArn?: string;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface RecommenderConfig {
|
|
322
|
+
itemExplorationConfig?: Record<string, string>;
|
|
323
|
+
|
|
324
|
+
minRecommendationRequestsPerSecond?: number;
|
|
325
|
+
}
|
|
326
|
+
export interface CreateRecommenderRequest {
|
|
327
|
+
name: string | undefined;
|
|
328
|
+
|
|
329
|
+
datasetGroupArn: string | undefined;
|
|
330
|
+
|
|
331
|
+
recipeArn: string | undefined;
|
|
332
|
+
|
|
333
|
+
recommenderConfig?: RecommenderConfig;
|
|
334
|
+
|
|
335
|
+
tags?: Tag[];
|
|
336
|
+
}
|
|
337
|
+
export interface CreateRecommenderResponse {
|
|
338
|
+
recommenderArn?: string;
|
|
339
|
+
}
|
|
340
|
+
export interface CreateSchemaRequest {
|
|
341
|
+
name: string | undefined;
|
|
342
|
+
|
|
343
|
+
schema: string | undefined;
|
|
344
|
+
|
|
345
|
+
domain?: Domain | string;
|
|
346
|
+
}
|
|
347
|
+
export interface CreateSchemaResponse {
|
|
348
|
+
schemaArn?: string;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface AutoMLConfig {
|
|
352
|
+
metricName?: string;
|
|
353
|
+
|
|
354
|
+
recipeList?: string[];
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface CategoricalHyperParameterRange {
|
|
358
|
+
name?: string;
|
|
359
|
+
|
|
360
|
+
values?: string[];
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export interface ContinuousHyperParameterRange {
|
|
364
|
+
name?: string;
|
|
365
|
+
|
|
366
|
+
minValue?: number;
|
|
367
|
+
|
|
368
|
+
maxValue?: number;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export interface IntegerHyperParameterRange {
|
|
372
|
+
name?: string;
|
|
373
|
+
|
|
374
|
+
minValue?: number;
|
|
375
|
+
|
|
376
|
+
maxValue?: number;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface HyperParameterRanges {
|
|
380
|
+
integerHyperParameterRanges?: IntegerHyperParameterRange[];
|
|
381
|
+
|
|
382
|
+
continuousHyperParameterRanges?: ContinuousHyperParameterRange[];
|
|
383
|
+
|
|
384
|
+
categoricalHyperParameterRanges?: CategoricalHyperParameterRange[];
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export interface HPOObjective {
|
|
388
|
+
type?: string;
|
|
389
|
+
|
|
390
|
+
metricName?: string;
|
|
391
|
+
|
|
392
|
+
metricRegex?: string;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export interface HPOResourceConfig {
|
|
396
|
+
maxNumberOfTrainingJobs?: string;
|
|
397
|
+
|
|
398
|
+
maxParallelTrainingJobs?: string;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface HPOConfig {
|
|
402
|
+
hpoObjective?: HPOObjective;
|
|
403
|
+
|
|
404
|
+
hpoResourceConfig?: HPOResourceConfig;
|
|
405
|
+
|
|
406
|
+
algorithmHyperParameterRanges?: HyperParameterRanges;
|
|
407
|
+
}
|
|
408
|
+
export declare enum ObjectiveSensitivity {
|
|
409
|
+
HIGH = "HIGH",
|
|
410
|
+
LOW = "LOW",
|
|
411
|
+
MEDIUM = "MEDIUM",
|
|
412
|
+
OFF = "OFF",
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export interface OptimizationObjective {
|
|
416
|
+
itemAttribute?: string;
|
|
417
|
+
|
|
418
|
+
objectiveSensitivity?: ObjectiveSensitivity | string;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export interface SolutionConfig {
|
|
422
|
+
eventValueThreshold?: string;
|
|
423
|
+
|
|
424
|
+
hpoConfig?: HPOConfig;
|
|
425
|
+
|
|
426
|
+
algorithmHyperParameters?: Record<string, string>;
|
|
427
|
+
|
|
428
|
+
featureTransformationParameters?: Record<string, string>;
|
|
429
|
+
|
|
430
|
+
autoMLConfig?: AutoMLConfig;
|
|
431
|
+
|
|
432
|
+
optimizationObjective?: OptimizationObjective;
|
|
433
|
+
}
|
|
434
|
+
export interface CreateSolutionRequest {
|
|
435
|
+
name: string | undefined;
|
|
436
|
+
|
|
437
|
+
performHPO?: boolean;
|
|
438
|
+
|
|
439
|
+
performAutoML?: boolean;
|
|
440
|
+
|
|
441
|
+
recipeArn?: string;
|
|
442
|
+
|
|
443
|
+
datasetGroupArn: string | undefined;
|
|
444
|
+
|
|
445
|
+
eventType?: string;
|
|
446
|
+
|
|
447
|
+
solutionConfig?: SolutionConfig;
|
|
448
|
+
|
|
449
|
+
tags?: Tag[];
|
|
450
|
+
}
|
|
451
|
+
export interface CreateSolutionResponse {
|
|
452
|
+
solutionArn?: string;
|
|
453
|
+
}
|
|
454
|
+
export declare enum TrainingMode {
|
|
455
|
+
FULL = "FULL",
|
|
456
|
+
UPDATE = "UPDATE",
|
|
457
|
+
}
|
|
458
|
+
export interface CreateSolutionVersionRequest {
|
|
459
|
+
solutionArn: string | undefined;
|
|
460
|
+
|
|
461
|
+
trainingMode?: TrainingMode | string;
|
|
462
|
+
|
|
463
|
+
tags?: Tag[];
|
|
464
|
+
}
|
|
465
|
+
export interface CreateSolutionVersionResponse {
|
|
466
|
+
solutionVersionArn?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface DeleteCampaignRequest {
|
|
469
|
+
campaignArn: string | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface DeleteDatasetRequest {
|
|
472
|
+
datasetArn: string | undefined;
|
|
473
|
+
}
|
|
474
|
+
export interface DeleteDatasetGroupRequest {
|
|
475
|
+
datasetGroupArn: string | undefined;
|
|
476
|
+
}
|
|
477
|
+
export interface DeleteEventTrackerRequest {
|
|
478
|
+
eventTrackerArn: string | undefined;
|
|
479
|
+
}
|
|
480
|
+
export interface DeleteFilterRequest {
|
|
481
|
+
filterArn: string | undefined;
|
|
482
|
+
}
|
|
483
|
+
export interface DeleteRecommenderRequest {
|
|
484
|
+
recommenderArn: string | undefined;
|
|
485
|
+
}
|
|
486
|
+
export interface DeleteSchemaRequest {
|
|
487
|
+
schemaArn: string | undefined;
|
|
488
|
+
}
|
|
489
|
+
export interface DeleteSolutionRequest {
|
|
490
|
+
solutionArn: string | undefined;
|
|
491
|
+
}
|
|
492
|
+
export interface DescribeAlgorithmRequest {
|
|
493
|
+
algorithmArn: string | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface DescribeAlgorithmResponse {
|
|
496
|
+
algorithm?: Algorithm;
|
|
497
|
+
}
|
|
498
|
+
export interface DescribeBatchInferenceJobRequest {
|
|
499
|
+
batchInferenceJobArn: string | undefined;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export interface BatchInferenceJob {
|
|
503
|
+
jobName?: string;
|
|
504
|
+
|
|
505
|
+
batchInferenceJobArn?: string;
|
|
506
|
+
|
|
507
|
+
filterArn?: string;
|
|
508
|
+
|
|
509
|
+
failureReason?: string;
|
|
510
|
+
|
|
511
|
+
solutionVersionArn?: string;
|
|
512
|
+
|
|
513
|
+
numResults?: number;
|
|
514
|
+
|
|
515
|
+
jobInput?: BatchInferenceJobInput;
|
|
516
|
+
|
|
517
|
+
jobOutput?: BatchInferenceJobOutput;
|
|
518
|
+
|
|
519
|
+
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
520
|
+
|
|
521
|
+
roleArn?: string;
|
|
522
|
+
|
|
523
|
+
status?: string;
|
|
524
|
+
|
|
525
|
+
creationDateTime?: Date;
|
|
526
|
+
|
|
527
|
+
lastUpdatedDateTime?: Date;
|
|
528
|
+
}
|
|
529
|
+
export interface DescribeBatchInferenceJobResponse {
|
|
530
|
+
batchInferenceJob?: BatchInferenceJob;
|
|
531
|
+
}
|
|
532
|
+
export interface DescribeBatchSegmentJobRequest {
|
|
533
|
+
batchSegmentJobArn: string | undefined;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export interface BatchSegmentJob {
|
|
537
|
+
jobName?: string;
|
|
538
|
+
|
|
539
|
+
batchSegmentJobArn?: string;
|
|
540
|
+
|
|
541
|
+
filterArn?: string;
|
|
542
|
+
|
|
543
|
+
failureReason?: string;
|
|
544
|
+
|
|
545
|
+
solutionVersionArn?: string;
|
|
546
|
+
|
|
547
|
+
numResults?: number;
|
|
548
|
+
|
|
549
|
+
jobInput?: BatchSegmentJobInput;
|
|
550
|
+
|
|
551
|
+
jobOutput?: BatchSegmentJobOutput;
|
|
552
|
+
|
|
553
|
+
roleArn?: string;
|
|
554
|
+
|
|
555
|
+
status?: string;
|
|
556
|
+
|
|
557
|
+
creationDateTime?: Date;
|
|
558
|
+
|
|
559
|
+
lastUpdatedDateTime?: Date;
|
|
560
|
+
}
|
|
561
|
+
export interface DescribeBatchSegmentJobResponse {
|
|
562
|
+
batchSegmentJob?: BatchSegmentJob;
|
|
563
|
+
}
|
|
564
|
+
export interface DescribeCampaignRequest {
|
|
565
|
+
campaignArn: string | undefined;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export interface CampaignUpdateSummary {
|
|
569
|
+
solutionVersionArn?: string;
|
|
570
|
+
|
|
571
|
+
minProvisionedTPS?: number;
|
|
572
|
+
|
|
573
|
+
campaignConfig?: CampaignConfig;
|
|
574
|
+
|
|
575
|
+
status?: string;
|
|
576
|
+
|
|
577
|
+
failureReason?: string;
|
|
578
|
+
|
|
579
|
+
creationDateTime?: Date;
|
|
580
|
+
|
|
581
|
+
lastUpdatedDateTime?: Date;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export interface Campaign {
|
|
585
|
+
name?: string;
|
|
586
|
+
|
|
587
|
+
campaignArn?: string;
|
|
588
|
+
|
|
589
|
+
solutionVersionArn?: string;
|
|
590
|
+
|
|
591
|
+
minProvisionedTPS?: number;
|
|
592
|
+
|
|
593
|
+
campaignConfig?: CampaignConfig;
|
|
594
|
+
|
|
595
|
+
status?: string;
|
|
596
|
+
|
|
597
|
+
failureReason?: string;
|
|
598
|
+
|
|
599
|
+
creationDateTime?: Date;
|
|
600
|
+
|
|
601
|
+
lastUpdatedDateTime?: Date;
|
|
602
|
+
|
|
603
|
+
latestCampaignUpdate?: CampaignUpdateSummary;
|
|
604
|
+
}
|
|
605
|
+
export interface DescribeCampaignResponse {
|
|
606
|
+
campaign?: Campaign;
|
|
607
|
+
}
|
|
608
|
+
export interface DescribeDatasetRequest {
|
|
609
|
+
datasetArn: string | undefined;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface Dataset {
|
|
613
|
+
name?: string;
|
|
614
|
+
|
|
615
|
+
datasetArn?: string;
|
|
616
|
+
|
|
617
|
+
datasetGroupArn?: string;
|
|
618
|
+
|
|
619
|
+
datasetType?: string;
|
|
620
|
+
|
|
621
|
+
schemaArn?: string;
|
|
622
|
+
|
|
623
|
+
status?: string;
|
|
624
|
+
|
|
625
|
+
creationDateTime?: Date;
|
|
626
|
+
|
|
627
|
+
lastUpdatedDateTime?: Date;
|
|
628
|
+
}
|
|
629
|
+
export interface DescribeDatasetResponse {
|
|
630
|
+
dataset?: Dataset;
|
|
631
|
+
}
|
|
632
|
+
export interface DescribeDatasetExportJobRequest {
|
|
633
|
+
datasetExportJobArn: string | undefined;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export interface DatasetExportJob {
|
|
637
|
+
jobName?: string;
|
|
638
|
+
|
|
639
|
+
datasetExportJobArn?: string;
|
|
640
|
+
|
|
641
|
+
datasetArn?: string;
|
|
642
|
+
|
|
643
|
+
ingestionMode?: IngestionMode | string;
|
|
644
|
+
|
|
645
|
+
roleArn?: string;
|
|
646
|
+
|
|
647
|
+
status?: string;
|
|
648
|
+
|
|
649
|
+
jobOutput?: DatasetExportJobOutput;
|
|
650
|
+
|
|
651
|
+
creationDateTime?: Date;
|
|
652
|
+
|
|
653
|
+
lastUpdatedDateTime?: Date;
|
|
654
|
+
|
|
655
|
+
failureReason?: string;
|
|
656
|
+
}
|
|
657
|
+
export interface DescribeDatasetExportJobResponse {
|
|
658
|
+
datasetExportJob?: DatasetExportJob;
|
|
659
|
+
}
|
|
660
|
+
export interface DescribeDatasetGroupRequest {
|
|
661
|
+
datasetGroupArn: string | undefined;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export interface DatasetGroup {
|
|
665
|
+
name?: string;
|
|
666
|
+
|
|
667
|
+
datasetGroupArn?: string;
|
|
668
|
+
|
|
669
|
+
status?: string;
|
|
670
|
+
|
|
671
|
+
roleArn?: string;
|
|
672
|
+
|
|
673
|
+
kmsKeyArn?: string;
|
|
674
|
+
|
|
675
|
+
creationDateTime?: Date;
|
|
676
|
+
|
|
677
|
+
lastUpdatedDateTime?: Date;
|
|
678
|
+
|
|
679
|
+
failureReason?: string;
|
|
680
|
+
|
|
681
|
+
domain?: Domain | string;
|
|
682
|
+
}
|
|
683
|
+
export interface DescribeDatasetGroupResponse {
|
|
684
|
+
datasetGroup?: DatasetGroup;
|
|
685
|
+
}
|
|
686
|
+
export interface DescribeDatasetImportJobRequest {
|
|
687
|
+
datasetImportJobArn: string | undefined;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
export interface DatasetImportJob {
|
|
691
|
+
jobName?: string;
|
|
692
|
+
|
|
693
|
+
datasetImportJobArn?: string;
|
|
694
|
+
|
|
695
|
+
datasetArn?: string;
|
|
696
|
+
|
|
697
|
+
dataSource?: DataSource;
|
|
698
|
+
|
|
699
|
+
roleArn?: string;
|
|
700
|
+
|
|
701
|
+
status?: string;
|
|
702
|
+
|
|
703
|
+
creationDateTime?: Date;
|
|
704
|
+
|
|
705
|
+
lastUpdatedDateTime?: Date;
|
|
706
|
+
|
|
707
|
+
failureReason?: string;
|
|
708
|
+
|
|
709
|
+
importMode?: ImportMode | string;
|
|
710
|
+
}
|
|
711
|
+
export interface DescribeDatasetImportJobResponse {
|
|
712
|
+
datasetImportJob?: DatasetImportJob;
|
|
713
|
+
}
|
|
714
|
+
export interface DescribeEventTrackerRequest {
|
|
715
|
+
eventTrackerArn: string | undefined;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface EventTracker {
|
|
719
|
+
name?: string;
|
|
720
|
+
|
|
721
|
+
eventTrackerArn?: string;
|
|
722
|
+
|
|
723
|
+
accountId?: string;
|
|
724
|
+
|
|
725
|
+
trackingId?: string;
|
|
726
|
+
|
|
727
|
+
datasetGroupArn?: string;
|
|
728
|
+
|
|
729
|
+
status?: string;
|
|
730
|
+
|
|
731
|
+
creationDateTime?: Date;
|
|
732
|
+
|
|
733
|
+
lastUpdatedDateTime?: Date;
|
|
734
|
+
}
|
|
735
|
+
export interface DescribeEventTrackerResponse {
|
|
736
|
+
eventTracker?: EventTracker;
|
|
737
|
+
}
|
|
738
|
+
export interface DescribeFeatureTransformationRequest {
|
|
739
|
+
featureTransformationArn: string | undefined;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export interface FeatureTransformation {
|
|
743
|
+
name?: string;
|
|
744
|
+
|
|
745
|
+
featureTransformationArn?: string;
|
|
746
|
+
|
|
747
|
+
defaultParameters?: Record<string, string>;
|
|
748
|
+
|
|
749
|
+
creationDateTime?: Date;
|
|
750
|
+
|
|
751
|
+
lastUpdatedDateTime?: Date;
|
|
752
|
+
|
|
753
|
+
status?: string;
|
|
754
|
+
}
|
|
755
|
+
export interface DescribeFeatureTransformationResponse {
|
|
756
|
+
featureTransformation?: FeatureTransformation;
|
|
757
|
+
}
|
|
758
|
+
export interface DescribeFilterRequest {
|
|
759
|
+
filterArn: string | undefined;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
export interface Filter {
|
|
763
|
+
name?: string;
|
|
764
|
+
|
|
765
|
+
filterArn?: string;
|
|
766
|
+
|
|
767
|
+
creationDateTime?: Date;
|
|
768
|
+
|
|
769
|
+
lastUpdatedDateTime?: Date;
|
|
770
|
+
|
|
771
|
+
datasetGroupArn?: string;
|
|
772
|
+
|
|
773
|
+
failureReason?: string;
|
|
774
|
+
|
|
775
|
+
filterExpression?: string;
|
|
776
|
+
|
|
777
|
+
status?: string;
|
|
778
|
+
}
|
|
779
|
+
export interface DescribeFilterResponse {
|
|
780
|
+
filter?: Filter;
|
|
781
|
+
}
|
|
782
|
+
export interface DescribeRecipeRequest {
|
|
783
|
+
recipeArn: string | undefined;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
export interface Recipe {
|
|
787
|
+
name?: string;
|
|
788
|
+
|
|
789
|
+
recipeArn?: string;
|
|
790
|
+
|
|
791
|
+
algorithmArn?: string;
|
|
792
|
+
|
|
793
|
+
featureTransformationArn?: string;
|
|
794
|
+
|
|
795
|
+
status?: string;
|
|
796
|
+
|
|
797
|
+
description?: string;
|
|
798
|
+
|
|
799
|
+
creationDateTime?: Date;
|
|
800
|
+
|
|
801
|
+
recipeType?: string;
|
|
802
|
+
|
|
803
|
+
lastUpdatedDateTime?: Date;
|
|
804
|
+
}
|
|
805
|
+
export interface DescribeRecipeResponse {
|
|
806
|
+
recipe?: Recipe;
|
|
807
|
+
}
|
|
808
|
+
export interface DescribeRecommenderRequest {
|
|
809
|
+
recommenderArn: string | undefined;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export interface RecommenderUpdateSummary {
|
|
813
|
+
recommenderConfig?: RecommenderConfig;
|
|
814
|
+
|
|
815
|
+
creationDateTime?: Date;
|
|
816
|
+
|
|
817
|
+
lastUpdatedDateTime?: Date;
|
|
818
|
+
|
|
819
|
+
status?: string;
|
|
820
|
+
|
|
821
|
+
failureReason?: string;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
export interface Recommender {
|
|
825
|
+
recommenderArn?: string;
|
|
826
|
+
|
|
827
|
+
datasetGroupArn?: string;
|
|
828
|
+
|
|
829
|
+
name?: string;
|
|
830
|
+
|
|
831
|
+
recipeArn?: string;
|
|
832
|
+
|
|
833
|
+
recommenderConfig?: RecommenderConfig;
|
|
834
|
+
|
|
835
|
+
creationDateTime?: Date;
|
|
836
|
+
|
|
837
|
+
lastUpdatedDateTime?: Date;
|
|
838
|
+
|
|
839
|
+
status?: string;
|
|
840
|
+
|
|
841
|
+
failureReason?: string;
|
|
842
|
+
|
|
843
|
+
latestRecommenderUpdate?: RecommenderUpdateSummary;
|
|
844
|
+
|
|
845
|
+
modelMetrics?: Record<string, number>;
|
|
846
|
+
}
|
|
847
|
+
export interface DescribeRecommenderResponse {
|
|
848
|
+
recommender?: Recommender;
|
|
849
|
+
}
|
|
850
|
+
export interface DescribeSchemaRequest {
|
|
851
|
+
schemaArn: string | undefined;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
export interface DatasetSchema {
|
|
855
|
+
name?: string;
|
|
856
|
+
|
|
857
|
+
schemaArn?: string;
|
|
858
|
+
|
|
859
|
+
schema?: string;
|
|
860
|
+
|
|
861
|
+
creationDateTime?: Date;
|
|
862
|
+
|
|
863
|
+
lastUpdatedDateTime?: Date;
|
|
864
|
+
|
|
865
|
+
domain?: Domain | string;
|
|
866
|
+
}
|
|
867
|
+
export interface DescribeSchemaResponse {
|
|
868
|
+
schema?: DatasetSchema;
|
|
869
|
+
}
|
|
870
|
+
export interface DescribeSolutionRequest {
|
|
871
|
+
solutionArn: string | undefined;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
export interface AutoMLResult {
|
|
875
|
+
bestRecipeArn?: string;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
export interface SolutionVersionSummary {
|
|
879
|
+
solutionVersionArn?: string;
|
|
880
|
+
|
|
881
|
+
status?: string;
|
|
882
|
+
|
|
883
|
+
creationDateTime?: Date;
|
|
884
|
+
|
|
885
|
+
lastUpdatedDateTime?: Date;
|
|
886
|
+
|
|
887
|
+
failureReason?: string;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export interface Solution {
|
|
891
|
+
name?: string;
|
|
892
|
+
|
|
893
|
+
solutionArn?: string;
|
|
894
|
+
|
|
895
|
+
performHPO?: boolean;
|
|
896
|
+
|
|
897
|
+
performAutoML?: boolean;
|
|
898
|
+
|
|
899
|
+
recipeArn?: string;
|
|
900
|
+
|
|
901
|
+
datasetGroupArn?: string;
|
|
902
|
+
|
|
903
|
+
eventType?: string;
|
|
904
|
+
|
|
905
|
+
solutionConfig?: SolutionConfig;
|
|
906
|
+
|
|
907
|
+
autoMLResult?: AutoMLResult;
|
|
908
|
+
|
|
909
|
+
status?: string;
|
|
910
|
+
|
|
911
|
+
creationDateTime?: Date;
|
|
912
|
+
|
|
913
|
+
lastUpdatedDateTime?: Date;
|
|
914
|
+
|
|
915
|
+
latestSolutionVersion?: SolutionVersionSummary;
|
|
916
|
+
}
|
|
917
|
+
export interface DescribeSolutionResponse {
|
|
918
|
+
solution?: Solution;
|
|
919
|
+
}
|
|
920
|
+
export interface DescribeSolutionVersionRequest {
|
|
921
|
+
solutionVersionArn: string | undefined;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
export interface TunedHPOParams {
|
|
925
|
+
algorithmHyperParameters?: Record<string, string>;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface SolutionVersion {
|
|
929
|
+
solutionVersionArn?: string;
|
|
930
|
+
|
|
931
|
+
solutionArn?: string;
|
|
932
|
+
|
|
933
|
+
performHPO?: boolean;
|
|
934
|
+
|
|
935
|
+
performAutoML?: boolean;
|
|
936
|
+
|
|
937
|
+
recipeArn?: string;
|
|
938
|
+
|
|
939
|
+
eventType?: string;
|
|
940
|
+
|
|
941
|
+
datasetGroupArn?: string;
|
|
942
|
+
|
|
943
|
+
solutionConfig?: SolutionConfig;
|
|
944
|
+
|
|
945
|
+
trainingHours?: number;
|
|
946
|
+
|
|
947
|
+
trainingMode?: TrainingMode | string;
|
|
948
|
+
|
|
949
|
+
tunedHPOParams?: TunedHPOParams;
|
|
950
|
+
|
|
951
|
+
status?: string;
|
|
952
|
+
|
|
953
|
+
failureReason?: string;
|
|
954
|
+
|
|
955
|
+
creationDateTime?: Date;
|
|
956
|
+
|
|
957
|
+
lastUpdatedDateTime?: Date;
|
|
958
|
+
}
|
|
959
|
+
export interface DescribeSolutionVersionResponse {
|
|
960
|
+
solutionVersion?: SolutionVersion;
|
|
961
|
+
}
|
|
962
|
+
export interface GetSolutionMetricsRequest {
|
|
963
|
+
solutionVersionArn: string | undefined;
|
|
964
|
+
}
|
|
965
|
+
export interface GetSolutionMetricsResponse {
|
|
966
|
+
solutionVersionArn?: string;
|
|
967
|
+
|
|
968
|
+
metrics?: Record<string, number>;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
972
|
+
readonly name: "InvalidNextTokenException";
|
|
973
|
+
readonly $fault: "client";
|
|
974
|
+
|
|
975
|
+
constructor(
|
|
976
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
977
|
+
);
|
|
978
|
+
}
|
|
979
|
+
export interface ListBatchInferenceJobsRequest {
|
|
980
|
+
solutionVersionArn?: string;
|
|
981
|
+
|
|
982
|
+
nextToken?: string;
|
|
983
|
+
|
|
984
|
+
maxResults?: number;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export interface BatchInferenceJobSummary {
|
|
988
|
+
batchInferenceJobArn?: string;
|
|
989
|
+
|
|
990
|
+
jobName?: string;
|
|
991
|
+
|
|
992
|
+
status?: string;
|
|
993
|
+
|
|
994
|
+
creationDateTime?: Date;
|
|
995
|
+
|
|
996
|
+
lastUpdatedDateTime?: Date;
|
|
997
|
+
|
|
998
|
+
failureReason?: string;
|
|
999
|
+
|
|
1000
|
+
solutionVersionArn?: string;
|
|
1001
|
+
}
|
|
1002
|
+
export interface ListBatchInferenceJobsResponse {
|
|
1003
|
+
batchInferenceJobs?: BatchInferenceJobSummary[];
|
|
1004
|
+
|
|
1005
|
+
nextToken?: string;
|
|
1006
|
+
}
|
|
1007
|
+
export interface ListBatchSegmentJobsRequest {
|
|
1008
|
+
solutionVersionArn?: string;
|
|
1009
|
+
|
|
1010
|
+
nextToken?: string;
|
|
1011
|
+
|
|
1012
|
+
maxResults?: number;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export interface BatchSegmentJobSummary {
|
|
1016
|
+
batchSegmentJobArn?: string;
|
|
1017
|
+
|
|
1018
|
+
jobName?: string;
|
|
1019
|
+
|
|
1020
|
+
status?: string;
|
|
1021
|
+
|
|
1022
|
+
creationDateTime?: Date;
|
|
1023
|
+
|
|
1024
|
+
lastUpdatedDateTime?: Date;
|
|
1025
|
+
|
|
1026
|
+
failureReason?: string;
|
|
1027
|
+
|
|
1028
|
+
solutionVersionArn?: string;
|
|
1029
|
+
}
|
|
1030
|
+
export interface ListBatchSegmentJobsResponse {
|
|
1031
|
+
batchSegmentJobs?: BatchSegmentJobSummary[];
|
|
1032
|
+
|
|
1033
|
+
nextToken?: string;
|
|
1034
|
+
}
|
|
1035
|
+
export interface ListCampaignsRequest {
|
|
1036
|
+
solutionArn?: string;
|
|
1037
|
+
|
|
1038
|
+
nextToken?: string;
|
|
1039
|
+
|
|
1040
|
+
maxResults?: number;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
export interface CampaignSummary {
|
|
1044
|
+
name?: string;
|
|
1045
|
+
|
|
1046
|
+
campaignArn?: string;
|
|
1047
|
+
|
|
1048
|
+
status?: string;
|
|
1049
|
+
|
|
1050
|
+
creationDateTime?: Date;
|
|
1051
|
+
|
|
1052
|
+
lastUpdatedDateTime?: Date;
|
|
1053
|
+
|
|
1054
|
+
failureReason?: string;
|
|
1055
|
+
}
|
|
1056
|
+
export interface ListCampaignsResponse {
|
|
1057
|
+
campaigns?: CampaignSummary[];
|
|
1058
|
+
|
|
1059
|
+
nextToken?: string;
|
|
1060
|
+
}
|
|
1061
|
+
export interface ListDatasetExportJobsRequest {
|
|
1062
|
+
datasetArn?: string;
|
|
1063
|
+
|
|
1064
|
+
nextToken?: string;
|
|
1065
|
+
|
|
1066
|
+
maxResults?: number;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
export interface DatasetExportJobSummary {
|
|
1070
|
+
datasetExportJobArn?: string;
|
|
1071
|
+
|
|
1072
|
+
jobName?: string;
|
|
1073
|
+
|
|
1074
|
+
status?: string;
|
|
1075
|
+
|
|
1076
|
+
creationDateTime?: Date;
|
|
1077
|
+
|
|
1078
|
+
lastUpdatedDateTime?: Date;
|
|
1079
|
+
|
|
1080
|
+
failureReason?: string;
|
|
1081
|
+
}
|
|
1082
|
+
export interface ListDatasetExportJobsResponse {
|
|
1083
|
+
datasetExportJobs?: DatasetExportJobSummary[];
|
|
1084
|
+
|
|
1085
|
+
nextToken?: string;
|
|
1086
|
+
}
|
|
1087
|
+
export interface ListDatasetGroupsRequest {
|
|
1088
|
+
nextToken?: string;
|
|
1089
|
+
|
|
1090
|
+
maxResults?: number;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
export interface DatasetGroupSummary {
|
|
1094
|
+
name?: string;
|
|
1095
|
+
|
|
1096
|
+
datasetGroupArn?: string;
|
|
1097
|
+
|
|
1098
|
+
status?: string;
|
|
1099
|
+
|
|
1100
|
+
creationDateTime?: Date;
|
|
1101
|
+
|
|
1102
|
+
lastUpdatedDateTime?: Date;
|
|
1103
|
+
|
|
1104
|
+
failureReason?: string;
|
|
1105
|
+
|
|
1106
|
+
domain?: Domain | string;
|
|
1107
|
+
}
|
|
1108
|
+
export interface ListDatasetGroupsResponse {
|
|
1109
|
+
datasetGroups?: DatasetGroupSummary[];
|
|
1110
|
+
|
|
1111
|
+
nextToken?: string;
|
|
1112
|
+
}
|
|
1113
|
+
export interface ListDatasetImportJobsRequest {
|
|
1114
|
+
datasetArn?: string;
|
|
1115
|
+
|
|
1116
|
+
nextToken?: string;
|
|
1117
|
+
|
|
1118
|
+
maxResults?: number;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
export interface DatasetImportJobSummary {
|
|
1122
|
+
datasetImportJobArn?: string;
|
|
1123
|
+
|
|
1124
|
+
jobName?: string;
|
|
1125
|
+
|
|
1126
|
+
status?: string;
|
|
1127
|
+
|
|
1128
|
+
creationDateTime?: Date;
|
|
1129
|
+
|
|
1130
|
+
lastUpdatedDateTime?: Date;
|
|
1131
|
+
|
|
1132
|
+
failureReason?: string;
|
|
1133
|
+
|
|
1134
|
+
importMode?: ImportMode | string;
|
|
1135
|
+
}
|
|
1136
|
+
export interface ListDatasetImportJobsResponse {
|
|
1137
|
+
datasetImportJobs?: DatasetImportJobSummary[];
|
|
1138
|
+
|
|
1139
|
+
nextToken?: string;
|
|
1140
|
+
}
|
|
1141
|
+
export interface ListDatasetsRequest {
|
|
1142
|
+
datasetGroupArn?: string;
|
|
1143
|
+
|
|
1144
|
+
nextToken?: string;
|
|
1145
|
+
|
|
1146
|
+
maxResults?: number;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
export interface DatasetSummary {
|
|
1150
|
+
name?: string;
|
|
1151
|
+
|
|
1152
|
+
datasetArn?: string;
|
|
1153
|
+
|
|
1154
|
+
datasetType?: string;
|
|
1155
|
+
|
|
1156
|
+
status?: string;
|
|
1157
|
+
|
|
1158
|
+
creationDateTime?: Date;
|
|
1159
|
+
|
|
1160
|
+
lastUpdatedDateTime?: Date;
|
|
1161
|
+
}
|
|
1162
|
+
export interface ListDatasetsResponse {
|
|
1163
|
+
datasets?: DatasetSummary[];
|
|
1164
|
+
|
|
1165
|
+
nextToken?: string;
|
|
1166
|
+
}
|
|
1167
|
+
export interface ListEventTrackersRequest {
|
|
1168
|
+
datasetGroupArn?: string;
|
|
1169
|
+
|
|
1170
|
+
nextToken?: string;
|
|
1171
|
+
|
|
1172
|
+
maxResults?: number;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
export interface EventTrackerSummary {
|
|
1176
|
+
name?: string;
|
|
1177
|
+
|
|
1178
|
+
eventTrackerArn?: string;
|
|
1179
|
+
|
|
1180
|
+
status?: string;
|
|
1181
|
+
|
|
1182
|
+
creationDateTime?: Date;
|
|
1183
|
+
|
|
1184
|
+
lastUpdatedDateTime?: Date;
|
|
1185
|
+
}
|
|
1186
|
+
export interface ListEventTrackersResponse {
|
|
1187
|
+
eventTrackers?: EventTrackerSummary[];
|
|
1188
|
+
|
|
1189
|
+
nextToken?: string;
|
|
1190
|
+
}
|
|
1191
|
+
export interface ListFiltersRequest {
|
|
1192
|
+
datasetGroupArn?: string;
|
|
1193
|
+
|
|
1194
|
+
nextToken?: string;
|
|
1195
|
+
|
|
1196
|
+
maxResults?: number;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
export interface FilterSummary {
|
|
1200
|
+
name?: string;
|
|
1201
|
+
|
|
1202
|
+
filterArn?: string;
|
|
1203
|
+
|
|
1204
|
+
creationDateTime?: Date;
|
|
1205
|
+
|
|
1206
|
+
lastUpdatedDateTime?: Date;
|
|
1207
|
+
|
|
1208
|
+
datasetGroupArn?: string;
|
|
1209
|
+
|
|
1210
|
+
failureReason?: string;
|
|
1211
|
+
|
|
1212
|
+
status?: string;
|
|
1213
|
+
}
|
|
1214
|
+
export interface ListFiltersResponse {
|
|
1215
|
+
Filters?: FilterSummary[];
|
|
1216
|
+
|
|
1217
|
+
nextToken?: string;
|
|
1218
|
+
}
|
|
1219
|
+
export declare enum RecipeProvider {
|
|
1220
|
+
SERVICE = "SERVICE",
|
|
1221
|
+
}
|
|
1222
|
+
export interface ListRecipesRequest {
|
|
1223
|
+
recipeProvider?: RecipeProvider | string;
|
|
1224
|
+
|
|
1225
|
+
nextToken?: string;
|
|
1226
|
+
|
|
1227
|
+
maxResults?: number;
|
|
1228
|
+
|
|
1229
|
+
domain?: Domain | string;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
export interface RecipeSummary {
|
|
1233
|
+
name?: string;
|
|
1234
|
+
|
|
1235
|
+
recipeArn?: string;
|
|
1236
|
+
|
|
1237
|
+
status?: string;
|
|
1238
|
+
|
|
1239
|
+
creationDateTime?: Date;
|
|
1240
|
+
|
|
1241
|
+
lastUpdatedDateTime?: Date;
|
|
1242
|
+
|
|
1243
|
+
domain?: Domain | string;
|
|
1244
|
+
}
|
|
1245
|
+
export interface ListRecipesResponse {
|
|
1246
|
+
recipes?: RecipeSummary[];
|
|
1247
|
+
|
|
1248
|
+
nextToken?: string;
|
|
1249
|
+
}
|
|
1250
|
+
export interface ListRecommendersRequest {
|
|
1251
|
+
datasetGroupArn?: string;
|
|
1252
|
+
|
|
1253
|
+
nextToken?: string;
|
|
1254
|
+
|
|
1255
|
+
maxResults?: number;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
export interface RecommenderSummary {
|
|
1259
|
+
name?: string;
|
|
1260
|
+
|
|
1261
|
+
recommenderArn?: string;
|
|
1262
|
+
|
|
1263
|
+
datasetGroupArn?: string;
|
|
1264
|
+
|
|
1265
|
+
recipeArn?: string;
|
|
1266
|
+
|
|
1267
|
+
recommenderConfig?: RecommenderConfig;
|
|
1268
|
+
|
|
1269
|
+
status?: string;
|
|
1270
|
+
|
|
1271
|
+
creationDateTime?: Date;
|
|
1272
|
+
|
|
1273
|
+
lastUpdatedDateTime?: Date;
|
|
1274
|
+
}
|
|
1275
|
+
export interface ListRecommendersResponse {
|
|
1276
|
+
recommenders?: RecommenderSummary[];
|
|
1277
|
+
|
|
1278
|
+
nextToken?: string;
|
|
1279
|
+
}
|
|
1280
|
+
export interface ListSchemasRequest {
|
|
1281
|
+
nextToken?: string;
|
|
1282
|
+
|
|
1283
|
+
maxResults?: number;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export interface DatasetSchemaSummary {
|
|
1287
|
+
name?: string;
|
|
1288
|
+
|
|
1289
|
+
schemaArn?: string;
|
|
1290
|
+
|
|
1291
|
+
creationDateTime?: Date;
|
|
1292
|
+
|
|
1293
|
+
lastUpdatedDateTime?: Date;
|
|
1294
|
+
|
|
1295
|
+
domain?: Domain | string;
|
|
1296
|
+
}
|
|
1297
|
+
export interface ListSchemasResponse {
|
|
1298
|
+
schemas?: DatasetSchemaSummary[];
|
|
1299
|
+
|
|
1300
|
+
nextToken?: string;
|
|
1301
|
+
}
|
|
1302
|
+
export interface ListSolutionsRequest {
|
|
1303
|
+
datasetGroupArn?: string;
|
|
1304
|
+
|
|
1305
|
+
nextToken?: string;
|
|
1306
|
+
|
|
1307
|
+
maxResults?: number;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
export interface SolutionSummary {
|
|
1311
|
+
name?: string;
|
|
1312
|
+
|
|
1313
|
+
solutionArn?: string;
|
|
1314
|
+
|
|
1315
|
+
status?: string;
|
|
1316
|
+
|
|
1317
|
+
creationDateTime?: Date;
|
|
1318
|
+
|
|
1319
|
+
lastUpdatedDateTime?: Date;
|
|
1320
|
+
}
|
|
1321
|
+
export interface ListSolutionsResponse {
|
|
1322
|
+
solutions?: SolutionSummary[];
|
|
1323
|
+
|
|
1324
|
+
nextToken?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export interface ListSolutionVersionsRequest {
|
|
1327
|
+
solutionArn?: string;
|
|
1328
|
+
|
|
1329
|
+
nextToken?: string;
|
|
1330
|
+
|
|
1331
|
+
maxResults?: number;
|
|
1332
|
+
}
|
|
1333
|
+
export interface ListSolutionVersionsResponse {
|
|
1334
|
+
solutionVersions?: SolutionVersionSummary[];
|
|
1335
|
+
|
|
1336
|
+
nextToken?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export interface ListTagsForResourceRequest {
|
|
1339
|
+
resourceArn: string | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export interface ListTagsForResourceResponse {
|
|
1342
|
+
tags?: Tag[];
|
|
1343
|
+
}
|
|
1344
|
+
export interface StartRecommenderRequest {
|
|
1345
|
+
recommenderArn: string | undefined;
|
|
1346
|
+
}
|
|
1347
|
+
export interface StartRecommenderResponse {
|
|
1348
|
+
recommenderArn?: string;
|
|
1349
|
+
}
|
|
1350
|
+
export interface StopRecommenderRequest {
|
|
1351
|
+
recommenderArn: string | undefined;
|
|
1352
|
+
}
|
|
1353
|
+
export interface StopRecommenderResponse {
|
|
1354
|
+
recommenderArn?: string;
|
|
1355
|
+
}
|
|
1356
|
+
export interface StopSolutionVersionCreationRequest {
|
|
1357
|
+
solutionVersionArn: string | undefined;
|
|
1358
|
+
}
|
|
1359
|
+
export interface TagResourceRequest {
|
|
1360
|
+
resourceArn: string | undefined;
|
|
1361
|
+
|
|
1362
|
+
tags: Tag[] | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface TagResourceResponse {}
|
|
1365
|
+
|
|
1366
|
+
export declare class TooManyTagKeysException extends __BaseException {
|
|
1367
|
+
readonly name: "TooManyTagKeysException";
|
|
1368
|
+
readonly $fault: "client";
|
|
1369
|
+
|
|
1370
|
+
constructor(
|
|
1371
|
+
opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>
|
|
1372
|
+
);
|
|
1373
|
+
}
|
|
1374
|
+
export interface UntagResourceRequest {
|
|
1375
|
+
resourceArn: string | undefined;
|
|
1376
|
+
|
|
1377
|
+
tagKeys: string[] | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
export interface UntagResourceResponse {}
|
|
1380
|
+
export interface UpdateCampaignRequest {
|
|
1381
|
+
campaignArn: string | undefined;
|
|
1382
|
+
|
|
1383
|
+
solutionVersionArn?: string;
|
|
1384
|
+
|
|
1385
|
+
minProvisionedTPS?: number;
|
|
1386
|
+
|
|
1387
|
+
campaignConfig?: CampaignConfig;
|
|
1388
|
+
}
|
|
1389
|
+
export interface UpdateCampaignResponse {
|
|
1390
|
+
campaignArn?: string;
|
|
1391
|
+
}
|
|
1392
|
+
export interface UpdateRecommenderRequest {
|
|
1393
|
+
recommenderArn: string | undefined;
|
|
1394
|
+
|
|
1395
|
+
recommenderConfig: RecommenderConfig | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
export interface UpdateRecommenderResponse {
|
|
1398
|
+
recommenderArn?: string;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
export declare const AlgorithmImageFilterSensitiveLog: (
|
|
1402
|
+
obj: AlgorithmImage
|
|
1403
|
+
) => any;
|
|
1404
|
+
|
|
1405
|
+
export declare const DefaultCategoricalHyperParameterRangeFilterSensitiveLog: (
|
|
1406
|
+
obj: DefaultCategoricalHyperParameterRange
|
|
1407
|
+
) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const DefaultContinuousHyperParameterRangeFilterSensitiveLog: (
|
|
1410
|
+
obj: DefaultContinuousHyperParameterRange
|
|
1411
|
+
) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const DefaultIntegerHyperParameterRangeFilterSensitiveLog: (
|
|
1414
|
+
obj: DefaultIntegerHyperParameterRange
|
|
1415
|
+
) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const DefaultHyperParameterRangesFilterSensitiveLog: (
|
|
1418
|
+
obj: DefaultHyperParameterRanges
|
|
1419
|
+
) => any;
|
|
1420
|
+
|
|
1421
|
+
export declare const AlgorithmFilterSensitiveLog: (obj: Algorithm) => any;
|
|
1422
|
+
|
|
1423
|
+
export declare const BatchInferenceJobConfigFilterSensitiveLog: (
|
|
1424
|
+
obj: BatchInferenceJobConfig
|
|
1425
|
+
) => any;
|
|
1426
|
+
|
|
1427
|
+
export declare const S3DataConfigFilterSensitiveLog: (obj: S3DataConfig) => any;
|
|
1428
|
+
|
|
1429
|
+
export declare const BatchInferenceJobInputFilterSensitiveLog: (
|
|
1430
|
+
obj: BatchInferenceJobInput
|
|
1431
|
+
) => any;
|
|
1432
|
+
|
|
1433
|
+
export declare const BatchInferenceJobOutputFilterSensitiveLog: (
|
|
1434
|
+
obj: BatchInferenceJobOutput
|
|
1435
|
+
) => any;
|
|
1436
|
+
|
|
1437
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1438
|
+
|
|
1439
|
+
export declare const CreateBatchInferenceJobRequestFilterSensitiveLog: (
|
|
1440
|
+
obj: CreateBatchInferenceJobRequest
|
|
1441
|
+
) => any;
|
|
1442
|
+
|
|
1443
|
+
export declare const CreateBatchInferenceJobResponseFilterSensitiveLog: (
|
|
1444
|
+
obj: CreateBatchInferenceJobResponse
|
|
1445
|
+
) => any;
|
|
1446
|
+
|
|
1447
|
+
export declare const BatchSegmentJobInputFilterSensitiveLog: (
|
|
1448
|
+
obj: BatchSegmentJobInput
|
|
1449
|
+
) => any;
|
|
1450
|
+
|
|
1451
|
+
export declare const BatchSegmentJobOutputFilterSensitiveLog: (
|
|
1452
|
+
obj: BatchSegmentJobOutput
|
|
1453
|
+
) => any;
|
|
1454
|
+
|
|
1455
|
+
export declare const CreateBatchSegmentJobRequestFilterSensitiveLog: (
|
|
1456
|
+
obj: CreateBatchSegmentJobRequest
|
|
1457
|
+
) => any;
|
|
1458
|
+
|
|
1459
|
+
export declare const CreateBatchSegmentJobResponseFilterSensitiveLog: (
|
|
1460
|
+
obj: CreateBatchSegmentJobResponse
|
|
1461
|
+
) => any;
|
|
1462
|
+
|
|
1463
|
+
export declare const CampaignConfigFilterSensitiveLog: (
|
|
1464
|
+
obj: CampaignConfig
|
|
1465
|
+
) => any;
|
|
1466
|
+
|
|
1467
|
+
export declare const CreateCampaignRequestFilterSensitiveLog: (
|
|
1468
|
+
obj: CreateCampaignRequest
|
|
1469
|
+
) => any;
|
|
1470
|
+
|
|
1471
|
+
export declare const CreateCampaignResponseFilterSensitiveLog: (
|
|
1472
|
+
obj: CreateCampaignResponse
|
|
1473
|
+
) => any;
|
|
1474
|
+
|
|
1475
|
+
export declare const CreateDatasetRequestFilterSensitiveLog: (
|
|
1476
|
+
obj: CreateDatasetRequest
|
|
1477
|
+
) => any;
|
|
1478
|
+
|
|
1479
|
+
export declare const CreateDatasetResponseFilterSensitiveLog: (
|
|
1480
|
+
obj: CreateDatasetResponse
|
|
1481
|
+
) => any;
|
|
1482
|
+
|
|
1483
|
+
export declare const DatasetExportJobOutputFilterSensitiveLog: (
|
|
1484
|
+
obj: DatasetExportJobOutput
|
|
1485
|
+
) => any;
|
|
1486
|
+
|
|
1487
|
+
export declare const CreateDatasetExportJobRequestFilterSensitiveLog: (
|
|
1488
|
+
obj: CreateDatasetExportJobRequest
|
|
1489
|
+
) => any;
|
|
1490
|
+
|
|
1491
|
+
export declare const CreateDatasetExportJobResponseFilterSensitiveLog: (
|
|
1492
|
+
obj: CreateDatasetExportJobResponse
|
|
1493
|
+
) => any;
|
|
1494
|
+
|
|
1495
|
+
export declare const CreateDatasetGroupRequestFilterSensitiveLog: (
|
|
1496
|
+
obj: CreateDatasetGroupRequest
|
|
1497
|
+
) => any;
|
|
1498
|
+
|
|
1499
|
+
export declare const CreateDatasetGroupResponseFilterSensitiveLog: (
|
|
1500
|
+
obj: CreateDatasetGroupResponse
|
|
1501
|
+
) => any;
|
|
1502
|
+
|
|
1503
|
+
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
1504
|
+
|
|
1505
|
+
export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (
|
|
1506
|
+
obj: CreateDatasetImportJobRequest
|
|
1507
|
+
) => any;
|
|
1508
|
+
|
|
1509
|
+
export declare const CreateDatasetImportJobResponseFilterSensitiveLog: (
|
|
1510
|
+
obj: CreateDatasetImportJobResponse
|
|
1511
|
+
) => any;
|
|
1512
|
+
|
|
1513
|
+
export declare const CreateEventTrackerRequestFilterSensitiveLog: (
|
|
1514
|
+
obj: CreateEventTrackerRequest
|
|
1515
|
+
) => any;
|
|
1516
|
+
|
|
1517
|
+
export declare const CreateEventTrackerResponseFilterSensitiveLog: (
|
|
1518
|
+
obj: CreateEventTrackerResponse
|
|
1519
|
+
) => any;
|
|
1520
|
+
|
|
1521
|
+
export declare const CreateFilterRequestFilterSensitiveLog: (
|
|
1522
|
+
obj: CreateFilterRequest
|
|
1523
|
+
) => any;
|
|
1524
|
+
|
|
1525
|
+
export declare const CreateFilterResponseFilterSensitiveLog: (
|
|
1526
|
+
obj: CreateFilterResponse
|
|
1527
|
+
) => any;
|
|
1528
|
+
|
|
1529
|
+
export declare const RecommenderConfigFilterSensitiveLog: (
|
|
1530
|
+
obj: RecommenderConfig
|
|
1531
|
+
) => any;
|
|
1532
|
+
|
|
1533
|
+
export declare const CreateRecommenderRequestFilterSensitiveLog: (
|
|
1534
|
+
obj: CreateRecommenderRequest
|
|
1535
|
+
) => any;
|
|
1536
|
+
|
|
1537
|
+
export declare const CreateRecommenderResponseFilterSensitiveLog: (
|
|
1538
|
+
obj: CreateRecommenderResponse
|
|
1539
|
+
) => any;
|
|
1540
|
+
|
|
1541
|
+
export declare const CreateSchemaRequestFilterSensitiveLog: (
|
|
1542
|
+
obj: CreateSchemaRequest
|
|
1543
|
+
) => any;
|
|
1544
|
+
|
|
1545
|
+
export declare const CreateSchemaResponseFilterSensitiveLog: (
|
|
1546
|
+
obj: CreateSchemaResponse
|
|
1547
|
+
) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const AutoMLConfigFilterSensitiveLog: (obj: AutoMLConfig) => any;
|
|
1550
|
+
|
|
1551
|
+
export declare const CategoricalHyperParameterRangeFilterSensitiveLog: (
|
|
1552
|
+
obj: CategoricalHyperParameterRange
|
|
1553
|
+
) => any;
|
|
1554
|
+
|
|
1555
|
+
export declare const ContinuousHyperParameterRangeFilterSensitiveLog: (
|
|
1556
|
+
obj: ContinuousHyperParameterRange
|
|
1557
|
+
) => any;
|
|
1558
|
+
|
|
1559
|
+
export declare const IntegerHyperParameterRangeFilterSensitiveLog: (
|
|
1560
|
+
obj: IntegerHyperParameterRange
|
|
1561
|
+
) => any;
|
|
1562
|
+
|
|
1563
|
+
export declare const HyperParameterRangesFilterSensitiveLog: (
|
|
1564
|
+
obj: HyperParameterRanges
|
|
1565
|
+
) => any;
|
|
1566
|
+
|
|
1567
|
+
export declare const HPOObjectiveFilterSensitiveLog: (obj: HPOObjective) => any;
|
|
1568
|
+
|
|
1569
|
+
export declare const HPOResourceConfigFilterSensitiveLog: (
|
|
1570
|
+
obj: HPOResourceConfig
|
|
1571
|
+
) => any;
|
|
1572
|
+
|
|
1573
|
+
export declare const HPOConfigFilterSensitiveLog: (obj: HPOConfig) => any;
|
|
1574
|
+
|
|
1575
|
+
export declare const OptimizationObjectiveFilterSensitiveLog: (
|
|
1576
|
+
obj: OptimizationObjective
|
|
1577
|
+
) => any;
|
|
1578
|
+
|
|
1579
|
+
export declare const SolutionConfigFilterSensitiveLog: (
|
|
1580
|
+
obj: SolutionConfig
|
|
1581
|
+
) => any;
|
|
1582
|
+
|
|
1583
|
+
export declare const CreateSolutionRequestFilterSensitiveLog: (
|
|
1584
|
+
obj: CreateSolutionRequest
|
|
1585
|
+
) => any;
|
|
1586
|
+
|
|
1587
|
+
export declare const CreateSolutionResponseFilterSensitiveLog: (
|
|
1588
|
+
obj: CreateSolutionResponse
|
|
1589
|
+
) => any;
|
|
1590
|
+
|
|
1591
|
+
export declare const CreateSolutionVersionRequestFilterSensitiveLog: (
|
|
1592
|
+
obj: CreateSolutionVersionRequest
|
|
1593
|
+
) => any;
|
|
1594
|
+
|
|
1595
|
+
export declare const CreateSolutionVersionResponseFilterSensitiveLog: (
|
|
1596
|
+
obj: CreateSolutionVersionResponse
|
|
1597
|
+
) => any;
|
|
1598
|
+
|
|
1599
|
+
export declare const DeleteCampaignRequestFilterSensitiveLog: (
|
|
1600
|
+
obj: DeleteCampaignRequest
|
|
1601
|
+
) => any;
|
|
1602
|
+
|
|
1603
|
+
export declare const DeleteDatasetRequestFilterSensitiveLog: (
|
|
1604
|
+
obj: DeleteDatasetRequest
|
|
1605
|
+
) => any;
|
|
1606
|
+
|
|
1607
|
+
export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (
|
|
1608
|
+
obj: DeleteDatasetGroupRequest
|
|
1609
|
+
) => any;
|
|
1610
|
+
|
|
1611
|
+
export declare const DeleteEventTrackerRequestFilterSensitiveLog: (
|
|
1612
|
+
obj: DeleteEventTrackerRequest
|
|
1613
|
+
) => any;
|
|
1614
|
+
|
|
1615
|
+
export declare const DeleteFilterRequestFilterSensitiveLog: (
|
|
1616
|
+
obj: DeleteFilterRequest
|
|
1617
|
+
) => any;
|
|
1618
|
+
|
|
1619
|
+
export declare const DeleteRecommenderRequestFilterSensitiveLog: (
|
|
1620
|
+
obj: DeleteRecommenderRequest
|
|
1621
|
+
) => any;
|
|
1622
|
+
|
|
1623
|
+
export declare const DeleteSchemaRequestFilterSensitiveLog: (
|
|
1624
|
+
obj: DeleteSchemaRequest
|
|
1625
|
+
) => any;
|
|
1626
|
+
|
|
1627
|
+
export declare const DeleteSolutionRequestFilterSensitiveLog: (
|
|
1628
|
+
obj: DeleteSolutionRequest
|
|
1629
|
+
) => any;
|
|
1630
|
+
|
|
1631
|
+
export declare const DescribeAlgorithmRequestFilterSensitiveLog: (
|
|
1632
|
+
obj: DescribeAlgorithmRequest
|
|
1633
|
+
) => any;
|
|
1634
|
+
|
|
1635
|
+
export declare const DescribeAlgorithmResponseFilterSensitiveLog: (
|
|
1636
|
+
obj: DescribeAlgorithmResponse
|
|
1637
|
+
) => any;
|
|
1638
|
+
|
|
1639
|
+
export declare const DescribeBatchInferenceJobRequestFilterSensitiveLog: (
|
|
1640
|
+
obj: DescribeBatchInferenceJobRequest
|
|
1641
|
+
) => any;
|
|
1642
|
+
|
|
1643
|
+
export declare const BatchInferenceJobFilterSensitiveLog: (
|
|
1644
|
+
obj: BatchInferenceJob
|
|
1645
|
+
) => any;
|
|
1646
|
+
|
|
1647
|
+
export declare const DescribeBatchInferenceJobResponseFilterSensitiveLog: (
|
|
1648
|
+
obj: DescribeBatchInferenceJobResponse
|
|
1649
|
+
) => any;
|
|
1650
|
+
|
|
1651
|
+
export declare const DescribeBatchSegmentJobRequestFilterSensitiveLog: (
|
|
1652
|
+
obj: DescribeBatchSegmentJobRequest
|
|
1653
|
+
) => any;
|
|
1654
|
+
|
|
1655
|
+
export declare const BatchSegmentJobFilterSensitiveLog: (
|
|
1656
|
+
obj: BatchSegmentJob
|
|
1657
|
+
) => any;
|
|
1658
|
+
|
|
1659
|
+
export declare const DescribeBatchSegmentJobResponseFilterSensitiveLog: (
|
|
1660
|
+
obj: DescribeBatchSegmentJobResponse
|
|
1661
|
+
) => any;
|
|
1662
|
+
|
|
1663
|
+
export declare const DescribeCampaignRequestFilterSensitiveLog: (
|
|
1664
|
+
obj: DescribeCampaignRequest
|
|
1665
|
+
) => any;
|
|
1666
|
+
|
|
1667
|
+
export declare const CampaignUpdateSummaryFilterSensitiveLog: (
|
|
1668
|
+
obj: CampaignUpdateSummary
|
|
1669
|
+
) => any;
|
|
1670
|
+
|
|
1671
|
+
export declare const CampaignFilterSensitiveLog: (obj: Campaign) => any;
|
|
1672
|
+
|
|
1673
|
+
export declare const DescribeCampaignResponseFilterSensitiveLog: (
|
|
1674
|
+
obj: DescribeCampaignResponse
|
|
1675
|
+
) => any;
|
|
1676
|
+
|
|
1677
|
+
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
1678
|
+
obj: DescribeDatasetRequest
|
|
1679
|
+
) => any;
|
|
1680
|
+
|
|
1681
|
+
export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
|
|
1682
|
+
|
|
1683
|
+
export declare const DescribeDatasetResponseFilterSensitiveLog: (
|
|
1684
|
+
obj: DescribeDatasetResponse
|
|
1685
|
+
) => any;
|
|
1686
|
+
|
|
1687
|
+
export declare const DescribeDatasetExportJobRequestFilterSensitiveLog: (
|
|
1688
|
+
obj: DescribeDatasetExportJobRequest
|
|
1689
|
+
) => any;
|
|
1690
|
+
|
|
1691
|
+
export declare const DatasetExportJobFilterSensitiveLog: (
|
|
1692
|
+
obj: DatasetExportJob
|
|
1693
|
+
) => any;
|
|
1694
|
+
|
|
1695
|
+
export declare const DescribeDatasetExportJobResponseFilterSensitiveLog: (
|
|
1696
|
+
obj: DescribeDatasetExportJobResponse
|
|
1697
|
+
) => any;
|
|
1698
|
+
|
|
1699
|
+
export declare const DescribeDatasetGroupRequestFilterSensitiveLog: (
|
|
1700
|
+
obj: DescribeDatasetGroupRequest
|
|
1701
|
+
) => any;
|
|
1702
|
+
|
|
1703
|
+
export declare const DatasetGroupFilterSensitiveLog: (obj: DatasetGroup) => any;
|
|
1704
|
+
|
|
1705
|
+
export declare const DescribeDatasetGroupResponseFilterSensitiveLog: (
|
|
1706
|
+
obj: DescribeDatasetGroupResponse
|
|
1707
|
+
) => any;
|
|
1708
|
+
|
|
1709
|
+
export declare const DescribeDatasetImportJobRequestFilterSensitiveLog: (
|
|
1710
|
+
obj: DescribeDatasetImportJobRequest
|
|
1711
|
+
) => any;
|
|
1712
|
+
|
|
1713
|
+
export declare const DatasetImportJobFilterSensitiveLog: (
|
|
1714
|
+
obj: DatasetImportJob
|
|
1715
|
+
) => any;
|
|
1716
|
+
|
|
1717
|
+
export declare const DescribeDatasetImportJobResponseFilterSensitiveLog: (
|
|
1718
|
+
obj: DescribeDatasetImportJobResponse
|
|
1719
|
+
) => any;
|
|
1720
|
+
|
|
1721
|
+
export declare const DescribeEventTrackerRequestFilterSensitiveLog: (
|
|
1722
|
+
obj: DescribeEventTrackerRequest
|
|
1723
|
+
) => any;
|
|
1724
|
+
|
|
1725
|
+
export declare const EventTrackerFilterSensitiveLog: (obj: EventTracker) => any;
|
|
1726
|
+
|
|
1727
|
+
export declare const DescribeEventTrackerResponseFilterSensitiveLog: (
|
|
1728
|
+
obj: DescribeEventTrackerResponse
|
|
1729
|
+
) => any;
|
|
1730
|
+
|
|
1731
|
+
export declare const DescribeFeatureTransformationRequestFilterSensitiveLog: (
|
|
1732
|
+
obj: DescribeFeatureTransformationRequest
|
|
1733
|
+
) => any;
|
|
1734
|
+
|
|
1735
|
+
export declare const FeatureTransformationFilterSensitiveLog: (
|
|
1736
|
+
obj: FeatureTransformation
|
|
1737
|
+
) => any;
|
|
1738
|
+
|
|
1739
|
+
export declare const DescribeFeatureTransformationResponseFilterSensitiveLog: (
|
|
1740
|
+
obj: DescribeFeatureTransformationResponse
|
|
1741
|
+
) => any;
|
|
1742
|
+
|
|
1743
|
+
export declare const DescribeFilterRequestFilterSensitiveLog: (
|
|
1744
|
+
obj: DescribeFilterRequest
|
|
1745
|
+
) => any;
|
|
1746
|
+
|
|
1747
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1748
|
+
|
|
1749
|
+
export declare const DescribeFilterResponseFilterSensitiveLog: (
|
|
1750
|
+
obj: DescribeFilterResponse
|
|
1751
|
+
) => any;
|
|
1752
|
+
|
|
1753
|
+
export declare const DescribeRecipeRequestFilterSensitiveLog: (
|
|
1754
|
+
obj: DescribeRecipeRequest
|
|
1755
|
+
) => any;
|
|
1756
|
+
|
|
1757
|
+
export declare const RecipeFilterSensitiveLog: (obj: Recipe) => any;
|
|
1758
|
+
|
|
1759
|
+
export declare const DescribeRecipeResponseFilterSensitiveLog: (
|
|
1760
|
+
obj: DescribeRecipeResponse
|
|
1761
|
+
) => any;
|
|
1762
|
+
|
|
1763
|
+
export declare const DescribeRecommenderRequestFilterSensitiveLog: (
|
|
1764
|
+
obj: DescribeRecommenderRequest
|
|
1765
|
+
) => any;
|
|
1766
|
+
|
|
1767
|
+
export declare const RecommenderUpdateSummaryFilterSensitiveLog: (
|
|
1768
|
+
obj: RecommenderUpdateSummary
|
|
1769
|
+
) => any;
|
|
1770
|
+
|
|
1771
|
+
export declare const RecommenderFilterSensitiveLog: (obj: Recommender) => any;
|
|
1772
|
+
|
|
1773
|
+
export declare const DescribeRecommenderResponseFilterSensitiveLog: (
|
|
1774
|
+
obj: DescribeRecommenderResponse
|
|
1775
|
+
) => any;
|
|
1776
|
+
|
|
1777
|
+
export declare const DescribeSchemaRequestFilterSensitiveLog: (
|
|
1778
|
+
obj: DescribeSchemaRequest
|
|
1779
|
+
) => any;
|
|
1780
|
+
|
|
1781
|
+
export declare const DatasetSchemaFilterSensitiveLog: (
|
|
1782
|
+
obj: DatasetSchema
|
|
1783
|
+
) => any;
|
|
1784
|
+
|
|
1785
|
+
export declare const DescribeSchemaResponseFilterSensitiveLog: (
|
|
1786
|
+
obj: DescribeSchemaResponse
|
|
1787
|
+
) => any;
|
|
1788
|
+
|
|
1789
|
+
export declare const DescribeSolutionRequestFilterSensitiveLog: (
|
|
1790
|
+
obj: DescribeSolutionRequest
|
|
1791
|
+
) => any;
|
|
1792
|
+
|
|
1793
|
+
export declare const AutoMLResultFilterSensitiveLog: (obj: AutoMLResult) => any;
|
|
1794
|
+
|
|
1795
|
+
export declare const SolutionVersionSummaryFilterSensitiveLog: (
|
|
1796
|
+
obj: SolutionVersionSummary
|
|
1797
|
+
) => any;
|
|
1798
|
+
|
|
1799
|
+
export declare const SolutionFilterSensitiveLog: (obj: Solution) => any;
|
|
1800
|
+
|
|
1801
|
+
export declare const DescribeSolutionResponseFilterSensitiveLog: (
|
|
1802
|
+
obj: DescribeSolutionResponse
|
|
1803
|
+
) => any;
|
|
1804
|
+
|
|
1805
|
+
export declare const DescribeSolutionVersionRequestFilterSensitiveLog: (
|
|
1806
|
+
obj: DescribeSolutionVersionRequest
|
|
1807
|
+
) => any;
|
|
1808
|
+
|
|
1809
|
+
export declare const TunedHPOParamsFilterSensitiveLog: (
|
|
1810
|
+
obj: TunedHPOParams
|
|
1811
|
+
) => any;
|
|
1812
|
+
|
|
1813
|
+
export declare const SolutionVersionFilterSensitiveLog: (
|
|
1814
|
+
obj: SolutionVersion
|
|
1815
|
+
) => any;
|
|
1816
|
+
|
|
1817
|
+
export declare const DescribeSolutionVersionResponseFilterSensitiveLog: (
|
|
1818
|
+
obj: DescribeSolutionVersionResponse
|
|
1819
|
+
) => any;
|
|
1820
|
+
|
|
1821
|
+
export declare const GetSolutionMetricsRequestFilterSensitiveLog: (
|
|
1822
|
+
obj: GetSolutionMetricsRequest
|
|
1823
|
+
) => any;
|
|
1824
|
+
|
|
1825
|
+
export declare const GetSolutionMetricsResponseFilterSensitiveLog: (
|
|
1826
|
+
obj: GetSolutionMetricsResponse
|
|
1827
|
+
) => any;
|
|
1828
|
+
|
|
1829
|
+
export declare const ListBatchInferenceJobsRequestFilterSensitiveLog: (
|
|
1830
|
+
obj: ListBatchInferenceJobsRequest
|
|
1831
|
+
) => any;
|
|
1832
|
+
|
|
1833
|
+
export declare const BatchInferenceJobSummaryFilterSensitiveLog: (
|
|
1834
|
+
obj: BatchInferenceJobSummary
|
|
1835
|
+
) => any;
|
|
1836
|
+
|
|
1837
|
+
export declare const ListBatchInferenceJobsResponseFilterSensitiveLog: (
|
|
1838
|
+
obj: ListBatchInferenceJobsResponse
|
|
1839
|
+
) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const ListBatchSegmentJobsRequestFilterSensitiveLog: (
|
|
1842
|
+
obj: ListBatchSegmentJobsRequest
|
|
1843
|
+
) => any;
|
|
1844
|
+
|
|
1845
|
+
export declare const BatchSegmentJobSummaryFilterSensitiveLog: (
|
|
1846
|
+
obj: BatchSegmentJobSummary
|
|
1847
|
+
) => any;
|
|
1848
|
+
|
|
1849
|
+
export declare const ListBatchSegmentJobsResponseFilterSensitiveLog: (
|
|
1850
|
+
obj: ListBatchSegmentJobsResponse
|
|
1851
|
+
) => any;
|
|
1852
|
+
|
|
1853
|
+
export declare const ListCampaignsRequestFilterSensitiveLog: (
|
|
1854
|
+
obj: ListCampaignsRequest
|
|
1855
|
+
) => any;
|
|
1856
|
+
|
|
1857
|
+
export declare const CampaignSummaryFilterSensitiveLog: (
|
|
1858
|
+
obj: CampaignSummary
|
|
1859
|
+
) => any;
|
|
1860
|
+
|
|
1861
|
+
export declare const ListCampaignsResponseFilterSensitiveLog: (
|
|
1862
|
+
obj: ListCampaignsResponse
|
|
1863
|
+
) => any;
|
|
1864
|
+
|
|
1865
|
+
export declare const ListDatasetExportJobsRequestFilterSensitiveLog: (
|
|
1866
|
+
obj: ListDatasetExportJobsRequest
|
|
1867
|
+
) => any;
|
|
1868
|
+
|
|
1869
|
+
export declare const DatasetExportJobSummaryFilterSensitiveLog: (
|
|
1870
|
+
obj: DatasetExportJobSummary
|
|
1871
|
+
) => any;
|
|
1872
|
+
|
|
1873
|
+
export declare const ListDatasetExportJobsResponseFilterSensitiveLog: (
|
|
1874
|
+
obj: ListDatasetExportJobsResponse
|
|
1875
|
+
) => any;
|
|
1876
|
+
|
|
1877
|
+
export declare const ListDatasetGroupsRequestFilterSensitiveLog: (
|
|
1878
|
+
obj: ListDatasetGroupsRequest
|
|
1879
|
+
) => any;
|
|
1880
|
+
|
|
1881
|
+
export declare const DatasetGroupSummaryFilterSensitiveLog: (
|
|
1882
|
+
obj: DatasetGroupSummary
|
|
1883
|
+
) => any;
|
|
1884
|
+
|
|
1885
|
+
export declare const ListDatasetGroupsResponseFilterSensitiveLog: (
|
|
1886
|
+
obj: ListDatasetGroupsResponse
|
|
1887
|
+
) => any;
|
|
1888
|
+
|
|
1889
|
+
export declare const ListDatasetImportJobsRequestFilterSensitiveLog: (
|
|
1890
|
+
obj: ListDatasetImportJobsRequest
|
|
1891
|
+
) => any;
|
|
1892
|
+
|
|
1893
|
+
export declare const DatasetImportJobSummaryFilterSensitiveLog: (
|
|
1894
|
+
obj: DatasetImportJobSummary
|
|
1895
|
+
) => any;
|
|
1896
|
+
|
|
1897
|
+
export declare const ListDatasetImportJobsResponseFilterSensitiveLog: (
|
|
1898
|
+
obj: ListDatasetImportJobsResponse
|
|
1899
|
+
) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const ListDatasetsRequestFilterSensitiveLog: (
|
|
1902
|
+
obj: ListDatasetsRequest
|
|
1903
|
+
) => any;
|
|
1904
|
+
|
|
1905
|
+
export declare const DatasetSummaryFilterSensitiveLog: (
|
|
1906
|
+
obj: DatasetSummary
|
|
1907
|
+
) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const ListDatasetsResponseFilterSensitiveLog: (
|
|
1910
|
+
obj: ListDatasetsResponse
|
|
1911
|
+
) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const ListEventTrackersRequestFilterSensitiveLog: (
|
|
1914
|
+
obj: ListEventTrackersRequest
|
|
1915
|
+
) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const EventTrackerSummaryFilterSensitiveLog: (
|
|
1918
|
+
obj: EventTrackerSummary
|
|
1919
|
+
) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const ListEventTrackersResponseFilterSensitiveLog: (
|
|
1922
|
+
obj: ListEventTrackersResponse
|
|
1923
|
+
) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const ListFiltersRequestFilterSensitiveLog: (
|
|
1926
|
+
obj: ListFiltersRequest
|
|
1927
|
+
) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const FilterSummaryFilterSensitiveLog: (
|
|
1930
|
+
obj: FilterSummary
|
|
1931
|
+
) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const ListFiltersResponseFilterSensitiveLog: (
|
|
1934
|
+
obj: ListFiltersResponse
|
|
1935
|
+
) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const ListRecipesRequestFilterSensitiveLog: (
|
|
1938
|
+
obj: ListRecipesRequest
|
|
1939
|
+
) => any;
|
|
1940
|
+
|
|
1941
|
+
export declare const RecipeSummaryFilterSensitiveLog: (
|
|
1942
|
+
obj: RecipeSummary
|
|
1943
|
+
) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const ListRecipesResponseFilterSensitiveLog: (
|
|
1946
|
+
obj: ListRecipesResponse
|
|
1947
|
+
) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const ListRecommendersRequestFilterSensitiveLog: (
|
|
1950
|
+
obj: ListRecommendersRequest
|
|
1951
|
+
) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const RecommenderSummaryFilterSensitiveLog: (
|
|
1954
|
+
obj: RecommenderSummary
|
|
1955
|
+
) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const ListRecommendersResponseFilterSensitiveLog: (
|
|
1958
|
+
obj: ListRecommendersResponse
|
|
1959
|
+
) => any;
|
|
1960
|
+
|
|
1961
|
+
export declare const ListSchemasRequestFilterSensitiveLog: (
|
|
1962
|
+
obj: ListSchemasRequest
|
|
1963
|
+
) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const DatasetSchemaSummaryFilterSensitiveLog: (
|
|
1966
|
+
obj: DatasetSchemaSummary
|
|
1967
|
+
) => any;
|
|
1968
|
+
|
|
1969
|
+
export declare const ListSchemasResponseFilterSensitiveLog: (
|
|
1970
|
+
obj: ListSchemasResponse
|
|
1971
|
+
) => any;
|
|
1972
|
+
|
|
1973
|
+
export declare const ListSolutionsRequestFilterSensitiveLog: (
|
|
1974
|
+
obj: ListSolutionsRequest
|
|
1975
|
+
) => any;
|
|
1976
|
+
|
|
1977
|
+
export declare const SolutionSummaryFilterSensitiveLog: (
|
|
1978
|
+
obj: SolutionSummary
|
|
1979
|
+
) => any;
|
|
1980
|
+
|
|
1981
|
+
export declare const ListSolutionsResponseFilterSensitiveLog: (
|
|
1982
|
+
obj: ListSolutionsResponse
|
|
1983
|
+
) => any;
|
|
1984
|
+
|
|
1985
|
+
export declare const ListSolutionVersionsRequestFilterSensitiveLog: (
|
|
1986
|
+
obj: ListSolutionVersionsRequest
|
|
1987
|
+
) => any;
|
|
1988
|
+
|
|
1989
|
+
export declare const ListSolutionVersionsResponseFilterSensitiveLog: (
|
|
1990
|
+
obj: ListSolutionVersionsResponse
|
|
1991
|
+
) => any;
|
|
1992
|
+
|
|
1993
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1994
|
+
obj: ListTagsForResourceRequest
|
|
1995
|
+
) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1998
|
+
obj: ListTagsForResourceResponse
|
|
1999
|
+
) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const StartRecommenderRequestFilterSensitiveLog: (
|
|
2002
|
+
obj: StartRecommenderRequest
|
|
2003
|
+
) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const StartRecommenderResponseFilterSensitiveLog: (
|
|
2006
|
+
obj: StartRecommenderResponse
|
|
2007
|
+
) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const StopRecommenderRequestFilterSensitiveLog: (
|
|
2010
|
+
obj: StopRecommenderRequest
|
|
2011
|
+
) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const StopRecommenderResponseFilterSensitiveLog: (
|
|
2014
|
+
obj: StopRecommenderResponse
|
|
2015
|
+
) => any;
|
|
2016
|
+
|
|
2017
|
+
export declare const StopSolutionVersionCreationRequestFilterSensitiveLog: (
|
|
2018
|
+
obj: StopSolutionVersionCreationRequest
|
|
2019
|
+
) => any;
|
|
2020
|
+
|
|
2021
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2022
|
+
obj: TagResourceRequest
|
|
2023
|
+
) => any;
|
|
2024
|
+
|
|
2025
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2026
|
+
obj: TagResourceResponse
|
|
2027
|
+
) => any;
|
|
2028
|
+
|
|
2029
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2030
|
+
obj: UntagResourceRequest
|
|
2031
|
+
) => any;
|
|
2032
|
+
|
|
2033
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2034
|
+
obj: UntagResourceResponse
|
|
2035
|
+
) => any;
|
|
2036
|
+
|
|
2037
|
+
export declare const UpdateCampaignRequestFilterSensitiveLog: (
|
|
2038
|
+
obj: UpdateCampaignRequest
|
|
2039
|
+
) => any;
|
|
2040
|
+
|
|
2041
|
+
export declare const UpdateCampaignResponseFilterSensitiveLog: (
|
|
2042
|
+
obj: UpdateCampaignResponse
|
|
2043
|
+
) => any;
|
|
2044
|
+
|
|
2045
|
+
export declare const UpdateRecommenderRequestFilterSensitiveLog: (
|
|
2046
|
+
obj: UpdateRecommenderRequest
|
|
2047
|
+
) => any;
|
|
2048
|
+
|
|
2049
|
+
export declare const UpdateRecommenderResponseFilterSensitiveLog: (
|
|
2050
|
+
obj: UpdateRecommenderResponse
|
|
2051
|
+
) => any;
|