@aws-sdk/client-sagemaker 3.301.0 → 3.306.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/models/models_0.js +876 -960
- package/dist-cjs/models/models_1.js +228 -262
- package/dist-cjs/models/models_2.js +400 -457
- package/dist-cjs/models/models_3.js +232 -283
- package/dist-cjs/models/models_4.js +5 -6
- package/dist-cjs/protocols/Aws_json1_1.js +26 -0
- package/dist-es/models/models_0.js +874 -958
- package/dist-es/models/models_1.js +228 -262
- package/dist-es/models/models_2.js +400 -457
- package/dist-es/models/models_3.js +232 -283
- package/dist-es/models/models_4.js +5 -6
- package/dist-es/protocols/Aws_json1_1.js +26 -0
- package/dist-types/SageMaker.d.ts +3 -9
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -6
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +5 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +1379 -966
- package/dist-types/models/models_1.d.ts +429 -245
- package/dist-types/models/models_2.d.ts +693 -464
- package/dist-types/models/models_3.d.ts +550 -248
- package/dist-types/models/models_4.d.ts +26 -9
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1035 -875
- package/dist-types/ts3.4/models/models_1.d.ts +292 -230
- package/dist-types/ts3.4/models/models_2.d.ts +504 -415
- package/dist-types/ts3.4/models/models_3.d.ts +341 -238
- package/dist-types/ts3.4/models/models_4.d.ts +13 -6
- package/package.json +35 -35
|
@@ -3,289 +3,238 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = void 0;
|
|
4
4
|
exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.ModelCardFilterSensitiveLog = exports.SearchSortOrder = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
SpaceSortKey["LastModifiedTime"] = "LastModifiedTime";
|
|
239
|
-
})(SpaceSortKey = exports.SpaceSortKey || (exports.SpaceSortKey = {}));
|
|
240
|
-
var StudioLifecycleConfigSortKey;
|
|
241
|
-
(function (StudioLifecycleConfigSortKey) {
|
|
242
|
-
StudioLifecycleConfigSortKey["CreationTime"] = "CreationTime";
|
|
243
|
-
StudioLifecycleConfigSortKey["LastModifiedTime"] = "LastModifiedTime";
|
|
244
|
-
StudioLifecycleConfigSortKey["Name"] = "Name";
|
|
245
|
-
})(StudioLifecycleConfigSortKey = exports.StudioLifecycleConfigSortKey || (exports.StudioLifecycleConfigSortKey = {}));
|
|
246
|
-
var TrainingJobSortByOptions;
|
|
247
|
-
(function (TrainingJobSortByOptions) {
|
|
248
|
-
TrainingJobSortByOptions["CreationTime"] = "CreationTime";
|
|
249
|
-
TrainingJobSortByOptions["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
|
|
250
|
-
TrainingJobSortByOptions["Name"] = "Name";
|
|
251
|
-
TrainingJobSortByOptions["Status"] = "Status";
|
|
252
|
-
})(TrainingJobSortByOptions = exports.TrainingJobSortByOptions || (exports.TrainingJobSortByOptions = {}));
|
|
253
|
-
var SortTrialComponentsBy;
|
|
254
|
-
(function (SortTrialComponentsBy) {
|
|
255
|
-
SortTrialComponentsBy["CREATION_TIME"] = "CreationTime";
|
|
256
|
-
SortTrialComponentsBy["NAME"] = "Name";
|
|
257
|
-
})(SortTrialComponentsBy = exports.SortTrialComponentsBy || (exports.SortTrialComponentsBy = {}));
|
|
258
|
-
var SortTrialsBy;
|
|
259
|
-
(function (SortTrialsBy) {
|
|
260
|
-
SortTrialsBy["CREATION_TIME"] = "CreationTime";
|
|
261
|
-
SortTrialsBy["NAME"] = "Name";
|
|
262
|
-
})(SortTrialsBy = exports.SortTrialsBy || (exports.SortTrialsBy = {}));
|
|
263
|
-
var UserProfileSortKey;
|
|
264
|
-
(function (UserProfileSortKey) {
|
|
265
|
-
UserProfileSortKey["CreationTime"] = "CreationTime";
|
|
266
|
-
UserProfileSortKey["LastModifiedTime"] = "LastModifiedTime";
|
|
267
|
-
})(UserProfileSortKey = exports.UserProfileSortKey || (exports.UserProfileSortKey = {}));
|
|
268
|
-
var ListWorkforcesSortByOptions;
|
|
269
|
-
(function (ListWorkforcesSortByOptions) {
|
|
270
|
-
ListWorkforcesSortByOptions["CreateDate"] = "CreateDate";
|
|
271
|
-
ListWorkforcesSortByOptions["Name"] = "Name";
|
|
272
|
-
})(ListWorkforcesSortByOptions = exports.ListWorkforcesSortByOptions || (exports.ListWorkforcesSortByOptions = {}));
|
|
273
|
-
var ListWorkteamsSortByOptions;
|
|
274
|
-
(function (ListWorkteamsSortByOptions) {
|
|
275
|
-
ListWorkteamsSortByOptions["CreateDate"] = "CreateDate";
|
|
276
|
-
ListWorkteamsSortByOptions["Name"] = "Name";
|
|
277
|
-
})(ListWorkteamsSortByOptions = exports.ListWorkteamsSortByOptions || (exports.ListWorkteamsSortByOptions = {}));
|
|
278
|
-
var ModelVariantAction;
|
|
279
|
-
(function (ModelVariantAction) {
|
|
280
|
-
ModelVariantAction["PROMOTE"] = "Promote";
|
|
281
|
-
ModelVariantAction["REMOVE"] = "Remove";
|
|
282
|
-
ModelVariantAction["RETAIN"] = "Retain";
|
|
283
|
-
})(ModelVariantAction = exports.ModelVariantAction || (exports.ModelVariantAction = {}));
|
|
284
|
-
var SearchSortOrder;
|
|
285
|
-
(function (SearchSortOrder) {
|
|
286
|
-
SearchSortOrder["ASCENDING"] = "Ascending";
|
|
287
|
-
SearchSortOrder["DESCENDING"] = "Descending";
|
|
288
|
-
})(SearchSortOrder = exports.SearchSortOrder || (exports.SearchSortOrder = {}));
|
|
6
|
+
exports.LineageType = {
|
|
7
|
+
ACTION: "Action",
|
|
8
|
+
ARTIFACT: "Artifact",
|
|
9
|
+
CONTEXT: "Context",
|
|
10
|
+
TRIAL_COMPONENT: "TrialComponent",
|
|
11
|
+
};
|
|
12
|
+
exports.SortActionsBy = {
|
|
13
|
+
CREATION_TIME: "CreationTime",
|
|
14
|
+
NAME: "Name",
|
|
15
|
+
};
|
|
16
|
+
exports.SortOrder = {
|
|
17
|
+
ASCENDING: "Ascending",
|
|
18
|
+
DESCENDING: "Descending",
|
|
19
|
+
};
|
|
20
|
+
exports.SortArtifactsBy = {
|
|
21
|
+
CREATION_TIME: "CreationTime",
|
|
22
|
+
};
|
|
23
|
+
exports.SortAssociationsBy = {
|
|
24
|
+
CREATION_TIME: "CreationTime",
|
|
25
|
+
DESTINATION_ARN: "DestinationArn",
|
|
26
|
+
DESTINATION_TYPE: "DestinationType",
|
|
27
|
+
SOURCE_ARN: "SourceArn",
|
|
28
|
+
SOURCE_TYPE: "SourceType",
|
|
29
|
+
};
|
|
30
|
+
exports.ListCompilationJobsSortBy = {
|
|
31
|
+
CREATION_TIME: "CreationTime",
|
|
32
|
+
NAME: "Name",
|
|
33
|
+
STATUS: "Status",
|
|
34
|
+
};
|
|
35
|
+
exports.SortContextsBy = {
|
|
36
|
+
CREATION_TIME: "CreationTime",
|
|
37
|
+
NAME: "Name",
|
|
38
|
+
};
|
|
39
|
+
exports.MonitoringJobDefinitionSortKey = {
|
|
40
|
+
CREATION_TIME: "CreationTime",
|
|
41
|
+
NAME: "Name",
|
|
42
|
+
};
|
|
43
|
+
exports.ListDeviceFleetsSortBy = {
|
|
44
|
+
CreationTime: "CREATION_TIME",
|
|
45
|
+
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
46
|
+
Name: "NAME",
|
|
47
|
+
};
|
|
48
|
+
exports.ListEdgeDeploymentPlansSortBy = {
|
|
49
|
+
CreationTime: "CREATION_TIME",
|
|
50
|
+
DeviceFleetName: "DEVICE_FLEET_NAME",
|
|
51
|
+
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
52
|
+
Name: "NAME",
|
|
53
|
+
};
|
|
54
|
+
exports.ListEdgePackagingJobsSortBy = {
|
|
55
|
+
CreationTime: "CREATION_TIME",
|
|
56
|
+
EdgePackagingJobStatus: "STATUS",
|
|
57
|
+
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
58
|
+
ModelName: "MODEL_NAME",
|
|
59
|
+
Name: "NAME",
|
|
60
|
+
};
|
|
61
|
+
exports.OrderKey = {
|
|
62
|
+
Ascending: "Ascending",
|
|
63
|
+
Descending: "Descending",
|
|
64
|
+
};
|
|
65
|
+
exports.SortExperimentsBy = {
|
|
66
|
+
CREATION_TIME: "CreationTime",
|
|
67
|
+
NAME: "Name",
|
|
68
|
+
};
|
|
69
|
+
exports.SortInferenceExperimentsBy = {
|
|
70
|
+
CREATION_TIME: "CreationTime",
|
|
71
|
+
NAME: "Name",
|
|
72
|
+
STATUS: "Status",
|
|
73
|
+
};
|
|
74
|
+
exports.ListInferenceRecommendationsJobsSortBy = {
|
|
75
|
+
CREATION_TIME: "CreationTime",
|
|
76
|
+
NAME: "Name",
|
|
77
|
+
STATUS: "Status",
|
|
78
|
+
};
|
|
79
|
+
exports.SortBy = {
|
|
80
|
+
CREATION_TIME: "CreationTime",
|
|
81
|
+
NAME: "Name",
|
|
82
|
+
STATUS: "Status",
|
|
83
|
+
};
|
|
84
|
+
exports.ListLabelingJobsForWorkteamSortByOptions = {
|
|
85
|
+
CREATION_TIME: "CreationTime",
|
|
86
|
+
};
|
|
87
|
+
exports.SortLineageGroupsBy = {
|
|
88
|
+
CREATION_TIME: "CreationTime",
|
|
89
|
+
NAME: "Name",
|
|
90
|
+
};
|
|
91
|
+
exports.ModelCardExportJobSortBy = {
|
|
92
|
+
CREATION_TIME: "CreationTime",
|
|
93
|
+
NAME: "Name",
|
|
94
|
+
STATUS: "Status",
|
|
95
|
+
};
|
|
96
|
+
exports.ModelCardExportJobSortOrder = {
|
|
97
|
+
ASCENDING: "Ascending",
|
|
98
|
+
DESCENDING: "Descending",
|
|
99
|
+
};
|
|
100
|
+
exports.ModelCardSortBy = {
|
|
101
|
+
CREATION_TIME: "CreationTime",
|
|
102
|
+
NAME: "Name",
|
|
103
|
+
};
|
|
104
|
+
exports.ModelCardSortOrder = {
|
|
105
|
+
ASCENDING: "Ascending",
|
|
106
|
+
DESCENDING: "Descending",
|
|
107
|
+
};
|
|
108
|
+
exports.ModelCardVersionSortBy = {
|
|
109
|
+
VERSION: "Version",
|
|
110
|
+
};
|
|
111
|
+
exports.ModelMetadataFilterType = {
|
|
112
|
+
DOMAIN: "Domain",
|
|
113
|
+
FRAMEWORK: "Framework",
|
|
114
|
+
FRAMEWORKVERSION: "FrameworkVersion",
|
|
115
|
+
TASK: "Task",
|
|
116
|
+
};
|
|
117
|
+
exports.ModelPackageGroupSortBy = {
|
|
118
|
+
CREATION_TIME: "CreationTime",
|
|
119
|
+
NAME: "Name",
|
|
120
|
+
};
|
|
121
|
+
exports.ModelPackageType = {
|
|
122
|
+
BOTH: "Both",
|
|
123
|
+
UNVERSIONED: "Unversioned",
|
|
124
|
+
VERSIONED: "Versioned",
|
|
125
|
+
};
|
|
126
|
+
exports.ModelPackageSortBy = {
|
|
127
|
+
CREATION_TIME: "CreationTime",
|
|
128
|
+
NAME: "Name",
|
|
129
|
+
};
|
|
130
|
+
exports.ModelSortKey = {
|
|
131
|
+
CreationTime: "CreationTime",
|
|
132
|
+
Name: "Name",
|
|
133
|
+
};
|
|
134
|
+
exports.MonitoringAlertHistorySortKey = {
|
|
135
|
+
CreationTime: "CreationTime",
|
|
136
|
+
Status: "Status",
|
|
137
|
+
};
|
|
138
|
+
exports.MonitoringAlertStatus = {
|
|
139
|
+
IN_ALERT: "InAlert",
|
|
140
|
+
OK: "OK",
|
|
141
|
+
};
|
|
142
|
+
exports.MonitoringExecutionSortKey = {
|
|
143
|
+
CREATION_TIME: "CreationTime",
|
|
144
|
+
SCHEDULED_TIME: "ScheduledTime",
|
|
145
|
+
STATUS: "Status",
|
|
146
|
+
};
|
|
147
|
+
exports.MonitoringScheduleSortKey = {
|
|
148
|
+
CREATION_TIME: "CreationTime",
|
|
149
|
+
NAME: "Name",
|
|
150
|
+
STATUS: "Status",
|
|
151
|
+
};
|
|
152
|
+
exports.NotebookInstanceLifecycleConfigSortKey = {
|
|
153
|
+
CREATION_TIME: "CreationTime",
|
|
154
|
+
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
155
|
+
NAME: "Name",
|
|
156
|
+
};
|
|
157
|
+
exports.NotebookInstanceLifecycleConfigSortOrder = {
|
|
158
|
+
ASCENDING: "Ascending",
|
|
159
|
+
DESCENDING: "Descending",
|
|
160
|
+
};
|
|
161
|
+
exports.NotebookInstanceSortKey = {
|
|
162
|
+
CREATION_TIME: "CreationTime",
|
|
163
|
+
NAME: "Name",
|
|
164
|
+
STATUS: "Status",
|
|
165
|
+
};
|
|
166
|
+
exports.NotebookInstanceSortOrder = {
|
|
167
|
+
ASCENDING: "Ascending",
|
|
168
|
+
DESCENDING: "Descending",
|
|
169
|
+
};
|
|
170
|
+
exports.SortPipelineExecutionsBy = {
|
|
171
|
+
CREATION_TIME: "CreationTime",
|
|
172
|
+
PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
|
|
173
|
+
};
|
|
174
|
+
exports.StepStatus = {
|
|
175
|
+
EXECUTING: "Executing",
|
|
176
|
+
FAILED: "Failed",
|
|
177
|
+
STARTING: "Starting",
|
|
178
|
+
STOPPED: "Stopped",
|
|
179
|
+
STOPPING: "Stopping",
|
|
180
|
+
SUCCEEDED: "Succeeded",
|
|
181
|
+
};
|
|
182
|
+
exports.SortPipelinesBy = {
|
|
183
|
+
CREATION_TIME: "CreationTime",
|
|
184
|
+
NAME: "Name",
|
|
185
|
+
};
|
|
186
|
+
exports.ProjectSortBy = {
|
|
187
|
+
CREATION_TIME: "CreationTime",
|
|
188
|
+
NAME: "Name",
|
|
189
|
+
};
|
|
190
|
+
exports.ProjectSortOrder = {
|
|
191
|
+
ASCENDING: "Ascending",
|
|
192
|
+
DESCENDING: "Descending",
|
|
193
|
+
};
|
|
194
|
+
exports.SpaceSortKey = {
|
|
195
|
+
CreationTime: "CreationTime",
|
|
196
|
+
LastModifiedTime: "LastModifiedTime",
|
|
197
|
+
};
|
|
198
|
+
exports.StudioLifecycleConfigSortKey = {
|
|
199
|
+
CreationTime: "CreationTime",
|
|
200
|
+
LastModifiedTime: "LastModifiedTime",
|
|
201
|
+
Name: "Name",
|
|
202
|
+
};
|
|
203
|
+
exports.TrainingJobSortByOptions = {
|
|
204
|
+
CreationTime: "CreationTime",
|
|
205
|
+
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
206
|
+
Name: "Name",
|
|
207
|
+
Status: "Status",
|
|
208
|
+
};
|
|
209
|
+
exports.SortTrialComponentsBy = {
|
|
210
|
+
CREATION_TIME: "CreationTime",
|
|
211
|
+
NAME: "Name",
|
|
212
|
+
};
|
|
213
|
+
exports.SortTrialsBy = {
|
|
214
|
+
CREATION_TIME: "CreationTime",
|
|
215
|
+
NAME: "Name",
|
|
216
|
+
};
|
|
217
|
+
exports.UserProfileSortKey = {
|
|
218
|
+
CreationTime: "CreationTime",
|
|
219
|
+
LastModifiedTime: "LastModifiedTime",
|
|
220
|
+
};
|
|
221
|
+
exports.ListWorkforcesSortByOptions = {
|
|
222
|
+
CreateDate: "CreateDate",
|
|
223
|
+
Name: "Name",
|
|
224
|
+
};
|
|
225
|
+
exports.ListWorkteamsSortByOptions = {
|
|
226
|
+
CreateDate: "CreateDate",
|
|
227
|
+
Name: "Name",
|
|
228
|
+
};
|
|
229
|
+
exports.ModelVariantAction = {
|
|
230
|
+
PROMOTE: "Promote",
|
|
231
|
+
REMOVE: "Remove",
|
|
232
|
+
RETAIN: "Retain",
|
|
233
|
+
};
|
|
234
|
+
exports.SearchSortOrder = {
|
|
235
|
+
ASCENDING: "Ascending",
|
|
236
|
+
DESCENDING: "Descending",
|
|
237
|
+
};
|
|
289
238
|
const ModelCardFilterSensitiveLog = (obj) => ({
|
|
290
239
|
...obj,
|
|
291
240
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -3,12 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.VariantPropertyType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const models_1_1 = require("./models_1");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
})(VariantPropertyType = exports.VariantPropertyType || (exports.VariantPropertyType = {}));
|
|
6
|
+
exports.VariantPropertyType = {
|
|
7
|
+
DataCaptureConfig: "DataCaptureConfig",
|
|
8
|
+
DesiredInstanceCount: "DesiredInstanceCount",
|
|
9
|
+
DesiredWeight: "DesiredWeight",
|
|
10
|
+
};
|
|
12
11
|
const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
13
12
|
...obj,
|
|
14
13
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -13028,6 +13028,9 @@ const serializeAws_json1_1AsyncInferenceConfig = (input, context) => {
|
|
|
13028
13028
|
const serializeAws_json1_1AsyncInferenceNotificationConfig = (input, context) => {
|
|
13029
13029
|
return {
|
|
13030
13030
|
...(input.ErrorTopic != null && { ErrorTopic: input.ErrorTopic }),
|
|
13031
|
+
...(input.IncludeInferenceResponseIn != null && {
|
|
13032
|
+
IncludeInferenceResponseIn: serializeAws_json1_1AsyncNotificationTopicTypeList(input.IncludeInferenceResponseIn, context),
|
|
13033
|
+
}),
|
|
13031
13034
|
...(input.SuccessTopic != null && { SuccessTopic: input.SuccessTopic }),
|
|
13032
13035
|
};
|
|
13033
13036
|
};
|
|
@@ -13037,9 +13040,17 @@ const serializeAws_json1_1AsyncInferenceOutputConfig = (input, context) => {
|
|
|
13037
13040
|
...(input.NotificationConfig != null && {
|
|
13038
13041
|
NotificationConfig: serializeAws_json1_1AsyncInferenceNotificationConfig(input.NotificationConfig, context),
|
|
13039
13042
|
}),
|
|
13043
|
+
...(input.S3FailurePath != null && { S3FailurePath: input.S3FailurePath }),
|
|
13040
13044
|
...(input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }),
|
|
13041
13045
|
};
|
|
13042
13046
|
};
|
|
13047
|
+
const serializeAws_json1_1AsyncNotificationTopicTypeList = (input, context) => {
|
|
13048
|
+
return input
|
|
13049
|
+
.filter((e) => e != null)
|
|
13050
|
+
.map((entry) => {
|
|
13051
|
+
return entry;
|
|
13052
|
+
});
|
|
13053
|
+
};
|
|
13043
13054
|
const serializeAws_json1_1AthenaDatasetDefinition = (input, context) => {
|
|
13044
13055
|
return {
|
|
13045
13056
|
...(input.Catalog != null && { Catalog: input.Catalog }),
|
|
@@ -20056,6 +20067,9 @@ const deserializeAws_json1_1AsyncInferenceConfig = (output, context) => {
|
|
|
20056
20067
|
const deserializeAws_json1_1AsyncInferenceNotificationConfig = (output, context) => {
|
|
20057
20068
|
return {
|
|
20058
20069
|
ErrorTopic: (0, smithy_client_1.expectString)(output.ErrorTopic),
|
|
20070
|
+
IncludeInferenceResponseIn: output.IncludeInferenceResponseIn != null
|
|
20071
|
+
? deserializeAws_json1_1AsyncNotificationTopicTypeList(output.IncludeInferenceResponseIn, context)
|
|
20072
|
+
: undefined,
|
|
20059
20073
|
SuccessTopic: (0, smithy_client_1.expectString)(output.SuccessTopic),
|
|
20060
20074
|
};
|
|
20061
20075
|
};
|
|
@@ -20065,9 +20079,21 @@ const deserializeAws_json1_1AsyncInferenceOutputConfig = (output, context) => {
|
|
|
20065
20079
|
NotificationConfig: output.NotificationConfig != null
|
|
20066
20080
|
? deserializeAws_json1_1AsyncInferenceNotificationConfig(output.NotificationConfig, context)
|
|
20067
20081
|
: undefined,
|
|
20082
|
+
S3FailurePath: (0, smithy_client_1.expectString)(output.S3FailurePath),
|
|
20068
20083
|
S3OutputPath: (0, smithy_client_1.expectString)(output.S3OutputPath),
|
|
20069
20084
|
};
|
|
20070
20085
|
};
|
|
20086
|
+
const deserializeAws_json1_1AsyncNotificationTopicTypeList = (output, context) => {
|
|
20087
|
+
const retVal = (output || [])
|
|
20088
|
+
.filter((e) => e != null)
|
|
20089
|
+
.map((entry) => {
|
|
20090
|
+
if (entry === null) {
|
|
20091
|
+
return null;
|
|
20092
|
+
}
|
|
20093
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
20094
|
+
});
|
|
20095
|
+
return retVal;
|
|
20096
|
+
};
|
|
20071
20097
|
const deserializeAws_json1_1AthenaDatasetDefinition = (output, context) => {
|
|
20072
20098
|
return {
|
|
20073
20099
|
Catalog: (0, smithy_client_1.expectString)(output.Catalog),
|