@aws-sdk/client-sagemaker 3.301.0 → 3.303.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.
@@ -1,287 +1,236 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
- export var LineageType;
3
- (function (LineageType) {
4
- LineageType["ACTION"] = "Action";
5
- LineageType["ARTIFACT"] = "Artifact";
6
- LineageType["CONTEXT"] = "Context";
7
- LineageType["TRIAL_COMPONENT"] = "TrialComponent";
8
- })(LineageType || (LineageType = {}));
9
- export var SortActionsBy;
10
- (function (SortActionsBy) {
11
- SortActionsBy["CREATION_TIME"] = "CreationTime";
12
- SortActionsBy["NAME"] = "Name";
13
- })(SortActionsBy || (SortActionsBy = {}));
14
- export var SortOrder;
15
- (function (SortOrder) {
16
- SortOrder["ASCENDING"] = "Ascending";
17
- SortOrder["DESCENDING"] = "Descending";
18
- })(SortOrder || (SortOrder = {}));
19
- export var SortArtifactsBy;
20
- (function (SortArtifactsBy) {
21
- SortArtifactsBy["CREATION_TIME"] = "CreationTime";
22
- })(SortArtifactsBy || (SortArtifactsBy = {}));
23
- export var SortAssociationsBy;
24
- (function (SortAssociationsBy) {
25
- SortAssociationsBy["CREATION_TIME"] = "CreationTime";
26
- SortAssociationsBy["DESTINATION_ARN"] = "DestinationArn";
27
- SortAssociationsBy["DESTINATION_TYPE"] = "DestinationType";
28
- SortAssociationsBy["SOURCE_ARN"] = "SourceArn";
29
- SortAssociationsBy["SOURCE_TYPE"] = "SourceType";
30
- })(SortAssociationsBy || (SortAssociationsBy = {}));
31
- export var ListCompilationJobsSortBy;
32
- (function (ListCompilationJobsSortBy) {
33
- ListCompilationJobsSortBy["CREATION_TIME"] = "CreationTime";
34
- ListCompilationJobsSortBy["NAME"] = "Name";
35
- ListCompilationJobsSortBy["STATUS"] = "Status";
36
- })(ListCompilationJobsSortBy || (ListCompilationJobsSortBy = {}));
37
- export var SortContextsBy;
38
- (function (SortContextsBy) {
39
- SortContextsBy["CREATION_TIME"] = "CreationTime";
40
- SortContextsBy["NAME"] = "Name";
41
- })(SortContextsBy || (SortContextsBy = {}));
42
- export var MonitoringJobDefinitionSortKey;
43
- (function (MonitoringJobDefinitionSortKey) {
44
- MonitoringJobDefinitionSortKey["CREATION_TIME"] = "CreationTime";
45
- MonitoringJobDefinitionSortKey["NAME"] = "Name";
46
- })(MonitoringJobDefinitionSortKey || (MonitoringJobDefinitionSortKey = {}));
47
- export var ListDeviceFleetsSortBy;
48
- (function (ListDeviceFleetsSortBy) {
49
- ListDeviceFleetsSortBy["CreationTime"] = "CREATION_TIME";
50
- ListDeviceFleetsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
51
- ListDeviceFleetsSortBy["Name"] = "NAME";
52
- })(ListDeviceFleetsSortBy || (ListDeviceFleetsSortBy = {}));
53
- export var ListEdgeDeploymentPlansSortBy;
54
- (function (ListEdgeDeploymentPlansSortBy) {
55
- ListEdgeDeploymentPlansSortBy["CreationTime"] = "CREATION_TIME";
56
- ListEdgeDeploymentPlansSortBy["DeviceFleetName"] = "DEVICE_FLEET_NAME";
57
- ListEdgeDeploymentPlansSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
58
- ListEdgeDeploymentPlansSortBy["Name"] = "NAME";
59
- })(ListEdgeDeploymentPlansSortBy || (ListEdgeDeploymentPlansSortBy = {}));
60
- export var ListEdgePackagingJobsSortBy;
61
- (function (ListEdgePackagingJobsSortBy) {
62
- ListEdgePackagingJobsSortBy["CreationTime"] = "CREATION_TIME";
63
- ListEdgePackagingJobsSortBy["EdgePackagingJobStatus"] = "STATUS";
64
- ListEdgePackagingJobsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
65
- ListEdgePackagingJobsSortBy["ModelName"] = "MODEL_NAME";
66
- ListEdgePackagingJobsSortBy["Name"] = "NAME";
67
- })(ListEdgePackagingJobsSortBy || (ListEdgePackagingJobsSortBy = {}));
68
- export var OrderKey;
69
- (function (OrderKey) {
70
- OrderKey["Ascending"] = "Ascending";
71
- OrderKey["Descending"] = "Descending";
72
- })(OrderKey || (OrderKey = {}));
73
- export var SortExperimentsBy;
74
- (function (SortExperimentsBy) {
75
- SortExperimentsBy["CREATION_TIME"] = "CreationTime";
76
- SortExperimentsBy["NAME"] = "Name";
77
- })(SortExperimentsBy || (SortExperimentsBy = {}));
78
- export var SortInferenceExperimentsBy;
79
- (function (SortInferenceExperimentsBy) {
80
- SortInferenceExperimentsBy["CREATION_TIME"] = "CreationTime";
81
- SortInferenceExperimentsBy["NAME"] = "Name";
82
- SortInferenceExperimentsBy["STATUS"] = "Status";
83
- })(SortInferenceExperimentsBy || (SortInferenceExperimentsBy = {}));
84
- export var ListInferenceRecommendationsJobsSortBy;
85
- (function (ListInferenceRecommendationsJobsSortBy) {
86
- ListInferenceRecommendationsJobsSortBy["CREATION_TIME"] = "CreationTime";
87
- ListInferenceRecommendationsJobsSortBy["NAME"] = "Name";
88
- ListInferenceRecommendationsJobsSortBy["STATUS"] = "Status";
89
- })(ListInferenceRecommendationsJobsSortBy || (ListInferenceRecommendationsJobsSortBy = {}));
90
- export var SortBy;
91
- (function (SortBy) {
92
- SortBy["CREATION_TIME"] = "CreationTime";
93
- SortBy["NAME"] = "Name";
94
- SortBy["STATUS"] = "Status";
95
- })(SortBy || (SortBy = {}));
96
- export var ListLabelingJobsForWorkteamSortByOptions;
97
- (function (ListLabelingJobsForWorkteamSortByOptions) {
98
- ListLabelingJobsForWorkteamSortByOptions["CREATION_TIME"] = "CreationTime";
99
- })(ListLabelingJobsForWorkteamSortByOptions || (ListLabelingJobsForWorkteamSortByOptions = {}));
100
- export var SortLineageGroupsBy;
101
- (function (SortLineageGroupsBy) {
102
- SortLineageGroupsBy["CREATION_TIME"] = "CreationTime";
103
- SortLineageGroupsBy["NAME"] = "Name";
104
- })(SortLineageGroupsBy || (SortLineageGroupsBy = {}));
105
- export var ModelCardExportJobSortBy;
106
- (function (ModelCardExportJobSortBy) {
107
- ModelCardExportJobSortBy["CREATION_TIME"] = "CreationTime";
108
- ModelCardExportJobSortBy["NAME"] = "Name";
109
- ModelCardExportJobSortBy["STATUS"] = "Status";
110
- })(ModelCardExportJobSortBy || (ModelCardExportJobSortBy = {}));
111
- export var ModelCardExportJobSortOrder;
112
- (function (ModelCardExportJobSortOrder) {
113
- ModelCardExportJobSortOrder["ASCENDING"] = "Ascending";
114
- ModelCardExportJobSortOrder["DESCENDING"] = "Descending";
115
- })(ModelCardExportJobSortOrder || (ModelCardExportJobSortOrder = {}));
116
- export var ModelCardSortBy;
117
- (function (ModelCardSortBy) {
118
- ModelCardSortBy["CREATION_TIME"] = "CreationTime";
119
- ModelCardSortBy["NAME"] = "Name";
120
- })(ModelCardSortBy || (ModelCardSortBy = {}));
121
- export var ModelCardSortOrder;
122
- (function (ModelCardSortOrder) {
123
- ModelCardSortOrder["ASCENDING"] = "Ascending";
124
- ModelCardSortOrder["DESCENDING"] = "Descending";
125
- })(ModelCardSortOrder || (ModelCardSortOrder = {}));
126
- export var ModelCardVersionSortBy;
127
- (function (ModelCardVersionSortBy) {
128
- ModelCardVersionSortBy["VERSION"] = "Version";
129
- })(ModelCardVersionSortBy || (ModelCardVersionSortBy = {}));
130
- export var ModelMetadataFilterType;
131
- (function (ModelMetadataFilterType) {
132
- ModelMetadataFilterType["DOMAIN"] = "Domain";
133
- ModelMetadataFilterType["FRAMEWORK"] = "Framework";
134
- ModelMetadataFilterType["FRAMEWORKVERSION"] = "FrameworkVersion";
135
- ModelMetadataFilterType["TASK"] = "Task";
136
- })(ModelMetadataFilterType || (ModelMetadataFilterType = {}));
137
- export var ModelPackageGroupSortBy;
138
- (function (ModelPackageGroupSortBy) {
139
- ModelPackageGroupSortBy["CREATION_TIME"] = "CreationTime";
140
- ModelPackageGroupSortBy["NAME"] = "Name";
141
- })(ModelPackageGroupSortBy || (ModelPackageGroupSortBy = {}));
142
- export var ModelPackageType;
143
- (function (ModelPackageType) {
144
- ModelPackageType["BOTH"] = "Both";
145
- ModelPackageType["UNVERSIONED"] = "Unversioned";
146
- ModelPackageType["VERSIONED"] = "Versioned";
147
- })(ModelPackageType || (ModelPackageType = {}));
148
- export var ModelPackageSortBy;
149
- (function (ModelPackageSortBy) {
150
- ModelPackageSortBy["CREATION_TIME"] = "CreationTime";
151
- ModelPackageSortBy["NAME"] = "Name";
152
- })(ModelPackageSortBy || (ModelPackageSortBy = {}));
153
- export var ModelSortKey;
154
- (function (ModelSortKey) {
155
- ModelSortKey["CreationTime"] = "CreationTime";
156
- ModelSortKey["Name"] = "Name";
157
- })(ModelSortKey || (ModelSortKey = {}));
158
- export var MonitoringAlertHistorySortKey;
159
- (function (MonitoringAlertHistorySortKey) {
160
- MonitoringAlertHistorySortKey["CreationTime"] = "CreationTime";
161
- MonitoringAlertHistorySortKey["Status"] = "Status";
162
- })(MonitoringAlertHistorySortKey || (MonitoringAlertHistorySortKey = {}));
163
- export var MonitoringAlertStatus;
164
- (function (MonitoringAlertStatus) {
165
- MonitoringAlertStatus["IN_ALERT"] = "InAlert";
166
- MonitoringAlertStatus["OK"] = "OK";
167
- })(MonitoringAlertStatus || (MonitoringAlertStatus = {}));
168
- export var MonitoringExecutionSortKey;
169
- (function (MonitoringExecutionSortKey) {
170
- MonitoringExecutionSortKey["CREATION_TIME"] = "CreationTime";
171
- MonitoringExecutionSortKey["SCHEDULED_TIME"] = "ScheduledTime";
172
- MonitoringExecutionSortKey["STATUS"] = "Status";
173
- })(MonitoringExecutionSortKey || (MonitoringExecutionSortKey = {}));
174
- export var MonitoringScheduleSortKey;
175
- (function (MonitoringScheduleSortKey) {
176
- MonitoringScheduleSortKey["CREATION_TIME"] = "CreationTime";
177
- MonitoringScheduleSortKey["NAME"] = "Name";
178
- MonitoringScheduleSortKey["STATUS"] = "Status";
179
- })(MonitoringScheduleSortKey || (MonitoringScheduleSortKey = {}));
180
- export var NotebookInstanceLifecycleConfigSortKey;
181
- (function (NotebookInstanceLifecycleConfigSortKey) {
182
- NotebookInstanceLifecycleConfigSortKey["CREATION_TIME"] = "CreationTime";
183
- NotebookInstanceLifecycleConfigSortKey["LAST_MODIFIED_TIME"] = "LastModifiedTime";
184
- NotebookInstanceLifecycleConfigSortKey["NAME"] = "Name";
185
- })(NotebookInstanceLifecycleConfigSortKey || (NotebookInstanceLifecycleConfigSortKey = {}));
186
- export var NotebookInstanceLifecycleConfigSortOrder;
187
- (function (NotebookInstanceLifecycleConfigSortOrder) {
188
- NotebookInstanceLifecycleConfigSortOrder["ASCENDING"] = "Ascending";
189
- NotebookInstanceLifecycleConfigSortOrder["DESCENDING"] = "Descending";
190
- })(NotebookInstanceLifecycleConfigSortOrder || (NotebookInstanceLifecycleConfigSortOrder = {}));
191
- export var NotebookInstanceSortKey;
192
- (function (NotebookInstanceSortKey) {
193
- NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
194
- NotebookInstanceSortKey["NAME"] = "Name";
195
- NotebookInstanceSortKey["STATUS"] = "Status";
196
- })(NotebookInstanceSortKey || (NotebookInstanceSortKey = {}));
197
- export var NotebookInstanceSortOrder;
198
- (function (NotebookInstanceSortOrder) {
199
- NotebookInstanceSortOrder["ASCENDING"] = "Ascending";
200
- NotebookInstanceSortOrder["DESCENDING"] = "Descending";
201
- })(NotebookInstanceSortOrder || (NotebookInstanceSortOrder = {}));
202
- export var SortPipelineExecutionsBy;
203
- (function (SortPipelineExecutionsBy) {
204
- SortPipelineExecutionsBy["CREATION_TIME"] = "CreationTime";
205
- SortPipelineExecutionsBy["PIPELINE_EXECUTION_ARN"] = "PipelineExecutionArn";
206
- })(SortPipelineExecutionsBy || (SortPipelineExecutionsBy = {}));
207
- export var StepStatus;
208
- (function (StepStatus) {
209
- StepStatus["EXECUTING"] = "Executing";
210
- StepStatus["FAILED"] = "Failed";
211
- StepStatus["STARTING"] = "Starting";
212
- StepStatus["STOPPED"] = "Stopped";
213
- StepStatus["STOPPING"] = "Stopping";
214
- StepStatus["SUCCEEDED"] = "Succeeded";
215
- })(StepStatus || (StepStatus = {}));
216
- export var SortPipelinesBy;
217
- (function (SortPipelinesBy) {
218
- SortPipelinesBy["CREATION_TIME"] = "CreationTime";
219
- SortPipelinesBy["NAME"] = "Name";
220
- })(SortPipelinesBy || (SortPipelinesBy = {}));
221
- export var ProjectSortBy;
222
- (function (ProjectSortBy) {
223
- ProjectSortBy["CREATION_TIME"] = "CreationTime";
224
- ProjectSortBy["NAME"] = "Name";
225
- })(ProjectSortBy || (ProjectSortBy = {}));
226
- export var ProjectSortOrder;
227
- (function (ProjectSortOrder) {
228
- ProjectSortOrder["ASCENDING"] = "Ascending";
229
- ProjectSortOrder["DESCENDING"] = "Descending";
230
- })(ProjectSortOrder || (ProjectSortOrder = {}));
231
- export var SpaceSortKey;
232
- (function (SpaceSortKey) {
233
- SpaceSortKey["CreationTime"] = "CreationTime";
234
- SpaceSortKey["LastModifiedTime"] = "LastModifiedTime";
235
- })(SpaceSortKey || (SpaceSortKey = {}));
236
- export var StudioLifecycleConfigSortKey;
237
- (function (StudioLifecycleConfigSortKey) {
238
- StudioLifecycleConfigSortKey["CreationTime"] = "CreationTime";
239
- StudioLifecycleConfigSortKey["LastModifiedTime"] = "LastModifiedTime";
240
- StudioLifecycleConfigSortKey["Name"] = "Name";
241
- })(StudioLifecycleConfigSortKey || (StudioLifecycleConfigSortKey = {}));
242
- export var TrainingJobSortByOptions;
243
- (function (TrainingJobSortByOptions) {
244
- TrainingJobSortByOptions["CreationTime"] = "CreationTime";
245
- TrainingJobSortByOptions["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
246
- TrainingJobSortByOptions["Name"] = "Name";
247
- TrainingJobSortByOptions["Status"] = "Status";
248
- })(TrainingJobSortByOptions || (TrainingJobSortByOptions = {}));
249
- export var SortTrialComponentsBy;
250
- (function (SortTrialComponentsBy) {
251
- SortTrialComponentsBy["CREATION_TIME"] = "CreationTime";
252
- SortTrialComponentsBy["NAME"] = "Name";
253
- })(SortTrialComponentsBy || (SortTrialComponentsBy = {}));
254
- export var SortTrialsBy;
255
- (function (SortTrialsBy) {
256
- SortTrialsBy["CREATION_TIME"] = "CreationTime";
257
- SortTrialsBy["NAME"] = "Name";
258
- })(SortTrialsBy || (SortTrialsBy = {}));
259
- export var UserProfileSortKey;
260
- (function (UserProfileSortKey) {
261
- UserProfileSortKey["CreationTime"] = "CreationTime";
262
- UserProfileSortKey["LastModifiedTime"] = "LastModifiedTime";
263
- })(UserProfileSortKey || (UserProfileSortKey = {}));
264
- export var ListWorkforcesSortByOptions;
265
- (function (ListWorkforcesSortByOptions) {
266
- ListWorkforcesSortByOptions["CreateDate"] = "CreateDate";
267
- ListWorkforcesSortByOptions["Name"] = "Name";
268
- })(ListWorkforcesSortByOptions || (ListWorkforcesSortByOptions = {}));
269
- export var ListWorkteamsSortByOptions;
270
- (function (ListWorkteamsSortByOptions) {
271
- ListWorkteamsSortByOptions["CreateDate"] = "CreateDate";
272
- ListWorkteamsSortByOptions["Name"] = "Name";
273
- })(ListWorkteamsSortByOptions || (ListWorkteamsSortByOptions = {}));
274
- export var ModelVariantAction;
275
- (function (ModelVariantAction) {
276
- ModelVariantAction["PROMOTE"] = "Promote";
277
- ModelVariantAction["REMOVE"] = "Remove";
278
- ModelVariantAction["RETAIN"] = "Retain";
279
- })(ModelVariantAction || (ModelVariantAction = {}));
280
- export var SearchSortOrder;
281
- (function (SearchSortOrder) {
282
- SearchSortOrder["ASCENDING"] = "Ascending";
283
- SearchSortOrder["DESCENDING"] = "Descending";
284
- })(SearchSortOrder || (SearchSortOrder = {}));
2
+ export const LineageType = {
3
+ ACTION: "Action",
4
+ ARTIFACT: "Artifact",
5
+ CONTEXT: "Context",
6
+ TRIAL_COMPONENT: "TrialComponent",
7
+ };
8
+ export const SortActionsBy = {
9
+ CREATION_TIME: "CreationTime",
10
+ NAME: "Name",
11
+ };
12
+ export const SortOrder = {
13
+ ASCENDING: "Ascending",
14
+ DESCENDING: "Descending",
15
+ };
16
+ export const SortArtifactsBy = {
17
+ CREATION_TIME: "CreationTime",
18
+ };
19
+ export const SortAssociationsBy = {
20
+ CREATION_TIME: "CreationTime",
21
+ DESTINATION_ARN: "DestinationArn",
22
+ DESTINATION_TYPE: "DestinationType",
23
+ SOURCE_ARN: "SourceArn",
24
+ SOURCE_TYPE: "SourceType",
25
+ };
26
+ export const ListCompilationJobsSortBy = {
27
+ CREATION_TIME: "CreationTime",
28
+ NAME: "Name",
29
+ STATUS: "Status",
30
+ };
31
+ export const SortContextsBy = {
32
+ CREATION_TIME: "CreationTime",
33
+ NAME: "Name",
34
+ };
35
+ export const MonitoringJobDefinitionSortKey = {
36
+ CREATION_TIME: "CreationTime",
37
+ NAME: "Name",
38
+ };
39
+ export const ListDeviceFleetsSortBy = {
40
+ CreationTime: "CREATION_TIME",
41
+ LastModifiedTime: "LAST_MODIFIED_TIME",
42
+ Name: "NAME",
43
+ };
44
+ export const ListEdgeDeploymentPlansSortBy = {
45
+ CreationTime: "CREATION_TIME",
46
+ DeviceFleetName: "DEVICE_FLEET_NAME",
47
+ LastModifiedTime: "LAST_MODIFIED_TIME",
48
+ Name: "NAME",
49
+ };
50
+ export const ListEdgePackagingJobsSortBy = {
51
+ CreationTime: "CREATION_TIME",
52
+ EdgePackagingJobStatus: "STATUS",
53
+ LastModifiedTime: "LAST_MODIFIED_TIME",
54
+ ModelName: "MODEL_NAME",
55
+ Name: "NAME",
56
+ };
57
+ export const OrderKey = {
58
+ Ascending: "Ascending",
59
+ Descending: "Descending",
60
+ };
61
+ export const SortExperimentsBy = {
62
+ CREATION_TIME: "CreationTime",
63
+ NAME: "Name",
64
+ };
65
+ export const SortInferenceExperimentsBy = {
66
+ CREATION_TIME: "CreationTime",
67
+ NAME: "Name",
68
+ STATUS: "Status",
69
+ };
70
+ export const ListInferenceRecommendationsJobsSortBy = {
71
+ CREATION_TIME: "CreationTime",
72
+ NAME: "Name",
73
+ STATUS: "Status",
74
+ };
75
+ export const SortBy = {
76
+ CREATION_TIME: "CreationTime",
77
+ NAME: "Name",
78
+ STATUS: "Status",
79
+ };
80
+ export const ListLabelingJobsForWorkteamSortByOptions = {
81
+ CREATION_TIME: "CreationTime",
82
+ };
83
+ export const SortLineageGroupsBy = {
84
+ CREATION_TIME: "CreationTime",
85
+ NAME: "Name",
86
+ };
87
+ export const ModelCardExportJobSortBy = {
88
+ CREATION_TIME: "CreationTime",
89
+ NAME: "Name",
90
+ STATUS: "Status",
91
+ };
92
+ export const ModelCardExportJobSortOrder = {
93
+ ASCENDING: "Ascending",
94
+ DESCENDING: "Descending",
95
+ };
96
+ export const ModelCardSortBy = {
97
+ CREATION_TIME: "CreationTime",
98
+ NAME: "Name",
99
+ };
100
+ export const ModelCardSortOrder = {
101
+ ASCENDING: "Ascending",
102
+ DESCENDING: "Descending",
103
+ };
104
+ export const ModelCardVersionSortBy = {
105
+ VERSION: "Version",
106
+ };
107
+ export const ModelMetadataFilterType = {
108
+ DOMAIN: "Domain",
109
+ FRAMEWORK: "Framework",
110
+ FRAMEWORKVERSION: "FrameworkVersion",
111
+ TASK: "Task",
112
+ };
113
+ export const ModelPackageGroupSortBy = {
114
+ CREATION_TIME: "CreationTime",
115
+ NAME: "Name",
116
+ };
117
+ export const ModelPackageType = {
118
+ BOTH: "Both",
119
+ UNVERSIONED: "Unversioned",
120
+ VERSIONED: "Versioned",
121
+ };
122
+ export const ModelPackageSortBy = {
123
+ CREATION_TIME: "CreationTime",
124
+ NAME: "Name",
125
+ };
126
+ export const ModelSortKey = {
127
+ CreationTime: "CreationTime",
128
+ Name: "Name",
129
+ };
130
+ export const MonitoringAlertHistorySortKey = {
131
+ CreationTime: "CreationTime",
132
+ Status: "Status",
133
+ };
134
+ export const MonitoringAlertStatus = {
135
+ IN_ALERT: "InAlert",
136
+ OK: "OK",
137
+ };
138
+ export const MonitoringExecutionSortKey = {
139
+ CREATION_TIME: "CreationTime",
140
+ SCHEDULED_TIME: "ScheduledTime",
141
+ STATUS: "Status",
142
+ };
143
+ export const MonitoringScheduleSortKey = {
144
+ CREATION_TIME: "CreationTime",
145
+ NAME: "Name",
146
+ STATUS: "Status",
147
+ };
148
+ export const NotebookInstanceLifecycleConfigSortKey = {
149
+ CREATION_TIME: "CreationTime",
150
+ LAST_MODIFIED_TIME: "LastModifiedTime",
151
+ NAME: "Name",
152
+ };
153
+ export const NotebookInstanceLifecycleConfigSortOrder = {
154
+ ASCENDING: "Ascending",
155
+ DESCENDING: "Descending",
156
+ };
157
+ export const NotebookInstanceSortKey = {
158
+ CREATION_TIME: "CreationTime",
159
+ NAME: "Name",
160
+ STATUS: "Status",
161
+ };
162
+ export const NotebookInstanceSortOrder = {
163
+ ASCENDING: "Ascending",
164
+ DESCENDING: "Descending",
165
+ };
166
+ export const SortPipelineExecutionsBy = {
167
+ CREATION_TIME: "CreationTime",
168
+ PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
169
+ };
170
+ export const StepStatus = {
171
+ EXECUTING: "Executing",
172
+ FAILED: "Failed",
173
+ STARTING: "Starting",
174
+ STOPPED: "Stopped",
175
+ STOPPING: "Stopping",
176
+ SUCCEEDED: "Succeeded",
177
+ };
178
+ export const SortPipelinesBy = {
179
+ CREATION_TIME: "CreationTime",
180
+ NAME: "Name",
181
+ };
182
+ export const ProjectSortBy = {
183
+ CREATION_TIME: "CreationTime",
184
+ NAME: "Name",
185
+ };
186
+ export const ProjectSortOrder = {
187
+ ASCENDING: "Ascending",
188
+ DESCENDING: "Descending",
189
+ };
190
+ export const SpaceSortKey = {
191
+ CreationTime: "CreationTime",
192
+ LastModifiedTime: "LastModifiedTime",
193
+ };
194
+ export const StudioLifecycleConfigSortKey = {
195
+ CreationTime: "CreationTime",
196
+ LastModifiedTime: "LastModifiedTime",
197
+ Name: "Name",
198
+ };
199
+ export const TrainingJobSortByOptions = {
200
+ CreationTime: "CreationTime",
201
+ FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
202
+ Name: "Name",
203
+ Status: "Status",
204
+ };
205
+ export const SortTrialComponentsBy = {
206
+ CREATION_TIME: "CreationTime",
207
+ NAME: "Name",
208
+ };
209
+ export const SortTrialsBy = {
210
+ CREATION_TIME: "CreationTime",
211
+ NAME: "Name",
212
+ };
213
+ export const UserProfileSortKey = {
214
+ CreationTime: "CreationTime",
215
+ LastModifiedTime: "LastModifiedTime",
216
+ };
217
+ export const ListWorkforcesSortByOptions = {
218
+ CreateDate: "CreateDate",
219
+ Name: "Name",
220
+ };
221
+ export const ListWorkteamsSortByOptions = {
222
+ CreateDate: "CreateDate",
223
+ Name: "Name",
224
+ };
225
+ export const ModelVariantAction = {
226
+ PROMOTE: "Promote",
227
+ REMOVE: "Remove",
228
+ RETAIN: "Retain",
229
+ };
230
+ export const SearchSortOrder = {
231
+ ASCENDING: "Ascending",
232
+ DESCENDING: "Descending",
233
+ };
285
234
  export const ModelCardFilterSensitiveLog = (obj) => ({
286
235
  ...obj,
287
236
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,11 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
2
  import { OidcConfigFilterSensitiveLog, } from "./models_1";
3
- export var VariantPropertyType;
4
- (function (VariantPropertyType) {
5
- VariantPropertyType["DataCaptureConfig"] = "DataCaptureConfig";
6
- VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
7
- VariantPropertyType["DesiredWeight"] = "DesiredWeight";
8
- })(VariantPropertyType || (VariantPropertyType = {}));
3
+ export const VariantPropertyType = {
4
+ DataCaptureConfig: "DataCaptureConfig",
5
+ DesiredInstanceCount: "DesiredInstanceCount",
6
+ DesiredWeight: "DesiredWeight",
7
+ };
9
8
  export const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
10
9
  ...obj,
11
10
  ...(obj.Content && { Content: SENSITIVE_STRING }),