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