@aws-sdk/client-cleanroomsml 3.879.0 → 3.881.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/README.md +1 -1
- package/dist-cjs/index.js +57 -0
- package/dist-es/models/models_0.js +53 -0
- package/dist-types/CleanRoomsML.d.ts +1 -1
- package/dist-types/CleanRoomsMLClient.d.ts +1 -1
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +22 -0
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +22 -0
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +3 -3
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +1 -1
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +22 -0
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +15 -15
- package/dist-types/commands/GetTrainedModelCommand.d.ts +1 -1
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +146 -40
- package/dist-types/ts3.4/models/models_0.d.ts +72 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript CleanRoomsML Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
9
|
+
<p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p> <p/>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -55,6 +55,7 @@ __export(index_exports, {
|
|
|
55
55
|
DeleteMLInputChannelDataCommand: () => DeleteMLInputChannelDataCommand,
|
|
56
56
|
DeleteTrainedModelOutputCommand: () => DeleteTrainedModelOutputCommand,
|
|
57
57
|
DeleteTrainingDatasetCommand: () => DeleteTrainingDatasetCommand,
|
|
58
|
+
EntityType: () => EntityType,
|
|
58
59
|
GetAudienceGenerationJobCommand: () => GetAudienceGenerationJobCommand,
|
|
59
60
|
GetAudienceGenerationJobResponseFilterSensitiveLog: () => GetAudienceGenerationJobResponseFilterSensitiveLog,
|
|
60
61
|
GetAudienceModelCommand: () => GetAudienceModelCommand,
|
|
@@ -93,6 +94,7 @@ __export(index_exports, {
|
|
|
93
94
|
ListTrainedModelVersionsCommand: () => ListTrainedModelVersionsCommand,
|
|
94
95
|
ListTrainedModelsCommand: () => ListTrainedModelsCommand,
|
|
95
96
|
ListTrainingDatasetsCommand: () => ListTrainingDatasetsCommand,
|
|
97
|
+
LogType: () => LogType,
|
|
96
98
|
LogsStatus: () => LogsStatus,
|
|
97
99
|
MLInputChannelStatus: () => MLInputChannelStatus,
|
|
98
100
|
MetricsStatus: () => MetricsStatus,
|
|
@@ -501,6 +503,15 @@ var TrainedModelExportFileType = {
|
|
|
501
503
|
var TrainedModelExportsMaxSizeUnitType = {
|
|
502
504
|
GB: "GB"
|
|
503
505
|
};
|
|
506
|
+
var EntityType = {
|
|
507
|
+
ALL_PERSONALLY_IDENTIFIABLE_INFORMATION: "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION",
|
|
508
|
+
CUSTOM: "CUSTOM",
|
|
509
|
+
NUMBERS: "NUMBERS"
|
|
510
|
+
};
|
|
511
|
+
var LogType = {
|
|
512
|
+
ALL: "ALL",
|
|
513
|
+
ERROR_SUMMARY: "ERROR_SUMMARY"
|
|
514
|
+
};
|
|
504
515
|
var TrainedModelInferenceMaxOutputSizeUnitType = {
|
|
505
516
|
GB: "GB"
|
|
506
517
|
};
|
|
@@ -599,6 +610,15 @@ var _InstanceType = {
|
|
|
599
610
|
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
600
611
|
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
601
612
|
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
613
|
+
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
614
|
+
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
615
|
+
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
616
|
+
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
617
|
+
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
618
|
+
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
619
|
+
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
620
|
+
ML_C7I_LARGE: "ml.c7i.large",
|
|
621
|
+
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
602
622
|
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
603
623
|
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
604
624
|
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
@@ -613,6 +633,22 @@ var _InstanceType = {
|
|
|
613
633
|
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
614
634
|
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
615
635
|
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
636
|
+
ML_G6E_12XLARGE: "ml.g6e.12xlarge",
|
|
637
|
+
ML_G6E_16XLARGE: "ml.g6e.16xlarge",
|
|
638
|
+
ML_G6E_24XLARGE: "ml.g6e.24xlarge",
|
|
639
|
+
ML_G6E_2XLARGE: "ml.g6e.2xlarge",
|
|
640
|
+
ML_G6E_48XLARGE: "ml.g6e.48xlarge",
|
|
641
|
+
ML_G6E_4XLARGE: "ml.g6e.4xlarge",
|
|
642
|
+
ML_G6E_8XLARGE: "ml.g6e.8xlarge",
|
|
643
|
+
ML_G6E_XLARGE: "ml.g6e.xlarge",
|
|
644
|
+
ML_G6_12XLARGE: "ml.g6.12xlarge",
|
|
645
|
+
ML_G6_16XLARGE: "ml.g6.16xlarge",
|
|
646
|
+
ML_G6_24XLARGE: "ml.g6.24xlarge",
|
|
647
|
+
ML_G6_2XLARGE: "ml.g6.2xlarge",
|
|
648
|
+
ML_G6_48XLARGE: "ml.g6.48xlarge",
|
|
649
|
+
ML_G6_4XLARGE: "ml.g6.4xlarge",
|
|
650
|
+
ML_G6_8XLARGE: "ml.g6.8xlarge",
|
|
651
|
+
ML_G6_XLARGE: "ml.g6.xlarge",
|
|
616
652
|
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
617
653
|
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
618
654
|
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
@@ -633,6 +669,15 @@ var _InstanceType = {
|
|
|
633
669
|
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
634
670
|
ML_M6I_LARGE: "ml.m6i.large",
|
|
635
671
|
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
672
|
+
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
673
|
+
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
674
|
+
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
675
|
+
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
676
|
+
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
677
|
+
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
678
|
+
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
679
|
+
ML_M7I_LARGE: "ml.m7i.large",
|
|
680
|
+
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
636
681
|
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
637
682
|
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
638
683
|
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
@@ -642,6 +687,7 @@ var _InstanceType = {
|
|
|
642
687
|
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
643
688
|
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
644
689
|
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
690
|
+
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
645
691
|
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
646
692
|
ML_R5D_12XLARGE: "ml.r5d.12xlarge",
|
|
647
693
|
ML_R5D_16XLARGE: "ml.r5d.16xlarge",
|
|
@@ -659,6 +705,15 @@ var _InstanceType = {
|
|
|
659
705
|
ML_R5_8XLARGE: "ml.r5.8xlarge",
|
|
660
706
|
ML_R5_LARGE: "ml.r5.large",
|
|
661
707
|
ML_R5_XLARGE: "ml.r5.xlarge",
|
|
708
|
+
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
709
|
+
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
710
|
+
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
711
|
+
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
712
|
+
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
713
|
+
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
714
|
+
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
715
|
+
ML_R7I_LARGE: "ml.r7i.large",
|
|
716
|
+
ML_R7I_XLARGE: "ml.r7i.xlarge",
|
|
662
717
|
ML_T3_2XLARGE: "ml.t3.2xlarge",
|
|
663
718
|
ML_T3_LARGE: "ml.t3.large",
|
|
664
719
|
ML_T3_MEDIUM: "ml.t3.medium",
|
|
@@ -4296,6 +4351,8 @@ var paginateListTrainingDatasets = (0, import_core.createPaginator)(CleanRoomsML
|
|
|
4296
4351
|
PolicyExistenceCondition,
|
|
4297
4352
|
TrainedModelExportFileType,
|
|
4298
4353
|
TrainedModelExportsMaxSizeUnitType,
|
|
4354
|
+
EntityType,
|
|
4355
|
+
LogType,
|
|
4299
4356
|
TrainedModelInferenceMaxOutputSizeUnitType,
|
|
4300
4357
|
NoiseLevelType,
|
|
4301
4358
|
TrainedModelArtifactMaxSizeUnitType,
|
|
@@ -138,6 +138,15 @@ export const TrainedModelExportFileType = {
|
|
|
138
138
|
export const TrainedModelExportsMaxSizeUnitType = {
|
|
139
139
|
GB: "GB",
|
|
140
140
|
};
|
|
141
|
+
export const EntityType = {
|
|
142
|
+
ALL_PERSONALLY_IDENTIFIABLE_INFORMATION: "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION",
|
|
143
|
+
CUSTOM: "CUSTOM",
|
|
144
|
+
NUMBERS: "NUMBERS",
|
|
145
|
+
};
|
|
146
|
+
export const LogType = {
|
|
147
|
+
ALL: "ALL",
|
|
148
|
+
ERROR_SUMMARY: "ERROR_SUMMARY",
|
|
149
|
+
};
|
|
141
150
|
export const TrainedModelInferenceMaxOutputSizeUnitType = {
|
|
142
151
|
GB: "GB",
|
|
143
152
|
};
|
|
@@ -236,6 +245,15 @@ export const _InstanceType = {
|
|
|
236
245
|
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
237
246
|
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
238
247
|
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
248
|
+
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
249
|
+
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
250
|
+
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
251
|
+
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
252
|
+
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
253
|
+
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
254
|
+
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
255
|
+
ML_C7I_LARGE: "ml.c7i.large",
|
|
256
|
+
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
239
257
|
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
240
258
|
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
241
259
|
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
@@ -250,6 +268,22 @@ export const _InstanceType = {
|
|
|
250
268
|
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
251
269
|
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
252
270
|
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
271
|
+
ML_G6E_12XLARGE: "ml.g6e.12xlarge",
|
|
272
|
+
ML_G6E_16XLARGE: "ml.g6e.16xlarge",
|
|
273
|
+
ML_G6E_24XLARGE: "ml.g6e.24xlarge",
|
|
274
|
+
ML_G6E_2XLARGE: "ml.g6e.2xlarge",
|
|
275
|
+
ML_G6E_48XLARGE: "ml.g6e.48xlarge",
|
|
276
|
+
ML_G6E_4XLARGE: "ml.g6e.4xlarge",
|
|
277
|
+
ML_G6E_8XLARGE: "ml.g6e.8xlarge",
|
|
278
|
+
ML_G6E_XLARGE: "ml.g6e.xlarge",
|
|
279
|
+
ML_G6_12XLARGE: "ml.g6.12xlarge",
|
|
280
|
+
ML_G6_16XLARGE: "ml.g6.16xlarge",
|
|
281
|
+
ML_G6_24XLARGE: "ml.g6.24xlarge",
|
|
282
|
+
ML_G6_2XLARGE: "ml.g6.2xlarge",
|
|
283
|
+
ML_G6_48XLARGE: "ml.g6.48xlarge",
|
|
284
|
+
ML_G6_4XLARGE: "ml.g6.4xlarge",
|
|
285
|
+
ML_G6_8XLARGE: "ml.g6.8xlarge",
|
|
286
|
+
ML_G6_XLARGE: "ml.g6.xlarge",
|
|
253
287
|
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
254
288
|
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
255
289
|
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
@@ -270,6 +304,15 @@ export const _InstanceType = {
|
|
|
270
304
|
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
271
305
|
ML_M6I_LARGE: "ml.m6i.large",
|
|
272
306
|
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
307
|
+
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
308
|
+
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
309
|
+
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
310
|
+
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
311
|
+
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
312
|
+
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
313
|
+
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
314
|
+
ML_M7I_LARGE: "ml.m7i.large",
|
|
315
|
+
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
273
316
|
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
274
317
|
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
275
318
|
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
@@ -279,6 +322,7 @@ export const _InstanceType = {
|
|
|
279
322
|
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
280
323
|
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
281
324
|
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
325
|
+
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
282
326
|
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
283
327
|
ML_R5D_12XLARGE: "ml.r5d.12xlarge",
|
|
284
328
|
ML_R5D_16XLARGE: "ml.r5d.16xlarge",
|
|
@@ -296,6 +340,15 @@ export const _InstanceType = {
|
|
|
296
340
|
ML_R5_8XLARGE: "ml.r5.8xlarge",
|
|
297
341
|
ML_R5_LARGE: "ml.r5.large",
|
|
298
342
|
ML_R5_XLARGE: "ml.r5.xlarge",
|
|
343
|
+
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
344
|
+
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
345
|
+
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
346
|
+
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
347
|
+
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
348
|
+
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
349
|
+
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
350
|
+
ML_R7I_LARGE: "ml.r7i.large",
|
|
351
|
+
ML_R7I_XLARGE: "ml.r7i.xlarge",
|
|
299
352
|
ML_T3_2XLARGE: "ml.t3.2xlarge",
|
|
300
353
|
ML_T3_LARGE: "ml.t3.large",
|
|
301
354
|
ML_T3_MEDIUM: "ml.t3.medium",
|
|
@@ -422,7 +422,7 @@ export interface CleanRoomsML {
|
|
|
422
422
|
updateConfiguredAudienceModel(args: UpdateConfiguredAudienceModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void): void;
|
|
423
423
|
}
|
|
424
424
|
/**
|
|
425
|
-
* <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
425
|
+
* <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p> <p/>
|
|
426
426
|
* @public
|
|
427
427
|
*/
|
|
428
428
|
export declare class CleanRoomsML extends CleanRoomsMLClient implements CleanRoomsML {
|
|
@@ -228,7 +228,7 @@ export type CleanRoomsMLClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
228
228
|
export interface CleanRoomsMLClientResolvedConfig extends CleanRoomsMLClientResolvedConfigType {
|
|
229
229
|
}
|
|
230
230
|
/**
|
|
231
|
-
* <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
231
|
+
* <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p> <p/>
|
|
232
232
|
* @public
|
|
233
233
|
*/
|
|
234
234
|
export declare class CleanRoomsMLClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CleanRoomsMLClientResolvedConfig> {
|
|
@@ -48,6 +48,17 @@ declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
50
|
* filterPattern: "STRING_VALUE",
|
|
51
|
+
* logType: "ALL" || "ERROR_SUMMARY",
|
|
52
|
+
* logRedactionConfiguration: { // LogRedactionConfiguration
|
|
53
|
+
* entitiesToRedact: [ // EntityTypeList // required
|
|
54
|
+
* "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" || "NUMBERS" || "CUSTOM",
|
|
55
|
+
* ],
|
|
56
|
+
* customEntityConfig: { // CustomEntityConfig
|
|
57
|
+
* customDataIdentifiers: [ // CustomDataIdentifierList // required
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* },
|
|
61
|
+
* },
|
|
51
62
|
* },
|
|
52
63
|
* ],
|
|
53
64
|
* containerMetrics: { // MetricsConfigurationPolicy
|
|
@@ -74,6 +85,17 @@ declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
74
85
|
* "STRING_VALUE",
|
|
75
86
|
* ],
|
|
76
87
|
* filterPattern: "STRING_VALUE",
|
|
88
|
+
* logType: "ALL" || "ERROR_SUMMARY",
|
|
89
|
+
* logRedactionConfiguration: {
|
|
90
|
+
* entitiesToRedact: [ // required
|
|
91
|
+
* "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" || "NUMBERS" || "CUSTOM",
|
|
92
|
+
* ],
|
|
93
|
+
* customEntityConfig: {
|
|
94
|
+
* customDataIdentifiers: [ // required
|
|
95
|
+
* "STRING_VALUE",
|
|
96
|
+
* ],
|
|
97
|
+
* },
|
|
98
|
+
* },
|
|
77
99
|
* },
|
|
78
100
|
* ],
|
|
79
101
|
* maxOutputSize: { // TrainedModelInferenceMaxOutputSize
|
|
@@ -46,7 +46,7 @@ declare const CreateTrainedModelCommand_base: {
|
|
|
46
46
|
* },
|
|
47
47
|
* resourceConfig: { // ResourceConfig
|
|
48
48
|
* instanceCount: Number("int"),
|
|
49
|
-
* instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.
|
|
49
|
+
* instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.8xlarge" || "ml.c6i.4xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.8xlarge" || "ml.r5d.12xlarge" || "ml.r5d.16xlarge" || "ml.r5d.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5en.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge", // required
|
|
50
50
|
* volumeSizeInGB: Number("int"), // required
|
|
51
51
|
* },
|
|
52
52
|
* stoppingCondition: { // StoppingCondition
|
|
@@ -59,6 +59,17 @@ declare const GetCollaborationConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
61
|
* // filterPattern: "STRING_VALUE",
|
|
62
|
+
* // logType: "ALL" || "ERROR_SUMMARY",
|
|
63
|
+
* // logRedactionConfiguration: { // LogRedactionConfiguration
|
|
64
|
+
* // entitiesToRedact: [ // EntityTypeList // required
|
|
65
|
+
* // "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" || "NUMBERS" || "CUSTOM",
|
|
66
|
+
* // ],
|
|
67
|
+
* // customEntityConfig: { // CustomEntityConfig
|
|
68
|
+
* // customDataIdentifiers: [ // CustomDataIdentifierList // required
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // },
|
|
62
73
|
* // },
|
|
63
74
|
* // ],
|
|
64
75
|
* // containerMetrics: { // MetricsConfigurationPolicy
|
|
@@ -85,6 +96,17 @@ declare const GetCollaborationConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
85
96
|
* // "STRING_VALUE",
|
|
86
97
|
* // ],
|
|
87
98
|
* // filterPattern: "STRING_VALUE",
|
|
99
|
+
* // logType: "ALL" || "ERROR_SUMMARY",
|
|
100
|
+
* // logRedactionConfiguration: {
|
|
101
|
+
* // entitiesToRedact: [ // required
|
|
102
|
+
* // "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" || "NUMBERS" || "CUSTOM",
|
|
103
|
+
* // ],
|
|
104
|
+
* // customEntityConfig: {
|
|
105
|
+
* // customDataIdentifiers: [ // required
|
|
106
|
+
* // "STRING_VALUE",
|
|
107
|
+
* // ],
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
88
110
|
* // },
|
|
89
111
|
* // ],
|
|
90
112
|
* // maxOutputSize: { // TrainedModelInferenceMaxOutputSize
|
|
@@ -41,9 +41,6 @@ declare const GetCollaborationMLInputChannelCommand_base: {
|
|
|
41
41
|
* const command = new GetCollaborationMLInputChannelCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // GetCollaborationMLInputChannelResponse
|
|
44
|
-
* // createTime: new Date("TIMESTAMP"), // required
|
|
45
|
-
* // updateTime: new Date("TIMESTAMP"), // required
|
|
46
|
-
* // creatorAccountId: "STRING_VALUE", // required
|
|
47
44
|
* // membershipIdentifier: "STRING_VALUE", // required
|
|
48
45
|
* // collaborationIdentifier: "STRING_VALUE", // required
|
|
49
46
|
* // mlInputChannelArn: "STRING_VALUE", // required
|
|
@@ -59,6 +56,9 @@ declare const GetCollaborationMLInputChannelCommand_base: {
|
|
|
59
56
|
* // retentionInDays: Number("int"), // required
|
|
60
57
|
* // numberOfRecords: Number("long"),
|
|
61
58
|
* // description: "STRING_VALUE",
|
|
59
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
60
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
61
|
+
* // creatorAccountId: "STRING_VALUE", // required
|
|
62
62
|
* // };
|
|
63
63
|
*
|
|
64
64
|
* ```
|
|
@@ -63,7 +63,7 @@ declare const GetCollaborationTrainedModelCommand_base: {
|
|
|
63
63
|
* // configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
|
|
64
64
|
* // resourceConfig: { // ResourceConfig
|
|
65
65
|
* // instanceCount: Number("int"),
|
|
66
|
-
* // instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.
|
|
66
|
+
* // instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.8xlarge" || "ml.c6i.4xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.8xlarge" || "ml.r5d.12xlarge" || "ml.r5d.16xlarge" || "ml.r5d.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5en.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge", // required
|
|
67
67
|
* // volumeSizeInGB: Number("int"), // required
|
|
68
68
|
* // },
|
|
69
69
|
* // trainingInputMode: "File" || "FastFile" || "Pipe",
|
|
@@ -57,6 +57,17 @@ declare const GetConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
57
57
|
* // "STRING_VALUE",
|
|
58
58
|
* // ],
|
|
59
59
|
* // filterPattern: "STRING_VALUE",
|
|
60
|
+
* // logType: "ALL" || "ERROR_SUMMARY",
|
|
61
|
+
* // logRedactionConfiguration: { // LogRedactionConfiguration
|
|
62
|
+
* // entitiesToRedact: [ // EntityTypeList // required
|
|
63
|
+
* // "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" || "NUMBERS" || "CUSTOM",
|
|
64
|
+
* // ],
|
|
65
|
+
* // customEntityConfig: { // CustomEntityConfig
|
|
66
|
+
* // customDataIdentifiers: [ // CustomDataIdentifierList // required
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
60
71
|
* // },
|
|
61
72
|
* // ],
|
|
62
73
|
* // containerMetrics: { // MetricsConfigurationPolicy
|
|
@@ -83,6 +94,17 @@ declare const GetConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
83
94
|
* // "STRING_VALUE",
|
|
84
95
|
* // ],
|
|
85
96
|
* // filterPattern: "STRING_VALUE",
|
|
97
|
+
* // logType: "ALL" || "ERROR_SUMMARY",
|
|
98
|
+
* // logRedactionConfiguration: {
|
|
99
|
+
* // entitiesToRedact: [ // required
|
|
100
|
+
* // "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" || "NUMBERS" || "CUSTOM",
|
|
101
|
+
* // ],
|
|
102
|
+
* // customEntityConfig: {
|
|
103
|
+
* // customDataIdentifiers: [ // required
|
|
104
|
+
* // "STRING_VALUE",
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
107
|
+
* // },
|
|
86
108
|
* // },
|
|
87
109
|
* // ],
|
|
88
110
|
* // maxOutputSize: { // TrainedModelInferenceMaxOutputSize
|
|
@@ -41,10 +41,23 @@ declare const GetMLInputChannelCommand_base: {
|
|
|
41
41
|
* const command = new GetMLInputChannelCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // GetMLInputChannelResponse
|
|
44
|
-
* // createTime: new Date("TIMESTAMP"), // required
|
|
45
|
-
* // updateTime: new Date("TIMESTAMP"), // required
|
|
46
44
|
* // membershipIdentifier: "STRING_VALUE", // required
|
|
47
45
|
* // collaborationIdentifier: "STRING_VALUE", // required
|
|
46
|
+
* // mlInputChannelArn: "STRING_VALUE", // required
|
|
47
|
+
* // name: "STRING_VALUE", // required
|
|
48
|
+
* // configuredModelAlgorithmAssociations: [ // ConfiguredModelAlgorithmAssociationArnList // required
|
|
49
|
+
* // "STRING_VALUE",
|
|
50
|
+
* // ],
|
|
51
|
+
* // status: "CREATE_PENDING" || "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "ACTIVE" || "DELETE_PENDING" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "INACTIVE", // required
|
|
52
|
+
* // statusDetails: { // StatusDetails
|
|
53
|
+
* // statusCode: "STRING_VALUE",
|
|
54
|
+
* // message: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // retentionInDays: Number("int"), // required
|
|
57
|
+
* // numberOfRecords: Number("long"),
|
|
58
|
+
* // description: "STRING_VALUE",
|
|
59
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
60
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
48
61
|
* // inputChannel: { // InputChannel
|
|
49
62
|
* // dataSource: { // InputChannelDataSource Union: only one key present
|
|
50
63
|
* // protectedQueryInputParameters: { // ProtectedQueryInputParameters
|
|
@@ -67,21 +80,8 @@ declare const GetMLInputChannelCommand_base: {
|
|
|
67
80
|
* // roleArn: "STRING_VALUE", // required
|
|
68
81
|
* // },
|
|
69
82
|
* // protectedQueryIdentifier: "STRING_VALUE",
|
|
70
|
-
* // mlInputChannelArn: "STRING_VALUE", // required
|
|
71
|
-
* // name: "STRING_VALUE", // required
|
|
72
|
-
* // configuredModelAlgorithmAssociations: [ // ConfiguredModelAlgorithmAssociationArnList // required
|
|
73
|
-
* // "STRING_VALUE",
|
|
74
|
-
* // ],
|
|
75
|
-
* // status: "CREATE_PENDING" || "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "ACTIVE" || "DELETE_PENDING" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "INACTIVE", // required
|
|
76
|
-
* // statusDetails: { // StatusDetails
|
|
77
|
-
* // statusCode: "STRING_VALUE",
|
|
78
|
-
* // message: "STRING_VALUE",
|
|
79
|
-
* // },
|
|
80
|
-
* // retentionInDays: Number("int"), // required
|
|
81
|
-
* // numberOfRecords: Number("long"),
|
|
82
83
|
* // numberOfFiles: Number("double"),
|
|
83
84
|
* // sizeInGb: Number("double"),
|
|
84
|
-
* // description: "STRING_VALUE",
|
|
85
85
|
* // kmsKeyArn: "STRING_VALUE",
|
|
86
86
|
* // tags: { // TagMap
|
|
87
87
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -63,7 +63,7 @@ declare const GetTrainedModelCommand_base: {
|
|
|
63
63
|
* // configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
|
|
64
64
|
* // resourceConfig: { // ResourceConfig
|
|
65
65
|
* // instanceCount: Number("int"),
|
|
66
|
-
* // instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.
|
|
66
|
+
* // instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.8xlarge" || "ml.c6i.4xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.8xlarge" || "ml.r5d.12xlarge" || "ml.r5d.16xlarge" || "ml.r5d.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5en.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge", // required
|
|
67
67
|
* // volumeSizeInGB: Number("int"), // required
|
|
68
68
|
* // },
|
|
69
69
|
* // trainingInputMode: "File" || "FastFile" || "Pipe",
|
|
@@ -50,7 +50,7 @@ declare const GetTrainedModelInferenceJobCommand_base: {
|
|
|
50
50
|
* // trainedModelArn: "STRING_VALUE", // required
|
|
51
51
|
* // trainedModelVersionIdentifier: "STRING_VALUE",
|
|
52
52
|
* // resourceConfig: { // InferenceResourceConfig
|
|
53
|
-
* // instanceType: "ml.r7i.48xlarge" || "ml.r6i.16xlarge" || "ml.m6i.xlarge" || "ml.m5.4xlarge" || "ml.p2.xlarge" || "ml.m4.16xlarge" || "ml.r7i.16xlarge" || "ml.m7i.xlarge" || "ml.m6i.12xlarge" || "ml.r7i.8xlarge" || "ml.r7i.large" || "ml.m7i.12xlarge" || "ml.m6i.24xlarge" || "ml.m7i.24xlarge" || "ml.r6i.8xlarge" || "ml.r6i.large" || "ml.g5.2xlarge" || "ml.m5.large" || "ml.
|
|
53
|
+
* // instanceType: "ml.r7i.48xlarge" || "ml.r6i.16xlarge" || "ml.m6i.xlarge" || "ml.m5.4xlarge" || "ml.p2.xlarge" || "ml.m4.16xlarge" || "ml.r7i.16xlarge" || "ml.m7i.xlarge" || "ml.m6i.12xlarge" || "ml.r7i.8xlarge" || "ml.r7i.large" || "ml.m7i.12xlarge" || "ml.m6i.24xlarge" || "ml.m7i.24xlarge" || "ml.r6i.8xlarge" || "ml.r6i.large" || "ml.g5.2xlarge" || "ml.m5.large" || "ml.m7i.48xlarge" || "ml.m6i.16xlarge" || "ml.p2.16xlarge" || "ml.g5.4xlarge" || "ml.m7i.16xlarge" || "ml.c4.2xlarge" || "ml.c5.2xlarge" || "ml.c6i.32xlarge" || "ml.c4.4xlarge" || "ml.g5.8xlarge" || "ml.c6i.xlarge" || "ml.c5.4xlarge" || "ml.g4dn.xlarge" || "ml.c7i.xlarge" || "ml.c6i.12xlarge" || "ml.g4dn.12xlarge" || "ml.c7i.12xlarge" || "ml.c6i.24xlarge" || "ml.g4dn.2xlarge" || "ml.c7i.24xlarge" || "ml.c7i.2xlarge" || "ml.c4.8xlarge" || "ml.c6i.2xlarge" || "ml.g4dn.4xlarge" || "ml.c7i.48xlarge" || "ml.c7i.4xlarge" || "ml.c6i.16xlarge" || "ml.c5.9xlarge" || "ml.g4dn.16xlarge" || "ml.c7i.16xlarge" || "ml.c6i.4xlarge" || "ml.c5.xlarge" || "ml.c4.xlarge" || "ml.g4dn.8xlarge" || "ml.c7i.8xlarge" || "ml.c7i.large" || "ml.g5.xlarge" || "ml.c6i.8xlarge" || "ml.c6i.large" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.m7i.2xlarge" || "ml.c5.18xlarge" || "ml.g5.48xlarge" || "ml.m6i.2xlarge" || "ml.g5.16xlarge" || "ml.m7i.4xlarge" || "ml.r6i.32xlarge" || "ml.m6i.4xlarge" || "ml.m5.xlarge" || "ml.m4.10xlarge" || "ml.r6i.xlarge" || "ml.m5.12xlarge" || "ml.m4.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.xlarge" || "ml.r6i.12xlarge" || "ml.m5.24xlarge" || "ml.r7i.12xlarge" || "ml.m7i.8xlarge" || "ml.m7i.large" || "ml.r6i.24xlarge" || "ml.r6i.2xlarge" || "ml.m4.2xlarge" || "ml.r7i.24xlarge" || "ml.r7i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.large" || "ml.m5.2xlarge" || "ml.p2.8xlarge" || "ml.r6i.4xlarge" || "ml.m6i.32xlarge" || "ml.m4.4xlarge" || "ml.p3.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge", // required
|
|
54
54
|
* // instanceCount: Number("int"),
|
|
55
55
|
* // },
|
|
56
56
|
* // outputConfiguration: { // InferenceOutputConfiguration
|
|
@@ -41,7 +41,7 @@ declare const StartTrainedModelInferenceJobCommand_base: {
|
|
|
41
41
|
* trainedModelVersionIdentifier: "STRING_VALUE",
|
|
42
42
|
* configuredModelAlgorithmAssociationArn: "STRING_VALUE",
|
|
43
43
|
* resourceConfig: { // InferenceResourceConfig
|
|
44
|
-
* instanceType: "ml.r7i.48xlarge" || "ml.r6i.16xlarge" || "ml.m6i.xlarge" || "ml.m5.4xlarge" || "ml.p2.xlarge" || "ml.m4.16xlarge" || "ml.r7i.16xlarge" || "ml.m7i.xlarge" || "ml.m6i.12xlarge" || "ml.r7i.8xlarge" || "ml.r7i.large" || "ml.m7i.12xlarge" || "ml.m6i.24xlarge" || "ml.m7i.24xlarge" || "ml.r6i.8xlarge" || "ml.r6i.large" || "ml.g5.2xlarge" || "ml.m5.large" || "ml.
|
|
44
|
+
* instanceType: "ml.r7i.48xlarge" || "ml.r6i.16xlarge" || "ml.m6i.xlarge" || "ml.m5.4xlarge" || "ml.p2.xlarge" || "ml.m4.16xlarge" || "ml.r7i.16xlarge" || "ml.m7i.xlarge" || "ml.m6i.12xlarge" || "ml.r7i.8xlarge" || "ml.r7i.large" || "ml.m7i.12xlarge" || "ml.m6i.24xlarge" || "ml.m7i.24xlarge" || "ml.r6i.8xlarge" || "ml.r6i.large" || "ml.g5.2xlarge" || "ml.m5.large" || "ml.m7i.48xlarge" || "ml.m6i.16xlarge" || "ml.p2.16xlarge" || "ml.g5.4xlarge" || "ml.m7i.16xlarge" || "ml.c4.2xlarge" || "ml.c5.2xlarge" || "ml.c6i.32xlarge" || "ml.c4.4xlarge" || "ml.g5.8xlarge" || "ml.c6i.xlarge" || "ml.c5.4xlarge" || "ml.g4dn.xlarge" || "ml.c7i.xlarge" || "ml.c6i.12xlarge" || "ml.g4dn.12xlarge" || "ml.c7i.12xlarge" || "ml.c6i.24xlarge" || "ml.g4dn.2xlarge" || "ml.c7i.24xlarge" || "ml.c7i.2xlarge" || "ml.c4.8xlarge" || "ml.c6i.2xlarge" || "ml.g4dn.4xlarge" || "ml.c7i.48xlarge" || "ml.c7i.4xlarge" || "ml.c6i.16xlarge" || "ml.c5.9xlarge" || "ml.g4dn.16xlarge" || "ml.c7i.16xlarge" || "ml.c6i.4xlarge" || "ml.c5.xlarge" || "ml.c4.xlarge" || "ml.g4dn.8xlarge" || "ml.c7i.8xlarge" || "ml.c7i.large" || "ml.g5.xlarge" || "ml.c6i.8xlarge" || "ml.c6i.large" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.m7i.2xlarge" || "ml.c5.18xlarge" || "ml.g5.48xlarge" || "ml.m6i.2xlarge" || "ml.g5.16xlarge" || "ml.m7i.4xlarge" || "ml.r6i.32xlarge" || "ml.m6i.4xlarge" || "ml.m5.xlarge" || "ml.m4.10xlarge" || "ml.r6i.xlarge" || "ml.m5.12xlarge" || "ml.m4.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.xlarge" || "ml.r6i.12xlarge" || "ml.m5.24xlarge" || "ml.r7i.12xlarge" || "ml.m7i.8xlarge" || "ml.m7i.large" || "ml.r6i.24xlarge" || "ml.r6i.2xlarge" || "ml.m4.2xlarge" || "ml.r7i.24xlarge" || "ml.r7i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.large" || "ml.m5.2xlarge" || "ml.p2.8xlarge" || "ml.r6i.4xlarge" || "ml.m6i.32xlarge" || "ml.m4.4xlarge" || "ml.p3.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge", // required
|
|
45
45
|
* instanceCount: Number("int"),
|
|
46
46
|
* },
|
|
47
47
|
* outputConfiguration: { // InferenceOutputConfiguration
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
2
|
+
* <p>Welcome to the <i>Amazon Web Services Clean Rooms ML API Reference</i>.</p> <p>Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two parties to identify similar users in their data without the need to share their data with each other. The first party brings the training data to Clean Rooms so that they can create and configure an audience model (lookalike model) and associate it with a collaboration. The second party then brings their seed data to Clean Rooms and generates an audience (lookalike segment) that resembles the training data.</p> <p>To learn more about Amazon Web Services Clean Rooms ML concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p> <p/>
|
|
3
3
|
*
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|
|
@@ -1620,6 +1620,58 @@ export interface TrainedModelExportsConfigurationPolicy {
|
|
|
1620
1620
|
*/
|
|
1621
1621
|
filesToExport: TrainedModelExportFileType[] | undefined;
|
|
1622
1622
|
}
|
|
1623
|
+
/**
|
|
1624
|
+
* <p>The configuration for defining custom patterns to be redacted from logs and error messages. This is for the CUSTOM config under entitiesToRedact. Both CustomEntityConfig and entitiesToRedact need to be present or not present.</p>
|
|
1625
|
+
* @public
|
|
1626
|
+
*/
|
|
1627
|
+
export interface CustomEntityConfig {
|
|
1628
|
+
/**
|
|
1629
|
+
* <p>Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured. </p>
|
|
1630
|
+
* @public
|
|
1631
|
+
*/
|
|
1632
|
+
customDataIdentifiers: string[] | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
/**
|
|
1635
|
+
* @public
|
|
1636
|
+
* @enum
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const EntityType: {
|
|
1639
|
+
readonly ALL_PERSONALLY_IDENTIFIABLE_INFORMATION: "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION";
|
|
1640
|
+
readonly CUSTOM: "CUSTOM";
|
|
1641
|
+
readonly NUMBERS: "NUMBERS";
|
|
1642
|
+
};
|
|
1643
|
+
/**
|
|
1644
|
+
* @public
|
|
1645
|
+
*/
|
|
1646
|
+
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
1647
|
+
/**
|
|
1648
|
+
* <p>The configuration for log redaction.</p>
|
|
1649
|
+
* @public
|
|
1650
|
+
*/
|
|
1651
|
+
export interface LogRedactionConfiguration {
|
|
1652
|
+
/**
|
|
1653
|
+
* <p>Specifies the entities to be redacted from logs. Entities to redact are "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom patterns (customDataIdentifiers) should be provided, and the patterns will be redacted in logs or error messages.</p>
|
|
1654
|
+
* @public
|
|
1655
|
+
*/
|
|
1656
|
+
entitiesToRedact: EntityType[] | undefined;
|
|
1657
|
+
/**
|
|
1658
|
+
* <p>Specifies the configuration for custom entities in the context of log redaction.</p>
|
|
1659
|
+
* @public
|
|
1660
|
+
*/
|
|
1661
|
+
customEntityConfig?: CustomEntityConfig | undefined;
|
|
1662
|
+
}
|
|
1663
|
+
/**
|
|
1664
|
+
* @public
|
|
1665
|
+
* @enum
|
|
1666
|
+
*/
|
|
1667
|
+
export declare const LogType: {
|
|
1668
|
+
readonly ALL: "ALL";
|
|
1669
|
+
readonly ERROR_SUMMARY: "ERROR_SUMMARY";
|
|
1670
|
+
};
|
|
1671
|
+
/**
|
|
1672
|
+
* @public
|
|
1673
|
+
*/
|
|
1674
|
+
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
1623
1675
|
/**
|
|
1624
1676
|
* <p>Provides the information necessary for a user to access the logs.</p>
|
|
1625
1677
|
* @public
|
|
@@ -1635,6 +1687,16 @@ export interface LogsConfigurationPolicy {
|
|
|
1635
1687
|
* @public
|
|
1636
1688
|
*/
|
|
1637
1689
|
filterPattern?: string | undefined;
|
|
1690
|
+
/**
|
|
1691
|
+
* <p>Specifies the type of log this policy applies to. The currently supported policies are ALL or ERROR_SUMMARY.</p>
|
|
1692
|
+
* @public
|
|
1693
|
+
*/
|
|
1694
|
+
logType?: LogType | undefined;
|
|
1695
|
+
/**
|
|
1696
|
+
* <p>Specifies the log redaction configuration for this policy.</p>
|
|
1697
|
+
* @public
|
|
1698
|
+
*/
|
|
1699
|
+
logRedactionConfiguration?: LogRedactionConfiguration | undefined;
|
|
1638
1700
|
}
|
|
1639
1701
|
/**
|
|
1640
1702
|
* @public
|
|
@@ -3030,21 +3092,6 @@ export interface GetCollaborationMLInputChannelRequest {
|
|
|
3030
3092
|
* @public
|
|
3031
3093
|
*/
|
|
3032
3094
|
export interface GetCollaborationMLInputChannelResponse {
|
|
3033
|
-
/**
|
|
3034
|
-
* <p>The time at which the ML input channel was created.</p>
|
|
3035
|
-
* @public
|
|
3036
|
-
*/
|
|
3037
|
-
createTime: Date | undefined;
|
|
3038
|
-
/**
|
|
3039
|
-
* <p>The most recent time at which the ML input channel was updated.</p>
|
|
3040
|
-
* @public
|
|
3041
|
-
*/
|
|
3042
|
-
updateTime: Date | undefined;
|
|
3043
|
-
/**
|
|
3044
|
-
* <p>The account ID of the member who created the ML input channel.</p>
|
|
3045
|
-
* @public
|
|
3046
|
-
*/
|
|
3047
|
-
creatorAccountId: string | undefined;
|
|
3048
3095
|
/**
|
|
3049
3096
|
* <p>The membership ID of the membership that contains the ML input channel.</p>
|
|
3050
3097
|
* @public
|
|
@@ -3095,6 +3142,21 @@ export interface GetCollaborationMLInputChannelResponse {
|
|
|
3095
3142
|
* @public
|
|
3096
3143
|
*/
|
|
3097
3144
|
description?: string | undefined;
|
|
3145
|
+
/**
|
|
3146
|
+
* <p>The time at which the ML input channel was created.</p>
|
|
3147
|
+
* @public
|
|
3148
|
+
*/
|
|
3149
|
+
createTime: Date | undefined;
|
|
3150
|
+
/**
|
|
3151
|
+
* <p>The most recent time at which the ML input channel was updated.</p>
|
|
3152
|
+
* @public
|
|
3153
|
+
*/
|
|
3154
|
+
updateTime: Date | undefined;
|
|
3155
|
+
/**
|
|
3156
|
+
* <p>The account ID of the member who created the ML input channel.</p>
|
|
3157
|
+
* @public
|
|
3158
|
+
*/
|
|
3159
|
+
creatorAccountId: string | undefined;
|
|
3098
3160
|
}
|
|
3099
3161
|
/**
|
|
3100
3162
|
* @public
|
|
@@ -3115,16 +3177,6 @@ export interface GetMLInputChannelRequest {
|
|
|
3115
3177
|
* @public
|
|
3116
3178
|
*/
|
|
3117
3179
|
export interface GetMLInputChannelResponse {
|
|
3118
|
-
/**
|
|
3119
|
-
* <p>The time at which the ML input channel was created.</p>
|
|
3120
|
-
* @public
|
|
3121
|
-
*/
|
|
3122
|
-
createTime: Date | undefined;
|
|
3123
|
-
/**
|
|
3124
|
-
* <p>The most recent time at which the ML input channel was updated.</p>
|
|
3125
|
-
* @public
|
|
3126
|
-
*/
|
|
3127
|
-
updateTime: Date | undefined;
|
|
3128
3180
|
/**
|
|
3129
3181
|
* <p>The membership ID of the membership that contains the ML input channel.</p>
|
|
3130
3182
|
* @public
|
|
@@ -3135,16 +3187,6 @@ export interface GetMLInputChannelResponse {
|
|
|
3135
3187
|
* @public
|
|
3136
3188
|
*/
|
|
3137
3189
|
collaborationIdentifier: string | undefined;
|
|
3138
|
-
/**
|
|
3139
|
-
* <p>The input channel that was used to create the ML input channel.</p>
|
|
3140
|
-
* @public
|
|
3141
|
-
*/
|
|
3142
|
-
inputChannel: InputChannel | undefined;
|
|
3143
|
-
/**
|
|
3144
|
-
* <p>The ID of the protected query that was used to create the ML input channel.</p>
|
|
3145
|
-
* @public
|
|
3146
|
-
*/
|
|
3147
|
-
protectedQueryIdentifier?: string | undefined;
|
|
3148
3190
|
/**
|
|
3149
3191
|
* <p>The Amazon Resource Name (ARN) of the ML input channel.</p>
|
|
3150
3192
|
* @public
|
|
@@ -3180,6 +3222,31 @@ export interface GetMLInputChannelResponse {
|
|
|
3180
3222
|
* @public
|
|
3181
3223
|
*/
|
|
3182
3224
|
numberOfRecords?: number | undefined;
|
|
3225
|
+
/**
|
|
3226
|
+
* <p>The description of the ML input channel.</p>
|
|
3227
|
+
* @public
|
|
3228
|
+
*/
|
|
3229
|
+
description?: string | undefined;
|
|
3230
|
+
/**
|
|
3231
|
+
* <p>The time at which the ML input channel was created.</p>
|
|
3232
|
+
* @public
|
|
3233
|
+
*/
|
|
3234
|
+
createTime: Date | undefined;
|
|
3235
|
+
/**
|
|
3236
|
+
* <p>The most recent time at which the ML input channel was updated.</p>
|
|
3237
|
+
* @public
|
|
3238
|
+
*/
|
|
3239
|
+
updateTime: Date | undefined;
|
|
3240
|
+
/**
|
|
3241
|
+
* <p>The input channel that was used to create the ML input channel.</p>
|
|
3242
|
+
* @public
|
|
3243
|
+
*/
|
|
3244
|
+
inputChannel: InputChannel | undefined;
|
|
3245
|
+
/**
|
|
3246
|
+
* <p>The ID of the protected query that was used to create the ML input channel.</p>
|
|
3247
|
+
* @public
|
|
3248
|
+
*/
|
|
3249
|
+
protectedQueryIdentifier?: string | undefined;
|
|
3183
3250
|
/**
|
|
3184
3251
|
* <p>The number of files in the ML input channel.</p>
|
|
3185
3252
|
* @public
|
|
@@ -3190,11 +3257,6 @@ export interface GetMLInputChannelResponse {
|
|
|
3190
3257
|
* @public
|
|
3191
3258
|
*/
|
|
3192
3259
|
sizeInGb?: number | undefined;
|
|
3193
|
-
/**
|
|
3194
|
-
* <p>The description of the ML input channel.</p>
|
|
3195
|
-
* @public
|
|
3196
|
-
*/
|
|
3197
|
-
description?: string | undefined;
|
|
3198
3260
|
/**
|
|
3199
3261
|
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to create the ML input channel.</p>
|
|
3200
3262
|
* @public
|
|
@@ -3418,6 +3480,15 @@ export declare const _InstanceType: {
|
|
|
3418
3480
|
readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
|
|
3419
3481
|
readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
|
|
3420
3482
|
readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
|
|
3483
|
+
readonly ML_C7I_12XLARGE: "ml.c7i.12xlarge";
|
|
3484
|
+
readonly ML_C7I_16XLARGE: "ml.c7i.16xlarge";
|
|
3485
|
+
readonly ML_C7I_24XLARGE: "ml.c7i.24xlarge";
|
|
3486
|
+
readonly ML_C7I_2XLARGE: "ml.c7i.2xlarge";
|
|
3487
|
+
readonly ML_C7I_48XLARGE: "ml.c7i.48xlarge";
|
|
3488
|
+
readonly ML_C7I_4XLARGE: "ml.c7i.4xlarge";
|
|
3489
|
+
readonly ML_C7I_8XLARGE: "ml.c7i.8xlarge";
|
|
3490
|
+
readonly ML_C7I_LARGE: "ml.c7i.large";
|
|
3491
|
+
readonly ML_C7I_XLARGE: "ml.c7i.xlarge";
|
|
3421
3492
|
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
3422
3493
|
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
3423
3494
|
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
@@ -3432,6 +3503,22 @@ export declare const _InstanceType: {
|
|
|
3432
3503
|
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
3433
3504
|
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
3434
3505
|
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
3506
|
+
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
3507
|
+
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
3508
|
+
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
3509
|
+
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
3510
|
+
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
3511
|
+
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
3512
|
+
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
3513
|
+
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
3514
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
3515
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
3516
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
3517
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
3518
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
3519
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
3520
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
3521
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
3435
3522
|
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
3436
3523
|
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
3437
3524
|
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
@@ -3452,6 +3539,15 @@ export declare const _InstanceType: {
|
|
|
3452
3539
|
readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
|
|
3453
3540
|
readonly ML_M6I_LARGE: "ml.m6i.large";
|
|
3454
3541
|
readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
|
|
3542
|
+
readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
|
|
3543
|
+
readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
|
|
3544
|
+
readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
|
|
3545
|
+
readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
|
|
3546
|
+
readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
|
|
3547
|
+
readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
|
|
3548
|
+
readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
|
|
3549
|
+
readonly ML_M7I_LARGE: "ml.m7i.large";
|
|
3550
|
+
readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
|
|
3455
3551
|
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
3456
3552
|
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
3457
3553
|
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
@@ -3461,6 +3557,7 @@ export declare const _InstanceType: {
|
|
|
3461
3557
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
3462
3558
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
3463
3559
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
3560
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
3464
3561
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
3465
3562
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
3466
3563
|
readonly ML_R5D_16XLARGE: "ml.r5d.16xlarge";
|
|
@@ -3478,6 +3575,15 @@ export declare const _InstanceType: {
|
|
|
3478
3575
|
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
3479
3576
|
readonly ML_R5_LARGE: "ml.r5.large";
|
|
3480
3577
|
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
3578
|
+
readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
|
|
3579
|
+
readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
|
|
3580
|
+
readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
|
|
3581
|
+
readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
|
|
3582
|
+
readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
|
|
3583
|
+
readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
|
|
3584
|
+
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
3585
|
+
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
3586
|
+
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
3481
3587
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
3482
3588
|
readonly ML_T3_LARGE: "ml.t3.large";
|
|
3483
3589
|
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
@@ -464,9 +464,29 @@ export interface TrainedModelExportsConfigurationPolicy {
|
|
|
464
464
|
maxSize: TrainedModelExportsMaxSize | undefined;
|
|
465
465
|
filesToExport: TrainedModelExportFileType[] | undefined;
|
|
466
466
|
}
|
|
467
|
+
export interface CustomEntityConfig {
|
|
468
|
+
customDataIdentifiers: string[] | undefined;
|
|
469
|
+
}
|
|
470
|
+
export declare const EntityType: {
|
|
471
|
+
readonly ALL_PERSONALLY_IDENTIFIABLE_INFORMATION: "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION";
|
|
472
|
+
readonly CUSTOM: "CUSTOM";
|
|
473
|
+
readonly NUMBERS: "NUMBERS";
|
|
474
|
+
};
|
|
475
|
+
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
476
|
+
export interface LogRedactionConfiguration {
|
|
477
|
+
entitiesToRedact: EntityType[] | undefined;
|
|
478
|
+
customEntityConfig?: CustomEntityConfig | undefined;
|
|
479
|
+
}
|
|
480
|
+
export declare const LogType: {
|
|
481
|
+
readonly ALL: "ALL";
|
|
482
|
+
readonly ERROR_SUMMARY: "ERROR_SUMMARY";
|
|
483
|
+
};
|
|
484
|
+
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
467
485
|
export interface LogsConfigurationPolicy {
|
|
468
486
|
allowedAccountIds: string[] | undefined;
|
|
469
487
|
filterPattern?: string | undefined;
|
|
488
|
+
logType?: LogType | undefined;
|
|
489
|
+
logRedactionConfiguration?: LogRedactionConfiguration | undefined;
|
|
470
490
|
}
|
|
471
491
|
export declare const TrainedModelInferenceMaxOutputSizeUnitType: {
|
|
472
492
|
readonly GB: "GB";
|
|
@@ -871,9 +891,6 @@ export interface GetCollaborationMLInputChannelRequest {
|
|
|
871
891
|
collaborationIdentifier: string | undefined;
|
|
872
892
|
}
|
|
873
893
|
export interface GetCollaborationMLInputChannelResponse {
|
|
874
|
-
createTime: Date | undefined;
|
|
875
|
-
updateTime: Date | undefined;
|
|
876
|
-
creatorAccountId: string | undefined;
|
|
877
894
|
membershipIdentifier: string | undefined;
|
|
878
895
|
collaborationIdentifier: string | undefined;
|
|
879
896
|
mlInputChannelArn: string | undefined;
|
|
@@ -884,18 +901,17 @@ export interface GetCollaborationMLInputChannelResponse {
|
|
|
884
901
|
retentionInDays: number | undefined;
|
|
885
902
|
numberOfRecords?: number | undefined;
|
|
886
903
|
description?: string | undefined;
|
|
904
|
+
createTime: Date | undefined;
|
|
905
|
+
updateTime: Date | undefined;
|
|
906
|
+
creatorAccountId: string | undefined;
|
|
887
907
|
}
|
|
888
908
|
export interface GetMLInputChannelRequest {
|
|
889
909
|
mlInputChannelArn: string | undefined;
|
|
890
910
|
membershipIdentifier: string | undefined;
|
|
891
911
|
}
|
|
892
912
|
export interface GetMLInputChannelResponse {
|
|
893
|
-
createTime: Date | undefined;
|
|
894
|
-
updateTime: Date | undefined;
|
|
895
913
|
membershipIdentifier: string | undefined;
|
|
896
914
|
collaborationIdentifier: string | undefined;
|
|
897
|
-
inputChannel: InputChannel | undefined;
|
|
898
|
-
protectedQueryIdentifier?: string | undefined;
|
|
899
915
|
mlInputChannelArn: string | undefined;
|
|
900
916
|
name: string | undefined;
|
|
901
917
|
configuredModelAlgorithmAssociations: string[] | undefined;
|
|
@@ -903,9 +919,13 @@ export interface GetMLInputChannelResponse {
|
|
|
903
919
|
statusDetails?: StatusDetails | undefined;
|
|
904
920
|
retentionInDays: number | undefined;
|
|
905
921
|
numberOfRecords?: number | undefined;
|
|
922
|
+
description?: string | undefined;
|
|
923
|
+
createTime: Date | undefined;
|
|
924
|
+
updateTime: Date | undefined;
|
|
925
|
+
inputChannel: InputChannel | undefined;
|
|
926
|
+
protectedQueryIdentifier?: string | undefined;
|
|
906
927
|
numberOfFiles?: number | undefined;
|
|
907
928
|
sizeInGb?: number | undefined;
|
|
908
|
-
description?: string | undefined;
|
|
909
929
|
kmsKeyArn?: string | undefined;
|
|
910
930
|
tags?: Record<string, string> | undefined;
|
|
911
931
|
}
|
|
@@ -979,6 +999,15 @@ export declare const _InstanceType: {
|
|
|
979
999
|
readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
|
|
980
1000
|
readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
|
|
981
1001
|
readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
|
|
1002
|
+
readonly ML_C7I_12XLARGE: "ml.c7i.12xlarge";
|
|
1003
|
+
readonly ML_C7I_16XLARGE: "ml.c7i.16xlarge";
|
|
1004
|
+
readonly ML_C7I_24XLARGE: "ml.c7i.24xlarge";
|
|
1005
|
+
readonly ML_C7I_2XLARGE: "ml.c7i.2xlarge";
|
|
1006
|
+
readonly ML_C7I_48XLARGE: "ml.c7i.48xlarge";
|
|
1007
|
+
readonly ML_C7I_4XLARGE: "ml.c7i.4xlarge";
|
|
1008
|
+
readonly ML_C7I_8XLARGE: "ml.c7i.8xlarge";
|
|
1009
|
+
readonly ML_C7I_LARGE: "ml.c7i.large";
|
|
1010
|
+
readonly ML_C7I_XLARGE: "ml.c7i.xlarge";
|
|
982
1011
|
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
983
1012
|
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
984
1013
|
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
@@ -993,6 +1022,22 @@ export declare const _InstanceType: {
|
|
|
993
1022
|
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
994
1023
|
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
995
1024
|
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
1025
|
+
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
1026
|
+
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
1027
|
+
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
1028
|
+
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
1029
|
+
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
1030
|
+
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
1031
|
+
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
1032
|
+
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
1033
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
1034
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
1035
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
1036
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
1037
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
1038
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
1039
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
1040
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
996
1041
|
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
997
1042
|
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
998
1043
|
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
@@ -1013,6 +1058,15 @@ export declare const _InstanceType: {
|
|
|
1013
1058
|
readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
|
|
1014
1059
|
readonly ML_M6I_LARGE: "ml.m6i.large";
|
|
1015
1060
|
readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
|
|
1061
|
+
readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
|
|
1062
|
+
readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
|
|
1063
|
+
readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
|
|
1064
|
+
readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
|
|
1065
|
+
readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
|
|
1066
|
+
readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
|
|
1067
|
+
readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
|
|
1068
|
+
readonly ML_M7I_LARGE: "ml.m7i.large";
|
|
1069
|
+
readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
|
|
1016
1070
|
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
1017
1071
|
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
1018
1072
|
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
@@ -1022,6 +1076,7 @@ export declare const _InstanceType: {
|
|
|
1022
1076
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
1023
1077
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1024
1078
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1079
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1025
1080
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1026
1081
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
1027
1082
|
readonly ML_R5D_16XLARGE: "ml.r5d.16xlarge";
|
|
@@ -1039,6 +1094,15 @@ export declare const _InstanceType: {
|
|
|
1039
1094
|
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
1040
1095
|
readonly ML_R5_LARGE: "ml.r5.large";
|
|
1041
1096
|
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
1097
|
+
readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
|
|
1098
|
+
readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
|
|
1099
|
+
readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
|
|
1100
|
+
readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
|
|
1101
|
+
readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
|
|
1102
|
+
readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
|
|
1103
|
+
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
1104
|
+
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
1105
|
+
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
1042
1106
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
1043
1107
|
readonly ML_T3_LARGE: "ml.t3.large";
|
|
1044
1108
|
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanroomsml",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.881.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cleanroomsml",
|