@aws-sdk/client-cleanroomsml 3.933.0 → 3.935.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 +401 -400
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +389 -0
- package/dist-es/models/errors.js +89 -0
- package/dist-es/models/models_0.js +1 -478
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +645 -0
- package/dist-types/models/errors.d.ts +96 -0
- package/dist-types/models/models_0.d.ts +1 -741
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +445 -0
- package/dist-types/ts3.4/models/errors.d.ts +51 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -496
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,478 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AutoRefreshMode = {
|
|
3
|
-
DISABLED: "DISABLED",
|
|
4
|
-
ENABLED: "ENABLED",
|
|
5
|
-
};
|
|
6
|
-
export const AccessBudgetType = {
|
|
7
|
-
CALENDAR_DAY: "CALENDAR_DAY",
|
|
8
|
-
CALENDAR_MONTH: "CALENDAR_MONTH",
|
|
9
|
-
CALENDAR_WEEK: "CALENDAR_WEEK",
|
|
10
|
-
LIFETIME: "LIFETIME",
|
|
11
|
-
};
|
|
12
|
-
export class AccessDeniedException extends __BaseException {
|
|
13
|
-
name = "AccessDeniedException";
|
|
14
|
-
$fault = "client";
|
|
15
|
-
constructor(opts) {
|
|
16
|
-
super({
|
|
17
|
-
name: "AccessDeniedException",
|
|
18
|
-
$fault: "client",
|
|
19
|
-
...opts,
|
|
20
|
-
});
|
|
21
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
export const AudienceSizeType = {
|
|
25
|
-
ABSOLUTE: "ABSOLUTE",
|
|
26
|
-
PERCENTAGE: "PERCENTAGE",
|
|
27
|
-
};
|
|
28
|
-
export const AudienceExportJobStatus = {
|
|
29
|
-
ACTIVE: "ACTIVE",
|
|
30
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
31
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
32
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
33
|
-
};
|
|
34
|
-
export class ValidationException extends __BaseException {
|
|
35
|
-
name = "ValidationException";
|
|
36
|
-
$fault = "client";
|
|
37
|
-
constructor(opts) {
|
|
38
|
-
super({
|
|
39
|
-
name: "ValidationException",
|
|
40
|
-
$fault: "client",
|
|
41
|
-
...opts,
|
|
42
|
-
});
|
|
43
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
export class ConflictException extends __BaseException {
|
|
47
|
-
name = "ConflictException";
|
|
48
|
-
$fault = "client";
|
|
49
|
-
constructor(opts) {
|
|
50
|
-
super({
|
|
51
|
-
name: "ConflictException",
|
|
52
|
-
$fault: "client",
|
|
53
|
-
...opts,
|
|
54
|
-
});
|
|
55
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
59
|
-
name = "ResourceNotFoundException";
|
|
60
|
-
$fault = "client";
|
|
61
|
-
constructor(opts) {
|
|
62
|
-
super({
|
|
63
|
-
name: "ResourceNotFoundException",
|
|
64
|
-
$fault: "client",
|
|
65
|
-
...opts,
|
|
66
|
-
});
|
|
67
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
71
|
-
name = "ServiceQuotaExceededException";
|
|
72
|
-
$fault = "client";
|
|
73
|
-
quotaName;
|
|
74
|
-
quotaValue;
|
|
75
|
-
constructor(opts) {
|
|
76
|
-
super({
|
|
77
|
-
name: "ServiceQuotaExceededException",
|
|
78
|
-
$fault: "client",
|
|
79
|
-
...opts,
|
|
80
|
-
});
|
|
81
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
82
|
-
this.quotaName = opts.quotaName;
|
|
83
|
-
this.quotaValue = opts.quotaValue;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
export const WorkerComputeType = {
|
|
87
|
-
CR1X: "CR.1X",
|
|
88
|
-
CR4X: "CR.4X",
|
|
89
|
-
};
|
|
90
|
-
export const AudienceGenerationJobStatus = {
|
|
91
|
-
ACTIVE: "ACTIVE",
|
|
92
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
93
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
94
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
95
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
96
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
97
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
98
|
-
};
|
|
99
|
-
export class ThrottlingException extends __BaseException {
|
|
100
|
-
name = "ThrottlingException";
|
|
101
|
-
$fault = "client";
|
|
102
|
-
constructor(opts) {
|
|
103
|
-
super({
|
|
104
|
-
name: "ThrottlingException",
|
|
105
|
-
$fault: "client",
|
|
106
|
-
...opts,
|
|
107
|
-
});
|
|
108
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
export const AudienceModelStatus = {
|
|
112
|
-
ACTIVE: "ACTIVE",
|
|
113
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
114
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
115
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
116
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
117
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
118
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
119
|
-
};
|
|
120
|
-
export const TagOnCreatePolicy = {
|
|
121
|
-
FROM_PARENT_RESOURCE: "FROM_PARENT_RESOURCE",
|
|
122
|
-
NONE: "NONE",
|
|
123
|
-
};
|
|
124
|
-
export const SharedAudienceMetrics = {
|
|
125
|
-
ALL: "ALL",
|
|
126
|
-
NONE: "NONE",
|
|
127
|
-
};
|
|
128
|
-
export const ConfiguredAudienceModelStatus = {
|
|
129
|
-
ACTIVE: "ACTIVE",
|
|
130
|
-
};
|
|
131
|
-
export const PolicyExistenceCondition = {
|
|
132
|
-
POLICY_MUST_EXIST: "POLICY_MUST_EXIST",
|
|
133
|
-
POLICY_MUST_NOT_EXIST: "POLICY_MUST_NOT_EXIST",
|
|
134
|
-
};
|
|
135
|
-
export const TrainedModelExportFileType = {
|
|
136
|
-
MODEL: "MODEL",
|
|
137
|
-
OUTPUT: "OUTPUT",
|
|
138
|
-
};
|
|
139
|
-
export const TrainedModelExportsMaxSizeUnitType = {
|
|
140
|
-
GB: "GB",
|
|
141
|
-
};
|
|
142
|
-
export const EntityType = {
|
|
143
|
-
ALL_PERSONALLY_IDENTIFIABLE_INFORMATION: "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION",
|
|
144
|
-
CUSTOM: "CUSTOM",
|
|
145
|
-
NUMBERS: "NUMBERS",
|
|
146
|
-
};
|
|
147
|
-
export const LogType = {
|
|
148
|
-
ALL: "ALL",
|
|
149
|
-
ERROR_SUMMARY: "ERROR_SUMMARY",
|
|
150
|
-
};
|
|
151
|
-
export const TrainedModelInferenceMaxOutputSizeUnitType = {
|
|
152
|
-
GB: "GB",
|
|
153
|
-
};
|
|
154
|
-
export const NoiseLevelType = {
|
|
155
|
-
HIGH: "HIGH",
|
|
156
|
-
LOW: "LOW",
|
|
157
|
-
MEDIUM: "MEDIUM",
|
|
158
|
-
NONE: "NONE",
|
|
159
|
-
};
|
|
160
|
-
export const TrainedModelArtifactMaxSizeUnitType = {
|
|
161
|
-
GB: "GB",
|
|
162
|
-
};
|
|
163
|
-
export const MLInputChannelStatus = {
|
|
164
|
-
ACTIVE: "ACTIVE",
|
|
165
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
166
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
167
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
168
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
169
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
170
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
171
|
-
INACTIVE: "INACTIVE",
|
|
172
|
-
};
|
|
173
|
-
export const TrainedModelExportJobStatus = {
|
|
174
|
-
ACTIVE: "ACTIVE",
|
|
175
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
176
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
177
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
178
|
-
};
|
|
179
|
-
export const LogsStatus = {
|
|
180
|
-
PUBLISH_FAILED: "PUBLISH_FAILED",
|
|
181
|
-
PUBLISH_SUCCEEDED: "PUBLISH_SUCCEEDED",
|
|
182
|
-
};
|
|
183
|
-
export const MetricsStatus = {
|
|
184
|
-
PUBLISH_FAILED: "PUBLISH_FAILED",
|
|
185
|
-
PUBLISH_SUCCEEDED: "PUBLISH_SUCCEEDED",
|
|
186
|
-
};
|
|
187
|
-
export const TrainedModelInferenceJobStatus = {
|
|
188
|
-
ACTIVE: "ACTIVE",
|
|
189
|
-
CANCEL_FAILED: "CANCEL_FAILED",
|
|
190
|
-
CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
|
|
191
|
-
CANCEL_PENDING: "CANCEL_PENDING",
|
|
192
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
193
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
194
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
195
|
-
INACTIVE: "INACTIVE",
|
|
196
|
-
};
|
|
197
|
-
export const TrainedModelStatus = {
|
|
198
|
-
ACTIVE: "ACTIVE",
|
|
199
|
-
CANCEL_FAILED: "CANCEL_FAILED",
|
|
200
|
-
CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
|
|
201
|
-
CANCEL_PENDING: "CANCEL_PENDING",
|
|
202
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
203
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
204
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
205
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
206
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
207
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
208
|
-
INACTIVE: "INACTIVE",
|
|
209
|
-
};
|
|
210
|
-
export const ResultFormat = {
|
|
211
|
-
CSV: "CSV",
|
|
212
|
-
PARQUET: "PARQUET",
|
|
213
|
-
};
|
|
214
|
-
export const S3DataDistributionType = {
|
|
215
|
-
FULLY_REPLICATED: "FullyReplicated",
|
|
216
|
-
SHARDED_BY_S3_KEY: "ShardedByS3Key",
|
|
217
|
-
};
|
|
218
|
-
export const _InstanceType = {
|
|
219
|
-
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
220
|
-
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
221
|
-
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
222
|
-
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
223
|
-
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
224
|
-
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
225
|
-
ML_C5N_4XLARGE: "ml.c5n.4xlarge",
|
|
226
|
-
ML_C5N_9XLARGE: "ml.c5n.9xlarge",
|
|
227
|
-
ML_C5N_XLARGE: "ml.c5n.xlarge",
|
|
228
|
-
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
229
|
-
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
230
|
-
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
231
|
-
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
232
|
-
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
233
|
-
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
234
|
-
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
235
|
-
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
236
|
-
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
237
|
-
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
238
|
-
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
239
|
-
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
240
|
-
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
241
|
-
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
242
|
-
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
243
|
-
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
244
|
-
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
245
|
-
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
246
|
-
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
247
|
-
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
248
|
-
ML_C7I_LARGE: "ml.c7i.large",
|
|
249
|
-
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
250
|
-
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
251
|
-
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
252
|
-
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
253
|
-
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
254
|
-
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
255
|
-
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
256
|
-
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
257
|
-
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
258
|
-
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
259
|
-
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
260
|
-
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
261
|
-
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
262
|
-
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
263
|
-
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
264
|
-
ML_G6E_12XLARGE: "ml.g6e.12xlarge",
|
|
265
|
-
ML_G6E_16XLARGE: "ml.g6e.16xlarge",
|
|
266
|
-
ML_G6E_24XLARGE: "ml.g6e.24xlarge",
|
|
267
|
-
ML_G6E_2XLARGE: "ml.g6e.2xlarge",
|
|
268
|
-
ML_G6E_48XLARGE: "ml.g6e.48xlarge",
|
|
269
|
-
ML_G6E_4XLARGE: "ml.g6e.4xlarge",
|
|
270
|
-
ML_G6E_8XLARGE: "ml.g6e.8xlarge",
|
|
271
|
-
ML_G6E_XLARGE: "ml.g6e.xlarge",
|
|
272
|
-
ML_G6_12XLARGE: "ml.g6.12xlarge",
|
|
273
|
-
ML_G6_16XLARGE: "ml.g6.16xlarge",
|
|
274
|
-
ML_G6_24XLARGE: "ml.g6.24xlarge",
|
|
275
|
-
ML_G6_2XLARGE: "ml.g6.2xlarge",
|
|
276
|
-
ML_G6_48XLARGE: "ml.g6.48xlarge",
|
|
277
|
-
ML_G6_4XLARGE: "ml.g6.4xlarge",
|
|
278
|
-
ML_G6_8XLARGE: "ml.g6.8xlarge",
|
|
279
|
-
ML_G6_XLARGE: "ml.g6.xlarge",
|
|
280
|
-
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
281
|
-
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
282
|
-
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
283
|
-
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
284
|
-
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
285
|
-
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
286
|
-
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
287
|
-
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
288
|
-
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
289
|
-
ML_M5_LARGE: "ml.m5.large",
|
|
290
|
-
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
291
|
-
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
292
|
-
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
293
|
-
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
294
|
-
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
295
|
-
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
296
|
-
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
297
|
-
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
298
|
-
ML_M6I_LARGE: "ml.m6i.large",
|
|
299
|
-
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
300
|
-
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
301
|
-
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
302
|
-
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
303
|
-
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
304
|
-
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
305
|
-
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
306
|
-
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
307
|
-
ML_M7I_LARGE: "ml.m7i.large",
|
|
308
|
-
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
309
|
-
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
310
|
-
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
311
|
-
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
312
|
-
ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
|
|
313
|
-
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
314
|
-
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
315
|
-
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
316
|
-
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
317
|
-
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
318
|
-
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
319
|
-
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
320
|
-
ML_R5D_12XLARGE: "ml.r5d.12xlarge",
|
|
321
|
-
ML_R5D_16XLARGE: "ml.r5d.16xlarge",
|
|
322
|
-
ML_R5D_24XLARGE: "ml.r5d.24xlarge",
|
|
323
|
-
ML_R5D_2XLARGE: "ml.r5d.2xlarge",
|
|
324
|
-
ML_R5D_4XLARGE: "ml.r5d.4xlarge",
|
|
325
|
-
ML_R5D_8XLARGE: "ml.r5d.8xlarge",
|
|
326
|
-
ML_R5D_LARGE: "ml.r5d.large",
|
|
327
|
-
ML_R5D_XLARGE: "ml.r5d.xlarge",
|
|
328
|
-
ML_R5_12XLARGE: "ml.r5.12xlarge",
|
|
329
|
-
ML_R5_16XLARGE: "ml.r5.16xlarge",
|
|
330
|
-
ML_R5_24XLARGE: "ml.r5.24xlarge",
|
|
331
|
-
ML_R5_2XLARGE: "ml.r5.2xlarge",
|
|
332
|
-
ML_R5_4XLARGE: "ml.r5.4xlarge",
|
|
333
|
-
ML_R5_8XLARGE: "ml.r5.8xlarge",
|
|
334
|
-
ML_R5_LARGE: "ml.r5.large",
|
|
335
|
-
ML_R5_XLARGE: "ml.r5.xlarge",
|
|
336
|
-
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
337
|
-
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
338
|
-
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
339
|
-
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
340
|
-
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
341
|
-
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
342
|
-
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
343
|
-
ML_R7I_LARGE: "ml.r7i.large",
|
|
344
|
-
ML_R7I_XLARGE: "ml.r7i.xlarge",
|
|
345
|
-
ML_T3_2XLARGE: "ml.t3.2xlarge",
|
|
346
|
-
ML_T3_LARGE: "ml.t3.large",
|
|
347
|
-
ML_T3_MEDIUM: "ml.t3.medium",
|
|
348
|
-
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
349
|
-
ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
|
|
350
|
-
ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
|
|
351
|
-
ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
|
|
352
|
-
};
|
|
353
|
-
export const TrainingInputMode = {
|
|
354
|
-
FAST_FILE: "FastFile",
|
|
355
|
-
FILE: "File",
|
|
356
|
-
PIPE: "Pipe",
|
|
357
|
-
};
|
|
358
|
-
export class InternalServiceException extends __BaseException {
|
|
359
|
-
name = "InternalServiceException";
|
|
360
|
-
$fault = "server";
|
|
361
|
-
constructor(opts) {
|
|
362
|
-
super({
|
|
363
|
-
name: "InternalServiceException",
|
|
364
|
-
$fault: "server",
|
|
365
|
-
...opts,
|
|
366
|
-
});
|
|
367
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
export const InferenceInstanceType = {
|
|
371
|
-
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
372
|
-
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
373
|
-
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
374
|
-
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
375
|
-
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
376
|
-
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
377
|
-
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
378
|
-
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
379
|
-
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
380
|
-
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
381
|
-
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
382
|
-
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
383
|
-
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
384
|
-
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
385
|
-
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
386
|
-
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
387
|
-
ML_C6I_LARGE: "ml.c6i.large",
|
|
388
|
-
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
389
|
-
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
390
|
-
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
391
|
-
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
392
|
-
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
393
|
-
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
394
|
-
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
395
|
-
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
396
|
-
ML_C7I_LARGE: "ml.c7i.large",
|
|
397
|
-
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
398
|
-
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
399
|
-
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
400
|
-
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
401
|
-
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
402
|
-
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
403
|
-
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
404
|
-
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
405
|
-
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
406
|
-
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
407
|
-
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
408
|
-
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
409
|
-
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
410
|
-
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
411
|
-
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
412
|
-
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
413
|
-
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
414
|
-
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
415
|
-
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
416
|
-
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
417
|
-
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
418
|
-
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
419
|
-
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
420
|
-
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
421
|
-
ML_M5_LARGE: "ml.m5.large",
|
|
422
|
-
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
423
|
-
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
424
|
-
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
425
|
-
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
426
|
-
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
427
|
-
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
428
|
-
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
429
|
-
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
430
|
-
ML_M6I_LARGE: "ml.m6i.large",
|
|
431
|
-
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
432
|
-
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
433
|
-
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
434
|
-
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
435
|
-
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
436
|
-
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
437
|
-
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
438
|
-
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
439
|
-
ML_M7I_LARGE: "ml.m7i.large",
|
|
440
|
-
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
441
|
-
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
442
|
-
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
443
|
-
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
444
|
-
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
445
|
-
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
446
|
-
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
447
|
-
ML_R6I_12XLARGE: "ml.r6i.12xlarge",
|
|
448
|
-
ML_R6I_16XLARGE: "ml.r6i.16xlarge",
|
|
449
|
-
ML_R6I_24XLARGE: "ml.r6i.24xlarge",
|
|
450
|
-
ML_R6I_2XLARGE: "ml.r6i.2xlarge",
|
|
451
|
-
ML_R6I_32XLARGE: "ml.r6i.32xlarge",
|
|
452
|
-
ML_R6I_4XLARGE: "ml.r6i.4xlarge",
|
|
453
|
-
ML_R6I_8XLARGE: "ml.r6i.8xlarge",
|
|
454
|
-
ML_R6I_LARGE: "ml.r6i.large",
|
|
455
|
-
ML_R6I_XLARGE: "ml.r6i.xlarge",
|
|
456
|
-
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
457
|
-
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
458
|
-
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
459
|
-
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
460
|
-
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
461
|
-
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
462
|
-
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
463
|
-
ML_R7I_LARGE: "ml.r7i.large",
|
|
464
|
-
ML_R7I_XLARGE: "ml.r7i.xlarge",
|
|
465
|
-
};
|
|
466
|
-
export const ColumnType = {
|
|
467
|
-
CATEGORICAL_FEATURE: "CATEGORICAL_FEATURE",
|
|
468
|
-
ITEM_ID: "ITEM_ID",
|
|
469
|
-
NUMERICAL_FEATURE: "NUMERICAL_FEATURE",
|
|
470
|
-
TIMESTAMP: "TIMESTAMP",
|
|
471
|
-
USER_ID: "USER_ID",
|
|
472
|
-
};
|
|
473
|
-
export const DatasetType = {
|
|
474
|
-
INTERACTIONS: "INTERACTIONS",
|
|
475
|
-
};
|
|
476
|
-
export const TrainingDatasetStatus = {
|
|
477
|
-
ACTIVE: "ACTIVE",
|
|
478
|
-
};
|
|
1
|
+
export {};
|
|
@@ -433,7 +433,7 @@ const _w = "worker";
|
|
|
433
433
|
const n0 = "com.amazonaws.cleanroomsml";
|
|
434
434
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
435
435
|
import { CleanRoomsMLServiceException as __CleanRoomsMLServiceException } from "../models/CleanRoomsMLServiceException";
|
|
436
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServiceException as __InternalServiceException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/
|
|
436
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServiceException as __InternalServiceException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
437
437
|
export var AccessBudget = [
|
|
438
438
|
3,
|
|
439
439
|
n0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,5 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
10
10
|
export type { CleanRoomsMLExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
|
-
export * from "./models";
|
|
13
|
+
export * from "./models/enums";
|
|
14
|
+
export * from "./models/errors";
|
|
15
|
+
export type * from "./models/models_0";
|
|
14
16
|
export { CleanRoomsMLServiceException } from "./models/CleanRoomsMLServiceException";
|