@aws-sdk/client-cleanroomsml 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CleanRoomsML.d.ts +197 -250
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +7 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +39 -39
|
@@ -228,10 +228,7 @@ import {
|
|
|
228
228
|
StartTrainedModelInferenceJobCommandInput,
|
|
229
229
|
StartTrainedModelInferenceJobCommandOutput,
|
|
230
230
|
} from "./commands/StartTrainedModelInferenceJobCommand";
|
|
231
|
-
import {
|
|
232
|
-
TagResourceCommandInput,
|
|
233
|
-
TagResourceCommandOutput,
|
|
234
|
-
} from "./commands/TagResourceCommand";
|
|
231
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
235
232
|
import {
|
|
236
233
|
UntagResourceCommandInput,
|
|
237
234
|
UntagResourceCommandOutput,
|
|
@@ -243,944 +240,894 @@ import {
|
|
|
243
240
|
export interface CleanRoomsML {
|
|
244
241
|
cancelTrainedModel(
|
|
245
242
|
args: CancelTrainedModelCommandInput,
|
|
246
|
-
options?: __HttpHandlerOptions
|
|
243
|
+
options?: __HttpHandlerOptions,
|
|
247
244
|
): Promise<CancelTrainedModelCommandOutput>;
|
|
248
245
|
cancelTrainedModel(
|
|
249
246
|
args: CancelTrainedModelCommandInput,
|
|
250
|
-
cb: (err: any, data?: CancelTrainedModelCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: CancelTrainedModelCommandOutput) => void,
|
|
251
248
|
): void;
|
|
252
249
|
cancelTrainedModel(
|
|
253
250
|
args: CancelTrainedModelCommandInput,
|
|
254
251
|
options: __HttpHandlerOptions,
|
|
255
|
-
cb: (err: any, data?: CancelTrainedModelCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: CancelTrainedModelCommandOutput) => void,
|
|
256
253
|
): void;
|
|
257
254
|
cancelTrainedModelInferenceJob(
|
|
258
255
|
args: CancelTrainedModelInferenceJobCommandInput,
|
|
259
|
-
options?: __HttpHandlerOptions
|
|
256
|
+
options?: __HttpHandlerOptions,
|
|
260
257
|
): Promise<CancelTrainedModelInferenceJobCommandOutput>;
|
|
261
258
|
cancelTrainedModelInferenceJob(
|
|
262
259
|
args: CancelTrainedModelInferenceJobCommandInput,
|
|
263
|
-
cb: (err: any, data?: CancelTrainedModelInferenceJobCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: CancelTrainedModelInferenceJobCommandOutput) => void,
|
|
264
261
|
): void;
|
|
265
262
|
cancelTrainedModelInferenceJob(
|
|
266
263
|
args: CancelTrainedModelInferenceJobCommandInput,
|
|
267
264
|
options: __HttpHandlerOptions,
|
|
268
|
-
cb: (err: any, data?: CancelTrainedModelInferenceJobCommandOutput) => void
|
|
265
|
+
cb: (err: any, data?: CancelTrainedModelInferenceJobCommandOutput) => void,
|
|
269
266
|
): void;
|
|
270
267
|
createAudienceModel(
|
|
271
268
|
args: CreateAudienceModelCommandInput,
|
|
272
|
-
options?: __HttpHandlerOptions
|
|
269
|
+
options?: __HttpHandlerOptions,
|
|
273
270
|
): Promise<CreateAudienceModelCommandOutput>;
|
|
274
271
|
createAudienceModel(
|
|
275
272
|
args: CreateAudienceModelCommandInput,
|
|
276
|
-
cb: (err: any, data?: CreateAudienceModelCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: CreateAudienceModelCommandOutput) => void,
|
|
277
274
|
): void;
|
|
278
275
|
createAudienceModel(
|
|
279
276
|
args: CreateAudienceModelCommandInput,
|
|
280
277
|
options: __HttpHandlerOptions,
|
|
281
|
-
cb: (err: any, data?: CreateAudienceModelCommandOutput) => void
|
|
278
|
+
cb: (err: any, data?: CreateAudienceModelCommandOutput) => void,
|
|
282
279
|
): void;
|
|
283
280
|
createConfiguredAudienceModel(
|
|
284
281
|
args: CreateConfiguredAudienceModelCommandInput,
|
|
285
|
-
options?: __HttpHandlerOptions
|
|
282
|
+
options?: __HttpHandlerOptions,
|
|
286
283
|
): Promise<CreateConfiguredAudienceModelCommandOutput>;
|
|
287
284
|
createConfiguredAudienceModel(
|
|
288
285
|
args: CreateConfiguredAudienceModelCommandInput,
|
|
289
|
-
cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void,
|
|
290
287
|
): void;
|
|
291
288
|
createConfiguredAudienceModel(
|
|
292
289
|
args: CreateConfiguredAudienceModelCommandInput,
|
|
293
290
|
options: __HttpHandlerOptions,
|
|
294
|
-
cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void,
|
|
295
292
|
): void;
|
|
296
293
|
createConfiguredModelAlgorithm(
|
|
297
294
|
args: CreateConfiguredModelAlgorithmCommandInput,
|
|
298
|
-
options?: __HttpHandlerOptions
|
|
295
|
+
options?: __HttpHandlerOptions,
|
|
299
296
|
): Promise<CreateConfiguredModelAlgorithmCommandOutput>;
|
|
300
297
|
createConfiguredModelAlgorithm(
|
|
301
298
|
args: CreateConfiguredModelAlgorithmCommandInput,
|
|
302
|
-
cb: (err: any, data?: CreateConfiguredModelAlgorithmCommandOutput) => void
|
|
299
|
+
cb: (err: any, data?: CreateConfiguredModelAlgorithmCommandOutput) => void,
|
|
303
300
|
): void;
|
|
304
301
|
createConfiguredModelAlgorithm(
|
|
305
302
|
args: CreateConfiguredModelAlgorithmCommandInput,
|
|
306
303
|
options: __HttpHandlerOptions,
|
|
307
|
-
cb: (err: any, data?: CreateConfiguredModelAlgorithmCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: CreateConfiguredModelAlgorithmCommandOutput) => void,
|
|
308
305
|
): void;
|
|
309
306
|
createConfiguredModelAlgorithmAssociation(
|
|
310
307
|
args: CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
311
|
-
options?: __HttpHandlerOptions
|
|
308
|
+
options?: __HttpHandlerOptions,
|
|
312
309
|
): Promise<CreateConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
313
310
|
createConfiguredModelAlgorithmAssociation(
|
|
314
311
|
args: CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
315
|
-
cb: (
|
|
316
|
-
err: any,
|
|
317
|
-
data?: CreateConfiguredModelAlgorithmAssociationCommandOutput
|
|
318
|
-
) => void
|
|
312
|
+
cb: (err: any, data?: CreateConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
319
313
|
): void;
|
|
320
314
|
createConfiguredModelAlgorithmAssociation(
|
|
321
315
|
args: CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
322
316
|
options: __HttpHandlerOptions,
|
|
323
|
-
cb: (
|
|
324
|
-
err: any,
|
|
325
|
-
data?: CreateConfiguredModelAlgorithmAssociationCommandOutput
|
|
326
|
-
) => void
|
|
317
|
+
cb: (err: any, data?: CreateConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
327
318
|
): void;
|
|
328
319
|
createMLInputChannel(
|
|
329
320
|
args: CreateMLInputChannelCommandInput,
|
|
330
|
-
options?: __HttpHandlerOptions
|
|
321
|
+
options?: __HttpHandlerOptions,
|
|
331
322
|
): Promise<CreateMLInputChannelCommandOutput>;
|
|
332
323
|
createMLInputChannel(
|
|
333
324
|
args: CreateMLInputChannelCommandInput,
|
|
334
|
-
cb: (err: any, data?: CreateMLInputChannelCommandOutput) => void
|
|
325
|
+
cb: (err: any, data?: CreateMLInputChannelCommandOutput) => void,
|
|
335
326
|
): void;
|
|
336
327
|
createMLInputChannel(
|
|
337
328
|
args: CreateMLInputChannelCommandInput,
|
|
338
329
|
options: __HttpHandlerOptions,
|
|
339
|
-
cb: (err: any, data?: CreateMLInputChannelCommandOutput) => void
|
|
330
|
+
cb: (err: any, data?: CreateMLInputChannelCommandOutput) => void,
|
|
340
331
|
): void;
|
|
341
332
|
createTrainedModel(
|
|
342
333
|
args: CreateTrainedModelCommandInput,
|
|
343
|
-
options?: __HttpHandlerOptions
|
|
334
|
+
options?: __HttpHandlerOptions,
|
|
344
335
|
): Promise<CreateTrainedModelCommandOutput>;
|
|
345
336
|
createTrainedModel(
|
|
346
337
|
args: CreateTrainedModelCommandInput,
|
|
347
|
-
cb: (err: any, data?: CreateTrainedModelCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: CreateTrainedModelCommandOutput) => void,
|
|
348
339
|
): void;
|
|
349
340
|
createTrainedModel(
|
|
350
341
|
args: CreateTrainedModelCommandInput,
|
|
351
342
|
options: __HttpHandlerOptions,
|
|
352
|
-
cb: (err: any, data?: CreateTrainedModelCommandOutput) => void
|
|
343
|
+
cb: (err: any, data?: CreateTrainedModelCommandOutput) => void,
|
|
353
344
|
): void;
|
|
354
345
|
createTrainingDataset(
|
|
355
346
|
args: CreateTrainingDatasetCommandInput,
|
|
356
|
-
options?: __HttpHandlerOptions
|
|
347
|
+
options?: __HttpHandlerOptions,
|
|
357
348
|
): Promise<CreateTrainingDatasetCommandOutput>;
|
|
358
349
|
createTrainingDataset(
|
|
359
350
|
args: CreateTrainingDatasetCommandInput,
|
|
360
|
-
cb: (err: any, data?: CreateTrainingDatasetCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: CreateTrainingDatasetCommandOutput) => void,
|
|
361
352
|
): void;
|
|
362
353
|
createTrainingDataset(
|
|
363
354
|
args: CreateTrainingDatasetCommandInput,
|
|
364
355
|
options: __HttpHandlerOptions,
|
|
365
|
-
cb: (err: any, data?: CreateTrainingDatasetCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: CreateTrainingDatasetCommandOutput) => void,
|
|
366
357
|
): void;
|
|
367
358
|
deleteAudienceGenerationJob(
|
|
368
359
|
args: DeleteAudienceGenerationJobCommandInput,
|
|
369
|
-
options?: __HttpHandlerOptions
|
|
360
|
+
options?: __HttpHandlerOptions,
|
|
370
361
|
): Promise<DeleteAudienceGenerationJobCommandOutput>;
|
|
371
362
|
deleteAudienceGenerationJob(
|
|
372
363
|
args: DeleteAudienceGenerationJobCommandInput,
|
|
373
|
-
cb: (err: any, data?: DeleteAudienceGenerationJobCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: DeleteAudienceGenerationJobCommandOutput) => void,
|
|
374
365
|
): void;
|
|
375
366
|
deleteAudienceGenerationJob(
|
|
376
367
|
args: DeleteAudienceGenerationJobCommandInput,
|
|
377
368
|
options: __HttpHandlerOptions,
|
|
378
|
-
cb: (err: any, data?: DeleteAudienceGenerationJobCommandOutput) => void
|
|
369
|
+
cb: (err: any, data?: DeleteAudienceGenerationJobCommandOutput) => void,
|
|
379
370
|
): void;
|
|
380
371
|
deleteAudienceModel(
|
|
381
372
|
args: DeleteAudienceModelCommandInput,
|
|
382
|
-
options?: __HttpHandlerOptions
|
|
373
|
+
options?: __HttpHandlerOptions,
|
|
383
374
|
): Promise<DeleteAudienceModelCommandOutput>;
|
|
384
375
|
deleteAudienceModel(
|
|
385
376
|
args: DeleteAudienceModelCommandInput,
|
|
386
|
-
cb: (err: any, data?: DeleteAudienceModelCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: DeleteAudienceModelCommandOutput) => void,
|
|
387
378
|
): void;
|
|
388
379
|
deleteAudienceModel(
|
|
389
380
|
args: DeleteAudienceModelCommandInput,
|
|
390
381
|
options: __HttpHandlerOptions,
|
|
391
|
-
cb: (err: any, data?: DeleteAudienceModelCommandOutput) => void
|
|
382
|
+
cb: (err: any, data?: DeleteAudienceModelCommandOutput) => void,
|
|
392
383
|
): void;
|
|
393
384
|
deleteConfiguredAudienceModel(
|
|
394
385
|
args: DeleteConfiguredAudienceModelCommandInput,
|
|
395
|
-
options?: __HttpHandlerOptions
|
|
386
|
+
options?: __HttpHandlerOptions,
|
|
396
387
|
): Promise<DeleteConfiguredAudienceModelCommandOutput>;
|
|
397
388
|
deleteConfiguredAudienceModel(
|
|
398
389
|
args: DeleteConfiguredAudienceModelCommandInput,
|
|
399
|
-
cb: (err: any, data?: DeleteConfiguredAudienceModelCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: DeleteConfiguredAudienceModelCommandOutput) => void,
|
|
400
391
|
): void;
|
|
401
392
|
deleteConfiguredAudienceModel(
|
|
402
393
|
args: DeleteConfiguredAudienceModelCommandInput,
|
|
403
394
|
options: __HttpHandlerOptions,
|
|
404
|
-
cb: (err: any, data?: DeleteConfiguredAudienceModelCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: DeleteConfiguredAudienceModelCommandOutput) => void,
|
|
405
396
|
): void;
|
|
406
397
|
deleteConfiguredAudienceModelPolicy(
|
|
407
398
|
args: DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
408
|
-
options?: __HttpHandlerOptions
|
|
399
|
+
options?: __HttpHandlerOptions,
|
|
409
400
|
): Promise<DeleteConfiguredAudienceModelPolicyCommandOutput>;
|
|
410
401
|
deleteConfiguredAudienceModelPolicy(
|
|
411
402
|
args: DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
412
|
-
cb: (
|
|
413
|
-
err: any,
|
|
414
|
-
data?: DeleteConfiguredAudienceModelPolicyCommandOutput
|
|
415
|
-
) => void
|
|
403
|
+
cb: (err: any, data?: DeleteConfiguredAudienceModelPolicyCommandOutput) => void,
|
|
416
404
|
): void;
|
|
417
405
|
deleteConfiguredAudienceModelPolicy(
|
|
418
406
|
args: DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
419
407
|
options: __HttpHandlerOptions,
|
|
420
|
-
cb: (
|
|
421
|
-
err: any,
|
|
422
|
-
data?: DeleteConfiguredAudienceModelPolicyCommandOutput
|
|
423
|
-
) => void
|
|
408
|
+
cb: (err: any, data?: DeleteConfiguredAudienceModelPolicyCommandOutput) => void,
|
|
424
409
|
): void;
|
|
425
410
|
deleteConfiguredModelAlgorithm(
|
|
426
411
|
args: DeleteConfiguredModelAlgorithmCommandInput,
|
|
427
|
-
options?: __HttpHandlerOptions
|
|
412
|
+
options?: __HttpHandlerOptions,
|
|
428
413
|
): Promise<DeleteConfiguredModelAlgorithmCommandOutput>;
|
|
429
414
|
deleteConfiguredModelAlgorithm(
|
|
430
415
|
args: DeleteConfiguredModelAlgorithmCommandInput,
|
|
431
|
-
cb: (err: any, data?: DeleteConfiguredModelAlgorithmCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: DeleteConfiguredModelAlgorithmCommandOutput) => void,
|
|
432
417
|
): void;
|
|
433
418
|
deleteConfiguredModelAlgorithm(
|
|
434
419
|
args: DeleteConfiguredModelAlgorithmCommandInput,
|
|
435
420
|
options: __HttpHandlerOptions,
|
|
436
|
-
cb: (err: any, data?: DeleteConfiguredModelAlgorithmCommandOutput) => void
|
|
421
|
+
cb: (err: any, data?: DeleteConfiguredModelAlgorithmCommandOutput) => void,
|
|
437
422
|
): void;
|
|
438
423
|
deleteConfiguredModelAlgorithmAssociation(
|
|
439
424
|
args: DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
440
|
-
options?: __HttpHandlerOptions
|
|
425
|
+
options?: __HttpHandlerOptions,
|
|
441
426
|
): Promise<DeleteConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
442
427
|
deleteConfiguredModelAlgorithmAssociation(
|
|
443
428
|
args: DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
444
|
-
cb: (
|
|
445
|
-
err: any,
|
|
446
|
-
data?: DeleteConfiguredModelAlgorithmAssociationCommandOutput
|
|
447
|
-
) => void
|
|
429
|
+
cb: (err: any, data?: DeleteConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
448
430
|
): void;
|
|
449
431
|
deleteConfiguredModelAlgorithmAssociation(
|
|
450
432
|
args: DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
451
433
|
options: __HttpHandlerOptions,
|
|
452
|
-
cb: (
|
|
453
|
-
err: any,
|
|
454
|
-
data?: DeleteConfiguredModelAlgorithmAssociationCommandOutput
|
|
455
|
-
) => void
|
|
434
|
+
cb: (err: any, data?: DeleteConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
456
435
|
): void;
|
|
457
436
|
deleteMLConfiguration(
|
|
458
437
|
args: DeleteMLConfigurationCommandInput,
|
|
459
|
-
options?: __HttpHandlerOptions
|
|
438
|
+
options?: __HttpHandlerOptions,
|
|
460
439
|
): Promise<DeleteMLConfigurationCommandOutput>;
|
|
461
440
|
deleteMLConfiguration(
|
|
462
441
|
args: DeleteMLConfigurationCommandInput,
|
|
463
|
-
cb: (err: any, data?: DeleteMLConfigurationCommandOutput) => void
|
|
442
|
+
cb: (err: any, data?: DeleteMLConfigurationCommandOutput) => void,
|
|
464
443
|
): void;
|
|
465
444
|
deleteMLConfiguration(
|
|
466
445
|
args: DeleteMLConfigurationCommandInput,
|
|
467
446
|
options: __HttpHandlerOptions,
|
|
468
|
-
cb: (err: any, data?: DeleteMLConfigurationCommandOutput) => void
|
|
447
|
+
cb: (err: any, data?: DeleteMLConfigurationCommandOutput) => void,
|
|
469
448
|
): void;
|
|
470
449
|
deleteMLInputChannelData(
|
|
471
450
|
args: DeleteMLInputChannelDataCommandInput,
|
|
472
|
-
options?: __HttpHandlerOptions
|
|
451
|
+
options?: __HttpHandlerOptions,
|
|
473
452
|
): Promise<DeleteMLInputChannelDataCommandOutput>;
|
|
474
453
|
deleteMLInputChannelData(
|
|
475
454
|
args: DeleteMLInputChannelDataCommandInput,
|
|
476
|
-
cb: (err: any, data?: DeleteMLInputChannelDataCommandOutput) => void
|
|
455
|
+
cb: (err: any, data?: DeleteMLInputChannelDataCommandOutput) => void,
|
|
477
456
|
): void;
|
|
478
457
|
deleteMLInputChannelData(
|
|
479
458
|
args: DeleteMLInputChannelDataCommandInput,
|
|
480
459
|
options: __HttpHandlerOptions,
|
|
481
|
-
cb: (err: any, data?: DeleteMLInputChannelDataCommandOutput) => void
|
|
460
|
+
cb: (err: any, data?: DeleteMLInputChannelDataCommandOutput) => void,
|
|
482
461
|
): void;
|
|
483
462
|
deleteTrainedModelOutput(
|
|
484
463
|
args: DeleteTrainedModelOutputCommandInput,
|
|
485
|
-
options?: __HttpHandlerOptions
|
|
464
|
+
options?: __HttpHandlerOptions,
|
|
486
465
|
): Promise<DeleteTrainedModelOutputCommandOutput>;
|
|
487
466
|
deleteTrainedModelOutput(
|
|
488
467
|
args: DeleteTrainedModelOutputCommandInput,
|
|
489
|
-
cb: (err: any, data?: DeleteTrainedModelOutputCommandOutput) => void
|
|
468
|
+
cb: (err: any, data?: DeleteTrainedModelOutputCommandOutput) => void,
|
|
490
469
|
): void;
|
|
491
470
|
deleteTrainedModelOutput(
|
|
492
471
|
args: DeleteTrainedModelOutputCommandInput,
|
|
493
472
|
options: __HttpHandlerOptions,
|
|
494
|
-
cb: (err: any, data?: DeleteTrainedModelOutputCommandOutput) => void
|
|
473
|
+
cb: (err: any, data?: DeleteTrainedModelOutputCommandOutput) => void,
|
|
495
474
|
): void;
|
|
496
475
|
deleteTrainingDataset(
|
|
497
476
|
args: DeleteTrainingDatasetCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
499
478
|
): Promise<DeleteTrainingDatasetCommandOutput>;
|
|
500
479
|
deleteTrainingDataset(
|
|
501
480
|
args: DeleteTrainingDatasetCommandInput,
|
|
502
|
-
cb: (err: any, data?: DeleteTrainingDatasetCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: DeleteTrainingDatasetCommandOutput) => void,
|
|
503
482
|
): void;
|
|
504
483
|
deleteTrainingDataset(
|
|
505
484
|
args: DeleteTrainingDatasetCommandInput,
|
|
506
485
|
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: DeleteTrainingDatasetCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: DeleteTrainingDatasetCommandOutput) => void,
|
|
508
487
|
): void;
|
|
509
488
|
getAudienceGenerationJob(
|
|
510
489
|
args: GetAudienceGenerationJobCommandInput,
|
|
511
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
512
491
|
): Promise<GetAudienceGenerationJobCommandOutput>;
|
|
513
492
|
getAudienceGenerationJob(
|
|
514
493
|
args: GetAudienceGenerationJobCommandInput,
|
|
515
|
-
cb: (err: any, data?: GetAudienceGenerationJobCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: GetAudienceGenerationJobCommandOutput) => void,
|
|
516
495
|
): void;
|
|
517
496
|
getAudienceGenerationJob(
|
|
518
497
|
args: GetAudienceGenerationJobCommandInput,
|
|
519
498
|
options: __HttpHandlerOptions,
|
|
520
|
-
cb: (err: any, data?: GetAudienceGenerationJobCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: GetAudienceGenerationJobCommandOutput) => void,
|
|
521
500
|
): void;
|
|
522
501
|
getAudienceModel(
|
|
523
502
|
args: GetAudienceModelCommandInput,
|
|
524
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
525
504
|
): Promise<GetAudienceModelCommandOutput>;
|
|
526
505
|
getAudienceModel(
|
|
527
506
|
args: GetAudienceModelCommandInput,
|
|
528
|
-
cb: (err: any, data?: GetAudienceModelCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: GetAudienceModelCommandOutput) => void,
|
|
529
508
|
): void;
|
|
530
509
|
getAudienceModel(
|
|
531
510
|
args: GetAudienceModelCommandInput,
|
|
532
511
|
options: __HttpHandlerOptions,
|
|
533
|
-
cb: (err: any, data?: GetAudienceModelCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: GetAudienceModelCommandOutput) => void,
|
|
534
513
|
): void;
|
|
535
514
|
getCollaborationConfiguredModelAlgorithmAssociation(
|
|
536
515
|
args: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
537
|
-
options?: __HttpHandlerOptions
|
|
516
|
+
options?: __HttpHandlerOptions,
|
|
538
517
|
): Promise<GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
539
518
|
getCollaborationConfiguredModelAlgorithmAssociation(
|
|
540
519
|
args: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
541
|
-
cb: (
|
|
542
|
-
err: any,
|
|
543
|
-
data?: GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput
|
|
544
|
-
) => void
|
|
520
|
+
cb: (err: any, data?: GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
545
521
|
): void;
|
|
546
522
|
getCollaborationConfiguredModelAlgorithmAssociation(
|
|
547
523
|
args: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
548
524
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (
|
|
550
|
-
err: any,
|
|
551
|
-
data?: GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput
|
|
552
|
-
) => void
|
|
525
|
+
cb: (err: any, data?: GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
553
526
|
): void;
|
|
554
527
|
getCollaborationMLInputChannel(
|
|
555
528
|
args: GetCollaborationMLInputChannelCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
529
|
+
options?: __HttpHandlerOptions,
|
|
557
530
|
): Promise<GetCollaborationMLInputChannelCommandOutput>;
|
|
558
531
|
getCollaborationMLInputChannel(
|
|
559
532
|
args: GetCollaborationMLInputChannelCommandInput,
|
|
560
|
-
cb: (err: any, data?: GetCollaborationMLInputChannelCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: GetCollaborationMLInputChannelCommandOutput) => void,
|
|
561
534
|
): void;
|
|
562
535
|
getCollaborationMLInputChannel(
|
|
563
536
|
args: GetCollaborationMLInputChannelCommandInput,
|
|
564
537
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: GetCollaborationMLInputChannelCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: GetCollaborationMLInputChannelCommandOutput) => void,
|
|
566
539
|
): void;
|
|
567
540
|
getCollaborationTrainedModel(
|
|
568
541
|
args: GetCollaborationTrainedModelCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
542
|
+
options?: __HttpHandlerOptions,
|
|
570
543
|
): Promise<GetCollaborationTrainedModelCommandOutput>;
|
|
571
544
|
getCollaborationTrainedModel(
|
|
572
545
|
args: GetCollaborationTrainedModelCommandInput,
|
|
573
|
-
cb: (err: any, data?: GetCollaborationTrainedModelCommandOutput) => void
|
|
546
|
+
cb: (err: any, data?: GetCollaborationTrainedModelCommandOutput) => void,
|
|
574
547
|
): void;
|
|
575
548
|
getCollaborationTrainedModel(
|
|
576
549
|
args: GetCollaborationTrainedModelCommandInput,
|
|
577
550
|
options: __HttpHandlerOptions,
|
|
578
|
-
cb: (err: any, data?: GetCollaborationTrainedModelCommandOutput) => void
|
|
551
|
+
cb: (err: any, data?: GetCollaborationTrainedModelCommandOutput) => void,
|
|
579
552
|
): void;
|
|
580
553
|
getConfiguredAudienceModel(
|
|
581
554
|
args: GetConfiguredAudienceModelCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
555
|
+
options?: __HttpHandlerOptions,
|
|
583
556
|
): Promise<GetConfiguredAudienceModelCommandOutput>;
|
|
584
557
|
getConfiguredAudienceModel(
|
|
585
558
|
args: GetConfiguredAudienceModelCommandInput,
|
|
586
|
-
cb: (err: any, data?: GetConfiguredAudienceModelCommandOutput) => void
|
|
559
|
+
cb: (err: any, data?: GetConfiguredAudienceModelCommandOutput) => void,
|
|
587
560
|
): void;
|
|
588
561
|
getConfiguredAudienceModel(
|
|
589
562
|
args: GetConfiguredAudienceModelCommandInput,
|
|
590
563
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: GetConfiguredAudienceModelCommandOutput) => void
|
|
564
|
+
cb: (err: any, data?: GetConfiguredAudienceModelCommandOutput) => void,
|
|
592
565
|
): void;
|
|
593
566
|
getConfiguredAudienceModelPolicy(
|
|
594
567
|
args: GetConfiguredAudienceModelPolicyCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
568
|
+
options?: __HttpHandlerOptions,
|
|
596
569
|
): Promise<GetConfiguredAudienceModelPolicyCommandOutput>;
|
|
597
570
|
getConfiguredAudienceModelPolicy(
|
|
598
571
|
args: GetConfiguredAudienceModelPolicyCommandInput,
|
|
599
|
-
cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void
|
|
572
|
+
cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void,
|
|
600
573
|
): void;
|
|
601
574
|
getConfiguredAudienceModelPolicy(
|
|
602
575
|
args: GetConfiguredAudienceModelPolicyCommandInput,
|
|
603
576
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void
|
|
577
|
+
cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void,
|
|
605
578
|
): void;
|
|
606
579
|
getConfiguredModelAlgorithm(
|
|
607
580
|
args: GetConfiguredModelAlgorithmCommandInput,
|
|
608
|
-
options?: __HttpHandlerOptions
|
|
581
|
+
options?: __HttpHandlerOptions,
|
|
609
582
|
): Promise<GetConfiguredModelAlgorithmCommandOutput>;
|
|
610
583
|
getConfiguredModelAlgorithm(
|
|
611
584
|
args: GetConfiguredModelAlgorithmCommandInput,
|
|
612
|
-
cb: (err: any, data?: GetConfiguredModelAlgorithmCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: GetConfiguredModelAlgorithmCommandOutput) => void,
|
|
613
586
|
): void;
|
|
614
587
|
getConfiguredModelAlgorithm(
|
|
615
588
|
args: GetConfiguredModelAlgorithmCommandInput,
|
|
616
589
|
options: __HttpHandlerOptions,
|
|
617
|
-
cb: (err: any, data?: GetConfiguredModelAlgorithmCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: GetConfiguredModelAlgorithmCommandOutput) => void,
|
|
618
591
|
): void;
|
|
619
592
|
getConfiguredModelAlgorithmAssociation(
|
|
620
593
|
args: GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
594
|
+
options?: __HttpHandlerOptions,
|
|
622
595
|
): Promise<GetConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
623
596
|
getConfiguredModelAlgorithmAssociation(
|
|
624
597
|
args: GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
625
|
-
cb: (
|
|
626
|
-
err: any,
|
|
627
|
-
data?: GetConfiguredModelAlgorithmAssociationCommandOutput
|
|
628
|
-
) => void
|
|
598
|
+
cb: (err: any, data?: GetConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
629
599
|
): void;
|
|
630
600
|
getConfiguredModelAlgorithmAssociation(
|
|
631
601
|
args: GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
632
602
|
options: __HttpHandlerOptions,
|
|
633
|
-
cb: (
|
|
634
|
-
err: any,
|
|
635
|
-
data?: GetConfiguredModelAlgorithmAssociationCommandOutput
|
|
636
|
-
) => void
|
|
603
|
+
cb: (err: any, data?: GetConfiguredModelAlgorithmAssociationCommandOutput) => void,
|
|
637
604
|
): void;
|
|
638
605
|
getMLConfiguration(
|
|
639
606
|
args: GetMLConfigurationCommandInput,
|
|
640
|
-
options?: __HttpHandlerOptions
|
|
607
|
+
options?: __HttpHandlerOptions,
|
|
641
608
|
): Promise<GetMLConfigurationCommandOutput>;
|
|
642
609
|
getMLConfiguration(
|
|
643
610
|
args: GetMLConfigurationCommandInput,
|
|
644
|
-
cb: (err: any, data?: GetMLConfigurationCommandOutput) => void
|
|
611
|
+
cb: (err: any, data?: GetMLConfigurationCommandOutput) => void,
|
|
645
612
|
): void;
|
|
646
613
|
getMLConfiguration(
|
|
647
614
|
args: GetMLConfigurationCommandInput,
|
|
648
615
|
options: __HttpHandlerOptions,
|
|
649
|
-
cb: (err: any, data?: GetMLConfigurationCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: GetMLConfigurationCommandOutput) => void,
|
|
650
617
|
): void;
|
|
651
618
|
getMLInputChannel(
|
|
652
619
|
args: GetMLInputChannelCommandInput,
|
|
653
|
-
options?: __HttpHandlerOptions
|
|
620
|
+
options?: __HttpHandlerOptions,
|
|
654
621
|
): Promise<GetMLInputChannelCommandOutput>;
|
|
655
622
|
getMLInputChannel(
|
|
656
623
|
args: GetMLInputChannelCommandInput,
|
|
657
|
-
cb: (err: any, data?: GetMLInputChannelCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: GetMLInputChannelCommandOutput) => void,
|
|
658
625
|
): void;
|
|
659
626
|
getMLInputChannel(
|
|
660
627
|
args: GetMLInputChannelCommandInput,
|
|
661
628
|
options: __HttpHandlerOptions,
|
|
662
|
-
cb: (err: any, data?: GetMLInputChannelCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: GetMLInputChannelCommandOutput) => void,
|
|
663
630
|
): void;
|
|
664
631
|
getTrainedModel(
|
|
665
632
|
args: GetTrainedModelCommandInput,
|
|
666
|
-
options?: __HttpHandlerOptions
|
|
633
|
+
options?: __HttpHandlerOptions,
|
|
667
634
|
): Promise<GetTrainedModelCommandOutput>;
|
|
668
635
|
getTrainedModel(
|
|
669
636
|
args: GetTrainedModelCommandInput,
|
|
670
|
-
cb: (err: any, data?: GetTrainedModelCommandOutput) => void
|
|
637
|
+
cb: (err: any, data?: GetTrainedModelCommandOutput) => void,
|
|
671
638
|
): void;
|
|
672
639
|
getTrainedModel(
|
|
673
640
|
args: GetTrainedModelCommandInput,
|
|
674
641
|
options: __HttpHandlerOptions,
|
|
675
|
-
cb: (err: any, data?: GetTrainedModelCommandOutput) => void
|
|
642
|
+
cb: (err: any, data?: GetTrainedModelCommandOutput) => void,
|
|
676
643
|
): void;
|
|
677
644
|
getTrainedModelInferenceJob(
|
|
678
645
|
args: GetTrainedModelInferenceJobCommandInput,
|
|
679
|
-
options?: __HttpHandlerOptions
|
|
646
|
+
options?: __HttpHandlerOptions,
|
|
680
647
|
): Promise<GetTrainedModelInferenceJobCommandOutput>;
|
|
681
648
|
getTrainedModelInferenceJob(
|
|
682
649
|
args: GetTrainedModelInferenceJobCommandInput,
|
|
683
|
-
cb: (err: any, data?: GetTrainedModelInferenceJobCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: GetTrainedModelInferenceJobCommandOutput) => void,
|
|
684
651
|
): void;
|
|
685
652
|
getTrainedModelInferenceJob(
|
|
686
653
|
args: GetTrainedModelInferenceJobCommandInput,
|
|
687
654
|
options: __HttpHandlerOptions,
|
|
688
|
-
cb: (err: any, data?: GetTrainedModelInferenceJobCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: GetTrainedModelInferenceJobCommandOutput) => void,
|
|
689
656
|
): void;
|
|
690
657
|
getTrainingDataset(
|
|
691
658
|
args: GetTrainingDatasetCommandInput,
|
|
692
|
-
options?: __HttpHandlerOptions
|
|
659
|
+
options?: __HttpHandlerOptions,
|
|
693
660
|
): Promise<GetTrainingDatasetCommandOutput>;
|
|
694
661
|
getTrainingDataset(
|
|
695
662
|
args: GetTrainingDatasetCommandInput,
|
|
696
|
-
cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void
|
|
663
|
+
cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void,
|
|
697
664
|
): void;
|
|
698
665
|
getTrainingDataset(
|
|
699
666
|
args: GetTrainingDatasetCommandInput,
|
|
700
667
|
options: __HttpHandlerOptions,
|
|
701
|
-
cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void,
|
|
702
669
|
): void;
|
|
703
670
|
listAudienceExportJobs(): Promise<ListAudienceExportJobsCommandOutput>;
|
|
704
671
|
listAudienceExportJobs(
|
|
705
672
|
args: ListAudienceExportJobsCommandInput,
|
|
706
|
-
options?: __HttpHandlerOptions
|
|
673
|
+
options?: __HttpHandlerOptions,
|
|
707
674
|
): Promise<ListAudienceExportJobsCommandOutput>;
|
|
708
675
|
listAudienceExportJobs(
|
|
709
676
|
args: ListAudienceExportJobsCommandInput,
|
|
710
|
-
cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void
|
|
677
|
+
cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void,
|
|
711
678
|
): void;
|
|
712
679
|
listAudienceExportJobs(
|
|
713
680
|
args: ListAudienceExportJobsCommandInput,
|
|
714
681
|
options: __HttpHandlerOptions,
|
|
715
|
-
cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void
|
|
682
|
+
cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void,
|
|
716
683
|
): void;
|
|
717
684
|
listAudienceGenerationJobs(): Promise<ListAudienceGenerationJobsCommandOutput>;
|
|
718
685
|
listAudienceGenerationJobs(
|
|
719
686
|
args: ListAudienceGenerationJobsCommandInput,
|
|
720
|
-
options?: __HttpHandlerOptions
|
|
687
|
+
options?: __HttpHandlerOptions,
|
|
721
688
|
): Promise<ListAudienceGenerationJobsCommandOutput>;
|
|
722
689
|
listAudienceGenerationJobs(
|
|
723
690
|
args: ListAudienceGenerationJobsCommandInput,
|
|
724
|
-
cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void
|
|
691
|
+
cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void,
|
|
725
692
|
): void;
|
|
726
693
|
listAudienceGenerationJobs(
|
|
727
694
|
args: ListAudienceGenerationJobsCommandInput,
|
|
728
695
|
options: __HttpHandlerOptions,
|
|
729
|
-
cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void,
|
|
730
697
|
): void;
|
|
731
698
|
listAudienceModels(): Promise<ListAudienceModelsCommandOutput>;
|
|
732
699
|
listAudienceModels(
|
|
733
700
|
args: ListAudienceModelsCommandInput,
|
|
734
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
735
702
|
): Promise<ListAudienceModelsCommandOutput>;
|
|
736
703
|
listAudienceModels(
|
|
737
704
|
args: ListAudienceModelsCommandInput,
|
|
738
|
-
cb: (err: any, data?: ListAudienceModelsCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: ListAudienceModelsCommandOutput) => void,
|
|
739
706
|
): void;
|
|
740
707
|
listAudienceModels(
|
|
741
708
|
args: ListAudienceModelsCommandInput,
|
|
742
709
|
options: __HttpHandlerOptions,
|
|
743
|
-
cb: (err: any, data?: ListAudienceModelsCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: ListAudienceModelsCommandOutput) => void,
|
|
744
711
|
): void;
|
|
745
712
|
listCollaborationConfiguredModelAlgorithmAssociations(
|
|
746
713
|
args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
747
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
748
715
|
): Promise<ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
749
716
|
listCollaborationConfiguredModelAlgorithmAssociations(
|
|
750
717
|
args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
751
718
|
cb: (
|
|
752
719
|
err: any,
|
|
753
|
-
data?: ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput
|
|
754
|
-
) => void
|
|
720
|
+
data?: ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
721
|
+
) => void,
|
|
755
722
|
): void;
|
|
756
723
|
listCollaborationConfiguredModelAlgorithmAssociations(
|
|
757
724
|
args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
758
725
|
options: __HttpHandlerOptions,
|
|
759
726
|
cb: (
|
|
760
727
|
err: any,
|
|
761
|
-
data?: ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput
|
|
762
|
-
) => void
|
|
728
|
+
data?: ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
729
|
+
) => void,
|
|
763
730
|
): void;
|
|
764
731
|
listCollaborationMLInputChannels(
|
|
765
732
|
args: ListCollaborationMLInputChannelsCommandInput,
|
|
766
|
-
options?: __HttpHandlerOptions
|
|
733
|
+
options?: __HttpHandlerOptions,
|
|
767
734
|
): Promise<ListCollaborationMLInputChannelsCommandOutput>;
|
|
768
735
|
listCollaborationMLInputChannels(
|
|
769
736
|
args: ListCollaborationMLInputChannelsCommandInput,
|
|
770
|
-
cb: (err: any, data?: ListCollaborationMLInputChannelsCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: ListCollaborationMLInputChannelsCommandOutput) => void,
|
|
771
738
|
): void;
|
|
772
739
|
listCollaborationMLInputChannels(
|
|
773
740
|
args: ListCollaborationMLInputChannelsCommandInput,
|
|
774
741
|
options: __HttpHandlerOptions,
|
|
775
|
-
cb: (err: any, data?: ListCollaborationMLInputChannelsCommandOutput) => void
|
|
742
|
+
cb: (err: any, data?: ListCollaborationMLInputChannelsCommandOutput) => void,
|
|
776
743
|
): void;
|
|
777
744
|
listCollaborationTrainedModelExportJobs(
|
|
778
745
|
args: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
779
|
-
options?: __HttpHandlerOptions
|
|
746
|
+
options?: __HttpHandlerOptions,
|
|
780
747
|
): Promise<ListCollaborationTrainedModelExportJobsCommandOutput>;
|
|
781
748
|
listCollaborationTrainedModelExportJobs(
|
|
782
749
|
args: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
783
|
-
cb: (
|
|
784
|
-
err: any,
|
|
785
|
-
data?: ListCollaborationTrainedModelExportJobsCommandOutput
|
|
786
|
-
) => void
|
|
750
|
+
cb: (err: any, data?: ListCollaborationTrainedModelExportJobsCommandOutput) => void,
|
|
787
751
|
): void;
|
|
788
752
|
listCollaborationTrainedModelExportJobs(
|
|
789
753
|
args: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
790
754
|
options: __HttpHandlerOptions,
|
|
791
|
-
cb: (
|
|
792
|
-
err: any,
|
|
793
|
-
data?: ListCollaborationTrainedModelExportJobsCommandOutput
|
|
794
|
-
) => void
|
|
755
|
+
cb: (err: any, data?: ListCollaborationTrainedModelExportJobsCommandOutput) => void,
|
|
795
756
|
): void;
|
|
796
757
|
listCollaborationTrainedModelInferenceJobs(
|
|
797
758
|
args: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
798
|
-
options?: __HttpHandlerOptions
|
|
759
|
+
options?: __HttpHandlerOptions,
|
|
799
760
|
): Promise<ListCollaborationTrainedModelInferenceJobsCommandOutput>;
|
|
800
761
|
listCollaborationTrainedModelInferenceJobs(
|
|
801
762
|
args: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
802
|
-
cb: (
|
|
803
|
-
err: any,
|
|
804
|
-
data?: ListCollaborationTrainedModelInferenceJobsCommandOutput
|
|
805
|
-
) => void
|
|
763
|
+
cb: (err: any, data?: ListCollaborationTrainedModelInferenceJobsCommandOutput) => void,
|
|
806
764
|
): void;
|
|
807
765
|
listCollaborationTrainedModelInferenceJobs(
|
|
808
766
|
args: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
809
767
|
options: __HttpHandlerOptions,
|
|
810
|
-
cb: (
|
|
811
|
-
err: any,
|
|
812
|
-
data?: ListCollaborationTrainedModelInferenceJobsCommandOutput
|
|
813
|
-
) => void
|
|
768
|
+
cb: (err: any, data?: ListCollaborationTrainedModelInferenceJobsCommandOutput) => void,
|
|
814
769
|
): void;
|
|
815
770
|
listCollaborationTrainedModels(
|
|
816
771
|
args: ListCollaborationTrainedModelsCommandInput,
|
|
817
|
-
options?: __HttpHandlerOptions
|
|
772
|
+
options?: __HttpHandlerOptions,
|
|
818
773
|
): Promise<ListCollaborationTrainedModelsCommandOutput>;
|
|
819
774
|
listCollaborationTrainedModels(
|
|
820
775
|
args: ListCollaborationTrainedModelsCommandInput,
|
|
821
|
-
cb: (err: any, data?: ListCollaborationTrainedModelsCommandOutput) => void
|
|
776
|
+
cb: (err: any, data?: ListCollaborationTrainedModelsCommandOutput) => void,
|
|
822
777
|
): void;
|
|
823
778
|
listCollaborationTrainedModels(
|
|
824
779
|
args: ListCollaborationTrainedModelsCommandInput,
|
|
825
780
|
options: __HttpHandlerOptions,
|
|
826
|
-
cb: (err: any, data?: ListCollaborationTrainedModelsCommandOutput) => void
|
|
781
|
+
cb: (err: any, data?: ListCollaborationTrainedModelsCommandOutput) => void,
|
|
827
782
|
): void;
|
|
828
783
|
listConfiguredAudienceModels(): Promise<ListConfiguredAudienceModelsCommandOutput>;
|
|
829
784
|
listConfiguredAudienceModels(
|
|
830
785
|
args: ListConfiguredAudienceModelsCommandInput,
|
|
831
|
-
options?: __HttpHandlerOptions
|
|
786
|
+
options?: __HttpHandlerOptions,
|
|
832
787
|
): Promise<ListConfiguredAudienceModelsCommandOutput>;
|
|
833
788
|
listConfiguredAudienceModels(
|
|
834
789
|
args: ListConfiguredAudienceModelsCommandInput,
|
|
835
|
-
cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void
|
|
790
|
+
cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void,
|
|
836
791
|
): void;
|
|
837
792
|
listConfiguredAudienceModels(
|
|
838
793
|
args: ListConfiguredAudienceModelsCommandInput,
|
|
839
794
|
options: __HttpHandlerOptions,
|
|
840
|
-
cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void
|
|
795
|
+
cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void,
|
|
841
796
|
): void;
|
|
842
797
|
listConfiguredModelAlgorithmAssociations(
|
|
843
798
|
args: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
844
|
-
options?: __HttpHandlerOptions
|
|
799
|
+
options?: __HttpHandlerOptions,
|
|
845
800
|
): Promise<ListConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
846
801
|
listConfiguredModelAlgorithmAssociations(
|
|
847
802
|
args: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
848
|
-
cb: (
|
|
849
|
-
err: any,
|
|
850
|
-
data?: ListConfiguredModelAlgorithmAssociationsCommandOutput
|
|
851
|
-
) => void
|
|
803
|
+
cb: (err: any, data?: ListConfiguredModelAlgorithmAssociationsCommandOutput) => void,
|
|
852
804
|
): void;
|
|
853
805
|
listConfiguredModelAlgorithmAssociations(
|
|
854
806
|
args: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
855
807
|
options: __HttpHandlerOptions,
|
|
856
|
-
cb: (
|
|
857
|
-
err: any,
|
|
858
|
-
data?: ListConfiguredModelAlgorithmAssociationsCommandOutput
|
|
859
|
-
) => void
|
|
808
|
+
cb: (err: any, data?: ListConfiguredModelAlgorithmAssociationsCommandOutput) => void,
|
|
860
809
|
): void;
|
|
861
810
|
listConfiguredModelAlgorithms(): Promise<ListConfiguredModelAlgorithmsCommandOutput>;
|
|
862
811
|
listConfiguredModelAlgorithms(
|
|
863
812
|
args: ListConfiguredModelAlgorithmsCommandInput,
|
|
864
|
-
options?: __HttpHandlerOptions
|
|
813
|
+
options?: __HttpHandlerOptions,
|
|
865
814
|
): Promise<ListConfiguredModelAlgorithmsCommandOutput>;
|
|
866
815
|
listConfiguredModelAlgorithms(
|
|
867
816
|
args: ListConfiguredModelAlgorithmsCommandInput,
|
|
868
|
-
cb: (err: any, data?: ListConfiguredModelAlgorithmsCommandOutput) => void
|
|
817
|
+
cb: (err: any, data?: ListConfiguredModelAlgorithmsCommandOutput) => void,
|
|
869
818
|
): void;
|
|
870
819
|
listConfiguredModelAlgorithms(
|
|
871
820
|
args: ListConfiguredModelAlgorithmsCommandInput,
|
|
872
821
|
options: __HttpHandlerOptions,
|
|
873
|
-
cb: (err: any, data?: ListConfiguredModelAlgorithmsCommandOutput) => void
|
|
822
|
+
cb: (err: any, data?: ListConfiguredModelAlgorithmsCommandOutput) => void,
|
|
874
823
|
): void;
|
|
875
824
|
listMLInputChannels(
|
|
876
825
|
args: ListMLInputChannelsCommandInput,
|
|
877
|
-
options?: __HttpHandlerOptions
|
|
826
|
+
options?: __HttpHandlerOptions,
|
|
878
827
|
): Promise<ListMLInputChannelsCommandOutput>;
|
|
879
828
|
listMLInputChannels(
|
|
880
829
|
args: ListMLInputChannelsCommandInput,
|
|
881
|
-
cb: (err: any, data?: ListMLInputChannelsCommandOutput) => void
|
|
830
|
+
cb: (err: any, data?: ListMLInputChannelsCommandOutput) => void,
|
|
882
831
|
): void;
|
|
883
832
|
listMLInputChannels(
|
|
884
833
|
args: ListMLInputChannelsCommandInput,
|
|
885
834
|
options: __HttpHandlerOptions,
|
|
886
|
-
cb: (err: any, data?: ListMLInputChannelsCommandOutput) => void
|
|
835
|
+
cb: (err: any, data?: ListMLInputChannelsCommandOutput) => void,
|
|
887
836
|
): void;
|
|
888
837
|
listTagsForResource(
|
|
889
838
|
args: ListTagsForResourceCommandInput,
|
|
890
|
-
options?: __HttpHandlerOptions
|
|
839
|
+
options?: __HttpHandlerOptions,
|
|
891
840
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
892
841
|
listTagsForResource(
|
|
893
842
|
args: ListTagsForResourceCommandInput,
|
|
894
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
843
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
895
844
|
): void;
|
|
896
845
|
listTagsForResource(
|
|
897
846
|
args: ListTagsForResourceCommandInput,
|
|
898
847
|
options: __HttpHandlerOptions,
|
|
899
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
848
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
900
849
|
): void;
|
|
901
850
|
listTrainedModelInferenceJobs(
|
|
902
851
|
args: ListTrainedModelInferenceJobsCommandInput,
|
|
903
|
-
options?: __HttpHandlerOptions
|
|
852
|
+
options?: __HttpHandlerOptions,
|
|
904
853
|
): Promise<ListTrainedModelInferenceJobsCommandOutput>;
|
|
905
854
|
listTrainedModelInferenceJobs(
|
|
906
855
|
args: ListTrainedModelInferenceJobsCommandInput,
|
|
907
|
-
cb: (err: any, data?: ListTrainedModelInferenceJobsCommandOutput) => void
|
|
856
|
+
cb: (err: any, data?: ListTrainedModelInferenceJobsCommandOutput) => void,
|
|
908
857
|
): void;
|
|
909
858
|
listTrainedModelInferenceJobs(
|
|
910
859
|
args: ListTrainedModelInferenceJobsCommandInput,
|
|
911
860
|
options: __HttpHandlerOptions,
|
|
912
|
-
cb: (err: any, data?: ListTrainedModelInferenceJobsCommandOutput) => void
|
|
861
|
+
cb: (err: any, data?: ListTrainedModelInferenceJobsCommandOutput) => void,
|
|
913
862
|
): void;
|
|
914
863
|
listTrainedModels(
|
|
915
864
|
args: ListTrainedModelsCommandInput,
|
|
916
|
-
options?: __HttpHandlerOptions
|
|
865
|
+
options?: __HttpHandlerOptions,
|
|
917
866
|
): Promise<ListTrainedModelsCommandOutput>;
|
|
918
867
|
listTrainedModels(
|
|
919
868
|
args: ListTrainedModelsCommandInput,
|
|
920
|
-
cb: (err: any, data?: ListTrainedModelsCommandOutput) => void
|
|
869
|
+
cb: (err: any, data?: ListTrainedModelsCommandOutput) => void,
|
|
921
870
|
): void;
|
|
922
871
|
listTrainedModels(
|
|
923
872
|
args: ListTrainedModelsCommandInput,
|
|
924
873
|
options: __HttpHandlerOptions,
|
|
925
|
-
cb: (err: any, data?: ListTrainedModelsCommandOutput) => void
|
|
874
|
+
cb: (err: any, data?: ListTrainedModelsCommandOutput) => void,
|
|
926
875
|
): void;
|
|
927
876
|
listTrainedModelVersions(
|
|
928
877
|
args: ListTrainedModelVersionsCommandInput,
|
|
929
|
-
options?: __HttpHandlerOptions
|
|
878
|
+
options?: __HttpHandlerOptions,
|
|
930
879
|
): Promise<ListTrainedModelVersionsCommandOutput>;
|
|
931
880
|
listTrainedModelVersions(
|
|
932
881
|
args: ListTrainedModelVersionsCommandInput,
|
|
933
|
-
cb: (err: any, data?: ListTrainedModelVersionsCommandOutput) => void
|
|
882
|
+
cb: (err: any, data?: ListTrainedModelVersionsCommandOutput) => void,
|
|
934
883
|
): void;
|
|
935
884
|
listTrainedModelVersions(
|
|
936
885
|
args: ListTrainedModelVersionsCommandInput,
|
|
937
886
|
options: __HttpHandlerOptions,
|
|
938
|
-
cb: (err: any, data?: ListTrainedModelVersionsCommandOutput) => void
|
|
887
|
+
cb: (err: any, data?: ListTrainedModelVersionsCommandOutput) => void,
|
|
939
888
|
): void;
|
|
940
889
|
listTrainingDatasets(): Promise<ListTrainingDatasetsCommandOutput>;
|
|
941
890
|
listTrainingDatasets(
|
|
942
891
|
args: ListTrainingDatasetsCommandInput,
|
|
943
|
-
options?: __HttpHandlerOptions
|
|
892
|
+
options?: __HttpHandlerOptions,
|
|
944
893
|
): Promise<ListTrainingDatasetsCommandOutput>;
|
|
945
894
|
listTrainingDatasets(
|
|
946
895
|
args: ListTrainingDatasetsCommandInput,
|
|
947
|
-
cb: (err: any, data?: ListTrainingDatasetsCommandOutput) => void
|
|
896
|
+
cb: (err: any, data?: ListTrainingDatasetsCommandOutput) => void,
|
|
948
897
|
): void;
|
|
949
898
|
listTrainingDatasets(
|
|
950
899
|
args: ListTrainingDatasetsCommandInput,
|
|
951
900
|
options: __HttpHandlerOptions,
|
|
952
|
-
cb: (err: any, data?: ListTrainingDatasetsCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: ListTrainingDatasetsCommandOutput) => void,
|
|
953
902
|
): void;
|
|
954
903
|
putConfiguredAudienceModelPolicy(
|
|
955
904
|
args: PutConfiguredAudienceModelPolicyCommandInput,
|
|
956
|
-
options?: __HttpHandlerOptions
|
|
905
|
+
options?: __HttpHandlerOptions,
|
|
957
906
|
): Promise<PutConfiguredAudienceModelPolicyCommandOutput>;
|
|
958
907
|
putConfiguredAudienceModelPolicy(
|
|
959
908
|
args: PutConfiguredAudienceModelPolicyCommandInput,
|
|
960
|
-
cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void
|
|
909
|
+
cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void,
|
|
961
910
|
): void;
|
|
962
911
|
putConfiguredAudienceModelPolicy(
|
|
963
912
|
args: PutConfiguredAudienceModelPolicyCommandInput,
|
|
964
913
|
options: __HttpHandlerOptions,
|
|
965
|
-
cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void
|
|
914
|
+
cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void,
|
|
966
915
|
): void;
|
|
967
916
|
putMLConfiguration(
|
|
968
917
|
args: PutMLConfigurationCommandInput,
|
|
969
|
-
options?: __HttpHandlerOptions
|
|
918
|
+
options?: __HttpHandlerOptions,
|
|
970
919
|
): Promise<PutMLConfigurationCommandOutput>;
|
|
971
920
|
putMLConfiguration(
|
|
972
921
|
args: PutMLConfigurationCommandInput,
|
|
973
|
-
cb: (err: any, data?: PutMLConfigurationCommandOutput) => void
|
|
922
|
+
cb: (err: any, data?: PutMLConfigurationCommandOutput) => void,
|
|
974
923
|
): void;
|
|
975
924
|
putMLConfiguration(
|
|
976
925
|
args: PutMLConfigurationCommandInput,
|
|
977
926
|
options: __HttpHandlerOptions,
|
|
978
|
-
cb: (err: any, data?: PutMLConfigurationCommandOutput) => void
|
|
927
|
+
cb: (err: any, data?: PutMLConfigurationCommandOutput) => void,
|
|
979
928
|
): void;
|
|
980
929
|
startAudienceExportJob(
|
|
981
930
|
args: StartAudienceExportJobCommandInput,
|
|
982
|
-
options?: __HttpHandlerOptions
|
|
931
|
+
options?: __HttpHandlerOptions,
|
|
983
932
|
): Promise<StartAudienceExportJobCommandOutput>;
|
|
984
933
|
startAudienceExportJob(
|
|
985
934
|
args: StartAudienceExportJobCommandInput,
|
|
986
|
-
cb: (err: any, data?: StartAudienceExportJobCommandOutput) => void
|
|
935
|
+
cb: (err: any, data?: StartAudienceExportJobCommandOutput) => void,
|
|
987
936
|
): void;
|
|
988
937
|
startAudienceExportJob(
|
|
989
938
|
args: StartAudienceExportJobCommandInput,
|
|
990
939
|
options: __HttpHandlerOptions,
|
|
991
|
-
cb: (err: any, data?: StartAudienceExportJobCommandOutput) => void
|
|
940
|
+
cb: (err: any, data?: StartAudienceExportJobCommandOutput) => void,
|
|
992
941
|
): void;
|
|
993
942
|
startAudienceGenerationJob(
|
|
994
943
|
args: StartAudienceGenerationJobCommandInput,
|
|
995
|
-
options?: __HttpHandlerOptions
|
|
944
|
+
options?: __HttpHandlerOptions,
|
|
996
945
|
): Promise<StartAudienceGenerationJobCommandOutput>;
|
|
997
946
|
startAudienceGenerationJob(
|
|
998
947
|
args: StartAudienceGenerationJobCommandInput,
|
|
999
|
-
cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void
|
|
948
|
+
cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void,
|
|
1000
949
|
): void;
|
|
1001
950
|
startAudienceGenerationJob(
|
|
1002
951
|
args: StartAudienceGenerationJobCommandInput,
|
|
1003
952
|
options: __HttpHandlerOptions,
|
|
1004
|
-
cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void
|
|
953
|
+
cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void,
|
|
1005
954
|
): void;
|
|
1006
955
|
startTrainedModelExportJob(
|
|
1007
956
|
args: StartTrainedModelExportJobCommandInput,
|
|
1008
|
-
options?: __HttpHandlerOptions
|
|
957
|
+
options?: __HttpHandlerOptions,
|
|
1009
958
|
): Promise<StartTrainedModelExportJobCommandOutput>;
|
|
1010
959
|
startTrainedModelExportJob(
|
|
1011
960
|
args: StartTrainedModelExportJobCommandInput,
|
|
1012
|
-
cb: (err: any, data?: StartTrainedModelExportJobCommandOutput) => void
|
|
961
|
+
cb: (err: any, data?: StartTrainedModelExportJobCommandOutput) => void,
|
|
1013
962
|
): void;
|
|
1014
963
|
startTrainedModelExportJob(
|
|
1015
964
|
args: StartTrainedModelExportJobCommandInput,
|
|
1016
965
|
options: __HttpHandlerOptions,
|
|
1017
|
-
cb: (err: any, data?: StartTrainedModelExportJobCommandOutput) => void
|
|
966
|
+
cb: (err: any, data?: StartTrainedModelExportJobCommandOutput) => void,
|
|
1018
967
|
): void;
|
|
1019
968
|
startTrainedModelInferenceJob(
|
|
1020
969
|
args: StartTrainedModelInferenceJobCommandInput,
|
|
1021
|
-
options?: __HttpHandlerOptions
|
|
970
|
+
options?: __HttpHandlerOptions,
|
|
1022
971
|
): Promise<StartTrainedModelInferenceJobCommandOutput>;
|
|
1023
972
|
startTrainedModelInferenceJob(
|
|
1024
973
|
args: StartTrainedModelInferenceJobCommandInput,
|
|
1025
|
-
cb: (err: any, data?: StartTrainedModelInferenceJobCommandOutput) => void
|
|
974
|
+
cb: (err: any, data?: StartTrainedModelInferenceJobCommandOutput) => void,
|
|
1026
975
|
): void;
|
|
1027
976
|
startTrainedModelInferenceJob(
|
|
1028
977
|
args: StartTrainedModelInferenceJobCommandInput,
|
|
1029
978
|
options: __HttpHandlerOptions,
|
|
1030
|
-
cb: (err: any, data?: StartTrainedModelInferenceJobCommandOutput) => void
|
|
979
|
+
cb: (err: any, data?: StartTrainedModelInferenceJobCommandOutput) => void,
|
|
1031
980
|
): void;
|
|
1032
981
|
tagResource(
|
|
1033
982
|
args: TagResourceCommandInput,
|
|
1034
|
-
options?: __HttpHandlerOptions
|
|
983
|
+
options?: __HttpHandlerOptions,
|
|
1035
984
|
): Promise<TagResourceCommandOutput>;
|
|
1036
985
|
tagResource(
|
|
1037
986
|
args: TagResourceCommandInput,
|
|
1038
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
987
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1039
988
|
): void;
|
|
1040
989
|
tagResource(
|
|
1041
990
|
args: TagResourceCommandInput,
|
|
1042
991
|
options: __HttpHandlerOptions,
|
|
1043
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
992
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1044
993
|
): void;
|
|
1045
994
|
untagResource(
|
|
1046
995
|
args: UntagResourceCommandInput,
|
|
1047
|
-
options?: __HttpHandlerOptions
|
|
996
|
+
options?: __HttpHandlerOptions,
|
|
1048
997
|
): Promise<UntagResourceCommandOutput>;
|
|
1049
998
|
untagResource(
|
|
1050
999
|
args: UntagResourceCommandInput,
|
|
1051
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1000
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1052
1001
|
): void;
|
|
1053
1002
|
untagResource(
|
|
1054
1003
|
args: UntagResourceCommandInput,
|
|
1055
1004
|
options: __HttpHandlerOptions,
|
|
1056
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1005
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1057
1006
|
): void;
|
|
1058
1007
|
updateConfiguredAudienceModel(
|
|
1059
1008
|
args: UpdateConfiguredAudienceModelCommandInput,
|
|
1060
|
-
options?: __HttpHandlerOptions
|
|
1009
|
+
options?: __HttpHandlerOptions,
|
|
1061
1010
|
): Promise<UpdateConfiguredAudienceModelCommandOutput>;
|
|
1062
1011
|
updateConfiguredAudienceModel(
|
|
1063
1012
|
args: UpdateConfiguredAudienceModelCommandInput,
|
|
1064
|
-
cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void
|
|
1013
|
+
cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void,
|
|
1065
1014
|
): void;
|
|
1066
1015
|
updateConfiguredAudienceModel(
|
|
1067
1016
|
args: UpdateConfiguredAudienceModelCommandInput,
|
|
1068
1017
|
options: __HttpHandlerOptions,
|
|
1069
|
-
cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void
|
|
1018
|
+
cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void,
|
|
1070
1019
|
): void;
|
|
1071
1020
|
paginateListAudienceExportJobs(
|
|
1072
1021
|
args?: ListAudienceExportJobsCommandInput,
|
|
1073
1022
|
paginationConfig?: Pick<
|
|
1074
1023
|
PaginationConfiguration,
|
|
1075
1024
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1076
|
-
|
|
1025
|
+
>,
|
|
1077
1026
|
): Paginator<ListAudienceExportJobsCommandOutput>;
|
|
1078
1027
|
paginateListAudienceGenerationJobs(
|
|
1079
1028
|
args?: ListAudienceGenerationJobsCommandInput,
|
|
1080
1029
|
paginationConfig?: Pick<
|
|
1081
1030
|
PaginationConfiguration,
|
|
1082
1031
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1083
|
-
|
|
1032
|
+
>,
|
|
1084
1033
|
): Paginator<ListAudienceGenerationJobsCommandOutput>;
|
|
1085
1034
|
paginateListAudienceModels(
|
|
1086
1035
|
args?: ListAudienceModelsCommandInput,
|
|
1087
1036
|
paginationConfig?: Pick<
|
|
1088
1037
|
PaginationConfiguration,
|
|
1089
1038
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1090
|
-
|
|
1039
|
+
>,
|
|
1091
1040
|
): Paginator<ListAudienceModelsCommandOutput>;
|
|
1092
1041
|
paginateListCollaborationConfiguredModelAlgorithmAssociations(
|
|
1093
1042
|
args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
1094
1043
|
paginationConfig?: Pick<
|
|
1095
1044
|
PaginationConfiguration,
|
|
1096
1045
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1097
|
-
|
|
1046
|
+
>,
|
|
1098
1047
|
): Paginator<ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
1099
1048
|
paginateListCollaborationMLInputChannels(
|
|
1100
1049
|
args: ListCollaborationMLInputChannelsCommandInput,
|
|
1101
1050
|
paginationConfig?: Pick<
|
|
1102
1051
|
PaginationConfiguration,
|
|
1103
1052
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1104
|
-
|
|
1053
|
+
>,
|
|
1105
1054
|
): Paginator<ListCollaborationMLInputChannelsCommandOutput>;
|
|
1106
1055
|
paginateListCollaborationTrainedModelExportJobs(
|
|
1107
1056
|
args: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
1108
1057
|
paginationConfig?: Pick<
|
|
1109
1058
|
PaginationConfiguration,
|
|
1110
1059
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1111
|
-
|
|
1060
|
+
>,
|
|
1112
1061
|
): Paginator<ListCollaborationTrainedModelExportJobsCommandOutput>;
|
|
1113
1062
|
paginateListCollaborationTrainedModelInferenceJobs(
|
|
1114
1063
|
args: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
1115
1064
|
paginationConfig?: Pick<
|
|
1116
1065
|
PaginationConfiguration,
|
|
1117
1066
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1118
|
-
|
|
1067
|
+
>,
|
|
1119
1068
|
): Paginator<ListCollaborationTrainedModelInferenceJobsCommandOutput>;
|
|
1120
1069
|
paginateListCollaborationTrainedModels(
|
|
1121
1070
|
args: ListCollaborationTrainedModelsCommandInput,
|
|
1122
1071
|
paginationConfig?: Pick<
|
|
1123
1072
|
PaginationConfiguration,
|
|
1124
1073
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1125
|
-
|
|
1074
|
+
>,
|
|
1126
1075
|
): Paginator<ListCollaborationTrainedModelsCommandOutput>;
|
|
1127
1076
|
paginateListConfiguredAudienceModels(
|
|
1128
1077
|
args?: ListConfiguredAudienceModelsCommandInput,
|
|
1129
1078
|
paginationConfig?: Pick<
|
|
1130
1079
|
PaginationConfiguration,
|
|
1131
1080
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1132
|
-
|
|
1081
|
+
>,
|
|
1133
1082
|
): Paginator<ListConfiguredAudienceModelsCommandOutput>;
|
|
1134
1083
|
paginateListConfiguredModelAlgorithmAssociations(
|
|
1135
1084
|
args: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
1136
1085
|
paginationConfig?: Pick<
|
|
1137
1086
|
PaginationConfiguration,
|
|
1138
1087
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1139
|
-
|
|
1088
|
+
>,
|
|
1140
1089
|
): Paginator<ListConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
1141
1090
|
paginateListConfiguredModelAlgorithms(
|
|
1142
1091
|
args?: ListConfiguredModelAlgorithmsCommandInput,
|
|
1143
1092
|
paginationConfig?: Pick<
|
|
1144
1093
|
PaginationConfiguration,
|
|
1145
1094
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1146
|
-
|
|
1095
|
+
>,
|
|
1147
1096
|
): Paginator<ListConfiguredModelAlgorithmsCommandOutput>;
|
|
1148
1097
|
paginateListMLInputChannels(
|
|
1149
1098
|
args: ListMLInputChannelsCommandInput,
|
|
1150
1099
|
paginationConfig?: Pick<
|
|
1151
1100
|
PaginationConfiguration,
|
|
1152
1101
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1153
|
-
|
|
1102
|
+
>,
|
|
1154
1103
|
): Paginator<ListMLInputChannelsCommandOutput>;
|
|
1155
1104
|
paginateListTrainedModelInferenceJobs(
|
|
1156
1105
|
args: ListTrainedModelInferenceJobsCommandInput,
|
|
1157
1106
|
paginationConfig?: Pick<
|
|
1158
1107
|
PaginationConfiguration,
|
|
1159
1108
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1160
|
-
|
|
1109
|
+
>,
|
|
1161
1110
|
): Paginator<ListTrainedModelInferenceJobsCommandOutput>;
|
|
1162
1111
|
paginateListTrainedModels(
|
|
1163
1112
|
args: ListTrainedModelsCommandInput,
|
|
1164
1113
|
paginationConfig?: Pick<
|
|
1165
1114
|
PaginationConfiguration,
|
|
1166
1115
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1167
|
-
|
|
1116
|
+
>,
|
|
1168
1117
|
): Paginator<ListTrainedModelsCommandOutput>;
|
|
1169
1118
|
paginateListTrainedModelVersions(
|
|
1170
1119
|
args: ListTrainedModelVersionsCommandInput,
|
|
1171
1120
|
paginationConfig?: Pick<
|
|
1172
1121
|
PaginationConfiguration,
|
|
1173
1122
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1174
|
-
|
|
1123
|
+
>,
|
|
1175
1124
|
): Paginator<ListTrainedModelVersionsCommandOutput>;
|
|
1176
1125
|
paginateListTrainingDatasets(
|
|
1177
1126
|
args?: ListTrainingDatasetsCommandInput,
|
|
1178
1127
|
paginationConfig?: Pick<
|
|
1179
1128
|
PaginationConfiguration,
|
|
1180
1129
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1181
|
-
|
|
1130
|
+
>,
|
|
1182
1131
|
): Paginator<ListTrainingDatasetsCommandOutput>;
|
|
1183
1132
|
}
|
|
1184
|
-
export declare class CleanRoomsML
|
|
1185
|
-
extends CleanRoomsMLClient
|
|
1186
|
-
implements CleanRoomsML {}
|
|
1133
|
+
export declare class CleanRoomsML extends CleanRoomsMLClient implements CleanRoomsML {}
|