@@ -53,6 +53,11 @@ import {
53
53
HttpAuthSchemeResolvedConfig ,
54
54
resolveHttpAuthSchemeConfig ,
55
55
} from "./auth/httpAuthSchemeProvider" ;
56
+ import { CancelTrainedModelCommandInput , CancelTrainedModelCommandOutput } from "./commands/CancelTrainedModelCommand" ;
57
+ import {
58
+ CancelTrainedModelInferenceJobCommandInput ,
59
+ CancelTrainedModelInferenceJobCommandOutput ,
60
+ } from "./commands/CancelTrainedModelInferenceJobCommand" ;
56
61
import {
57
62
CreateAudienceModelCommandInput ,
58
63
CreateAudienceModelCommandOutput ,
@@ -61,6 +66,19 @@ import {
61
66
CreateConfiguredAudienceModelCommandInput ,
62
67
CreateConfiguredAudienceModelCommandOutput ,
63
68
} from "./commands/CreateConfiguredAudienceModelCommand" ;
69
+ import {
70
+ CreateConfiguredModelAlgorithmAssociationCommandInput ,
71
+ CreateConfiguredModelAlgorithmAssociationCommandOutput ,
72
+ } from "./commands/CreateConfiguredModelAlgorithmAssociationCommand" ;
73
+ import {
74
+ CreateConfiguredModelAlgorithmCommandInput ,
75
+ CreateConfiguredModelAlgorithmCommandOutput ,
76
+ } from "./commands/CreateConfiguredModelAlgorithmCommand" ;
77
+ import {
78
+ CreateMLInputChannelCommandInput ,
79
+ CreateMLInputChannelCommandOutput ,
80
+ } from "./commands/CreateMLInputChannelCommand" ;
81
+ import { CreateTrainedModelCommandInput , CreateTrainedModelCommandOutput } from "./commands/CreateTrainedModelCommand" ;
64
82
import {
65
83
CreateTrainingDatasetCommandInput ,
66
84
CreateTrainingDatasetCommandOutput ,
@@ -81,6 +99,26 @@ import {
81
99
DeleteConfiguredAudienceModelPolicyCommandInput ,
82
100
DeleteConfiguredAudienceModelPolicyCommandOutput ,
83
101
} from "./commands/DeleteConfiguredAudienceModelPolicyCommand" ;
102
+ import {
103
+ DeleteConfiguredModelAlgorithmAssociationCommandInput ,
104
+ DeleteConfiguredModelAlgorithmAssociationCommandOutput ,
105
+ } from "./commands/DeleteConfiguredModelAlgorithmAssociationCommand" ;
106
+ import {
107
+ DeleteConfiguredModelAlgorithmCommandInput ,
108
+ DeleteConfiguredModelAlgorithmCommandOutput ,
109
+ } from "./commands/DeleteConfiguredModelAlgorithmCommand" ;
110
+ import {
111
+ DeleteMLConfigurationCommandInput ,
112
+ DeleteMLConfigurationCommandOutput ,
113
+ } from "./commands/DeleteMLConfigurationCommand" ;
114
+ import {
115
+ DeleteMLInputChannelDataCommandInput ,
116
+ DeleteMLInputChannelDataCommandOutput ,
117
+ } from "./commands/DeleteMLInputChannelDataCommand" ;
118
+ import {
119
+ DeleteTrainedModelOutputCommandInput ,
120
+ DeleteTrainedModelOutputCommandOutput ,
121
+ } from "./commands/DeleteTrainedModelOutputCommand" ;
84
122
import {
85
123
DeleteTrainingDatasetCommandInput ,
86
124
DeleteTrainingDatasetCommandOutput ,
@@ -90,6 +128,18 @@ import {
90
128
GetAudienceGenerationJobCommandOutput ,
91
129
} from "./commands/GetAudienceGenerationJobCommand" ;
92
130
import { GetAudienceModelCommandInput , GetAudienceModelCommandOutput } from "./commands/GetAudienceModelCommand" ;
131
+ import {
132
+ GetCollaborationConfiguredModelAlgorithmAssociationCommandInput ,
133
+ GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput ,
134
+ } from "./commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand" ;
135
+ import {
136
+ GetCollaborationMLInputChannelCommandInput ,
137
+ GetCollaborationMLInputChannelCommandOutput ,
138
+ } from "./commands/GetCollaborationMLInputChannelCommand" ;
139
+ import {
140
+ GetCollaborationTrainedModelCommandInput ,
141
+ GetCollaborationTrainedModelCommandOutput ,
142
+ } from "./commands/GetCollaborationTrainedModelCommand" ;
93
143
import {
94
144
GetConfiguredAudienceModelCommandInput ,
95
145
GetConfiguredAudienceModelCommandOutput ,
@@ -98,6 +148,21 @@ import {
98
148
GetConfiguredAudienceModelPolicyCommandInput ,
99
149
GetConfiguredAudienceModelPolicyCommandOutput ,
100
150
} from "./commands/GetConfiguredAudienceModelPolicyCommand" ;
151
+ import {
152
+ GetConfiguredModelAlgorithmAssociationCommandInput ,
153
+ GetConfiguredModelAlgorithmAssociationCommandOutput ,
154
+ } from "./commands/GetConfiguredModelAlgorithmAssociationCommand" ;
155
+ import {
156
+ GetConfiguredModelAlgorithmCommandInput ,
157
+ GetConfiguredModelAlgorithmCommandOutput ,
158
+ } from "./commands/GetConfiguredModelAlgorithmCommand" ;
159
+ import { GetMLConfigurationCommandInput , GetMLConfigurationCommandOutput } from "./commands/GetMLConfigurationCommand" ;
160
+ import { GetMLInputChannelCommandInput , GetMLInputChannelCommandOutput } from "./commands/GetMLInputChannelCommand" ;
161
+ import { GetTrainedModelCommandInput , GetTrainedModelCommandOutput } from "./commands/GetTrainedModelCommand" ;
162
+ import {
163
+ GetTrainedModelInferenceJobCommandInput ,
164
+ GetTrainedModelInferenceJobCommandOutput ,
165
+ } from "./commands/GetTrainedModelInferenceJobCommand" ;
101
166
import { GetTrainingDatasetCommandInput , GetTrainingDatasetCommandOutput } from "./commands/GetTrainingDatasetCommand" ;
102
167
import {
103
168
ListAudienceExportJobsCommandInput ,
@@ -108,14 +173,51 @@ import {
108
173
ListAudienceGenerationJobsCommandOutput ,
109
174
} from "./commands/ListAudienceGenerationJobsCommand" ;
110
175
import { ListAudienceModelsCommandInput , ListAudienceModelsCommandOutput } from "./commands/ListAudienceModelsCommand" ;
176
+ import {
177
+ ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput ,
178
+ ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput ,
179
+ } from "./commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand" ;
180
+ import {
181
+ ListCollaborationMLInputChannelsCommandInput ,
182
+ ListCollaborationMLInputChannelsCommandOutput ,
183
+ } from "./commands/ListCollaborationMLInputChannelsCommand" ;
184
+ import {
185
+ ListCollaborationTrainedModelExportJobsCommandInput ,
186
+ ListCollaborationTrainedModelExportJobsCommandOutput ,
187
+ } from "./commands/ListCollaborationTrainedModelExportJobsCommand" ;
188
+ import {
189
+ ListCollaborationTrainedModelInferenceJobsCommandInput ,
190
+ ListCollaborationTrainedModelInferenceJobsCommandOutput ,
191
+ } from "./commands/ListCollaborationTrainedModelInferenceJobsCommand" ;
192
+ import {
193
+ ListCollaborationTrainedModelsCommandInput ,
194
+ ListCollaborationTrainedModelsCommandOutput ,
195
+ } from "./commands/ListCollaborationTrainedModelsCommand" ;
111
196
import {
112
197
ListConfiguredAudienceModelsCommandInput ,
113
198
ListConfiguredAudienceModelsCommandOutput ,
114
199
} from "./commands/ListConfiguredAudienceModelsCommand" ;
200
+ import {
201
+ ListConfiguredModelAlgorithmAssociationsCommandInput ,
202
+ ListConfiguredModelAlgorithmAssociationsCommandOutput ,
203
+ } from "./commands/ListConfiguredModelAlgorithmAssociationsCommand" ;
204
+ import {
205
+ ListConfiguredModelAlgorithmsCommandInput ,
206
+ ListConfiguredModelAlgorithmsCommandOutput ,
207
+ } from "./commands/ListConfiguredModelAlgorithmsCommand" ;
208
+ import {
209
+ ListMLInputChannelsCommandInput ,
210
+ ListMLInputChannelsCommandOutput ,
211
+ } from "./commands/ListMLInputChannelsCommand" ;
115
212
import {
116
213
ListTagsForResourceCommandInput ,
117
214
ListTagsForResourceCommandOutput ,
118
215
} from "./commands/ListTagsForResourceCommand" ;
216
+ import {
217
+ ListTrainedModelInferenceJobsCommandInput ,
218
+ ListTrainedModelInferenceJobsCommandOutput ,
219
+ } from "./commands/ListTrainedModelInferenceJobsCommand" ;
220
+ import { ListTrainedModelsCommandInput , ListTrainedModelsCommandOutput } from "./commands/ListTrainedModelsCommand" ;
119
221
import {
120
222
ListTrainingDatasetsCommandInput ,
121
223
ListTrainingDatasetsCommandOutput ,
@@ -124,6 +226,7 @@ import {
124
226
PutConfiguredAudienceModelPolicyCommandInput ,
125
227
PutConfiguredAudienceModelPolicyCommandOutput ,
126
228
} from "./commands/PutConfiguredAudienceModelPolicyCommand" ;
229
+ import { PutMLConfigurationCommandInput , PutMLConfigurationCommandOutput } from "./commands/PutMLConfigurationCommand" ;
127
230
import {
128
231
StartAudienceExportJobCommandInput ,
129
232
StartAudienceExportJobCommandOutput ,
@@ -132,6 +235,14 @@ import {
132
235
StartAudienceGenerationJobCommandInput ,
133
236
StartAudienceGenerationJobCommandOutput ,
134
237
} from "./commands/StartAudienceGenerationJobCommand" ;
238
+ import {
239
+ StartTrainedModelExportJobCommandInput ,
240
+ StartTrainedModelExportJobCommandOutput ,
241
+ } from "./commands/StartTrainedModelExportJobCommand" ;
242
+ import {
243
+ StartTrainedModelInferenceJobCommandInput ,
244
+ StartTrainedModelInferenceJobCommandOutput ,
245
+ } from "./commands/StartTrainedModelInferenceJobCommand" ;
135
246
import { TagResourceCommandInput , TagResourceCommandOutput } from "./commands/TagResourceCommand" ;
136
247
import { UntagResourceCommandInput , UntagResourceCommandOutput } from "./commands/UntagResourceCommand" ;
137
248
import {
@@ -153,28 +264,61 @@ export { __Client };
153
264
* @public
154
265
*/
155
266
export type ServiceInputTypes =
267
+ | CancelTrainedModelCommandInput
268
+ | CancelTrainedModelInferenceJobCommandInput
156
269
| CreateAudienceModelCommandInput
157
270
| CreateConfiguredAudienceModelCommandInput
271
+ | CreateConfiguredModelAlgorithmAssociationCommandInput
272
+ | CreateConfiguredModelAlgorithmCommandInput
273
+ | CreateMLInputChannelCommandInput
274
+ | CreateTrainedModelCommandInput
158
275
| CreateTrainingDatasetCommandInput
159
276
| DeleteAudienceGenerationJobCommandInput
160
277
| DeleteAudienceModelCommandInput
161
278
| DeleteConfiguredAudienceModelCommandInput
162
279
| DeleteConfiguredAudienceModelPolicyCommandInput
280
+ | DeleteConfiguredModelAlgorithmAssociationCommandInput
281
+ | DeleteConfiguredModelAlgorithmCommandInput
282
+ | DeleteMLConfigurationCommandInput
283
+ | DeleteMLInputChannelDataCommandInput
284
+ | DeleteTrainedModelOutputCommandInput
163
285
| DeleteTrainingDatasetCommandInput
164
286
| GetAudienceGenerationJobCommandInput
165
287
| GetAudienceModelCommandInput
288
+ | GetCollaborationConfiguredModelAlgorithmAssociationCommandInput
289
+ | GetCollaborationMLInputChannelCommandInput
290
+ | GetCollaborationTrainedModelCommandInput
166
291
| GetConfiguredAudienceModelCommandInput
167
292
| GetConfiguredAudienceModelPolicyCommandInput
293
+ | GetConfiguredModelAlgorithmAssociationCommandInput
294
+ | GetConfiguredModelAlgorithmCommandInput
295
+ | GetMLConfigurationCommandInput
296
+ | GetMLInputChannelCommandInput
297
+ | GetTrainedModelCommandInput
298
+ | GetTrainedModelInferenceJobCommandInput
168
299
| GetTrainingDatasetCommandInput
169
300
| ListAudienceExportJobsCommandInput
170
301
| ListAudienceGenerationJobsCommandInput
171
302
| ListAudienceModelsCommandInput
303
+ | ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput
304
+ | ListCollaborationMLInputChannelsCommandInput
305
+ | ListCollaborationTrainedModelExportJobsCommandInput
306
+ | ListCollaborationTrainedModelInferenceJobsCommandInput
307
+ | ListCollaborationTrainedModelsCommandInput
172
308
| ListConfiguredAudienceModelsCommandInput
309
+ | ListConfiguredModelAlgorithmAssociationsCommandInput
310
+ | ListConfiguredModelAlgorithmsCommandInput
311
+ | ListMLInputChannelsCommandInput
173
312
| ListTagsForResourceCommandInput
313
+ | ListTrainedModelInferenceJobsCommandInput
314
+ | ListTrainedModelsCommandInput
174
315
| ListTrainingDatasetsCommandInput
175
316
| PutConfiguredAudienceModelPolicyCommandInput
317
+ | PutMLConfigurationCommandInput
176
318
| StartAudienceExportJobCommandInput
177
319
| StartAudienceGenerationJobCommandInput
320
+ | StartTrainedModelExportJobCommandInput
321
+ | StartTrainedModelInferenceJobCommandInput
178
322
| TagResourceCommandInput
179
323
| UntagResourceCommandInput
180
324
| UpdateConfiguredAudienceModelCommandInput ;
@@ -183,28 +327,61 @@ export type ServiceInputTypes =
183
327
* @public
184
328
*/
185
329
export type ServiceOutputTypes =
330
+ | CancelTrainedModelCommandOutput
331
+ | CancelTrainedModelInferenceJobCommandOutput
186
332
| CreateAudienceModelCommandOutput
187
333
| CreateConfiguredAudienceModelCommandOutput
334
+ | CreateConfiguredModelAlgorithmAssociationCommandOutput
335
+ | CreateConfiguredModelAlgorithmCommandOutput
336
+ | CreateMLInputChannelCommandOutput
337
+ | CreateTrainedModelCommandOutput
188
338
| CreateTrainingDatasetCommandOutput
189
339
| DeleteAudienceGenerationJobCommandOutput
190
340
| DeleteAudienceModelCommandOutput
191
341
| DeleteConfiguredAudienceModelCommandOutput
192
342
| DeleteConfiguredAudienceModelPolicyCommandOutput
343
+ | DeleteConfiguredModelAlgorithmAssociationCommandOutput
344
+ | DeleteConfiguredModelAlgorithmCommandOutput
345
+ | DeleteMLConfigurationCommandOutput
346
+ | DeleteMLInputChannelDataCommandOutput
347
+ | DeleteTrainedModelOutputCommandOutput
193
348
| DeleteTrainingDatasetCommandOutput
194
349
| GetAudienceGenerationJobCommandOutput
195
350
| GetAudienceModelCommandOutput
351
+ | GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput
352
+ | GetCollaborationMLInputChannelCommandOutput
353
+ | GetCollaborationTrainedModelCommandOutput
196
354
| GetConfiguredAudienceModelCommandOutput
197
355
| GetConfiguredAudienceModelPolicyCommandOutput
356
+ | GetConfiguredModelAlgorithmAssociationCommandOutput
357
+ | GetConfiguredModelAlgorithmCommandOutput
358
+ | GetMLConfigurationCommandOutput
359
+ | GetMLInputChannelCommandOutput
360
+ | GetTrainedModelCommandOutput
361
+ | GetTrainedModelInferenceJobCommandOutput
198
362
| GetTrainingDatasetCommandOutput
199
363
| ListAudienceExportJobsCommandOutput
200
364
| ListAudienceGenerationJobsCommandOutput
201
365
| ListAudienceModelsCommandOutput
366
+ | ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput
367
+ | ListCollaborationMLInputChannelsCommandOutput
368
+ | ListCollaborationTrainedModelExportJobsCommandOutput
369
+ | ListCollaborationTrainedModelInferenceJobsCommandOutput
370
+ | ListCollaborationTrainedModelsCommandOutput
202
371
| ListConfiguredAudienceModelsCommandOutput
372
+ | ListConfiguredModelAlgorithmAssociationsCommandOutput
373
+ | ListConfiguredModelAlgorithmsCommandOutput
374
+ | ListMLInputChannelsCommandOutput
203
375
| ListTagsForResourceCommandOutput
376
+ | ListTrainedModelInferenceJobsCommandOutput
377
+ | ListTrainedModelsCommandOutput
204
378
| ListTrainingDatasetsCommandOutput
205
379
| PutConfiguredAudienceModelPolicyCommandOutput
380
+ | PutMLConfigurationCommandOutput
206
381
| StartAudienceExportJobCommandOutput
207
382
| StartAudienceGenerationJobCommandOutput
383
+ | StartTrainedModelExportJobCommandOutput
384
+ | StartTrainedModelInferenceJobCommandOutput
208
385
| TagResourceCommandOutput
209
386
| UntagResourceCommandOutput
210
387
| UpdateConfiguredAudienceModelCommandOutput ;
0 commit comments