@aws-sdk/client-sagemaker 3.233.0 → 3.235.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/SageMaker.js +30 -0
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +3 -3
- package/dist-cjs/commands/DescribeAppCommand.js +1 -2
- package/dist-cjs/commands/ListAliasesCommand.js +46 -0
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +3 -3
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -2
- package/dist-cjs/commands/UpdateHubCommand.js +3 -3
- package/dist-cjs/commands/UpdateImageCommand.js +1 -2
- package/dist-cjs/commands/UpdateImageVersionCommand.js +46 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/ruleset.js +4 -375
- package/dist-cjs/models/models_0.js +8 -0
- package/dist-cjs/models/models_1.js +25 -19
- package/dist-cjs/models/models_2.js +25 -25
- package/dist-cjs/models/models_3.js +26 -26
- package/dist-cjs/models/models_4.js +29 -1
- package/dist-cjs/pagination/ListAliasesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +177 -9
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/DescribeAlgorithmCommand.js +1 -1
- package/dist-es/commands/DescribeAppCommand.js +1 -2
- package/dist-es/commands/ListAliasesCommand.js +42 -0
- package/dist-es/commands/ListAssociationsCommand.js +2 -1
- package/dist-es/commands/ListAutoMLJobsCommand.js +1 -1
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +1 -1
- package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -1
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +1 -1
- package/dist-es/commands/UpdateHubCommand.js +1 -1
- package/dist-es/commands/UpdateImageCommand.js +1 -2
- package/dist-es/commands/UpdateImageVersionCommand.js +42 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/ruleset.js +4 -375
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_1.js +18 -9
- package/dist-es/models/models_2.js +15 -15
- package/dist-es/models/models_3.js +15 -15
- package/dist-es/models/models_4.js +21 -0
- package/dist-es/pagination/ListAliasesPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +164 -0
- package/dist-types/SageMaker.d.ts +19 -1
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateExperimentCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAliasesCommand.d.ts +37 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +153 -61
- package/dist-types/models/models_1.d.ts +102 -97
- package/dist-types/models/models_2.d.ts +215 -136
- package/dist-types/models/models_3.d.ts +129 -97
- package/dist-types/models/models_4.d.ts +204 -3
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +25 -37
- package/dist-types/ts3.4/models/models_2.d.ts +64 -54
- package/dist-types/ts3.4/models/models_3.d.ts +56 -42
- package/dist-types/ts3.4/models/models_4.d.ts +74 -1
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +8 -8
|
@@ -1,378 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
builtIn: "AWS::Region",
|
|
9
|
-
required: true,
|
|
10
|
-
documentation: "The AWS region used to dispatch the request.",
|
|
11
|
-
type: "String",
|
|
12
|
-
},
|
|
13
|
-
UseDualStack: {
|
|
14
|
-
builtIn: "AWS::UseDualStack",
|
|
15
|
-
required: true,
|
|
16
|
-
default: false,
|
|
17
|
-
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
18
|
-
type: "Boolean",
|
|
19
|
-
},
|
|
20
|
-
UseFIPS: {
|
|
21
|
-
builtIn: "AWS::UseFIPS",
|
|
22
|
-
required: true,
|
|
23
|
-
default: false,
|
|
24
|
-
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
25
|
-
type: "Boolean",
|
|
26
|
-
},
|
|
27
|
-
Endpoint: {
|
|
28
|
-
builtIn: "SDK::Endpoint",
|
|
29
|
-
required: false,
|
|
30
|
-
documentation: "Override the endpoint used to send this request",
|
|
31
|
-
type: "String",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
rules: [
|
|
35
|
-
{
|
|
36
|
-
conditions: [
|
|
37
|
-
{
|
|
38
|
-
fn: "aws.partition",
|
|
39
|
-
argv: [
|
|
40
|
-
{
|
|
41
|
-
ref: "Region",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
assign: "PartitionResult",
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
type: "tree",
|
|
48
|
-
rules: [
|
|
49
|
-
{
|
|
50
|
-
conditions: [
|
|
51
|
-
{
|
|
52
|
-
fn: "isSet",
|
|
53
|
-
argv: [
|
|
54
|
-
{
|
|
55
|
-
ref: "Endpoint",
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
},
|
|
59
|
-
],
|
|
60
|
-
type: "tree",
|
|
61
|
-
rules: [
|
|
62
|
-
{
|
|
63
|
-
conditions: [
|
|
64
|
-
{
|
|
65
|
-
fn: "booleanEquals",
|
|
66
|
-
argv: [
|
|
67
|
-
{
|
|
68
|
-
ref: "UseFIPS",
|
|
69
|
-
},
|
|
70
|
-
true,
|
|
71
|
-
],
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
75
|
-
type: "error",
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
conditions: [],
|
|
79
|
-
type: "tree",
|
|
80
|
-
rules: [
|
|
81
|
-
{
|
|
82
|
-
conditions: [
|
|
83
|
-
{
|
|
84
|
-
fn: "booleanEquals",
|
|
85
|
-
argv: [
|
|
86
|
-
{
|
|
87
|
-
ref: "UseDualStack",
|
|
88
|
-
},
|
|
89
|
-
true,
|
|
90
|
-
],
|
|
91
|
-
},
|
|
92
|
-
],
|
|
93
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
94
|
-
type: "error",
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
conditions: [],
|
|
98
|
-
endpoint: {
|
|
99
|
-
url: {
|
|
100
|
-
ref: "Endpoint",
|
|
101
|
-
},
|
|
102
|
-
properties: {},
|
|
103
|
-
headers: {},
|
|
104
|
-
},
|
|
105
|
-
type: "endpoint",
|
|
106
|
-
},
|
|
107
|
-
],
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
conditions: [
|
|
113
|
-
{
|
|
114
|
-
fn: "booleanEquals",
|
|
115
|
-
argv: [
|
|
116
|
-
{
|
|
117
|
-
ref: "UseFIPS",
|
|
118
|
-
},
|
|
119
|
-
true,
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
fn: "booleanEquals",
|
|
124
|
-
argv: [
|
|
125
|
-
{
|
|
126
|
-
ref: "UseDualStack",
|
|
127
|
-
},
|
|
128
|
-
true,
|
|
129
|
-
],
|
|
130
|
-
},
|
|
131
|
-
],
|
|
132
|
-
type: "tree",
|
|
133
|
-
rules: [
|
|
134
|
-
{
|
|
135
|
-
conditions: [
|
|
136
|
-
{
|
|
137
|
-
fn: "booleanEquals",
|
|
138
|
-
argv: [
|
|
139
|
-
true,
|
|
140
|
-
{
|
|
141
|
-
fn: "getAttr",
|
|
142
|
-
argv: [
|
|
143
|
-
{
|
|
144
|
-
ref: "PartitionResult",
|
|
145
|
-
},
|
|
146
|
-
"supportsFIPS",
|
|
147
|
-
],
|
|
148
|
-
},
|
|
149
|
-
],
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
fn: "booleanEquals",
|
|
153
|
-
argv: [
|
|
154
|
-
true,
|
|
155
|
-
{
|
|
156
|
-
fn: "getAttr",
|
|
157
|
-
argv: [
|
|
158
|
-
{
|
|
159
|
-
ref: "PartitionResult",
|
|
160
|
-
},
|
|
161
|
-
"supportsDualStack",
|
|
162
|
-
],
|
|
163
|
-
},
|
|
164
|
-
],
|
|
165
|
-
},
|
|
166
|
-
],
|
|
167
|
-
type: "tree",
|
|
168
|
-
rules: [
|
|
169
|
-
{
|
|
170
|
-
conditions: [],
|
|
171
|
-
endpoint: {
|
|
172
|
-
url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
173
|
-
properties: {},
|
|
174
|
-
headers: {},
|
|
175
|
-
},
|
|
176
|
-
type: "endpoint",
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
conditions: [],
|
|
182
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
183
|
-
type: "error",
|
|
184
|
-
},
|
|
185
|
-
],
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
conditions: [
|
|
189
|
-
{
|
|
190
|
-
fn: "booleanEquals",
|
|
191
|
-
argv: [
|
|
192
|
-
{
|
|
193
|
-
ref: "UseFIPS",
|
|
194
|
-
},
|
|
195
|
-
true,
|
|
196
|
-
],
|
|
197
|
-
},
|
|
198
|
-
],
|
|
199
|
-
type: "tree",
|
|
200
|
-
rules: [
|
|
201
|
-
{
|
|
202
|
-
conditions: [
|
|
203
|
-
{
|
|
204
|
-
fn: "booleanEquals",
|
|
205
|
-
argv: [
|
|
206
|
-
true,
|
|
207
|
-
{
|
|
208
|
-
fn: "getAttr",
|
|
209
|
-
argv: [
|
|
210
|
-
{
|
|
211
|
-
ref: "PartitionResult",
|
|
212
|
-
},
|
|
213
|
-
"supportsFIPS",
|
|
214
|
-
],
|
|
215
|
-
},
|
|
216
|
-
],
|
|
217
|
-
},
|
|
218
|
-
],
|
|
219
|
-
type: "tree",
|
|
220
|
-
rules: [
|
|
221
|
-
{
|
|
222
|
-
conditions: [],
|
|
223
|
-
type: "tree",
|
|
224
|
-
rules: [
|
|
225
|
-
{
|
|
226
|
-
conditions: [
|
|
227
|
-
{
|
|
228
|
-
fn: "stringEquals",
|
|
229
|
-
argv: [
|
|
230
|
-
"aws",
|
|
231
|
-
{
|
|
232
|
-
fn: "getAttr",
|
|
233
|
-
argv: [
|
|
234
|
-
{
|
|
235
|
-
ref: "PartitionResult",
|
|
236
|
-
},
|
|
237
|
-
"name",
|
|
238
|
-
],
|
|
239
|
-
},
|
|
240
|
-
],
|
|
241
|
-
},
|
|
242
|
-
],
|
|
243
|
-
endpoint: {
|
|
244
|
-
url: "https://api-fips.sagemaker.{Region}.{PartitionResult#dnsSuffix}",
|
|
245
|
-
properties: {},
|
|
246
|
-
headers: {},
|
|
247
|
-
},
|
|
248
|
-
type: "endpoint",
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
conditions: [
|
|
252
|
-
{
|
|
253
|
-
fn: "stringEquals",
|
|
254
|
-
argv: [
|
|
255
|
-
{
|
|
256
|
-
ref: "Region",
|
|
257
|
-
},
|
|
258
|
-
"us-gov-west-1-secondary",
|
|
259
|
-
],
|
|
260
|
-
},
|
|
261
|
-
],
|
|
262
|
-
endpoint: {
|
|
263
|
-
url: "https://api.sagemaker.us-gov-west-1.amazonaws.com",
|
|
264
|
-
properties: {},
|
|
265
|
-
headers: {},
|
|
266
|
-
},
|
|
267
|
-
type: "endpoint",
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
conditions: [
|
|
271
|
-
{
|
|
272
|
-
fn: "stringEquals",
|
|
273
|
-
argv: [
|
|
274
|
-
"aws-us-gov",
|
|
275
|
-
{
|
|
276
|
-
fn: "getAttr",
|
|
277
|
-
argv: [
|
|
278
|
-
{
|
|
279
|
-
ref: "PartitionResult",
|
|
280
|
-
},
|
|
281
|
-
"name",
|
|
282
|
-
],
|
|
283
|
-
},
|
|
284
|
-
],
|
|
285
|
-
},
|
|
286
|
-
],
|
|
287
|
-
endpoint: {
|
|
288
|
-
url: "https://api-fips.sagemaker.{Region}.{PartitionResult#dnsSuffix}",
|
|
289
|
-
properties: {},
|
|
290
|
-
headers: {},
|
|
291
|
-
},
|
|
292
|
-
type: "endpoint",
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
conditions: [],
|
|
296
|
-
endpoint: {
|
|
297
|
-
url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
298
|
-
properties: {},
|
|
299
|
-
headers: {},
|
|
300
|
-
},
|
|
301
|
-
type: "endpoint",
|
|
302
|
-
},
|
|
303
|
-
],
|
|
304
|
-
},
|
|
305
|
-
],
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
conditions: [],
|
|
309
|
-
error: "FIPS is enabled but this partition does not support FIPS",
|
|
310
|
-
type: "error",
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
conditions: [
|
|
316
|
-
{
|
|
317
|
-
fn: "booleanEquals",
|
|
318
|
-
argv: [
|
|
319
|
-
{
|
|
320
|
-
ref: "UseDualStack",
|
|
321
|
-
},
|
|
322
|
-
true,
|
|
323
|
-
],
|
|
324
|
-
},
|
|
325
|
-
],
|
|
326
|
-
type: "tree",
|
|
327
|
-
rules: [
|
|
328
|
-
{
|
|
329
|
-
conditions: [
|
|
330
|
-
{
|
|
331
|
-
fn: "booleanEquals",
|
|
332
|
-
argv: [
|
|
333
|
-
true,
|
|
334
|
-
{
|
|
335
|
-
fn: "getAttr",
|
|
336
|
-
argv: [
|
|
337
|
-
{
|
|
338
|
-
ref: "PartitionResult",
|
|
339
|
-
},
|
|
340
|
-
"supportsDualStack",
|
|
341
|
-
],
|
|
342
|
-
},
|
|
343
|
-
],
|
|
344
|
-
},
|
|
345
|
-
],
|
|
346
|
-
type: "tree",
|
|
347
|
-
rules: [
|
|
348
|
-
{
|
|
349
|
-
conditions: [],
|
|
350
|
-
endpoint: {
|
|
351
|
-
url: "https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
352
|
-
properties: {},
|
|
353
|
-
headers: {},
|
|
354
|
-
},
|
|
355
|
-
type: "endpoint",
|
|
356
|
-
},
|
|
357
|
-
],
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
conditions: [],
|
|
361
|
-
error: "DualStack is enabled but this partition does not support DualStack",
|
|
362
|
-
type: "error",
|
|
363
|
-
},
|
|
364
|
-
],
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
conditions: [],
|
|
368
|
-
endpoint: {
|
|
369
|
-
url: "https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}",
|
|
370
|
-
properties: {},
|
|
371
|
-
headers: {},
|
|
372
|
-
},
|
|
373
|
-
type: "endpoint",
|
|
374
|
-
},
|
|
375
|
-
],
|
|
376
|
-
},
|
|
377
|
-
],
|
|
378
|
-
};
|
|
4
|
+
const v = "fn", w = "argv", x = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "stringEquals", j = { [x]: "Region" }, k = { [x]: "Endpoint" }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: "booleanEquals", [w]: [true, { [v]: "getAttr", [w]: [{ [x]: e }, "supportsFIPS"] }] }, p = { [v]: "booleanEquals", [w]: [true, { [v]: "getAttr", [w]: [{ [x]: e }, "supportsDualStack"] }] }, q = { [v]: "getAttr", [w]: [{ [x]: e }, "name"] }, r = { "url": "https://api-fips.sagemaker.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, s = [l], t = [], u = [m];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: a, default: b, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: a, default: b, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: b, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [v]: "aws.partition", [w]: [j], assign: e }], type: f, rules: [{ conditions: [{ [v]: "isSet", [w]: [k] }], type: f, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: t, type: f, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: t, endpoint: { url: k, properties: n, headers: n }, type: h }] }] }, { conditions: [l, m], type: f, rules: [{ conditions: [o, p], type: f, rules: [{ conditions: t, endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: h }] }, { conditions: t, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: s, type: f, rules: [{ conditions: [o], type: f, rules: [{ conditions: t, type: f, rules: [{ conditions: [{ [v]: i, [w]: ["aws", q] }], endpoint: r, type: h }, { conditions: [{ [v]: i, [w]: [j, "us-gov-west-1-secondary"] }], endpoint: { url: "https://api.sagemaker.us-gov-west-1.amazonaws.com", properties: n, headers: n }, type: h }, { conditions: [{ [v]: i, [w]: ["aws-us-gov", q] }], endpoint: r, type: h }, { conditions: t, endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: h }] }] }, { conditions: t, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: u, type: f, rules: [{ conditions: [p], type: f, rules: [{ conditions: t, endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: h }] }, { conditions: t, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: t, endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: h }] }] };
|
|
7
|
+
exports.ruleSet = _data;
|
|
@@ -481,9 +481,17 @@ var AutoMLMetricEnum;
|
|
|
481
481
|
(function (AutoMLMetricEnum) {
|
|
482
482
|
AutoMLMetricEnum["ACCURACY"] = "Accuracy";
|
|
483
483
|
AutoMLMetricEnum["AUC"] = "AUC";
|
|
484
|
+
AutoMLMetricEnum["BALANCED_ACCURACY"] = "BalancedAccuracy";
|
|
484
485
|
AutoMLMetricEnum["F1"] = "F1";
|
|
485
486
|
AutoMLMetricEnum["F1_MACRO"] = "F1macro";
|
|
487
|
+
AutoMLMetricEnum["MAE"] = "MAE";
|
|
486
488
|
AutoMLMetricEnum["MSE"] = "MSE";
|
|
489
|
+
AutoMLMetricEnum["PRECISION"] = "Precision";
|
|
490
|
+
AutoMLMetricEnum["PRECISION_MACRO"] = "PrecisionMacro";
|
|
491
|
+
AutoMLMetricEnum["R2"] = "R2";
|
|
492
|
+
AutoMLMetricEnum["RECALL"] = "Recall";
|
|
493
|
+
AutoMLMetricEnum["RECALL_MACRO"] = "RecallMacro";
|
|
494
|
+
AutoMLMetricEnum["RMSE"] = "RMSE";
|
|
487
495
|
})(AutoMLMetricEnum = exports.AutoMLMetricEnum || (exports.AutoMLMetricEnum = {}));
|
|
488
496
|
var MetricSetSource;
|
|
489
497
|
(function (MetricSetSource) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
3
|
+
exports.CreateHubRequestFilterSensitiveLog = exports.HubS3StorageConfigFilterSensitiveLog = exports.CreateFlowDefinitionResponseFilterSensitiveLog = exports.CreateFlowDefinitionRequestFilterSensitiveLog = exports.FlowDefinitionOutputConfigFilterSensitiveLog = exports.HumanLoopRequestSourceFilterSensitiveLog = exports.HumanLoopConfigFilterSensitiveLog = exports.PublicWorkforceTaskPriceFilterSensitiveLog = exports.USDFilterSensitiveLog = exports.HumanLoopActivationConfigFilterSensitiveLog = exports.HumanLoopActivationConditionsConfigFilterSensitiveLog = exports.CreateFeatureGroupResponseFilterSensitiveLog = exports.CreateFeatureGroupRequestFilterSensitiveLog = exports.OnlineStoreConfigFilterSensitiveLog = exports.OnlineStoreSecurityConfigFilterSensitiveLog = exports.OfflineStoreConfigFilterSensitiveLog = exports.StageStatus = exports.HubContentType = exports.RetentionType = exports.RuleEvaluationStatus = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.RecommendationJobType = exports.TrafficType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TableFormat = void 0;
|
|
4
|
+
exports.UiConfigFilterSensitiveLog = exports.CreateInferenceRecommendationsJobResponseFilterSensitiveLog = exports.CreateInferenceRecommendationsJobRequestFilterSensitiveLog = exports.RecommendationJobStoppingConditionsFilterSensitiveLog = exports.ModelLatencyThresholdFilterSensitiveLog = exports.RecommendationJobOutputConfigFilterSensitiveLog = exports.RecommendationJobCompiledOutputConfigFilterSensitiveLog = exports.RecommendationJobInputConfigFilterSensitiveLog = exports.RecommendationJobVpcConfigFilterSensitiveLog = exports.TrafficPatternFilterSensitiveLog = exports.PhaseFilterSensitiveLog = exports.RecommendationJobResourceLimitFilterSensitiveLog = exports.EndpointInfoFilterSensitiveLog = exports.EndpointInputConfigurationFilterSensitiveLog = exports.EnvironmentParameterRangesFilterSensitiveLog = exports.RecommendationJobContainerConfigFilterSensitiveLog = exports.RecommendationJobPayloadConfigFilterSensitiveLog = exports.CreateInferenceExperimentResponseFilterSensitiveLog = exports.CreateInferenceExperimentRequestFilterSensitiveLog = exports.ShadowModeConfigFilterSensitiveLog = exports.ShadowModelVariantConfigFilterSensitiveLog = exports.InferenceExperimentScheduleFilterSensitiveLog = exports.ModelVariantConfigFilterSensitiveLog = exports.ModelInfrastructureConfigFilterSensitiveLog = exports.RealTimeInferenceConfigFilterSensitiveLog = exports.InferenceExperimentDataStorageConfigFilterSensitiveLog = exports.CreateImageVersionResponseFilterSensitiveLog = exports.CreateImageVersionRequestFilterSensitiveLog = exports.CreateImageResponseFilterSensitiveLog = exports.CreateImageRequestFilterSensitiveLog = exports.CreateHyperParameterTuningJobResponseFilterSensitiveLog = exports.CreateHyperParameterTuningJobRequestFilterSensitiveLog = exports.HyperParameterTuningJobWarmStartConfigFilterSensitiveLog = exports.ParentHyperParameterTuningJobFilterSensitiveLog = exports.HyperParameterTrainingJobDefinitionFilterSensitiveLog = exports.RetryStrategyFilterSensitiveLog = exports.HyperParameterTuningResourceConfigFilterSensitiveLog = exports.HyperParameterTuningInstanceConfigFilterSensitiveLog = exports.HyperParameterAlgorithmSpecificationFilterSensitiveLog = exports.HyperParameterTuningJobConfigFilterSensitiveLog = exports.TuningJobCompletionCriteriaFilterSensitiveLog = exports.HyperParameterTuningJobStrategyConfigFilterSensitiveLog = exports.HyperbandStrategyConfigFilterSensitiveLog = exports.ResourceLimitsFilterSensitiveLog = exports.ParameterRangesFilterSensitiveLog = exports.IntegerParameterRangeFilterSensitiveLog = exports.CreateHumanTaskUiResponseFilterSensitiveLog = exports.CreateHumanTaskUiRequestFilterSensitiveLog = exports.UiTemplateFilterSensitiveLog = exports.CreateHubResponseFilterSensitiveLog = void 0;
|
|
5
|
+
exports.CreateModelPackageGroupOutputFilterSensitiveLog = exports.CreateModelPackageGroupInputFilterSensitiveLog = exports.CreateModelPackageOutputFilterSensitiveLog = exports.CreateModelPackageInputFilterSensitiveLog = exports.ModelPackageValidationSpecificationFilterSensitiveLog = exports.ModelPackageValidationProfileFilterSensitiveLog = exports.SourceAlgorithmSpecificationFilterSensitiveLog = exports.SourceAlgorithmFilterSensitiveLog = exports.ModelMetricsFilterSensitiveLog = exports.ModelQualityFilterSensitiveLog = exports.ModelDataQualityFilterSensitiveLog = exports.ExplainabilityFilterSensitiveLog = exports.DriftCheckBaselinesFilterSensitiveLog = exports.DriftCheckModelQualityFilterSensitiveLog = exports.DriftCheckModelDataQualityFilterSensitiveLog = exports.DriftCheckExplainabilityFilterSensitiveLog = exports.DriftCheckBiasFilterSensitiveLog = exports.FileSourceFilterSensitiveLog = exports.CreateModelExplainabilityJobDefinitionResponseFilterSensitiveLog = exports.CreateModelExplainabilityJobDefinitionRequestFilterSensitiveLog = exports.ModelExplainabilityJobInputFilterSensitiveLog = exports.ModelExplainabilityBaselineConfigFilterSensitiveLog = exports.ModelExplainabilityAppSpecificationFilterSensitiveLog = exports.CreateModelCardExportJobResponseFilterSensitiveLog = exports.CreateModelCardExportJobRequestFilterSensitiveLog = exports.ModelCardExportOutputConfigFilterSensitiveLog = exports.CreateModelCardResponseFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.ModelCardSecurityConfigFilterSensitiveLog = exports.CreateModelBiasJobDefinitionResponseFilterSensitiveLog = exports.CreateModelBiasJobDefinitionRequestFilterSensitiveLog = exports.ModelBiasJobInputFilterSensitiveLog = exports.MonitoringGroundTruthS3InputFilterSensitiveLog = exports.ModelBiasBaselineConfigFilterSensitiveLog = exports.ModelBiasAppSpecificationFilterSensitiveLog = exports.CreateModelOutputFilterSensitiveLog = exports.CreateModelInputFilterSensitiveLog = exports.InferenceExecutionConfigFilterSensitiveLog = exports.CreateLabelingJobResponseFilterSensitiveLog = exports.CreateLabelingJobRequestFilterSensitiveLog = exports.LabelingJobStoppingConditionsFilterSensitiveLog = exports.LabelingJobOutputConfigFilterSensitiveLog = exports.LabelingJobAlgorithmsConfigFilterSensitiveLog = exports.LabelingJobResourceConfigFilterSensitiveLog = exports.LabelingJobInputConfigFilterSensitiveLog = exports.LabelingJobDataSourceFilterSensitiveLog = exports.LabelingJobSnsDataSourceFilterSensitiveLog = exports.LabelingJobS3DataSourceFilterSensitiveLog = exports.LabelingJobDataAttributesFilterSensitiveLog = exports.HumanTaskConfigFilterSensitiveLog = void 0;
|
|
6
|
+
exports.CreateStudioLifecycleConfigRequestFilterSensitiveLog = exports.CreateSpaceResponseFilterSensitiveLog = exports.CreateSpaceRequestFilterSensitiveLog = exports.SpaceSettingsFilterSensitiveLog = exports.CreateProjectOutputFilterSensitiveLog = exports.CreateProjectInputFilterSensitiveLog = exports.ServiceCatalogProvisioningDetailsFilterSensitiveLog = exports.ProvisioningParameterFilterSensitiveLog = exports.CreateProcessingJobResponseFilterSensitiveLog = exports.CreateProcessingJobRequestFilterSensitiveLog = exports.ProcessingStoppingConditionFilterSensitiveLog = exports.ProcessingResourcesFilterSensitiveLog = exports.ProcessingClusterConfigFilterSensitiveLog = exports.ProcessingOutputConfigFilterSensitiveLog = exports.ProcessingOutputFilterSensitiveLog = exports.ProcessingS3OutputFilterSensitiveLog = exports.ProcessingFeatureStoreOutputFilterSensitiveLog = exports.ProcessingInputFilterSensitiveLog = exports.ProcessingS3InputFilterSensitiveLog = exports.DatasetDefinitionFilterSensitiveLog = exports.RedshiftDatasetDefinitionFilterSensitiveLog = exports.ExperimentConfigFilterSensitiveLog = exports.CreatePresignedNotebookInstanceUrlOutputFilterSensitiveLog = exports.CreatePresignedNotebookInstanceUrlInputFilterSensitiveLog = exports.CreatePresignedDomainUrlResponseFilterSensitiveLog = exports.CreatePresignedDomainUrlRequestFilterSensitiveLog = exports.CreatePipelineResponseFilterSensitiveLog = exports.CreatePipelineRequestFilterSensitiveLog = exports.PipelineDefinitionS3LocationFilterSensitiveLog = exports.ParallelismConfigurationFilterSensitiveLog = exports.CreateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog = exports.CreateNotebookInstanceLifecycleConfigInputFilterSensitiveLog = exports.NotebookInstanceLifecycleHookFilterSensitiveLog = exports.CreateNotebookInstanceOutputFilterSensitiveLog = exports.CreateNotebookInstanceInputFilterSensitiveLog = exports.InstanceMetadataServiceConfigurationFilterSensitiveLog = exports.CreateMonitoringScheduleResponseFilterSensitiveLog = exports.CreateMonitoringScheduleRequestFilterSensitiveLog = exports.MonitoringScheduleConfigFilterSensitiveLog = exports.ScheduleConfigFilterSensitiveLog = exports.MonitoringJobDefinitionFilterSensitiveLog = exports.NetworkConfigFilterSensitiveLog = exports.MonitoringInputFilterSensitiveLog = exports.MonitoringAppSpecificationFilterSensitiveLog = exports.MonitoringBaselineConfigFilterSensitiveLog = exports.CreateModelQualityJobDefinitionResponseFilterSensitiveLog = exports.CreateModelQualityJobDefinitionRequestFilterSensitiveLog = exports.ModelQualityJobInputFilterSensitiveLog = exports.ModelQualityBaselineConfigFilterSensitiveLog = exports.ModelQualityAppSpecificationFilterSensitiveLog = void 0;
|
|
7
|
+
exports.DeleteEdgeDeploymentPlanRequestFilterSensitiveLog = exports.DeleteDomainRequestFilterSensitiveLog = exports.RetentionPolicyFilterSensitiveLog = exports.DeleteDeviceFleetRequestFilterSensitiveLog = exports.DeleteDataQualityJobDefinitionRequestFilterSensitiveLog = exports.DeleteContextResponseFilterSensitiveLog = exports.DeleteContextRequestFilterSensitiveLog = exports.DeleteCodeRepositoryInputFilterSensitiveLog = exports.DeleteAssociationResponseFilterSensitiveLog = exports.DeleteAssociationRequestFilterSensitiveLog = exports.DeleteArtifactResponseFilterSensitiveLog = exports.DeleteArtifactRequestFilterSensitiveLog = exports.DeleteAppImageConfigRequestFilterSensitiveLog = exports.DeleteAppRequestFilterSensitiveLog = exports.DeleteAlgorithmInputFilterSensitiveLog = exports.DeleteActionResponseFilterSensitiveLog = exports.DeleteActionRequestFilterSensitiveLog = exports.DebugRuleEvaluationStatusFilterSensitiveLog = exports.DataCaptureConfigSummaryFilterSensitiveLog = exports.CreateWorkteamResponseFilterSensitiveLog = exports.CreateWorkteamRequestFilterSensitiveLog = exports.NotificationConfigurationFilterSensitiveLog = exports.MemberDefinitionFilterSensitiveLog = exports.OidcMemberDefinitionFilterSensitiveLog = exports.CreateWorkforceResponseFilterSensitiveLog = exports.CreateWorkforceRequestFilterSensitiveLog = exports.WorkforceVpcConfigRequestFilterSensitiveLog = exports.SourceIpConfigFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateUserProfileResponseFilterSensitiveLog = exports.CreateUserProfileRequestFilterSensitiveLog = exports.CreateTrialComponentResponseFilterSensitiveLog = exports.CreateTrialComponentRequestFilterSensitiveLog = exports.TrialComponentStatusFilterSensitiveLog = exports.TrialComponentParameterValueFilterSensitiveLog = exports.TrialComponentArtifactFilterSensitiveLog = exports.CreateTrialResponseFilterSensitiveLog = exports.CreateTrialRequestFilterSensitiveLog = exports.CreateTransformJobResponseFilterSensitiveLog = exports.CreateTransformJobRequestFilterSensitiveLog = exports.ModelClientConfigFilterSensitiveLog = exports.DataProcessingFilterSensitiveLog = exports.CreateTrainingJobResponseFilterSensitiveLog = exports.CreateTrainingJobRequestFilterSensitiveLog = exports.TensorBoardOutputConfigFilterSensitiveLog = exports.ProfilerRuleConfigurationFilterSensitiveLog = exports.ProfilerConfigFilterSensitiveLog = exports.DebugRuleConfigurationFilterSensitiveLog = exports.DebugHookConfigFilterSensitiveLog = exports.CreateStudioLifecycleConfigResponseFilterSensitiveLog = void 0;
|
|
8
|
+
exports.DescribeActionRequestFilterSensitiveLog = exports.DeregisterDevicesRequestFilterSensitiveLog = exports.DeploymentStageStatusSummaryFilterSensitiveLog = exports.EdgeDeploymentStatusFilterSensitiveLog = exports.DeployedImageFilterSensitiveLog = exports.DeleteWorkteamResponseFilterSensitiveLog = exports.DeleteWorkteamRequestFilterSensitiveLog = exports.DeleteWorkforceResponseFilterSensitiveLog = exports.DeleteWorkforceRequestFilterSensitiveLog = exports.DeleteUserProfileRequestFilterSensitiveLog = exports.DeleteTrialComponentResponseFilterSensitiveLog = exports.DeleteTrialComponentRequestFilterSensitiveLog = exports.DeleteTrialResponseFilterSensitiveLog = exports.DeleteTrialRequestFilterSensitiveLog = exports.DeleteTagsOutputFilterSensitiveLog = exports.DeleteTagsInputFilterSensitiveLog = exports.DeleteStudioLifecycleConfigRequestFilterSensitiveLog = exports.DeleteSpaceRequestFilterSensitiveLog = exports.DeleteProjectInputFilterSensitiveLog = exports.DeletePipelineResponseFilterSensitiveLog = exports.DeletePipelineRequestFilterSensitiveLog = exports.DeleteNotebookInstanceLifecycleConfigInputFilterSensitiveLog = exports.DeleteNotebookInstanceInputFilterSensitiveLog = exports.DeleteMonitoringScheduleRequestFilterSensitiveLog = exports.DeleteModelQualityJobDefinitionRequestFilterSensitiveLog = exports.DeleteModelPackageGroupPolicyInputFilterSensitiveLog = exports.DeleteModelPackageGroupInputFilterSensitiveLog = exports.DeleteModelPackageInputFilterSensitiveLog = exports.DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog = exports.DeleteModelCardRequestFilterSensitiveLog = exports.DeleteModelBiasJobDefinitionRequestFilterSensitiveLog = exports.DeleteModelInputFilterSensitiveLog = exports.DeleteInferenceExperimentResponseFilterSensitiveLog = exports.DeleteInferenceExperimentRequestFilterSensitiveLog = exports.DeleteImageVersionResponseFilterSensitiveLog = exports.DeleteImageVersionRequestFilterSensitiveLog = exports.DeleteImageResponseFilterSensitiveLog = exports.DeleteImageRequestFilterSensitiveLog = exports.DeleteHumanTaskUiResponseFilterSensitiveLog = exports.DeleteHumanTaskUiRequestFilterSensitiveLog = exports.DeleteHubContentRequestFilterSensitiveLog = exports.DeleteHubRequestFilterSensitiveLog = exports.DeleteFlowDefinitionResponseFilterSensitiveLog = exports.DeleteFlowDefinitionRequestFilterSensitiveLog = exports.DeleteFeatureGroupRequestFilterSensitiveLog = exports.DeleteExperimentResponseFilterSensitiveLog = exports.DeleteExperimentRequestFilterSensitiveLog = exports.DeleteEndpointConfigInputFilterSensitiveLog = exports.DeleteEndpointInputFilterSensitiveLog = exports.DeleteEdgeDeploymentStageRequestFilterSensitiveLog = void 0;
|
|
9
|
+
exports.DescribeActionResponseFilterSensitiveLog = void 0;
|
|
10
10
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
11
11
|
var TableFormat;
|
|
12
12
|
(function (TableFormat) {
|
|
@@ -34,6 +34,24 @@ var HyperParameterTuningJobWarmStartType;
|
|
|
34
34
|
HyperParameterTuningJobWarmStartType["IDENTICAL_DATA_AND_ALGORITHM"] = "IdenticalDataAndAlgorithm";
|
|
35
35
|
HyperParameterTuningJobWarmStartType["TRANSFER_LEARNING"] = "TransferLearning";
|
|
36
36
|
})(HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningJobWarmStartType || (exports.HyperParameterTuningJobWarmStartType = {}));
|
|
37
|
+
var JobType;
|
|
38
|
+
(function (JobType) {
|
|
39
|
+
JobType["INFERENCE"] = "INFERENCE";
|
|
40
|
+
JobType["NOTEBOOK_KERNEL"] = "NOTEBOOK_KERNEL";
|
|
41
|
+
JobType["TRAINING"] = "TRAINING";
|
|
42
|
+
})(JobType = exports.JobType || (exports.JobType = {}));
|
|
43
|
+
var Processor;
|
|
44
|
+
(function (Processor) {
|
|
45
|
+
Processor["CPU"] = "CPU";
|
|
46
|
+
Processor["GPU"] = "GPU";
|
|
47
|
+
})(Processor = exports.Processor || (exports.Processor = {}));
|
|
48
|
+
var VendorGuidance;
|
|
49
|
+
(function (VendorGuidance) {
|
|
50
|
+
VendorGuidance["ARCHIVED"] = "ARCHIVED";
|
|
51
|
+
VendorGuidance["NOT_PROVIDED"] = "NOT_PROVIDED";
|
|
52
|
+
VendorGuidance["STABLE"] = "STABLE";
|
|
53
|
+
VendorGuidance["TO_BE_ARCHIVED"] = "TO_BE_ARCHIVED";
|
|
54
|
+
})(VendorGuidance = exports.VendorGuidance || (exports.VendorGuidance = {}));
|
|
37
55
|
var ModelInfrastructureType;
|
|
38
56
|
(function (ModelInfrastructureType) {
|
|
39
57
|
ModelInfrastructureType["REAL_TIME_INFERENCE"] = "RealTimeInference";
|
|
@@ -1337,15 +1355,3 @@ const DescribeActionResponseFilterSensitiveLog = (obj) => ({
|
|
|
1337
1355
|
...obj,
|
|
1338
1356
|
});
|
|
1339
1357
|
exports.DescribeActionResponseFilterSensitiveLog = DescribeActionResponseFilterSensitiveLog;
|
|
1340
|
-
const DescribeAlgorithmInputFilterSensitiveLog = (obj) => ({
|
|
1341
|
-
...obj,
|
|
1342
|
-
});
|
|
1343
|
-
exports.DescribeAlgorithmInputFilterSensitiveLog = DescribeAlgorithmInputFilterSensitiveLog;
|
|
1344
|
-
const DescribeAlgorithmOutputFilterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
});
|
|
1347
|
-
exports.DescribeAlgorithmOutputFilterSensitiveLog = DescribeAlgorithmOutputFilterSensitiveLog;
|
|
1348
|
-
const DescribeAppRequestFilterSensitiveLog = (obj) => ({
|
|
1349
|
-
...obj,
|
|
1350
|
-
});
|
|
1351
|
-
exports.DescribeAppRequestFilterSensitiveLog = DescribeAppRequestFilterSensitiveLog;
|