@aws-sdk/client-cleanroomsml 3.928.0 → 3.930.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 (83) hide show
  1. package/dist-cjs/index.js +2777 -2861
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CleanRoomsMLClient.js +2 -0
  4. package/dist-es/commands/CancelTrainedModelCommand.js +3 -9
  5. package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +3 -9
  6. package/dist-es/commands/CreateAudienceModelCommand.js +3 -9
  7. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +3 -9
  8. package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +3 -9
  9. package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +3 -9
  10. package/dist-es/commands/CreateMLInputChannelCommand.js +3 -10
  11. package/dist-es/commands/CreateTrainedModelCommand.js +3 -9
  12. package/dist-es/commands/CreateTrainingDatasetCommand.js +3 -9
  13. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteAudienceModelCommand.js +3 -9
  15. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +3 -9
  16. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +3 -9
  18. package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +3 -9
  19. package/dist-es/commands/DeleteMLConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteMLInputChannelDataCommand.js +3 -9
  21. package/dist-es/commands/DeleteTrainedModelOutputCommand.js +3 -9
  22. package/dist-es/commands/DeleteTrainingDatasetCommand.js +3 -9
  23. package/dist-es/commands/GetAudienceGenerationJobCommand.js +3 -10
  24. package/dist-es/commands/GetAudienceModelCommand.js +3 -9
  25. package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +3 -9
  26. package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +3 -9
  27. package/dist-es/commands/GetCollaborationTrainedModelCommand.js +3 -9
  28. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +3 -9
  29. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +3 -9
  31. package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +3 -9
  32. package/dist-es/commands/GetMLConfigurationCommand.js +3 -9
  33. package/dist-es/commands/GetMLInputChannelCommand.js +3 -10
  34. package/dist-es/commands/GetTrainedModelCommand.js +3 -9
  35. package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +3 -9
  36. package/dist-es/commands/GetTrainingDatasetCommand.js +3 -9
  37. package/dist-es/commands/ListAudienceExportJobsCommand.js +3 -9
  38. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +3 -9
  39. package/dist-es/commands/ListAudienceModelsCommand.js +3 -9
  40. package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +3 -9
  41. package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +3 -9
  42. package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +3 -9
  43. package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +3 -9
  44. package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +3 -9
  45. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +3 -9
  46. package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +3 -9
  47. package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +3 -9
  48. package/dist-es/commands/ListMLInputChannelsCommand.js +3 -9
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +3 -9
  51. package/dist-es/commands/ListTrainedModelVersionsCommand.js +3 -9
  52. package/dist-es/commands/ListTrainedModelsCommand.js +3 -9
  53. package/dist-es/commands/ListTrainingDatasetsCommand.js +3 -9
  54. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +3 -9
  55. package/dist-es/commands/PutMLConfigurationCommand.js +3 -9
  56. package/dist-es/commands/StartAudienceExportJobCommand.js +3 -9
  57. package/dist-es/commands/StartAudienceGenerationJobCommand.js +3 -10
  58. package/dist-es/commands/StartTrainedModelExportJobCommand.js +3 -9
  59. package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -67
  64. package/dist-es/runtimeConfig.shared.js +2 -0
  65. package/dist-es/schemas/schemas_0.js +2662 -0
  66. package/dist-types/CleanRoomsMLClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +12 -39
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  72. package/dist-types/schemas/schemas_0.d.ts +282 -0
  73. package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -28
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
  80. package/package.json +33 -33
  81. package/dist-es/protocols/Aws_restJson1.js +0 -2363
  82. package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
@@ -1,713 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelTrainedModelCommandInput,
8
- CancelTrainedModelCommandOutput,
9
- } from "../commands/CancelTrainedModelCommand";
10
- import {
11
- CancelTrainedModelInferenceJobCommandInput,
12
- CancelTrainedModelInferenceJobCommandOutput,
13
- } from "../commands/CancelTrainedModelInferenceJobCommand";
14
- import {
15
- CreateAudienceModelCommandInput,
16
- CreateAudienceModelCommandOutput,
17
- } from "../commands/CreateAudienceModelCommand";
18
- import {
19
- CreateConfiguredAudienceModelCommandInput,
20
- CreateConfiguredAudienceModelCommandOutput,
21
- } from "../commands/CreateConfiguredAudienceModelCommand";
22
- import {
23
- CreateConfiguredModelAlgorithmAssociationCommandInput,
24
- CreateConfiguredModelAlgorithmAssociationCommandOutput,
25
- } from "../commands/CreateConfiguredModelAlgorithmAssociationCommand";
26
- import {
27
- CreateConfiguredModelAlgorithmCommandInput,
28
- CreateConfiguredModelAlgorithmCommandOutput,
29
- } from "../commands/CreateConfiguredModelAlgorithmCommand";
30
- import {
31
- CreateMLInputChannelCommandInput,
32
- CreateMLInputChannelCommandOutput,
33
- } from "../commands/CreateMLInputChannelCommand";
34
- import {
35
- CreateTrainedModelCommandInput,
36
- CreateTrainedModelCommandOutput,
37
- } from "../commands/CreateTrainedModelCommand";
38
- import {
39
- CreateTrainingDatasetCommandInput,
40
- CreateTrainingDatasetCommandOutput,
41
- } from "../commands/CreateTrainingDatasetCommand";
42
- import {
43
- DeleteAudienceGenerationJobCommandInput,
44
- DeleteAudienceGenerationJobCommandOutput,
45
- } from "../commands/DeleteAudienceGenerationJobCommand";
46
- import {
47
- DeleteAudienceModelCommandInput,
48
- DeleteAudienceModelCommandOutput,
49
- } from "../commands/DeleteAudienceModelCommand";
50
- import {
51
- DeleteConfiguredAudienceModelCommandInput,
52
- DeleteConfiguredAudienceModelCommandOutput,
53
- } from "../commands/DeleteConfiguredAudienceModelCommand";
54
- import {
55
- DeleteConfiguredAudienceModelPolicyCommandInput,
56
- DeleteConfiguredAudienceModelPolicyCommandOutput,
57
- } from "../commands/DeleteConfiguredAudienceModelPolicyCommand";
58
- import {
59
- DeleteConfiguredModelAlgorithmAssociationCommandInput,
60
- DeleteConfiguredModelAlgorithmAssociationCommandOutput,
61
- } from "../commands/DeleteConfiguredModelAlgorithmAssociationCommand";
62
- import {
63
- DeleteConfiguredModelAlgorithmCommandInput,
64
- DeleteConfiguredModelAlgorithmCommandOutput,
65
- } from "../commands/DeleteConfiguredModelAlgorithmCommand";
66
- import {
67
- DeleteMLConfigurationCommandInput,
68
- DeleteMLConfigurationCommandOutput,
69
- } from "../commands/DeleteMLConfigurationCommand";
70
- import {
71
- DeleteMLInputChannelDataCommandInput,
72
- DeleteMLInputChannelDataCommandOutput,
73
- } from "../commands/DeleteMLInputChannelDataCommand";
74
- import {
75
- DeleteTrainedModelOutputCommandInput,
76
- DeleteTrainedModelOutputCommandOutput,
77
- } from "../commands/DeleteTrainedModelOutputCommand";
78
- import {
79
- DeleteTrainingDatasetCommandInput,
80
- DeleteTrainingDatasetCommandOutput,
81
- } from "../commands/DeleteTrainingDatasetCommand";
82
- import {
83
- GetAudienceGenerationJobCommandInput,
84
- GetAudienceGenerationJobCommandOutput,
85
- } from "../commands/GetAudienceGenerationJobCommand";
86
- import {
87
- GetAudienceModelCommandInput,
88
- GetAudienceModelCommandOutput,
89
- } from "../commands/GetAudienceModelCommand";
90
- import {
91
- GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
92
- GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput,
93
- } from "../commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand";
94
- import {
95
- GetCollaborationMLInputChannelCommandInput,
96
- GetCollaborationMLInputChannelCommandOutput,
97
- } from "../commands/GetCollaborationMLInputChannelCommand";
98
- import {
99
- GetCollaborationTrainedModelCommandInput,
100
- GetCollaborationTrainedModelCommandOutput,
101
- } from "../commands/GetCollaborationTrainedModelCommand";
102
- import {
103
- GetConfiguredAudienceModelCommandInput,
104
- GetConfiguredAudienceModelCommandOutput,
105
- } from "../commands/GetConfiguredAudienceModelCommand";
106
- import {
107
- GetConfiguredAudienceModelPolicyCommandInput,
108
- GetConfiguredAudienceModelPolicyCommandOutput,
109
- } from "../commands/GetConfiguredAudienceModelPolicyCommand";
110
- import {
111
- GetConfiguredModelAlgorithmAssociationCommandInput,
112
- GetConfiguredModelAlgorithmAssociationCommandOutput,
113
- } from "../commands/GetConfiguredModelAlgorithmAssociationCommand";
114
- import {
115
- GetConfiguredModelAlgorithmCommandInput,
116
- GetConfiguredModelAlgorithmCommandOutput,
117
- } from "../commands/GetConfiguredModelAlgorithmCommand";
118
- import {
119
- GetMLConfigurationCommandInput,
120
- GetMLConfigurationCommandOutput,
121
- } from "../commands/GetMLConfigurationCommand";
122
- import {
123
- GetMLInputChannelCommandInput,
124
- GetMLInputChannelCommandOutput,
125
- } from "../commands/GetMLInputChannelCommand";
126
- import {
127
- GetTrainedModelCommandInput,
128
- GetTrainedModelCommandOutput,
129
- } from "../commands/GetTrainedModelCommand";
130
- import {
131
- GetTrainedModelInferenceJobCommandInput,
132
- GetTrainedModelInferenceJobCommandOutput,
133
- } from "../commands/GetTrainedModelInferenceJobCommand";
134
- import {
135
- GetTrainingDatasetCommandInput,
136
- GetTrainingDatasetCommandOutput,
137
- } from "../commands/GetTrainingDatasetCommand";
138
- import {
139
- ListAudienceExportJobsCommandInput,
140
- ListAudienceExportJobsCommandOutput,
141
- } from "../commands/ListAudienceExportJobsCommand";
142
- import {
143
- ListAudienceGenerationJobsCommandInput,
144
- ListAudienceGenerationJobsCommandOutput,
145
- } from "../commands/ListAudienceGenerationJobsCommand";
146
- import {
147
- ListAudienceModelsCommandInput,
148
- ListAudienceModelsCommandOutput,
149
- } from "../commands/ListAudienceModelsCommand";
150
- import {
151
- ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
152
- ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
153
- } from "../commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
154
- import {
155
- ListCollaborationMLInputChannelsCommandInput,
156
- ListCollaborationMLInputChannelsCommandOutput,
157
- } from "../commands/ListCollaborationMLInputChannelsCommand";
158
- import {
159
- ListCollaborationTrainedModelExportJobsCommandInput,
160
- ListCollaborationTrainedModelExportJobsCommandOutput,
161
- } from "../commands/ListCollaborationTrainedModelExportJobsCommand";
162
- import {
163
- ListCollaborationTrainedModelInferenceJobsCommandInput,
164
- ListCollaborationTrainedModelInferenceJobsCommandOutput,
165
- } from "../commands/ListCollaborationTrainedModelInferenceJobsCommand";
166
- import {
167
- ListCollaborationTrainedModelsCommandInput,
168
- ListCollaborationTrainedModelsCommandOutput,
169
- } from "../commands/ListCollaborationTrainedModelsCommand";
170
- import {
171
- ListConfiguredAudienceModelsCommandInput,
172
- ListConfiguredAudienceModelsCommandOutput,
173
- } from "../commands/ListConfiguredAudienceModelsCommand";
174
- import {
175
- ListConfiguredModelAlgorithmAssociationsCommandInput,
176
- ListConfiguredModelAlgorithmAssociationsCommandOutput,
177
- } from "../commands/ListConfiguredModelAlgorithmAssociationsCommand";
178
- import {
179
- ListConfiguredModelAlgorithmsCommandInput,
180
- ListConfiguredModelAlgorithmsCommandOutput,
181
- } from "../commands/ListConfiguredModelAlgorithmsCommand";
182
- import {
183
- ListMLInputChannelsCommandInput,
184
- ListMLInputChannelsCommandOutput,
185
- } from "../commands/ListMLInputChannelsCommand";
186
- import {
187
- ListTagsForResourceCommandInput,
188
- ListTagsForResourceCommandOutput,
189
- } from "../commands/ListTagsForResourceCommand";
190
- import {
191
- ListTrainedModelInferenceJobsCommandInput,
192
- ListTrainedModelInferenceJobsCommandOutput,
193
- } from "../commands/ListTrainedModelInferenceJobsCommand";
194
- import {
195
- ListTrainedModelsCommandInput,
196
- ListTrainedModelsCommandOutput,
197
- } from "../commands/ListTrainedModelsCommand";
198
- import {
199
- ListTrainedModelVersionsCommandInput,
200
- ListTrainedModelVersionsCommandOutput,
201
- } from "../commands/ListTrainedModelVersionsCommand";
202
- import {
203
- ListTrainingDatasetsCommandInput,
204
- ListTrainingDatasetsCommandOutput,
205
- } from "../commands/ListTrainingDatasetsCommand";
206
- import {
207
- PutConfiguredAudienceModelPolicyCommandInput,
208
- PutConfiguredAudienceModelPolicyCommandOutput,
209
- } from "../commands/PutConfiguredAudienceModelPolicyCommand";
210
- import {
211
- PutMLConfigurationCommandInput,
212
- PutMLConfigurationCommandOutput,
213
- } from "../commands/PutMLConfigurationCommand";
214
- import {
215
- StartAudienceExportJobCommandInput,
216
- StartAudienceExportJobCommandOutput,
217
- } from "../commands/StartAudienceExportJobCommand";
218
- import {
219
- StartAudienceGenerationJobCommandInput,
220
- StartAudienceGenerationJobCommandOutput,
221
- } from "../commands/StartAudienceGenerationJobCommand";
222
- import {
223
- StartTrainedModelExportJobCommandInput,
224
- StartTrainedModelExportJobCommandOutput,
225
- } from "../commands/StartTrainedModelExportJobCommand";
226
- import {
227
- StartTrainedModelInferenceJobCommandInput,
228
- StartTrainedModelInferenceJobCommandOutput,
229
- } from "../commands/StartTrainedModelInferenceJobCommand";
230
- import {
231
- TagResourceCommandInput,
232
- TagResourceCommandOutput,
233
- } from "../commands/TagResourceCommand";
234
- import {
235
- UntagResourceCommandInput,
236
- UntagResourceCommandOutput,
237
- } from "../commands/UntagResourceCommand";
238
- import {
239
- UpdateConfiguredAudienceModelCommandInput,
240
- UpdateConfiguredAudienceModelCommandOutput,
241
- } from "../commands/UpdateConfiguredAudienceModelCommand";
242
- export declare const se_CancelTrainedModelCommand: (
243
- input: CancelTrainedModelCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CancelTrainedModelInferenceJobCommand: (
247
- input: CancelTrainedModelInferenceJobCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateAudienceModelCommand: (
251
- input: CreateAudienceModelCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateConfiguredAudienceModelCommand: (
255
- input: CreateConfiguredAudienceModelCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateConfiguredModelAlgorithmCommand: (
259
- input: CreateConfiguredModelAlgorithmCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateConfiguredModelAlgorithmAssociationCommand: (
263
- input: CreateConfiguredModelAlgorithmAssociationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateMLInputChannelCommand: (
267
- input: CreateMLInputChannelCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateTrainedModelCommand: (
271
- input: CreateTrainedModelCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_CreateTrainingDatasetCommand: (
275
- input: CreateTrainingDatasetCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteAudienceGenerationJobCommand: (
279
- input: DeleteAudienceGenerationJobCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteAudienceModelCommand: (
283
- input: DeleteAudienceModelCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteConfiguredAudienceModelCommand: (
287
- input: DeleteConfiguredAudienceModelCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteConfiguredAudienceModelPolicyCommand: (
291
- input: DeleteConfiguredAudienceModelPolicyCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteConfiguredModelAlgorithmCommand: (
295
- input: DeleteConfiguredModelAlgorithmCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteConfiguredModelAlgorithmAssociationCommand: (
299
- input: DeleteConfiguredModelAlgorithmAssociationCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DeleteMLConfigurationCommand: (
303
- input: DeleteMLConfigurationCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeleteMLInputChannelDataCommand: (
307
- input: DeleteMLInputChannelDataCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeleteTrainedModelOutputCommand: (
311
- input: DeleteTrainedModelOutputCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeleteTrainingDatasetCommand: (
315
- input: DeleteTrainingDatasetCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_GetAudienceGenerationJobCommand: (
319
- input: GetAudienceGenerationJobCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_GetAudienceModelCommand: (
323
- input: GetAudienceModelCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_GetCollaborationConfiguredModelAlgorithmAssociationCommand: (
327
- input: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_GetCollaborationMLInputChannelCommand: (
331
- input: GetCollaborationMLInputChannelCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetCollaborationTrainedModelCommand: (
335
- input: GetCollaborationTrainedModelCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetConfiguredAudienceModelCommand: (
339
- input: GetConfiguredAudienceModelCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetConfiguredAudienceModelPolicyCommand: (
343
- input: GetConfiguredAudienceModelPolicyCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetConfiguredModelAlgorithmCommand: (
347
- input: GetConfiguredModelAlgorithmCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_GetConfiguredModelAlgorithmAssociationCommand: (
351
- input: GetConfiguredModelAlgorithmAssociationCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_GetMLConfigurationCommand: (
355
- input: GetMLConfigurationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_GetMLInputChannelCommand: (
359
- input: GetMLInputChannelCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_GetTrainedModelCommand: (
363
- input: GetTrainedModelCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_GetTrainedModelInferenceJobCommand: (
367
- input: GetTrainedModelInferenceJobCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_GetTrainingDatasetCommand: (
371
- input: GetTrainingDatasetCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListAudienceExportJobsCommand: (
375
- input: ListAudienceExportJobsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListAudienceGenerationJobsCommand: (
379
- input: ListAudienceGenerationJobsCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListAudienceModelsCommand: (
383
- input: ListAudienceModelsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand: (
387
- input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListCollaborationMLInputChannelsCommand: (
391
- input: ListCollaborationMLInputChannelsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListCollaborationTrainedModelExportJobsCommand: (
395
- input: ListCollaborationTrainedModelExportJobsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListCollaborationTrainedModelInferenceJobsCommand: (
399
- input: ListCollaborationTrainedModelInferenceJobsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListCollaborationTrainedModelsCommand: (
403
- input: ListCollaborationTrainedModelsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListConfiguredAudienceModelsCommand: (
407
- input: ListConfiguredAudienceModelsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListConfiguredModelAlgorithmAssociationsCommand: (
411
- input: ListConfiguredModelAlgorithmAssociationsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListConfiguredModelAlgorithmsCommand: (
415
- input: ListConfiguredModelAlgorithmsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListMLInputChannelsCommand: (
419
- input: ListMLInputChannelsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListTagsForResourceCommand: (
423
- input: ListTagsForResourceCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListTrainedModelInferenceJobsCommand: (
427
- input: ListTrainedModelInferenceJobsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListTrainedModelsCommand: (
431
- input: ListTrainedModelsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListTrainedModelVersionsCommand: (
435
- input: ListTrainedModelVersionsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListTrainingDatasetsCommand: (
439
- input: ListTrainingDatasetsCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_PutConfiguredAudienceModelPolicyCommand: (
443
- input: PutConfiguredAudienceModelPolicyCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_PutMLConfigurationCommand: (
447
- input: PutMLConfigurationCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_StartAudienceExportJobCommand: (
451
- input: StartAudienceExportJobCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_StartAudienceGenerationJobCommand: (
455
- input: StartAudienceGenerationJobCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_StartTrainedModelExportJobCommand: (
459
- input: StartTrainedModelExportJobCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_StartTrainedModelInferenceJobCommand: (
463
- input: StartTrainedModelInferenceJobCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_TagResourceCommand: (
467
- input: TagResourceCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UntagResourceCommand: (
471
- input: UntagResourceCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateConfiguredAudienceModelCommand: (
475
- input: UpdateConfiguredAudienceModelCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const de_CancelTrainedModelCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CancelTrainedModelCommandOutput>;
482
- export declare const de_CancelTrainedModelInferenceJobCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CancelTrainedModelInferenceJobCommandOutput>;
486
- export declare const de_CreateAudienceModelCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateAudienceModelCommandOutput>;
490
- export declare const de_CreateConfiguredAudienceModelCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateConfiguredAudienceModelCommandOutput>;
494
- export declare const de_CreateConfiguredModelAlgorithmCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateConfiguredModelAlgorithmCommandOutput>;
498
- export declare const de_CreateConfiguredModelAlgorithmAssociationCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<CreateConfiguredModelAlgorithmAssociationCommandOutput>;
502
- export declare const de_CreateMLInputChannelCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<CreateMLInputChannelCommandOutput>;
506
- export declare const de_CreateTrainedModelCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<CreateTrainedModelCommandOutput>;
510
- export declare const de_CreateTrainingDatasetCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<CreateTrainingDatasetCommandOutput>;
514
- export declare const de_DeleteAudienceGenerationJobCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteAudienceGenerationJobCommandOutput>;
518
- export declare const de_DeleteAudienceModelCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteAudienceModelCommandOutput>;
522
- export declare const de_DeleteConfiguredAudienceModelCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteConfiguredAudienceModelCommandOutput>;
526
- export declare const de_DeleteConfiguredAudienceModelPolicyCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DeleteConfiguredAudienceModelPolicyCommandOutput>;
530
- export declare const de_DeleteConfiguredModelAlgorithmCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DeleteConfiguredModelAlgorithmCommandOutput>;
534
- export declare const de_DeleteConfiguredModelAlgorithmAssociationCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DeleteConfiguredModelAlgorithmAssociationCommandOutput>;
538
- export declare const de_DeleteMLConfigurationCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DeleteMLConfigurationCommandOutput>;
542
- export declare const de_DeleteMLInputChannelDataCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DeleteMLInputChannelDataCommandOutput>;
546
- export declare const de_DeleteTrainedModelOutputCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DeleteTrainedModelOutputCommandOutput>;
550
- export declare const de_DeleteTrainingDatasetCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DeleteTrainingDatasetCommandOutput>;
554
- export declare const de_GetAudienceGenerationJobCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<GetAudienceGenerationJobCommandOutput>;
558
- export declare const de_GetAudienceModelCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<GetAudienceModelCommandOutput>;
562
- export declare const de_GetCollaborationConfiguredModelAlgorithmAssociationCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput>;
566
- export declare const de_GetCollaborationMLInputChannelCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<GetCollaborationMLInputChannelCommandOutput>;
570
- export declare const de_GetCollaborationTrainedModelCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<GetCollaborationTrainedModelCommandOutput>;
574
- export declare const de_GetConfiguredAudienceModelCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<GetConfiguredAudienceModelCommandOutput>;
578
- export declare const de_GetConfiguredAudienceModelPolicyCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<GetConfiguredAudienceModelPolicyCommandOutput>;
582
- export declare const de_GetConfiguredModelAlgorithmCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<GetConfiguredModelAlgorithmCommandOutput>;
586
- export declare const de_GetConfiguredModelAlgorithmAssociationCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<GetConfiguredModelAlgorithmAssociationCommandOutput>;
590
- export declare const de_GetMLConfigurationCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<GetMLConfigurationCommandOutput>;
594
- export declare const de_GetMLInputChannelCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<GetMLInputChannelCommandOutput>;
598
- export declare const de_GetTrainedModelCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<GetTrainedModelCommandOutput>;
602
- export declare const de_GetTrainedModelInferenceJobCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<GetTrainedModelInferenceJobCommandOutput>;
606
- export declare const de_GetTrainingDatasetCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<GetTrainingDatasetCommandOutput>;
610
- export declare const de_ListAudienceExportJobsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListAudienceExportJobsCommandOutput>;
614
- export declare const de_ListAudienceGenerationJobsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListAudienceGenerationJobsCommandOutput>;
618
- export declare const de_ListAudienceModelsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListAudienceModelsCommandOutput>;
622
- export declare const de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput>;
626
- export declare const de_ListCollaborationMLInputChannelsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListCollaborationMLInputChannelsCommandOutput>;
630
- export declare const de_ListCollaborationTrainedModelExportJobsCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<ListCollaborationTrainedModelExportJobsCommandOutput>;
634
- export declare const de_ListCollaborationTrainedModelInferenceJobsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListCollaborationTrainedModelInferenceJobsCommandOutput>;
638
- export declare const de_ListCollaborationTrainedModelsCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListCollaborationTrainedModelsCommandOutput>;
642
- export declare const de_ListConfiguredAudienceModelsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListConfiguredAudienceModelsCommandOutput>;
646
- export declare const de_ListConfiguredModelAlgorithmAssociationsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListConfiguredModelAlgorithmAssociationsCommandOutput>;
650
- export declare const de_ListConfiguredModelAlgorithmsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListConfiguredModelAlgorithmsCommandOutput>;
654
- export declare const de_ListMLInputChannelsCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListMLInputChannelsCommandOutput>;
658
- export declare const de_ListTagsForResourceCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<ListTagsForResourceCommandOutput>;
662
- export declare const de_ListTrainedModelInferenceJobsCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<ListTrainedModelInferenceJobsCommandOutput>;
666
- export declare const de_ListTrainedModelsCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<ListTrainedModelsCommandOutput>;
670
- export declare const de_ListTrainedModelVersionsCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<ListTrainedModelVersionsCommandOutput>;
674
- export declare const de_ListTrainingDatasetsCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<ListTrainingDatasetsCommandOutput>;
678
- export declare const de_PutConfiguredAudienceModelPolicyCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<PutConfiguredAudienceModelPolicyCommandOutput>;
682
- export declare const de_PutMLConfigurationCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<PutMLConfigurationCommandOutput>;
686
- export declare const de_StartAudienceExportJobCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<StartAudienceExportJobCommandOutput>;
690
- export declare const de_StartAudienceGenerationJobCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<StartAudienceGenerationJobCommandOutput>;
694
- export declare const de_StartTrainedModelExportJobCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<StartTrainedModelExportJobCommandOutput>;
698
- export declare const de_StartTrainedModelInferenceJobCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<StartTrainedModelInferenceJobCommandOutput>;
702
- export declare const de_TagResourceCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<TagResourceCommandOutput>;
706
- export declare const de_UntagResourceCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UntagResourceCommandOutput>;
710
- export declare const de_UpdateConfiguredAudienceModelCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdateConfiguredAudienceModelCommandOutput>;