@aws-sdk/client-sagemaker 3.598.0 → 3.602.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist-cjs/index.js +644 -80
- package/dist-es/SageMaker.js +20 -0
- package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +40 -26
- package/dist-es/models/models_3.js +31 -28
- package/dist-es/models/models_4.js +28 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +314 -0
- package/dist-types/SageMaker.d.ts +71 -0
- package/dist-types/SageMakerClient.d.ts +12 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateHubCommand.d.ts +0 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
- package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubsCommand.d.ts +0 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +9 -0
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +101 -417
- package/dist-types/models/models_1.d.ts +562 -173
- package/dist-types/models/models_2.d.ts +384 -589
- package/dist-types/models/models_3.d.ts +5441 -5343
- package/dist-types/models/models_4.d.ts +707 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/SageMaker.d.ts +177 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -21
- package/dist-types/ts3.4/models/models_1.d.ts +60 -56
- package/dist-types/ts3.4/models/models_2.d.ts +132 -155
- package/dist-types/ts3.4/models/models_3.d.ts +184 -161
- package/dist-types/ts3.4/models/models_4.d.ts +190 -11
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.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 +120 -0
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -73,6 +73,7 @@ __export(src_exports, {
|
|
|
73
73
|
ClarifyTextGranularity: () => ClarifyTextGranularity,
|
|
74
74
|
ClarifyTextLanguage: () => ClarifyTextLanguage,
|
|
75
75
|
ClusterInstanceStatus: () => ClusterInstanceStatus,
|
|
76
|
+
ClusterInstanceStorageConfig: () => ClusterInstanceStorageConfig,
|
|
76
77
|
ClusterInstanceType: () => ClusterInstanceType,
|
|
77
78
|
ClusterSortBy: () => ClusterSortBy,
|
|
78
79
|
ClusterStatus: () => ClusterStatus,
|
|
@@ -110,6 +111,7 @@ __export(src_exports, {
|
|
|
110
111
|
CreateFeatureGroupCommand: () => CreateFeatureGroupCommand,
|
|
111
112
|
CreateFlowDefinitionCommand: () => CreateFlowDefinitionCommand,
|
|
112
113
|
CreateHubCommand: () => CreateHubCommand,
|
|
114
|
+
CreateHubContentReferenceCommand: () => CreateHubContentReferenceCommand,
|
|
113
115
|
CreateHumanTaskUiCommand: () => CreateHumanTaskUiCommand,
|
|
114
116
|
CreateHyperParameterTuningJobCommand: () => CreateHyperParameterTuningJobCommand,
|
|
115
117
|
CreateImageCommand: () => CreateImageCommand,
|
|
@@ -118,6 +120,7 @@ __export(src_exports, {
|
|
|
118
120
|
CreateInferenceExperimentCommand: () => CreateInferenceExperimentCommand,
|
|
119
121
|
CreateInferenceRecommendationsJobCommand: () => CreateInferenceRecommendationsJobCommand,
|
|
120
122
|
CreateLabelingJobCommand: () => CreateLabelingJobCommand,
|
|
123
|
+
CreateMlflowTrackingServerCommand: () => CreateMlflowTrackingServerCommand,
|
|
121
124
|
CreateModelBiasJobDefinitionCommand: () => CreateModelBiasJobDefinitionCommand,
|
|
122
125
|
CreateModelCardCommand: () => CreateModelCardCommand,
|
|
123
126
|
CreateModelCardExportJobCommand: () => CreateModelCardExportJobCommand,
|
|
@@ -133,6 +136,7 @@ __export(src_exports, {
|
|
|
133
136
|
CreateNotebookInstanceLifecycleConfigCommand: () => CreateNotebookInstanceLifecycleConfigCommand,
|
|
134
137
|
CreatePipelineCommand: () => CreatePipelineCommand,
|
|
135
138
|
CreatePresignedDomainUrlCommand: () => CreatePresignedDomainUrlCommand,
|
|
139
|
+
CreatePresignedMlflowTrackingServerUrlCommand: () => CreatePresignedMlflowTrackingServerUrlCommand,
|
|
136
140
|
CreatePresignedNotebookInstanceUrlCommand: () => CreatePresignedNotebookInstanceUrlCommand,
|
|
137
141
|
CreateProcessingJobCommand: () => CreateProcessingJobCommand,
|
|
138
142
|
CreateProjectCommand: () => CreateProjectCommand,
|
|
@@ -173,12 +177,14 @@ __export(src_exports, {
|
|
|
173
177
|
DeleteFlowDefinitionCommand: () => DeleteFlowDefinitionCommand,
|
|
174
178
|
DeleteHubCommand: () => DeleteHubCommand,
|
|
175
179
|
DeleteHubContentCommand: () => DeleteHubContentCommand,
|
|
180
|
+
DeleteHubContentReferenceCommand: () => DeleteHubContentReferenceCommand,
|
|
176
181
|
DeleteHumanTaskUiCommand: () => DeleteHumanTaskUiCommand,
|
|
177
182
|
DeleteHyperParameterTuningJobCommand: () => DeleteHyperParameterTuningJobCommand,
|
|
178
183
|
DeleteImageCommand: () => DeleteImageCommand,
|
|
179
184
|
DeleteImageVersionCommand: () => DeleteImageVersionCommand,
|
|
180
185
|
DeleteInferenceComponentCommand: () => DeleteInferenceComponentCommand,
|
|
181
186
|
DeleteInferenceExperimentCommand: () => DeleteInferenceExperimentCommand,
|
|
187
|
+
DeleteMlflowTrackingServerCommand: () => DeleteMlflowTrackingServerCommand,
|
|
182
188
|
DeleteModelBiasJobDefinitionCommand: () => DeleteModelBiasJobDefinitionCommand,
|
|
183
189
|
DeleteModelCardCommand: () => DeleteModelCardCommand,
|
|
184
190
|
DeleteModelCommand: () => DeleteModelCommand,
|
|
@@ -236,6 +242,7 @@ __export(src_exports, {
|
|
|
236
242
|
DescribeInferenceRecommendationsJobCommand: () => DescribeInferenceRecommendationsJobCommand,
|
|
237
243
|
DescribeLabelingJobCommand: () => DescribeLabelingJobCommand,
|
|
238
244
|
DescribeLineageGroupCommand: () => DescribeLineageGroupCommand,
|
|
245
|
+
DescribeMlflowTrackingServerCommand: () => DescribeMlflowTrackingServerCommand,
|
|
239
246
|
DescribeModelBiasJobDefinitionCommand: () => DescribeModelBiasJobDefinitionCommand,
|
|
240
247
|
DescribeModelCardCommand: () => DescribeModelCardCommand,
|
|
241
248
|
DescribeModelCardExportJobCommand: () => DescribeModelCardExportJobCommand,
|
|
@@ -303,6 +310,7 @@ __export(src_exports, {
|
|
|
303
310
|
GetSearchSuggestionsCommand: () => GetSearchSuggestionsCommand,
|
|
304
311
|
HubContentSortBy: () => HubContentSortBy,
|
|
305
312
|
HubContentStatus: () => HubContentStatus,
|
|
313
|
+
HubContentSupportStatus: () => HubContentSupportStatus,
|
|
306
314
|
HubContentType: () => HubContentType,
|
|
307
315
|
HubSortBy: () => HubSortBy,
|
|
308
316
|
HubStatus: () => HubStatus,
|
|
@@ -328,6 +336,7 @@ __export(src_exports, {
|
|
|
328
336
|
InferenceExperimentStopDesiredState: () => InferenceExperimentStopDesiredState,
|
|
329
337
|
InferenceExperimentType: () => InferenceExperimentType,
|
|
330
338
|
InputMode: () => InputMode,
|
|
339
|
+
IsTrackingServerActive: () => IsTrackingServerActive,
|
|
331
340
|
JobType: () => JobType,
|
|
332
341
|
JoinSource: () => JoinSource,
|
|
333
342
|
LabelingJobStatus: () => LabelingJobStatus,
|
|
@@ -378,6 +387,7 @@ __export(src_exports, {
|
|
|
378
387
|
ListLabelingJobsForWorkteamCommand: () => ListLabelingJobsForWorkteamCommand,
|
|
379
388
|
ListLabelingJobsForWorkteamSortByOptions: () => ListLabelingJobsForWorkteamSortByOptions,
|
|
380
389
|
ListLineageGroupsCommand: () => ListLineageGroupsCommand,
|
|
390
|
+
ListMlflowTrackingServersCommand: () => ListMlflowTrackingServersCommand,
|
|
381
391
|
ListModelBiasJobDefinitionsCommand: () => ListModelBiasJobDefinitionsCommand,
|
|
382
392
|
ListModelCardExportJobsCommand: () => ListModelCardExportJobsCommand,
|
|
383
393
|
ListModelCardVersionsCommand: () => ListModelCardVersionsCommand,
|
|
@@ -537,6 +547,7 @@ __export(src_exports, {
|
|
|
537
547
|
SortOrder: () => SortOrder,
|
|
538
548
|
SortPipelineExecutionsBy: () => SortPipelineExecutionsBy,
|
|
539
549
|
SortPipelinesBy: () => SortPipelinesBy,
|
|
550
|
+
SortTrackingServerBy: () => SortTrackingServerBy,
|
|
540
551
|
SortTrialComponentsBy: () => SortTrialComponentsBy,
|
|
541
552
|
SortTrialsBy: () => SortTrialsBy,
|
|
542
553
|
SpaceSortKey: () => SpaceSortKey,
|
|
@@ -545,6 +556,7 @@ __export(src_exports, {
|
|
|
545
556
|
StageStatus: () => StageStatus,
|
|
546
557
|
StartEdgeDeploymentStageCommand: () => StartEdgeDeploymentStageCommand,
|
|
547
558
|
StartInferenceExperimentCommand: () => StartInferenceExperimentCommand,
|
|
559
|
+
StartMlflowTrackingServerCommand: () => StartMlflowTrackingServerCommand,
|
|
548
560
|
StartMonitoringScheduleCommand: () => StartMonitoringScheduleCommand,
|
|
549
561
|
StartNotebookInstanceCommand: () => StartNotebookInstanceCommand,
|
|
550
562
|
StartPipelineExecutionCommand: () => StartPipelineExecutionCommand,
|
|
@@ -558,6 +570,7 @@ __export(src_exports, {
|
|
|
558
570
|
StopInferenceExperimentCommand: () => StopInferenceExperimentCommand,
|
|
559
571
|
StopInferenceRecommendationsJobCommand: () => StopInferenceRecommendationsJobCommand,
|
|
560
572
|
StopLabelingJobCommand: () => StopLabelingJobCommand,
|
|
573
|
+
StopMlflowTrackingServerCommand: () => StopMlflowTrackingServerCommand,
|
|
561
574
|
StopMonitoringScheduleCommand: () => StopMonitoringScheduleCommand,
|
|
562
575
|
StopNotebookInstanceCommand: () => StopNotebookInstanceCommand,
|
|
563
576
|
StopPipelineExecutionCommand: () => StopPipelineExecutionCommand,
|
|
@@ -574,6 +587,8 @@ __export(src_exports, {
|
|
|
574
587
|
TargetPlatformArch: () => TargetPlatformArch,
|
|
575
588
|
TargetPlatformOs: () => TargetPlatformOs,
|
|
576
589
|
ThroughputMode: () => ThroughputMode,
|
|
590
|
+
TrackingServerSize: () => TrackingServerSize,
|
|
591
|
+
TrackingServerStatus: () => TrackingServerStatus,
|
|
577
592
|
TrafficRoutingConfigType: () => TrafficRoutingConfigType,
|
|
578
593
|
TrafficType: () => TrafficType,
|
|
579
594
|
TrainingInputMode: () => TrainingInputMode,
|
|
@@ -608,6 +623,7 @@ __export(src_exports, {
|
|
|
608
623
|
UpdateInferenceComponentCommand: () => UpdateInferenceComponentCommand,
|
|
609
624
|
UpdateInferenceComponentRuntimeConfigCommand: () => UpdateInferenceComponentRuntimeConfigCommand,
|
|
610
625
|
UpdateInferenceExperimentCommand: () => UpdateInferenceExperimentCommand,
|
|
626
|
+
UpdateMlflowTrackingServerCommand: () => UpdateMlflowTrackingServerCommand,
|
|
611
627
|
UpdateModelCardCommand: () => UpdateModelCardCommand,
|
|
612
628
|
UpdateModelCardRequestFilterSensitiveLog: () => UpdateModelCardRequestFilterSensitiveLog,
|
|
613
629
|
UpdateModelPackageCommand: () => UpdateModelPackageCommand,
|
|
@@ -670,6 +686,7 @@ __export(src_exports, {
|
|
|
670
686
|
paginateListLabelingJobs: () => paginateListLabelingJobs,
|
|
671
687
|
paginateListLabelingJobsForWorkteam: () => paginateListLabelingJobsForWorkteam,
|
|
672
688
|
paginateListLineageGroups: () => paginateListLineageGroups,
|
|
689
|
+
paginateListMlflowTrackingServers: () => paginateListMlflowTrackingServers,
|
|
673
690
|
paginateListModelBiasJobDefinitions: () => paginateListModelBiasJobDefinitions,
|
|
674
691
|
paginateListModelCardExportJobs: () => paginateListModelCardExportJobs,
|
|
675
692
|
paginateListModelCardVersions: () => paginateListModelCardVersions,
|
|
@@ -1944,6 +1961,14 @@ var ClarifyTextLanguage = {
|
|
|
1944
1961
|
URDU: "ur",
|
|
1945
1962
|
YORUBA: "yo"
|
|
1946
1963
|
};
|
|
1964
|
+
var ClusterInstanceStorageConfig;
|
|
1965
|
+
((ClusterInstanceStorageConfig3) => {
|
|
1966
|
+
ClusterInstanceStorageConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1967
|
+
if (value.EbsVolumeConfig !== void 0)
|
|
1968
|
+
return visitor.EbsVolumeConfig(value.EbsVolumeConfig);
|
|
1969
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1970
|
+
}, "visit");
|
|
1971
|
+
})(ClusterInstanceStorageConfig || (ClusterInstanceStorageConfig = {}));
|
|
1947
1972
|
var ClusterInstanceType = {
|
|
1948
1973
|
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
1949
1974
|
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
@@ -2166,6 +2191,12 @@ var _ResourceInUse = class _ResourceInUse extends SageMakerServiceException {
|
|
|
2166
2191
|
};
|
|
2167
2192
|
__name(_ResourceInUse, "ResourceInUse");
|
|
2168
2193
|
var ResourceInUse = _ResourceInUse;
|
|
2194
|
+
|
|
2195
|
+
// src/models/models_2.ts
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
// src/models/models_1.ts
|
|
2199
|
+
|
|
2169
2200
|
var Framework = {
|
|
2170
2201
|
DARKNET: "DARKNET",
|
|
2171
2202
|
KERAS: "KERAS",
|
|
@@ -2177,12 +2208,6 @@ var Framework = {
|
|
|
2177
2208
|
TFLITE: "TFLITE",
|
|
2178
2209
|
XGBOOST: "XGBOOST"
|
|
2179
2210
|
};
|
|
2180
|
-
|
|
2181
|
-
// src/models/models_2.ts
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
// src/models/models_1.ts
|
|
2185
|
-
|
|
2186
2211
|
var ProcessingS3UploadMode = {
|
|
2187
2212
|
CONTINUOUS: "Continuous",
|
|
2188
2213
|
END_OF_JOB: "EndOfJob"
|
|
@@ -2538,6 +2563,11 @@ var FlatInvocations = {
|
|
|
2538
2563
|
CONTINUE: "Continue",
|
|
2539
2564
|
STOP: "Stop"
|
|
2540
2565
|
};
|
|
2566
|
+
var TrackingServerSize = {
|
|
2567
|
+
L: "Large",
|
|
2568
|
+
M: "Medium",
|
|
2569
|
+
S: "Small"
|
|
2570
|
+
};
|
|
2541
2571
|
var InferenceExecutionMode = {
|
|
2542
2572
|
DIRECT: "Direct",
|
|
2543
2573
|
SERIAL: "Serial"
|
|
@@ -2606,18 +2636,6 @@ var ProcessingS3DataType = {
|
|
|
2606
2636
|
MANIFEST_FILE: "ManifestFile",
|
|
2607
2637
|
S3_PREFIX: "S3Prefix"
|
|
2608
2638
|
};
|
|
2609
|
-
var CustomFileSystem;
|
|
2610
|
-
((CustomFileSystem2) => {
|
|
2611
|
-
CustomFileSystem2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2612
|
-
if (value.EFSFileSystem !== void 0)
|
|
2613
|
-
return visitor.EFSFileSystem(value.EFSFileSystem);
|
|
2614
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2615
|
-
}, "visit");
|
|
2616
|
-
})(CustomFileSystem || (CustomFileSystem = {}));
|
|
2617
|
-
var SharingType = {
|
|
2618
|
-
Private: "Private",
|
|
2619
|
-
Shared: "Shared"
|
|
2620
|
-
};
|
|
2621
2639
|
var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2622
2640
|
...obj,
|
|
2623
2641
|
...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2632,6 +2650,18 @@ var CreateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
2632
2650
|
}), "CreateModelPackageInputFilterSensitiveLog");
|
|
2633
2651
|
|
|
2634
2652
|
// src/models/models_2.ts
|
|
2653
|
+
var CustomFileSystem;
|
|
2654
|
+
((CustomFileSystem3) => {
|
|
2655
|
+
CustomFileSystem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2656
|
+
if (value.EFSFileSystem !== void 0)
|
|
2657
|
+
return visitor.EFSFileSystem(value.EFSFileSystem);
|
|
2658
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2659
|
+
}, "visit");
|
|
2660
|
+
})(CustomFileSystem || (CustomFileSystem = {}));
|
|
2661
|
+
var SharingType = {
|
|
2662
|
+
Private: "Private",
|
|
2663
|
+
Shared: "Shared"
|
|
2664
|
+
};
|
|
2635
2665
|
var StudioLifecycleConfigAppType = {
|
|
2636
2666
|
CodeEditor: "CodeEditor",
|
|
2637
2667
|
JupyterLab: "JupyterLab",
|
|
@@ -2688,6 +2718,7 @@ var RetentionType = {
|
|
|
2688
2718
|
};
|
|
2689
2719
|
var HubContentType = {
|
|
2690
2720
|
MODEL: "Model",
|
|
2721
|
+
MODEL_REFERENCE: "ModelReference",
|
|
2691
2722
|
NOTEBOOK: "Notebook"
|
|
2692
2723
|
};
|
|
2693
2724
|
var RecommendationStatus = {
|
|
@@ -2784,6 +2815,10 @@ var HubContentStatus = {
|
|
|
2784
2815
|
IMPORTING: "Importing",
|
|
2785
2816
|
IMPORT_FAILED: "ImportFailed"
|
|
2786
2817
|
};
|
|
2818
|
+
var HubContentSupportStatus = {
|
|
2819
|
+
DEPRECATED: "Deprecated",
|
|
2820
|
+
SUPPORTED: "Supported"
|
|
2821
|
+
};
|
|
2787
2822
|
var HumanTaskUiStatus = {
|
|
2788
2823
|
ACTIVE: "Active",
|
|
2789
2824
|
DELETING: "Deleting"
|
|
@@ -2862,6 +2897,29 @@ var LabelingJobStatus = {
|
|
|
2862
2897
|
STOPPED: "Stopped",
|
|
2863
2898
|
STOPPING: "Stopping"
|
|
2864
2899
|
};
|
|
2900
|
+
var IsTrackingServerActive = {
|
|
2901
|
+
ACTIVE: "Active",
|
|
2902
|
+
INACTIVE: "Inactive"
|
|
2903
|
+
};
|
|
2904
|
+
var TrackingServerStatus = {
|
|
2905
|
+
CREATED: "Created",
|
|
2906
|
+
CREATE_FAILED: "CreateFailed",
|
|
2907
|
+
CREATING: "Creating",
|
|
2908
|
+
DELETE_FAILED: "DeleteFailed",
|
|
2909
|
+
DELETING: "Deleting",
|
|
2910
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
2911
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
2912
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
|
|
2913
|
+
STARTED: "Started",
|
|
2914
|
+
STARTING: "Starting",
|
|
2915
|
+
START_FAILED: "StartFailed",
|
|
2916
|
+
STOPPED: "Stopped",
|
|
2917
|
+
STOPPING: "Stopping",
|
|
2918
|
+
STOP_FAILED: "StopFailed",
|
|
2919
|
+
UPDATED: "Updated",
|
|
2920
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
2921
|
+
UPDATING: "Updating"
|
|
2922
|
+
};
|
|
2865
2923
|
var ModelCardProcessingStatus = {
|
|
2866
2924
|
CONTENT_DELETED: "ContentDeleted",
|
|
2867
2925
|
DELETE_COMPLETED: "DeleteCompleted",
|
|
@@ -2898,32 +2956,6 @@ var ExecutionStatus = {
|
|
|
2898
2956
|
STOPPED: "Stopped",
|
|
2899
2957
|
STOPPING: "Stopping"
|
|
2900
2958
|
};
|
|
2901
|
-
var ScheduleStatus = {
|
|
2902
|
-
FAILED: "Failed",
|
|
2903
|
-
PENDING: "Pending",
|
|
2904
|
-
SCHEDULED: "Scheduled",
|
|
2905
|
-
STOPPED: "Stopped"
|
|
2906
|
-
};
|
|
2907
|
-
var NotebookInstanceStatus = {
|
|
2908
|
-
Deleting: "Deleting",
|
|
2909
|
-
Failed: "Failed",
|
|
2910
|
-
InService: "InService",
|
|
2911
|
-
Pending: "Pending",
|
|
2912
|
-
Stopped: "Stopped",
|
|
2913
|
-
Stopping: "Stopping",
|
|
2914
|
-
Updating: "Updating"
|
|
2915
|
-
};
|
|
2916
|
-
var PipelineStatus = {
|
|
2917
|
-
ACTIVE: "Active",
|
|
2918
|
-
DELETING: "Deleting"
|
|
2919
|
-
};
|
|
2920
|
-
var PipelineExecutionStatus = {
|
|
2921
|
-
EXECUTING: "Executing",
|
|
2922
|
-
FAILED: "Failed",
|
|
2923
|
-
STOPPED: "Stopped",
|
|
2924
|
-
STOPPING: "Stopping",
|
|
2925
|
-
SUCCEEDED: "Succeeded"
|
|
2926
|
-
};
|
|
2927
2959
|
var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2928
2960
|
...obj,
|
|
2929
2961
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3104,6 +3136,12 @@ var se_CreateHubCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3104
3136
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3105
3137
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3106
3138
|
}, "se_CreateHubCommand");
|
|
3139
|
+
var se_CreateHubContentReferenceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3140
|
+
const headers = sharedHeaders("CreateHubContentReference");
|
|
3141
|
+
let body;
|
|
3142
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3143
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3144
|
+
}, "se_CreateHubContentReferenceCommand");
|
|
3107
3145
|
var se_CreateHumanTaskUiCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3108
3146
|
const headers = sharedHeaders("CreateHumanTaskUi");
|
|
3109
3147
|
let body;
|
|
@@ -3152,6 +3190,12 @@ var se_CreateLabelingJobCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3152
3190
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3153
3191
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3154
3192
|
}, "se_CreateLabelingJobCommand");
|
|
3193
|
+
var se_CreateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3194
|
+
const headers = sharedHeaders("CreateMlflowTrackingServer");
|
|
3195
|
+
let body;
|
|
3196
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3197
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3198
|
+
}, "se_CreateMlflowTrackingServerCommand");
|
|
3155
3199
|
var se_CreateModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3156
3200
|
const headers = sharedHeaders("CreateModel");
|
|
3157
3201
|
let body;
|
|
@@ -3230,6 +3274,12 @@ var se_CreatePresignedDomainUrlCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3230
3274
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3231
3275
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3232
3276
|
}, "se_CreatePresignedDomainUrlCommand");
|
|
3277
|
+
var se_CreatePresignedMlflowTrackingServerUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3278
|
+
const headers = sharedHeaders("CreatePresignedMlflowTrackingServerUrl");
|
|
3279
|
+
let body;
|
|
3280
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3281
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3282
|
+
}, "se_CreatePresignedMlflowTrackingServerUrlCommand");
|
|
3233
3283
|
var se_CreatePresignedNotebookInstanceUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3234
3284
|
const headers = sharedHeaders("CreatePresignedNotebookInstanceUrl");
|
|
3235
3285
|
let body;
|
|
@@ -3434,6 +3484,12 @@ var se_DeleteHubContentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3434
3484
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3435
3485
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3436
3486
|
}, "se_DeleteHubContentCommand");
|
|
3487
|
+
var se_DeleteHubContentReferenceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3488
|
+
const headers = sharedHeaders("DeleteHubContentReference");
|
|
3489
|
+
let body;
|
|
3490
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3491
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3492
|
+
}, "se_DeleteHubContentReferenceCommand");
|
|
3437
3493
|
var se_DeleteHumanTaskUiCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3438
3494
|
const headers = sharedHeaders("DeleteHumanTaskUi");
|
|
3439
3495
|
let body;
|
|
@@ -3470,6 +3526,12 @@ var se_DeleteInferenceExperimentCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
3470
3526
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3471
3527
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3472
3528
|
}, "se_DeleteInferenceExperimentCommand");
|
|
3529
|
+
var se_DeleteMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3530
|
+
const headers = sharedHeaders("DeleteMlflowTrackingServer");
|
|
3531
|
+
let body;
|
|
3532
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3533
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3534
|
+
}, "se_DeleteMlflowTrackingServerCommand");
|
|
3473
3535
|
var se_DeleteModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3474
3536
|
const headers = sharedHeaders("DeleteModel");
|
|
3475
3537
|
let body;
|
|
@@ -3812,6 +3874,12 @@ var se_DescribeLineageGroupCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3812
3874
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3813
3875
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3814
3876
|
}, "se_DescribeLineageGroupCommand");
|
|
3877
|
+
var se_DescribeMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3878
|
+
const headers = sharedHeaders("DescribeMlflowTrackingServer");
|
|
3879
|
+
let body;
|
|
3880
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3881
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3882
|
+
}, "se_DescribeMlflowTrackingServerCommand");
|
|
3815
3883
|
var se_DescribeModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3816
3884
|
const headers = sharedHeaders("DescribeModel");
|
|
3817
3885
|
let body;
|
|
@@ -4262,6 +4330,12 @@ var se_ListLineageGroupsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4262
4330
|
body = JSON.stringify(se_ListLineageGroupsRequest(input, context));
|
|
4263
4331
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4264
4332
|
}, "se_ListLineageGroupsCommand");
|
|
4333
|
+
var se_ListMlflowTrackingServersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4334
|
+
const headers = sharedHeaders("ListMlflowTrackingServers");
|
|
4335
|
+
let body;
|
|
4336
|
+
body = JSON.stringify(se_ListMlflowTrackingServersRequest(input, context));
|
|
4337
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4338
|
+
}, "se_ListMlflowTrackingServersCommand");
|
|
4265
4339
|
var se_ListModelBiasJobDefinitionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4266
4340
|
const headers = sharedHeaders("ListModelBiasJobDefinitions");
|
|
4267
4341
|
let body;
|
|
@@ -4538,6 +4612,12 @@ var se_StartInferenceExperimentCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
4538
4612
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4539
4613
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4540
4614
|
}, "se_StartInferenceExperimentCommand");
|
|
4615
|
+
var se_StartMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4616
|
+
const headers = sharedHeaders("StartMlflowTrackingServer");
|
|
4617
|
+
let body;
|
|
4618
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4619
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4620
|
+
}, "se_StartMlflowTrackingServerCommand");
|
|
4541
4621
|
var se_StartMonitoringScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4542
4622
|
const headers = sharedHeaders("StartMonitoringSchedule");
|
|
4543
4623
|
let body;
|
|
@@ -4604,6 +4684,12 @@ var se_StopLabelingJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4604
4684
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4605
4685
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4606
4686
|
}, "se_StopLabelingJobCommand");
|
|
4687
|
+
var se_StopMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4688
|
+
const headers = sharedHeaders("StopMlflowTrackingServer");
|
|
4689
|
+
let body;
|
|
4690
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4691
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4692
|
+
}, "se_StopMlflowTrackingServerCommand");
|
|
4607
4693
|
var se_StopMonitoringScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4608
4694
|
const headers = sharedHeaders("StopMonitoringSchedule");
|
|
4609
4695
|
let body;
|
|
@@ -4766,6 +4852,12 @@ var se_UpdateInferenceExperimentCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
4766
4852
|
body = JSON.stringify(se_UpdateInferenceExperimentRequest(input, context));
|
|
4767
4853
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4768
4854
|
}, "se_UpdateInferenceExperimentCommand");
|
|
4855
|
+
var se_UpdateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4856
|
+
const headers = sharedHeaders("UpdateMlflowTrackingServer");
|
|
4857
|
+
let body;
|
|
4858
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4859
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4860
|
+
}, "se_UpdateMlflowTrackingServerCommand");
|
|
4769
4861
|
var se_UpdateModelCardCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4770
4862
|
const headers = sharedHeaders("UpdateModelCard");
|
|
4771
4863
|
let body;
|
|
@@ -5204,6 +5296,19 @@ var de_CreateHubCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5204
5296
|
};
|
|
5205
5297
|
return response;
|
|
5206
5298
|
}, "de_CreateHubCommand");
|
|
5299
|
+
var de_CreateHubContentReferenceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5300
|
+
if (output.statusCode >= 300) {
|
|
5301
|
+
return de_CommandError(output, context);
|
|
5302
|
+
}
|
|
5303
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5304
|
+
let contents = {};
|
|
5305
|
+
contents = de_CreateHubContentReferenceResponse(data, context);
|
|
5306
|
+
const response = {
|
|
5307
|
+
$metadata: deserializeMetadata(output),
|
|
5308
|
+
...contents
|
|
5309
|
+
};
|
|
5310
|
+
return response;
|
|
5311
|
+
}, "de_CreateHubContentReferenceCommand");
|
|
5207
5312
|
var de_CreateHumanTaskUiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5208
5313
|
if (output.statusCode >= 300) {
|
|
5209
5314
|
return de_CommandError(output, context);
|
|
@@ -5308,6 +5413,19 @@ var de_CreateLabelingJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5308
5413
|
};
|
|
5309
5414
|
return response;
|
|
5310
5415
|
}, "de_CreateLabelingJobCommand");
|
|
5416
|
+
var de_CreateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5417
|
+
if (output.statusCode >= 300) {
|
|
5418
|
+
return de_CommandError(output, context);
|
|
5419
|
+
}
|
|
5420
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5421
|
+
let contents = {};
|
|
5422
|
+
contents = de_CreateMlflowTrackingServerResponse(data, context);
|
|
5423
|
+
const response = {
|
|
5424
|
+
$metadata: deserializeMetadata(output),
|
|
5425
|
+
...contents
|
|
5426
|
+
};
|
|
5427
|
+
return response;
|
|
5428
|
+
}, "de_CreateMlflowTrackingServerCommand");
|
|
5311
5429
|
var de_CreateModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5312
5430
|
if (output.statusCode >= 300) {
|
|
5313
5431
|
return de_CommandError(output, context);
|
|
@@ -5477,6 +5595,19 @@ var de_CreatePresignedDomainUrlCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
5477
5595
|
};
|
|
5478
5596
|
return response;
|
|
5479
5597
|
}, "de_CreatePresignedDomainUrlCommand");
|
|
5598
|
+
var de_CreatePresignedMlflowTrackingServerUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5599
|
+
if (output.statusCode >= 300) {
|
|
5600
|
+
return de_CommandError(output, context);
|
|
5601
|
+
}
|
|
5602
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5603
|
+
let contents = {};
|
|
5604
|
+
contents = de_CreatePresignedMlflowTrackingServerUrlResponse(data, context);
|
|
5605
|
+
const response = {
|
|
5606
|
+
$metadata: deserializeMetadata(output),
|
|
5607
|
+
...contents
|
|
5608
|
+
};
|
|
5609
|
+
return response;
|
|
5610
|
+
}, "de_CreatePresignedMlflowTrackingServerUrlCommand");
|
|
5480
5611
|
var de_CreatePresignedNotebookInstanceUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5481
5612
|
if (output.statusCode >= 300) {
|
|
5482
5613
|
return de_CommandError(output, context);
|
|
@@ -5874,6 +6005,16 @@ var de_DeleteHubContentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5874
6005
|
};
|
|
5875
6006
|
return response;
|
|
5876
6007
|
}, "de_DeleteHubContentCommand");
|
|
6008
|
+
var de_DeleteHubContentReferenceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6009
|
+
if (output.statusCode >= 300) {
|
|
6010
|
+
return de_CommandError(output, context);
|
|
6011
|
+
}
|
|
6012
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6013
|
+
const response = {
|
|
6014
|
+
$metadata: deserializeMetadata(output)
|
|
6015
|
+
};
|
|
6016
|
+
return response;
|
|
6017
|
+
}, "de_DeleteHubContentReferenceCommand");
|
|
5877
6018
|
var de_DeleteHumanTaskUiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5878
6019
|
if (output.statusCode >= 300) {
|
|
5879
6020
|
return de_CommandError(output, context);
|
|
@@ -5946,6 +6087,19 @@ var de_DeleteInferenceExperimentCommand = /* @__PURE__ */ __name(async (output,
|
|
|
5946
6087
|
};
|
|
5947
6088
|
return response;
|
|
5948
6089
|
}, "de_DeleteInferenceExperimentCommand");
|
|
6090
|
+
var de_DeleteMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6091
|
+
if (output.statusCode >= 300) {
|
|
6092
|
+
return de_CommandError(output, context);
|
|
6093
|
+
}
|
|
6094
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6095
|
+
let contents = {};
|
|
6096
|
+
contents = de_DeleteMlflowTrackingServerResponse(data, context);
|
|
6097
|
+
const response = {
|
|
6098
|
+
$metadata: deserializeMetadata(output),
|
|
6099
|
+
...contents
|
|
6100
|
+
};
|
|
6101
|
+
return response;
|
|
6102
|
+
}, "de_DeleteMlflowTrackingServerCommand");
|
|
5949
6103
|
var de_DeleteModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5950
6104
|
if (output.statusCode >= 300) {
|
|
5951
6105
|
return de_CommandError(output, context);
|
|
@@ -6639,6 +6793,19 @@ var de_DescribeLineageGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6639
6793
|
};
|
|
6640
6794
|
return response;
|
|
6641
6795
|
}, "de_DescribeLineageGroupCommand");
|
|
6796
|
+
var de_DescribeMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6797
|
+
if (output.statusCode >= 300) {
|
|
6798
|
+
return de_CommandError(output, context);
|
|
6799
|
+
}
|
|
6800
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6801
|
+
let contents = {};
|
|
6802
|
+
contents = de_DescribeMlflowTrackingServerResponse(data, context);
|
|
6803
|
+
const response = {
|
|
6804
|
+
$metadata: deserializeMetadata(output),
|
|
6805
|
+
...contents
|
|
6806
|
+
};
|
|
6807
|
+
return response;
|
|
6808
|
+
}, "de_DescribeMlflowTrackingServerCommand");
|
|
6642
6809
|
var de_DescribeModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6643
6810
|
if (output.statusCode >= 300) {
|
|
6644
6811
|
return de_CommandError(output, context);
|
|
@@ -7614,6 +7781,19 @@ var de_ListLineageGroupsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7614
7781
|
};
|
|
7615
7782
|
return response;
|
|
7616
7783
|
}, "de_ListLineageGroupsCommand");
|
|
7784
|
+
var de_ListMlflowTrackingServersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7785
|
+
if (output.statusCode >= 300) {
|
|
7786
|
+
return de_CommandError(output, context);
|
|
7787
|
+
}
|
|
7788
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
7789
|
+
let contents = {};
|
|
7790
|
+
contents = de_ListMlflowTrackingServersResponse(data, context);
|
|
7791
|
+
const response = {
|
|
7792
|
+
$metadata: deserializeMetadata(output),
|
|
7793
|
+
...contents
|
|
7794
|
+
};
|
|
7795
|
+
return response;
|
|
7796
|
+
}, "de_ListMlflowTrackingServersCommand");
|
|
7617
7797
|
var de_ListModelBiasJobDefinitionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7618
7798
|
if (output.statusCode >= 300) {
|
|
7619
7799
|
return de_CommandError(output, context);
|
|
@@ -8206,6 +8386,19 @@ var de_StartInferenceExperimentCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
8206
8386
|
};
|
|
8207
8387
|
return response;
|
|
8208
8388
|
}, "de_StartInferenceExperimentCommand");
|
|
8389
|
+
var de_StartMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8390
|
+
if (output.statusCode >= 300) {
|
|
8391
|
+
return de_CommandError(output, context);
|
|
8392
|
+
}
|
|
8393
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
8394
|
+
let contents = {};
|
|
8395
|
+
contents = de_StartMlflowTrackingServerResponse(data, context);
|
|
8396
|
+
const response = {
|
|
8397
|
+
$metadata: deserializeMetadata(output),
|
|
8398
|
+
...contents
|
|
8399
|
+
};
|
|
8400
|
+
return response;
|
|
8401
|
+
}, "de_StartMlflowTrackingServerCommand");
|
|
8209
8402
|
var de_StartMonitoringScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8210
8403
|
if (output.statusCode >= 300) {
|
|
8211
8404
|
return de_CommandError(output, context);
|
|
@@ -8322,6 +8515,19 @@ var de_StopLabelingJobCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8322
8515
|
};
|
|
8323
8516
|
return response;
|
|
8324
8517
|
}, "de_StopLabelingJobCommand");
|
|
8518
|
+
var de_StopMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8519
|
+
if (output.statusCode >= 300) {
|
|
8520
|
+
return de_CommandError(output, context);
|
|
8521
|
+
}
|
|
8522
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
8523
|
+
let contents = {};
|
|
8524
|
+
contents = de_StopMlflowTrackingServerResponse(data, context);
|
|
8525
|
+
const response = {
|
|
8526
|
+
$metadata: deserializeMetadata(output),
|
|
8527
|
+
...contents
|
|
8528
|
+
};
|
|
8529
|
+
return response;
|
|
8530
|
+
}, "de_StopMlflowTrackingServerCommand");
|
|
8325
8531
|
var de_StopMonitoringScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8326
8532
|
if (output.statusCode >= 300) {
|
|
8327
8533
|
return de_CommandError(output, context);
|
|
@@ -8649,6 +8855,19 @@ var de_UpdateInferenceExperimentCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8649
8855
|
};
|
|
8650
8856
|
return response;
|
|
8651
8857
|
}, "de_UpdateInferenceExperimentCommand");
|
|
8858
|
+
var de_UpdateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8859
|
+
if (output.statusCode >= 300) {
|
|
8860
|
+
return de_CommandError(output, context);
|
|
8861
|
+
}
|
|
8862
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
8863
|
+
let contents = {};
|
|
8864
|
+
contents = de_UpdateMlflowTrackingServerResponse(data, context);
|
|
8865
|
+
const response = {
|
|
8866
|
+
$metadata: deserializeMetadata(output),
|
|
8867
|
+
...contents
|
|
8868
|
+
};
|
|
8869
|
+
return response;
|
|
8870
|
+
}, "de_UpdateMlflowTrackingServerCommand");
|
|
8652
8871
|
var de_UpdateModelCardCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8653
8872
|
if (output.statusCode >= 300) {
|
|
8654
8873
|
return de_CommandError(output, context);
|
|
@@ -9689,6 +9908,18 @@ var se_ListLineageGroupsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
9689
9908
|
SortOrder: []
|
|
9690
9909
|
});
|
|
9691
9910
|
}, "se_ListLineageGroupsRequest");
|
|
9911
|
+
var se_ListMlflowTrackingServersRequest = /* @__PURE__ */ __name((input, context) => {
|
|
9912
|
+
return (0, import_smithy_client.take)(input, {
|
|
9913
|
+
CreatedAfter: (_) => _.getTime() / 1e3,
|
|
9914
|
+
CreatedBefore: (_) => _.getTime() / 1e3,
|
|
9915
|
+
MaxResults: [],
|
|
9916
|
+
MlflowVersion: [],
|
|
9917
|
+
NextToken: [],
|
|
9918
|
+
SortBy: [],
|
|
9919
|
+
SortOrder: [],
|
|
9920
|
+
TrackingServerStatus: []
|
|
9921
|
+
});
|
|
9922
|
+
}, "se_ListMlflowTrackingServersRequest");
|
|
9692
9923
|
var se_ListModelBiasJobDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
9693
9924
|
return (0, import_smithy_client.take)(input, {
|
|
9694
9925
|
CreationTimeAfter: (_) => _.getTime() / 1e3,
|
|
@@ -11130,11 +11361,17 @@ var de_ClarifyTextConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
11130
11361
|
Language: import_smithy_client.expectString
|
|
11131
11362
|
});
|
|
11132
11363
|
}, "de_ClarifyTextConfig");
|
|
11364
|
+
var de_ClusterEbsVolumeConfig = /* @__PURE__ */ __name((output, context) => {
|
|
11365
|
+
return (0, import_smithy_client.take)(output, {
|
|
11366
|
+
VolumeSizeInGB: import_smithy_client.expectInt32
|
|
11367
|
+
});
|
|
11368
|
+
}, "de_ClusterEbsVolumeConfig");
|
|
11133
11369
|
var de_ClusterInstanceGroupDetails = /* @__PURE__ */ __name((output, context) => {
|
|
11134
11370
|
return (0, import_smithy_client.take)(output, {
|
|
11135
11371
|
CurrentCount: import_smithy_client.expectInt32,
|
|
11136
11372
|
ExecutionRole: import_smithy_client.expectString,
|
|
11137
11373
|
InstanceGroupName: import_smithy_client.expectString,
|
|
11374
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
11138
11375
|
InstanceType: import_smithy_client.expectString,
|
|
11139
11376
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
11140
11377
|
TargetCount: import_smithy_client.expectInt32,
|
|
@@ -11159,6 +11396,20 @@ var de_ClusterInstanceStatusDetails = /* @__PURE__ */ __name((output, context) =
|
|
|
11159
11396
|
Status: import_smithy_client.expectString
|
|
11160
11397
|
});
|
|
11161
11398
|
}, "de_ClusterInstanceStatusDetails");
|
|
11399
|
+
var de_ClusterInstanceStorageConfig = /* @__PURE__ */ __name((output, context) => {
|
|
11400
|
+
if (output.EbsVolumeConfig != null) {
|
|
11401
|
+
return {
|
|
11402
|
+
EbsVolumeConfig: de_ClusterEbsVolumeConfig(output.EbsVolumeConfig, context)
|
|
11403
|
+
};
|
|
11404
|
+
}
|
|
11405
|
+
return { $unknown: Object.entries(output)[0] };
|
|
11406
|
+
}, "de_ClusterInstanceStorageConfig");
|
|
11407
|
+
var de_ClusterInstanceStorageConfigs = /* @__PURE__ */ __name((output, context) => {
|
|
11408
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
11409
|
+
return de_ClusterInstanceStorageConfig((0, import_core2.awsExpectUnion)(entry), context);
|
|
11410
|
+
});
|
|
11411
|
+
return retVal;
|
|
11412
|
+
}, "de_ClusterInstanceStorageConfigs");
|
|
11162
11413
|
var de_ClusterLifeCycleConfig = /* @__PURE__ */ __name((output, context) => {
|
|
11163
11414
|
return (0, import_smithy_client.take)(output, {
|
|
11164
11415
|
OnCreate: import_smithy_client.expectString,
|
|
@@ -11170,6 +11421,7 @@ var de_ClusterNodeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
11170
11421
|
InstanceGroupName: import_smithy_client.expectString,
|
|
11171
11422
|
InstanceId: import_smithy_client.expectString,
|
|
11172
11423
|
InstanceStatus: (_) => de_ClusterInstanceStatusDetails(_, context),
|
|
11424
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
11173
11425
|
InstanceType: import_smithy_client.expectString,
|
|
11174
11426
|
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11175
11427
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
@@ -11516,6 +11768,12 @@ var de_CreateFlowDefinitionResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
11516
11768
|
FlowDefinitionArn: import_smithy_client.expectString
|
|
11517
11769
|
});
|
|
11518
11770
|
}, "de_CreateFlowDefinitionResponse");
|
|
11771
|
+
var de_CreateHubContentReferenceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11772
|
+
return (0, import_smithy_client.take)(output, {
|
|
11773
|
+
HubArn: import_smithy_client.expectString,
|
|
11774
|
+
HubContentArn: import_smithy_client.expectString
|
|
11775
|
+
});
|
|
11776
|
+
}, "de_CreateHubContentReferenceResponse");
|
|
11519
11777
|
var de_CreateHubResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11520
11778
|
return (0, import_smithy_client.take)(output, {
|
|
11521
11779
|
HubArn: import_smithy_client.expectString
|
|
@@ -11561,6 +11819,11 @@ var de_CreateLabelingJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
11561
11819
|
LabelingJobArn: import_smithy_client.expectString
|
|
11562
11820
|
});
|
|
11563
11821
|
}, "de_CreateLabelingJobResponse");
|
|
11822
|
+
var de_CreateMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11823
|
+
return (0, import_smithy_client.take)(output, {
|
|
11824
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
11825
|
+
});
|
|
11826
|
+
}, "de_CreateMlflowTrackingServerResponse");
|
|
11564
11827
|
var de_CreateModelBiasJobDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11565
11828
|
return (0, import_smithy_client.take)(output, {
|
|
11566
11829
|
JobDefinitionArn: import_smithy_client.expectString
|
|
@@ -11626,6 +11889,11 @@ var de_CreatePresignedDomainUrlResponse = /* @__PURE__ */ __name((output, contex
|
|
|
11626
11889
|
AuthorizedUrl: import_smithy_client.expectString
|
|
11627
11890
|
});
|
|
11628
11891
|
}, "de_CreatePresignedDomainUrlResponse");
|
|
11892
|
+
var de_CreatePresignedMlflowTrackingServerUrlResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11893
|
+
return (0, import_smithy_client.take)(output, {
|
|
11894
|
+
AuthorizedUrl: import_smithy_client.expectString
|
|
11895
|
+
});
|
|
11896
|
+
}, "de_CreatePresignedMlflowTrackingServerUrlResponse");
|
|
11629
11897
|
var de_CreatePresignedNotebookInstanceUrlOutput = /* @__PURE__ */ __name((output, context) => {
|
|
11630
11898
|
return (0, import_smithy_client.take)(output, {
|
|
11631
11899
|
AuthorizedUrl: import_smithy_client.expectString
|
|
@@ -11959,6 +12227,11 @@ var de_DeleteInferenceExperimentResponse = /* @__PURE__ */ __name((output, conte
|
|
|
11959
12227
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
11960
12228
|
});
|
|
11961
12229
|
}, "de_DeleteInferenceExperimentResponse");
|
|
12230
|
+
var de_DeleteMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12231
|
+
return (0, import_smithy_client.take)(output, {
|
|
12232
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
12233
|
+
});
|
|
12234
|
+
}, "de_DeleteMlflowTrackingServerResponse");
|
|
11962
12235
|
var de_DeletePipelineResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11963
12236
|
return (0, import_smithy_client.take)(output, {
|
|
11964
12237
|
PipelineArn: import_smithy_client.expectString
|
|
@@ -12431,7 +12704,10 @@ var de_DescribeHubContentResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
12431
12704
|
HubContentStatus: import_smithy_client.expectString,
|
|
12432
12705
|
HubContentType: import_smithy_client.expectString,
|
|
12433
12706
|
HubContentVersion: import_smithy_client.expectString,
|
|
12434
|
-
HubName: import_smithy_client.expectString
|
|
12707
|
+
HubName: import_smithy_client.expectString,
|
|
12708
|
+
ReferenceMinVersion: import_smithy_client.expectString,
|
|
12709
|
+
SageMakerPublicHubContentArn: import_smithy_client.expectString,
|
|
12710
|
+
SupportStatus: import_smithy_client.expectString
|
|
12435
12711
|
});
|
|
12436
12712
|
}, "de_DescribeHubContentResponse");
|
|
12437
12713
|
var de_DescribeHubResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12599,6 +12875,25 @@ var de_DescribeLineageGroupResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
12599
12875
|
LineageGroupName: import_smithy_client.expectString
|
|
12600
12876
|
});
|
|
12601
12877
|
}, "de_DescribeLineageGroupResponse");
|
|
12878
|
+
var de_DescribeMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12879
|
+
return (0, import_smithy_client.take)(output, {
|
|
12880
|
+
ArtifactStoreUri: import_smithy_client.expectString,
|
|
12881
|
+
AutomaticModelRegistration: import_smithy_client.expectBoolean,
|
|
12882
|
+
CreatedBy: (_) => de_UserContext(_, context),
|
|
12883
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12884
|
+
IsActive: import_smithy_client.expectString,
|
|
12885
|
+
LastModifiedBy: (_) => de_UserContext(_, context),
|
|
12886
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12887
|
+
MlflowVersion: import_smithy_client.expectString,
|
|
12888
|
+
RoleArn: import_smithy_client.expectString,
|
|
12889
|
+
TrackingServerArn: import_smithy_client.expectString,
|
|
12890
|
+
TrackingServerName: import_smithy_client.expectString,
|
|
12891
|
+
TrackingServerSize: import_smithy_client.expectString,
|
|
12892
|
+
TrackingServerStatus: import_smithy_client.expectString,
|
|
12893
|
+
TrackingServerUrl: import_smithy_client.expectString,
|
|
12894
|
+
WeeklyMaintenanceWindowStart: import_smithy_client.expectString
|
|
12895
|
+
});
|
|
12896
|
+
}, "de_DescribeMlflowTrackingServerResponse");
|
|
12602
12897
|
var de_DescribeModelBiasJobDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12603
12898
|
return (0, import_smithy_client.take)(output, {
|
|
12604
12899
|
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -13833,7 +14128,10 @@ var de_HubContentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
13833
14128
|
HubContentSearchKeywords: (_) => de_HubContentSearchKeywordList(_, context),
|
|
13834
14129
|
HubContentStatus: import_smithy_client.expectString,
|
|
13835
14130
|
HubContentType: import_smithy_client.expectString,
|
|
13836
|
-
HubContentVersion: import_smithy_client.expectString
|
|
14131
|
+
HubContentVersion: import_smithy_client.expectString,
|
|
14132
|
+
OriginalCreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
14133
|
+
SageMakerPublicHubContentArn: import_smithy_client.expectString,
|
|
14134
|
+
SupportStatus: import_smithy_client.expectString
|
|
13837
14135
|
});
|
|
13838
14136
|
}, "de_HubContentInfo");
|
|
13839
14137
|
var de_HubContentInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -14313,6 +14611,11 @@ var de_InferenceExperimentSummary = /* @__PURE__ */ __name((output, context) =>
|
|
|
14313
14611
|
Type: import_smithy_client.expectString
|
|
14314
14612
|
});
|
|
14315
14613
|
}, "de_InferenceExperimentSummary");
|
|
14614
|
+
var de_InferenceHubAccessConfig = /* @__PURE__ */ __name((output, context) => {
|
|
14615
|
+
return (0, import_smithy_client.take)(output, {
|
|
14616
|
+
HubContentArn: import_smithy_client.expectString
|
|
14617
|
+
});
|
|
14618
|
+
}, "de_InferenceHubAccessConfig");
|
|
14316
14619
|
var de_InferenceMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
14317
14620
|
return (0, import_smithy_client.take)(output, {
|
|
14318
14621
|
MaxInvocations: import_smithy_client.expectInt32,
|
|
@@ -14896,6 +15199,12 @@ var de_ListLineageGroupsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
14896
15199
|
NextToken: import_smithy_client.expectString
|
|
14897
15200
|
});
|
|
14898
15201
|
}, "de_ListLineageGroupsResponse");
|
|
15202
|
+
var de_ListMlflowTrackingServersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
15203
|
+
return (0, import_smithy_client.take)(output, {
|
|
15204
|
+
NextToken: import_smithy_client.expectString,
|
|
15205
|
+
TrackingServerSummaries: (_) => de_TrackingServerSummaryList(_, context)
|
|
15206
|
+
});
|
|
15207
|
+
}, "de_ListMlflowTrackingServersResponse");
|
|
14899
15208
|
var de_ListModelBiasJobDefinitionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
14900
15209
|
return (0, import_smithy_client.take)(output, {
|
|
14901
15210
|
JobDefinitionSummaries: (_) => de_MonitoringJobDefinitionSummaryList(_, context),
|
|
@@ -17013,6 +17322,7 @@ var de_S3DataSource = /* @__PURE__ */ __name((output, context) => {
|
|
|
17013
17322
|
var de_S3ModelDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
17014
17323
|
return (0, import_smithy_client.take)(output, {
|
|
17015
17324
|
CompressionType: import_smithy_client.expectString,
|
|
17325
|
+
HubAccessConfig: (_) => de_InferenceHubAccessConfig(_, context),
|
|
17016
17326
|
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
17017
17327
|
S3DataType: import_smithy_client.expectString,
|
|
17018
17328
|
S3Uri: import_smithy_client.expectString
|
|
@@ -17293,6 +17603,11 @@ var de_StartInferenceExperimentResponse = /* @__PURE__ */ __name((output, contex
|
|
|
17293
17603
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
17294
17604
|
});
|
|
17295
17605
|
}, "de_StartInferenceExperimentResponse");
|
|
17606
|
+
var de_StartMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
17607
|
+
return (0, import_smithy_client.take)(output, {
|
|
17608
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
17609
|
+
});
|
|
17610
|
+
}, "de_StartMlflowTrackingServerResponse");
|
|
17296
17611
|
var de_StartPipelineExecutionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
17297
17612
|
return (0, import_smithy_client.take)(output, {
|
|
17298
17613
|
PipelineExecutionArn: import_smithy_client.expectString
|
|
@@ -17303,6 +17618,11 @@ var de_StopInferenceExperimentResponse = /* @__PURE__ */ __name((output, context
|
|
|
17303
17618
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
17304
17619
|
});
|
|
17305
17620
|
}, "de_StopInferenceExperimentResponse");
|
|
17621
|
+
var de_StopMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
17622
|
+
return (0, import_smithy_client.take)(output, {
|
|
17623
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
17624
|
+
});
|
|
17625
|
+
}, "de_StopMlflowTrackingServerResponse");
|
|
17306
17626
|
var de_StoppingCondition = /* @__PURE__ */ __name((output, context) => {
|
|
17307
17627
|
return (0, import_smithy_client.take)(output, {
|
|
17308
17628
|
MaxPendingTimeInSeconds: import_smithy_client.expectInt32,
|
|
@@ -17479,6 +17799,23 @@ var de_TimeSeriesTransformations = /* @__PURE__ */ __name((output, context) => {
|
|
|
17479
17799
|
Filling: (_) => de_FillingTransformations(_, context)
|
|
17480
17800
|
});
|
|
17481
17801
|
}, "de_TimeSeriesTransformations");
|
|
17802
|
+
var de_TrackingServerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
17803
|
+
return (0, import_smithy_client.take)(output, {
|
|
17804
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
17805
|
+
IsActive: import_smithy_client.expectString,
|
|
17806
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
17807
|
+
MlflowVersion: import_smithy_client.expectString,
|
|
17808
|
+
TrackingServerArn: import_smithy_client.expectString,
|
|
17809
|
+
TrackingServerName: import_smithy_client.expectString,
|
|
17810
|
+
TrackingServerStatus: import_smithy_client.expectString
|
|
17811
|
+
});
|
|
17812
|
+
}, "de_TrackingServerSummary");
|
|
17813
|
+
var de_TrackingServerSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
17814
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
17815
|
+
return de_TrackingServerSummary(entry, context);
|
|
17816
|
+
});
|
|
17817
|
+
return retVal;
|
|
17818
|
+
}, "de_TrackingServerSummaryList");
|
|
17482
17819
|
var de_TrafficPattern = /* @__PURE__ */ __name((output, context) => {
|
|
17483
17820
|
return (0, import_smithy_client.take)(output, {
|
|
17484
17821
|
Phases: (_) => de_Phases(_, context),
|
|
@@ -18036,6 +18373,11 @@ var de_UpdateInferenceExperimentResponse = /* @__PURE__ */ __name((output, conte
|
|
|
18036
18373
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
18037
18374
|
});
|
|
18038
18375
|
}, "de_UpdateInferenceExperimentResponse");
|
|
18376
|
+
var de_UpdateMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
18377
|
+
return (0, import_smithy_client.take)(output, {
|
|
18378
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
18379
|
+
});
|
|
18380
|
+
}, "de_UpdateMlflowTrackingServerResponse");
|
|
18039
18381
|
var de_UpdateModelCardResponse = /* @__PURE__ */ __name((output, context) => {
|
|
18040
18382
|
return (0, import_smithy_client.take)(output, {
|
|
18041
18383
|
ModelCardArn: import_smithy_client.expectString
|
|
@@ -18741,6 +19083,22 @@ var _CreateHubCommand = class _CreateHubCommand extends import_smithy_client.Com
|
|
|
18741
19083
|
__name(_CreateHubCommand, "CreateHubCommand");
|
|
18742
19084
|
var CreateHubCommand = _CreateHubCommand;
|
|
18743
19085
|
|
|
19086
|
+
// src/commands/CreateHubContentReferenceCommand.ts
|
|
19087
|
+
|
|
19088
|
+
|
|
19089
|
+
|
|
19090
|
+
var _CreateHubContentReferenceCommand = class _CreateHubContentReferenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
19091
|
+
...commonParams
|
|
19092
|
+
}).m(function(Command, cs, config, o) {
|
|
19093
|
+
return [
|
|
19094
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19095
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19096
|
+
];
|
|
19097
|
+
}).s("SageMaker", "CreateHubContentReference", {}).n("SageMakerClient", "CreateHubContentReferenceCommand").f(void 0, void 0).ser(se_CreateHubContentReferenceCommand).de(de_CreateHubContentReferenceCommand).build() {
|
|
19098
|
+
};
|
|
19099
|
+
__name(_CreateHubContentReferenceCommand, "CreateHubContentReferenceCommand");
|
|
19100
|
+
var CreateHubContentReferenceCommand = _CreateHubContentReferenceCommand;
|
|
19101
|
+
|
|
18744
19102
|
// src/commands/CreateHumanTaskUiCommand.ts
|
|
18745
19103
|
|
|
18746
19104
|
|
|
@@ -18869,6 +19227,22 @@ var _CreateLabelingJobCommand = class _CreateLabelingJobCommand extends import_s
|
|
|
18869
19227
|
__name(_CreateLabelingJobCommand, "CreateLabelingJobCommand");
|
|
18870
19228
|
var CreateLabelingJobCommand = _CreateLabelingJobCommand;
|
|
18871
19229
|
|
|
19230
|
+
// src/commands/CreateMlflowTrackingServerCommand.ts
|
|
19231
|
+
|
|
19232
|
+
|
|
19233
|
+
|
|
19234
|
+
var _CreateMlflowTrackingServerCommand = class _CreateMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
19235
|
+
...commonParams
|
|
19236
|
+
}).m(function(Command, cs, config, o) {
|
|
19237
|
+
return [
|
|
19238
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19239
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19240
|
+
];
|
|
19241
|
+
}).s("SageMaker", "CreateMlflowTrackingServer", {}).n("SageMakerClient", "CreateMlflowTrackingServerCommand").f(void 0, void 0).ser(se_CreateMlflowTrackingServerCommand).de(de_CreateMlflowTrackingServerCommand).build() {
|
|
19242
|
+
};
|
|
19243
|
+
__name(_CreateMlflowTrackingServerCommand, "CreateMlflowTrackingServerCommand");
|
|
19244
|
+
var CreateMlflowTrackingServerCommand = _CreateMlflowTrackingServerCommand;
|
|
19245
|
+
|
|
18872
19246
|
// src/commands/CreateModelBiasJobDefinitionCommand.ts
|
|
18873
19247
|
|
|
18874
19248
|
|
|
@@ -19077,6 +19451,22 @@ var _CreatePresignedDomainUrlCommand = class _CreatePresignedDomainUrlCommand ex
|
|
|
19077
19451
|
__name(_CreatePresignedDomainUrlCommand, "CreatePresignedDomainUrlCommand");
|
|
19078
19452
|
var CreatePresignedDomainUrlCommand = _CreatePresignedDomainUrlCommand;
|
|
19079
19453
|
|
|
19454
|
+
// src/commands/CreatePresignedMlflowTrackingServerUrlCommand.ts
|
|
19455
|
+
|
|
19456
|
+
|
|
19457
|
+
|
|
19458
|
+
var _CreatePresignedMlflowTrackingServerUrlCommand = class _CreatePresignedMlflowTrackingServerUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
19459
|
+
...commonParams
|
|
19460
|
+
}).m(function(Command, cs, config, o) {
|
|
19461
|
+
return [
|
|
19462
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19463
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19464
|
+
];
|
|
19465
|
+
}).s("SageMaker", "CreatePresignedMlflowTrackingServerUrl", {}).n("SageMakerClient", "CreatePresignedMlflowTrackingServerUrlCommand").f(void 0, void 0).ser(se_CreatePresignedMlflowTrackingServerUrlCommand).de(de_CreatePresignedMlflowTrackingServerUrlCommand).build() {
|
|
19466
|
+
};
|
|
19467
|
+
__name(_CreatePresignedMlflowTrackingServerUrlCommand, "CreatePresignedMlflowTrackingServerUrlCommand");
|
|
19468
|
+
var CreatePresignedMlflowTrackingServerUrlCommand = _CreatePresignedMlflowTrackingServerUrlCommand;
|
|
19469
|
+
|
|
19080
19470
|
// src/commands/CreatePresignedNotebookInstanceUrlCommand.ts
|
|
19081
19471
|
|
|
19082
19472
|
|
|
@@ -19621,6 +20011,22 @@ var _DeleteHubContentCommand = class _DeleteHubContentCommand extends import_smi
|
|
|
19621
20011
|
__name(_DeleteHubContentCommand, "DeleteHubContentCommand");
|
|
19622
20012
|
var DeleteHubContentCommand = _DeleteHubContentCommand;
|
|
19623
20013
|
|
|
20014
|
+
// src/commands/DeleteHubContentReferenceCommand.ts
|
|
20015
|
+
|
|
20016
|
+
|
|
20017
|
+
|
|
20018
|
+
var _DeleteHubContentReferenceCommand = class _DeleteHubContentReferenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
20019
|
+
...commonParams
|
|
20020
|
+
}).m(function(Command, cs, config, o) {
|
|
20021
|
+
return [
|
|
20022
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20023
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20024
|
+
];
|
|
20025
|
+
}).s("SageMaker", "DeleteHubContentReference", {}).n("SageMakerClient", "DeleteHubContentReferenceCommand").f(void 0, void 0).ser(se_DeleteHubContentReferenceCommand).de(de_DeleteHubContentReferenceCommand).build() {
|
|
20026
|
+
};
|
|
20027
|
+
__name(_DeleteHubContentReferenceCommand, "DeleteHubContentReferenceCommand");
|
|
20028
|
+
var DeleteHubContentReferenceCommand = _DeleteHubContentReferenceCommand;
|
|
20029
|
+
|
|
19624
20030
|
// src/commands/DeleteHumanTaskUiCommand.ts
|
|
19625
20031
|
|
|
19626
20032
|
|
|
@@ -19717,6 +20123,22 @@ var _DeleteInferenceExperimentCommand = class _DeleteInferenceExperimentCommand
|
|
|
19717
20123
|
__name(_DeleteInferenceExperimentCommand, "DeleteInferenceExperimentCommand");
|
|
19718
20124
|
var DeleteInferenceExperimentCommand = _DeleteInferenceExperimentCommand;
|
|
19719
20125
|
|
|
20126
|
+
// src/commands/DeleteMlflowTrackingServerCommand.ts
|
|
20127
|
+
|
|
20128
|
+
|
|
20129
|
+
|
|
20130
|
+
var _DeleteMlflowTrackingServerCommand = class _DeleteMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
20131
|
+
...commonParams
|
|
20132
|
+
}).m(function(Command, cs, config, o) {
|
|
20133
|
+
return [
|
|
20134
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20135
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20136
|
+
];
|
|
20137
|
+
}).s("SageMaker", "DeleteMlflowTrackingServer", {}).n("SageMakerClient", "DeleteMlflowTrackingServerCommand").f(void 0, void 0).ser(se_DeleteMlflowTrackingServerCommand).de(de_DeleteMlflowTrackingServerCommand).build() {
|
|
20138
|
+
};
|
|
20139
|
+
__name(_DeleteMlflowTrackingServerCommand, "DeleteMlflowTrackingServerCommand");
|
|
20140
|
+
var DeleteMlflowTrackingServerCommand = _DeleteMlflowTrackingServerCommand;
|
|
20141
|
+
|
|
19720
20142
|
// src/commands/DeleteModelBiasJobDefinitionCommand.ts
|
|
19721
20143
|
|
|
19722
20144
|
|
|
@@ -20629,6 +21051,22 @@ var _DescribeLineageGroupCommand = class _DescribeLineageGroupCommand extends im
|
|
|
20629
21051
|
__name(_DescribeLineageGroupCommand, "DescribeLineageGroupCommand");
|
|
20630
21052
|
var DescribeLineageGroupCommand = _DescribeLineageGroupCommand;
|
|
20631
21053
|
|
|
21054
|
+
// src/commands/DescribeMlflowTrackingServerCommand.ts
|
|
21055
|
+
|
|
21056
|
+
|
|
21057
|
+
|
|
21058
|
+
var _DescribeMlflowTrackingServerCommand = class _DescribeMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21059
|
+
...commonParams
|
|
21060
|
+
}).m(function(Command, cs, config, o) {
|
|
21061
|
+
return [
|
|
21062
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21063
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21064
|
+
];
|
|
21065
|
+
}).s("SageMaker", "DescribeMlflowTrackingServer", {}).n("SageMakerClient", "DescribeMlflowTrackingServerCommand").f(void 0, void 0).ser(se_DescribeMlflowTrackingServerCommand).de(de_DescribeMlflowTrackingServerCommand).build() {
|
|
21066
|
+
};
|
|
21067
|
+
__name(_DescribeMlflowTrackingServerCommand, "DescribeMlflowTrackingServerCommand");
|
|
21068
|
+
var DescribeMlflowTrackingServerCommand = _DescribeMlflowTrackingServerCommand;
|
|
21069
|
+
|
|
20632
21070
|
// src/commands/DescribeModelBiasJobDefinitionCommand.ts
|
|
20633
21071
|
|
|
20634
21072
|
|
|
@@ -21829,6 +22267,22 @@ var _ListLineageGroupsCommand = class _ListLineageGroupsCommand extends import_s
|
|
|
21829
22267
|
__name(_ListLineageGroupsCommand, "ListLineageGroupsCommand");
|
|
21830
22268
|
var ListLineageGroupsCommand = _ListLineageGroupsCommand;
|
|
21831
22269
|
|
|
22270
|
+
// src/commands/ListMlflowTrackingServersCommand.ts
|
|
22271
|
+
|
|
22272
|
+
|
|
22273
|
+
|
|
22274
|
+
var _ListMlflowTrackingServersCommand = class _ListMlflowTrackingServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
22275
|
+
...commonParams
|
|
22276
|
+
}).m(function(Command, cs, config, o) {
|
|
22277
|
+
return [
|
|
22278
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22279
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22280
|
+
];
|
|
22281
|
+
}).s("SageMaker", "ListMlflowTrackingServers", {}).n("SageMakerClient", "ListMlflowTrackingServersCommand").f(void 0, void 0).ser(se_ListMlflowTrackingServersCommand).de(de_ListMlflowTrackingServersCommand).build() {
|
|
22282
|
+
};
|
|
22283
|
+
__name(_ListMlflowTrackingServersCommand, "ListMlflowTrackingServersCommand");
|
|
22284
|
+
var ListMlflowTrackingServersCommand = _ListMlflowTrackingServersCommand;
|
|
22285
|
+
|
|
21832
22286
|
// src/commands/ListModelBiasJobDefinitionsCommand.ts
|
|
21833
22287
|
|
|
21834
22288
|
|
|
@@ -22492,6 +22946,34 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
|
|
|
22492
22946
|
|
|
22493
22947
|
// src/models/models_4.ts
|
|
22494
22948
|
|
|
22949
|
+
var MonitoringAlertStatus = {
|
|
22950
|
+
IN_ALERT: "InAlert",
|
|
22951
|
+
OK: "OK"
|
|
22952
|
+
};
|
|
22953
|
+
var MonitoringExecutionSortKey = {
|
|
22954
|
+
CREATION_TIME: "CreationTime",
|
|
22955
|
+
SCHEDULED_TIME: "ScheduledTime",
|
|
22956
|
+
STATUS: "Status"
|
|
22957
|
+
};
|
|
22958
|
+
var MonitoringScheduleSortKey = {
|
|
22959
|
+
CREATION_TIME: "CreationTime",
|
|
22960
|
+
NAME: "Name",
|
|
22961
|
+
STATUS: "Status"
|
|
22962
|
+
};
|
|
22963
|
+
var NotebookInstanceLifecycleConfigSortKey = {
|
|
22964
|
+
CREATION_TIME: "CreationTime",
|
|
22965
|
+
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
22966
|
+
NAME: "Name"
|
|
22967
|
+
};
|
|
22968
|
+
var NotebookInstanceLifecycleConfigSortOrder = {
|
|
22969
|
+
ASCENDING: "Ascending",
|
|
22970
|
+
DESCENDING: "Descending"
|
|
22971
|
+
};
|
|
22972
|
+
var NotebookInstanceSortKey = {
|
|
22973
|
+
CREATION_TIME: "CreationTime",
|
|
22974
|
+
NAME: "Name",
|
|
22975
|
+
STATUS: "Status"
|
|
22976
|
+
};
|
|
22495
22977
|
var NotebookInstanceSortOrder = {
|
|
22496
22978
|
ASCENDING: "Ascending",
|
|
22497
22979
|
DESCENDING: "Descending"
|
|
@@ -22685,6 +23167,22 @@ var _StartInferenceExperimentCommand = class _StartInferenceExperimentCommand ex
|
|
|
22685
23167
|
__name(_StartInferenceExperimentCommand, "StartInferenceExperimentCommand");
|
|
22686
23168
|
var StartInferenceExperimentCommand = _StartInferenceExperimentCommand;
|
|
22687
23169
|
|
|
23170
|
+
// src/commands/StartMlflowTrackingServerCommand.ts
|
|
23171
|
+
|
|
23172
|
+
|
|
23173
|
+
|
|
23174
|
+
var _StartMlflowTrackingServerCommand = class _StartMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23175
|
+
...commonParams
|
|
23176
|
+
}).m(function(Command, cs, config, o) {
|
|
23177
|
+
return [
|
|
23178
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23179
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23180
|
+
];
|
|
23181
|
+
}).s("SageMaker", "StartMlflowTrackingServer", {}).n("SageMakerClient", "StartMlflowTrackingServerCommand").f(void 0, void 0).ser(se_StartMlflowTrackingServerCommand).de(de_StartMlflowTrackingServerCommand).build() {
|
|
23182
|
+
};
|
|
23183
|
+
__name(_StartMlflowTrackingServerCommand, "StartMlflowTrackingServerCommand");
|
|
23184
|
+
var StartMlflowTrackingServerCommand = _StartMlflowTrackingServerCommand;
|
|
23185
|
+
|
|
22688
23186
|
// src/commands/StartMonitoringScheduleCommand.ts
|
|
22689
23187
|
|
|
22690
23188
|
|
|
@@ -22861,6 +23359,22 @@ var _StopLabelingJobCommand = class _StopLabelingJobCommand extends import_smith
|
|
|
22861
23359
|
__name(_StopLabelingJobCommand, "StopLabelingJobCommand");
|
|
22862
23360
|
var StopLabelingJobCommand = _StopLabelingJobCommand;
|
|
22863
23361
|
|
|
23362
|
+
// src/commands/StopMlflowTrackingServerCommand.ts
|
|
23363
|
+
|
|
23364
|
+
|
|
23365
|
+
|
|
23366
|
+
var _StopMlflowTrackingServerCommand = class _StopMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23367
|
+
...commonParams
|
|
23368
|
+
}).m(function(Command, cs, config, o) {
|
|
23369
|
+
return [
|
|
23370
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23371
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23372
|
+
];
|
|
23373
|
+
}).s("SageMaker", "StopMlflowTrackingServer", {}).n("SageMakerClient", "StopMlflowTrackingServerCommand").f(void 0, void 0).ser(se_StopMlflowTrackingServerCommand).de(de_StopMlflowTrackingServerCommand).build() {
|
|
23374
|
+
};
|
|
23375
|
+
__name(_StopMlflowTrackingServerCommand, "StopMlflowTrackingServerCommand");
|
|
23376
|
+
var StopMlflowTrackingServerCommand = _StopMlflowTrackingServerCommand;
|
|
23377
|
+
|
|
22864
23378
|
// src/commands/StopMonitoringScheduleCommand.ts
|
|
22865
23379
|
|
|
22866
23380
|
|
|
@@ -23293,6 +23807,22 @@ var _UpdateInferenceExperimentCommand = class _UpdateInferenceExperimentCommand
|
|
|
23293
23807
|
__name(_UpdateInferenceExperimentCommand, "UpdateInferenceExperimentCommand");
|
|
23294
23808
|
var UpdateInferenceExperimentCommand = _UpdateInferenceExperimentCommand;
|
|
23295
23809
|
|
|
23810
|
+
// src/commands/UpdateMlflowTrackingServerCommand.ts
|
|
23811
|
+
|
|
23812
|
+
|
|
23813
|
+
|
|
23814
|
+
var _UpdateMlflowTrackingServerCommand = class _UpdateMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23815
|
+
...commonParams
|
|
23816
|
+
}).m(function(Command, cs, config, o) {
|
|
23817
|
+
return [
|
|
23818
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23819
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23820
|
+
];
|
|
23821
|
+
}).s("SageMaker", "UpdateMlflowTrackingServer", {}).n("SageMakerClient", "UpdateMlflowTrackingServerCommand").f(void 0, void 0).ser(se_UpdateMlflowTrackingServerCommand).de(de_UpdateMlflowTrackingServerCommand).build() {
|
|
23822
|
+
};
|
|
23823
|
+
__name(_UpdateMlflowTrackingServerCommand, "UpdateMlflowTrackingServerCommand");
|
|
23824
|
+
var UpdateMlflowTrackingServerCommand = _UpdateMlflowTrackingServerCommand;
|
|
23825
|
+
|
|
23296
23826
|
// src/commands/UpdateModelCardCommand.ts
|
|
23297
23827
|
|
|
23298
23828
|
|
|
@@ -23578,6 +24108,7 @@ var commands = {
|
|
|
23578
24108
|
CreateFeatureGroupCommand,
|
|
23579
24109
|
CreateFlowDefinitionCommand,
|
|
23580
24110
|
CreateHubCommand,
|
|
24111
|
+
CreateHubContentReferenceCommand,
|
|
23581
24112
|
CreateHumanTaskUiCommand,
|
|
23582
24113
|
CreateHyperParameterTuningJobCommand,
|
|
23583
24114
|
CreateImageCommand,
|
|
@@ -23586,6 +24117,7 @@ var commands = {
|
|
|
23586
24117
|
CreateInferenceExperimentCommand,
|
|
23587
24118
|
CreateInferenceRecommendationsJobCommand,
|
|
23588
24119
|
CreateLabelingJobCommand,
|
|
24120
|
+
CreateMlflowTrackingServerCommand,
|
|
23589
24121
|
CreateModelCommand,
|
|
23590
24122
|
CreateModelBiasJobDefinitionCommand,
|
|
23591
24123
|
CreateModelCardCommand,
|
|
@@ -23599,6 +24131,7 @@ var commands = {
|
|
|
23599
24131
|
CreateNotebookInstanceLifecycleConfigCommand,
|
|
23600
24132
|
CreatePipelineCommand,
|
|
23601
24133
|
CreatePresignedDomainUrlCommand,
|
|
24134
|
+
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
23602
24135
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
23603
24136
|
CreateProcessingJobCommand,
|
|
23604
24137
|
CreateProjectCommand,
|
|
@@ -23633,12 +24166,14 @@ var commands = {
|
|
|
23633
24166
|
DeleteFlowDefinitionCommand,
|
|
23634
24167
|
DeleteHubCommand,
|
|
23635
24168
|
DeleteHubContentCommand,
|
|
24169
|
+
DeleteHubContentReferenceCommand,
|
|
23636
24170
|
DeleteHumanTaskUiCommand,
|
|
23637
24171
|
DeleteHyperParameterTuningJobCommand,
|
|
23638
24172
|
DeleteImageCommand,
|
|
23639
24173
|
DeleteImageVersionCommand,
|
|
23640
24174
|
DeleteInferenceComponentCommand,
|
|
23641
24175
|
DeleteInferenceExperimentCommand,
|
|
24176
|
+
DeleteMlflowTrackingServerCommand,
|
|
23642
24177
|
DeleteModelCommand,
|
|
23643
24178
|
DeleteModelBiasJobDefinitionCommand,
|
|
23644
24179
|
DeleteModelCardCommand,
|
|
@@ -23696,6 +24231,7 @@ var commands = {
|
|
|
23696
24231
|
DescribeInferenceRecommendationsJobCommand,
|
|
23697
24232
|
DescribeLabelingJobCommand,
|
|
23698
24233
|
DescribeLineageGroupCommand,
|
|
24234
|
+
DescribeMlflowTrackingServerCommand,
|
|
23699
24235
|
DescribeModelCommand,
|
|
23700
24236
|
DescribeModelBiasJobDefinitionCommand,
|
|
23701
24237
|
DescribeModelCardCommand,
|
|
@@ -23771,6 +24307,7 @@ var commands = {
|
|
|
23771
24307
|
ListLabelingJobsCommand,
|
|
23772
24308
|
ListLabelingJobsForWorkteamCommand,
|
|
23773
24309
|
ListLineageGroupsCommand,
|
|
24310
|
+
ListMlflowTrackingServersCommand,
|
|
23774
24311
|
ListModelBiasJobDefinitionsCommand,
|
|
23775
24312
|
ListModelCardExportJobsCommand,
|
|
23776
24313
|
ListModelCardsCommand,
|
|
@@ -23817,6 +24354,7 @@ var commands = {
|
|
|
23817
24354
|
SendPipelineExecutionStepSuccessCommand,
|
|
23818
24355
|
StartEdgeDeploymentStageCommand,
|
|
23819
24356
|
StartInferenceExperimentCommand,
|
|
24357
|
+
StartMlflowTrackingServerCommand,
|
|
23820
24358
|
StartMonitoringScheduleCommand,
|
|
23821
24359
|
StartNotebookInstanceCommand,
|
|
23822
24360
|
StartPipelineExecutionCommand,
|
|
@@ -23828,6 +24366,7 @@ var commands = {
|
|
|
23828
24366
|
StopInferenceExperimentCommand,
|
|
23829
24367
|
StopInferenceRecommendationsJobCommand,
|
|
23830
24368
|
StopLabelingJobCommand,
|
|
24369
|
+
StopMlflowTrackingServerCommand,
|
|
23831
24370
|
StopMonitoringScheduleCommand,
|
|
23832
24371
|
StopNotebookInstanceCommand,
|
|
23833
24372
|
StopPipelineExecutionCommand,
|
|
@@ -23855,6 +24394,7 @@ var commands = {
|
|
|
23855
24394
|
UpdateInferenceComponentCommand,
|
|
23856
24395
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
23857
24396
|
UpdateInferenceExperimentCommand,
|
|
24397
|
+
UpdateMlflowTrackingServerCommand,
|
|
23858
24398
|
UpdateModelCardCommand,
|
|
23859
24399
|
UpdateModelPackageCommand,
|
|
23860
24400
|
UpdateMonitoringAlertCommand,
|
|
@@ -24014,6 +24554,10 @@ var paginateListLabelingJobs = (0, import_core.createPaginator)(SageMakerClient,
|
|
|
24014
24554
|
|
|
24015
24555
|
var paginateListLineageGroups = (0, import_core.createPaginator)(SageMakerClient, ListLineageGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
24016
24556
|
|
|
24557
|
+
// src/pagination/ListMlflowTrackingServersPaginator.ts
|
|
24558
|
+
|
|
24559
|
+
var paginateListMlflowTrackingServers = (0, import_core.createPaginator)(SageMakerClient, ListMlflowTrackingServersCommand, "NextToken", "NextToken", "MaxResults");
|
|
24560
|
+
|
|
24017
24561
|
// src/pagination/ListModelBiasJobDefinitionsPaginator.ts
|
|
24018
24562
|
|
|
24019
24563
|
var paginateListModelBiasJobDefinitions = (0, import_core.createPaginator)(SageMakerClient, ListModelBiasJobDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -24717,6 +25261,32 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
24717
25261
|
}, "waitUntilTransformJobCompletedOrStopped");
|
|
24718
25262
|
|
|
24719
25263
|
// src/models/models_3.ts
|
|
25264
|
+
var ScheduleStatus = {
|
|
25265
|
+
FAILED: "Failed",
|
|
25266
|
+
PENDING: "Pending",
|
|
25267
|
+
SCHEDULED: "Scheduled",
|
|
25268
|
+
STOPPED: "Stopped"
|
|
25269
|
+
};
|
|
25270
|
+
var NotebookInstanceStatus = {
|
|
25271
|
+
Deleting: "Deleting",
|
|
25272
|
+
Failed: "Failed",
|
|
25273
|
+
InService: "InService",
|
|
25274
|
+
Pending: "Pending",
|
|
25275
|
+
Stopped: "Stopped",
|
|
25276
|
+
Stopping: "Stopping",
|
|
25277
|
+
Updating: "Updating"
|
|
25278
|
+
};
|
|
25279
|
+
var PipelineStatus = {
|
|
25280
|
+
ACTIVE: "Active",
|
|
25281
|
+
DELETING: "Deleting"
|
|
25282
|
+
};
|
|
25283
|
+
var PipelineExecutionStatus = {
|
|
25284
|
+
EXECUTING: "Executing",
|
|
25285
|
+
FAILED: "Failed",
|
|
25286
|
+
STOPPED: "Stopped",
|
|
25287
|
+
STOPPING: "Stopping",
|
|
25288
|
+
SUCCEEDED: "Succeeded"
|
|
25289
|
+
};
|
|
24720
25290
|
var ProcessingJobStatus = {
|
|
24721
25291
|
COMPLETED: "Completed",
|
|
24722
25292
|
FAILED: "Failed",
|
|
@@ -25013,6 +25583,11 @@ var SortLineageGroupsBy = {
|
|
|
25013
25583
|
CREATION_TIME: "CreationTime",
|
|
25014
25584
|
NAME: "Name"
|
|
25015
25585
|
};
|
|
25586
|
+
var SortTrackingServerBy = {
|
|
25587
|
+
CREATION_TIME: "CreationTime",
|
|
25588
|
+
NAME: "Name",
|
|
25589
|
+
STATUS: "Status"
|
|
25590
|
+
};
|
|
25016
25591
|
var ModelCardExportJobSortBy = {
|
|
25017
25592
|
CREATION_TIME: "CreationTime",
|
|
25018
25593
|
NAME: "Name",
|
|
@@ -25060,34 +25635,6 @@ var MonitoringAlertHistorySortKey = {
|
|
|
25060
25635
|
CreationTime: "CreationTime",
|
|
25061
25636
|
Status: "Status"
|
|
25062
25637
|
};
|
|
25063
|
-
var MonitoringAlertStatus = {
|
|
25064
|
-
IN_ALERT: "InAlert",
|
|
25065
|
-
OK: "OK"
|
|
25066
|
-
};
|
|
25067
|
-
var MonitoringExecutionSortKey = {
|
|
25068
|
-
CREATION_TIME: "CreationTime",
|
|
25069
|
-
SCHEDULED_TIME: "ScheduledTime",
|
|
25070
|
-
STATUS: "Status"
|
|
25071
|
-
};
|
|
25072
|
-
var MonitoringScheduleSortKey = {
|
|
25073
|
-
CREATION_TIME: "CreationTime",
|
|
25074
|
-
NAME: "Name",
|
|
25075
|
-
STATUS: "Status"
|
|
25076
|
-
};
|
|
25077
|
-
var NotebookInstanceLifecycleConfigSortKey = {
|
|
25078
|
-
CREATION_TIME: "CreationTime",
|
|
25079
|
-
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
25080
|
-
NAME: "Name"
|
|
25081
|
-
};
|
|
25082
|
-
var NotebookInstanceLifecycleConfigSortOrder = {
|
|
25083
|
-
ASCENDING: "Ascending",
|
|
25084
|
-
DESCENDING: "Descending"
|
|
25085
|
-
};
|
|
25086
|
-
var NotebookInstanceSortKey = {
|
|
25087
|
-
CREATION_TIME: "CreationTime",
|
|
25088
|
-
NAME: "Name",
|
|
25089
|
-
STATUS: "Status"
|
|
25090
|
-
};
|
|
25091
25638
|
// Annotate the CommonJS export names for ESM import in node:
|
|
25092
25639
|
|
|
25093
25640
|
0 && (module.exports = {
|
|
@@ -25123,6 +25670,7 @@ var NotebookInstanceSortKey = {
|
|
|
25123
25670
|
CreateFeatureGroupCommand,
|
|
25124
25671
|
CreateFlowDefinitionCommand,
|
|
25125
25672
|
CreateHubCommand,
|
|
25673
|
+
CreateHubContentReferenceCommand,
|
|
25126
25674
|
CreateHumanTaskUiCommand,
|
|
25127
25675
|
CreateHyperParameterTuningJobCommand,
|
|
25128
25676
|
CreateImageCommand,
|
|
@@ -25131,6 +25679,7 @@ var NotebookInstanceSortKey = {
|
|
|
25131
25679
|
CreateInferenceExperimentCommand,
|
|
25132
25680
|
CreateInferenceRecommendationsJobCommand,
|
|
25133
25681
|
CreateLabelingJobCommand,
|
|
25682
|
+
CreateMlflowTrackingServerCommand,
|
|
25134
25683
|
CreateModelBiasJobDefinitionCommand,
|
|
25135
25684
|
CreateModelCardCommand,
|
|
25136
25685
|
CreateModelCardExportJobCommand,
|
|
@@ -25144,6 +25693,7 @@ var NotebookInstanceSortKey = {
|
|
|
25144
25693
|
CreateNotebookInstanceLifecycleConfigCommand,
|
|
25145
25694
|
CreatePipelineCommand,
|
|
25146
25695
|
CreatePresignedDomainUrlCommand,
|
|
25696
|
+
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
25147
25697
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
25148
25698
|
CreateProcessingJobCommand,
|
|
25149
25699
|
CreateProjectCommand,
|
|
@@ -25178,12 +25728,14 @@ var NotebookInstanceSortKey = {
|
|
|
25178
25728
|
DeleteFlowDefinitionCommand,
|
|
25179
25729
|
DeleteHubCommand,
|
|
25180
25730
|
DeleteHubContentCommand,
|
|
25731
|
+
DeleteHubContentReferenceCommand,
|
|
25181
25732
|
DeleteHumanTaskUiCommand,
|
|
25182
25733
|
DeleteHyperParameterTuningJobCommand,
|
|
25183
25734
|
DeleteImageCommand,
|
|
25184
25735
|
DeleteImageVersionCommand,
|
|
25185
25736
|
DeleteInferenceComponentCommand,
|
|
25186
25737
|
DeleteInferenceExperimentCommand,
|
|
25738
|
+
DeleteMlflowTrackingServerCommand,
|
|
25187
25739
|
DeleteModelBiasJobDefinitionCommand,
|
|
25188
25740
|
DeleteModelCardCommand,
|
|
25189
25741
|
DeleteModelCommand,
|
|
@@ -25241,6 +25793,7 @@ var NotebookInstanceSortKey = {
|
|
|
25241
25793
|
DescribeInferenceRecommendationsJobCommand,
|
|
25242
25794
|
DescribeLabelingJobCommand,
|
|
25243
25795
|
DescribeLineageGroupCommand,
|
|
25796
|
+
DescribeMlflowTrackingServerCommand,
|
|
25244
25797
|
DescribeModelBiasJobDefinitionCommand,
|
|
25245
25798
|
DescribeModelCardCommand,
|
|
25246
25799
|
DescribeModelCardExportJobCommand,
|
|
@@ -25316,6 +25869,7 @@ var NotebookInstanceSortKey = {
|
|
|
25316
25869
|
ListLabelingJobsCommand,
|
|
25317
25870
|
ListLabelingJobsForWorkteamCommand,
|
|
25318
25871
|
ListLineageGroupsCommand,
|
|
25872
|
+
ListMlflowTrackingServersCommand,
|
|
25319
25873
|
ListModelBiasJobDefinitionsCommand,
|
|
25320
25874
|
ListModelCardExportJobsCommand,
|
|
25321
25875
|
ListModelCardVersionsCommand,
|
|
@@ -25362,6 +25916,7 @@ var NotebookInstanceSortKey = {
|
|
|
25362
25916
|
SendPipelineExecutionStepSuccessCommand,
|
|
25363
25917
|
StartEdgeDeploymentStageCommand,
|
|
25364
25918
|
StartInferenceExperimentCommand,
|
|
25919
|
+
StartMlflowTrackingServerCommand,
|
|
25365
25920
|
StartMonitoringScheduleCommand,
|
|
25366
25921
|
StartNotebookInstanceCommand,
|
|
25367
25922
|
StartPipelineExecutionCommand,
|
|
@@ -25373,6 +25928,7 @@ var NotebookInstanceSortKey = {
|
|
|
25373
25928
|
StopInferenceExperimentCommand,
|
|
25374
25929
|
StopInferenceRecommendationsJobCommand,
|
|
25375
25930
|
StopLabelingJobCommand,
|
|
25931
|
+
StopMlflowTrackingServerCommand,
|
|
25376
25932
|
StopMonitoringScheduleCommand,
|
|
25377
25933
|
StopNotebookInstanceCommand,
|
|
25378
25934
|
StopPipelineExecutionCommand,
|
|
@@ -25400,6 +25956,7 @@ var NotebookInstanceSortKey = {
|
|
|
25400
25956
|
UpdateInferenceComponentCommand,
|
|
25401
25957
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
25402
25958
|
UpdateInferenceExperimentCommand,
|
|
25959
|
+
UpdateMlflowTrackingServerCommand,
|
|
25403
25960
|
UpdateModelCardCommand,
|
|
25404
25961
|
UpdateModelPackageCommand,
|
|
25405
25962
|
UpdateMonitoringAlertCommand,
|
|
@@ -25450,6 +26007,7 @@ var NotebookInstanceSortKey = {
|
|
|
25450
26007
|
paginateListLabelingJobsForWorkteam,
|
|
25451
26008
|
paginateListLabelingJobs,
|
|
25452
26009
|
paginateListLineageGroups,
|
|
26010
|
+
paginateListMlflowTrackingServers,
|
|
25453
26011
|
paginateListModelBiasJobDefinitions,
|
|
25454
26012
|
paginateListModelCardExportJobs,
|
|
25455
26013
|
paginateListModelCardVersions,
|
|
@@ -25590,6 +26148,7 @@ var NotebookInstanceSortKey = {
|
|
|
25590
26148
|
ClarifyFeatureType,
|
|
25591
26149
|
ClarifyTextGranularity,
|
|
25592
26150
|
ClarifyTextLanguage,
|
|
26151
|
+
ClusterInstanceStorageConfig,
|
|
25593
26152
|
ClusterInstanceType,
|
|
25594
26153
|
ClusterInstanceStatus,
|
|
25595
26154
|
ClusterSortBy,
|
|
@@ -25649,6 +26208,7 @@ var NotebookInstanceSortKey = {
|
|
|
25649
26208
|
TrafficType,
|
|
25650
26209
|
RecommendationJobType,
|
|
25651
26210
|
FlatInvocations,
|
|
26211
|
+
TrackingServerSize,
|
|
25652
26212
|
InferenceExecutionMode,
|
|
25653
26213
|
ModelCardStatus,
|
|
25654
26214
|
SkipModelValidation,
|
|
@@ -25663,11 +26223,11 @@ var NotebookInstanceSortKey = {
|
|
|
25663
26223
|
RedshiftResultFormat,
|
|
25664
26224
|
ProcessingS3CompressionType,
|
|
25665
26225
|
ProcessingS3DataType,
|
|
25666
|
-
CustomFileSystem,
|
|
25667
|
-
SharingType,
|
|
25668
26226
|
CreateModelCardRequestFilterSensitiveLog,
|
|
25669
26227
|
ModelPackageModelCardFilterSensitiveLog,
|
|
25670
26228
|
CreateModelPackageInputFilterSensitiveLog,
|
|
26229
|
+
CustomFileSystem,
|
|
26230
|
+
SharingType,
|
|
25671
26231
|
StudioLifecycleConfigAppType,
|
|
25672
26232
|
JoinSource,
|
|
25673
26233
|
TrialComponentParameterValue,
|
|
@@ -25691,6 +26251,7 @@ var NotebookInstanceSortKey = {
|
|
|
25691
26251
|
FlowDefinitionStatus,
|
|
25692
26252
|
HubStatus,
|
|
25693
26253
|
HubContentStatus,
|
|
26254
|
+
HubContentSupportStatus,
|
|
25694
26255
|
HumanTaskUiStatus,
|
|
25695
26256
|
TrainingJobStatus,
|
|
25696
26257
|
HyperParameterTuningJobStatus,
|
|
@@ -25701,19 +26262,21 @@ var NotebookInstanceSortKey = {
|
|
|
25701
26262
|
InferenceExperimentStatus,
|
|
25702
26263
|
RecommendationJobStatus,
|
|
25703
26264
|
LabelingJobStatus,
|
|
26265
|
+
IsTrackingServerActive,
|
|
26266
|
+
TrackingServerStatus,
|
|
25704
26267
|
ModelCardProcessingStatus,
|
|
25705
26268
|
ModelCardExportJobStatus,
|
|
25706
26269
|
DetailedModelPackageStatus,
|
|
25707
26270
|
ModelPackageGroupStatus,
|
|
25708
26271
|
ExecutionStatus,
|
|
25709
|
-
ScheduleStatus,
|
|
25710
|
-
NotebookInstanceStatus,
|
|
25711
|
-
PipelineStatus,
|
|
25712
|
-
PipelineExecutionStatus,
|
|
25713
26272
|
OidcConfigFilterSensitiveLog,
|
|
25714
26273
|
CreateWorkforceRequestFilterSensitiveLog,
|
|
25715
26274
|
DescribeModelCardResponseFilterSensitiveLog,
|
|
25716
26275
|
DescribeModelPackageOutputFilterSensitiveLog,
|
|
26276
|
+
ScheduleStatus,
|
|
26277
|
+
NotebookInstanceStatus,
|
|
26278
|
+
PipelineStatus,
|
|
26279
|
+
PipelineExecutionStatus,
|
|
25717
26280
|
ProcessingJobStatus,
|
|
25718
26281
|
ProjectStatus,
|
|
25719
26282
|
SpaceStatus,
|
|
@@ -25762,6 +26325,7 @@ var NotebookInstanceSortKey = {
|
|
|
25762
26325
|
SortBy,
|
|
25763
26326
|
ListLabelingJobsForWorkteamSortByOptions,
|
|
25764
26327
|
SortLineageGroupsBy,
|
|
26328
|
+
SortTrackingServerBy,
|
|
25765
26329
|
ModelCardExportJobSortBy,
|
|
25766
26330
|
ModelCardExportJobSortOrder,
|
|
25767
26331
|
ModelCardSortBy,
|