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