@aws-sdk/client-sagemaker 3.596.0 → 3.600.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 +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.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 +8 -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 +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -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 +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- 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/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -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/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/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -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 +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -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/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- 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/ListMonitoringAlertsCommand.d.ts +2 -4
- 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 +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- 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 +96 -0
- package/package.json +38 -38
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,
|
|
@@ -118,6 +119,7 @@ __export(src_exports, {
|
|
|
118
119
|
CreateInferenceExperimentCommand: () => CreateInferenceExperimentCommand,
|
|
119
120
|
CreateInferenceRecommendationsJobCommand: () => CreateInferenceRecommendationsJobCommand,
|
|
120
121
|
CreateLabelingJobCommand: () => CreateLabelingJobCommand,
|
|
122
|
+
CreateMlflowTrackingServerCommand: () => CreateMlflowTrackingServerCommand,
|
|
121
123
|
CreateModelBiasJobDefinitionCommand: () => CreateModelBiasJobDefinitionCommand,
|
|
122
124
|
CreateModelCardCommand: () => CreateModelCardCommand,
|
|
123
125
|
CreateModelCardExportJobCommand: () => CreateModelCardExportJobCommand,
|
|
@@ -133,6 +135,7 @@ __export(src_exports, {
|
|
|
133
135
|
CreateNotebookInstanceLifecycleConfigCommand: () => CreateNotebookInstanceLifecycleConfigCommand,
|
|
134
136
|
CreatePipelineCommand: () => CreatePipelineCommand,
|
|
135
137
|
CreatePresignedDomainUrlCommand: () => CreatePresignedDomainUrlCommand,
|
|
138
|
+
CreatePresignedMlflowTrackingServerUrlCommand: () => CreatePresignedMlflowTrackingServerUrlCommand,
|
|
136
139
|
CreatePresignedNotebookInstanceUrlCommand: () => CreatePresignedNotebookInstanceUrlCommand,
|
|
137
140
|
CreateProcessingJobCommand: () => CreateProcessingJobCommand,
|
|
138
141
|
CreateProjectCommand: () => CreateProjectCommand,
|
|
@@ -179,6 +182,7 @@ __export(src_exports, {
|
|
|
179
182
|
DeleteImageVersionCommand: () => DeleteImageVersionCommand,
|
|
180
183
|
DeleteInferenceComponentCommand: () => DeleteInferenceComponentCommand,
|
|
181
184
|
DeleteInferenceExperimentCommand: () => DeleteInferenceExperimentCommand,
|
|
185
|
+
DeleteMlflowTrackingServerCommand: () => DeleteMlflowTrackingServerCommand,
|
|
182
186
|
DeleteModelBiasJobDefinitionCommand: () => DeleteModelBiasJobDefinitionCommand,
|
|
183
187
|
DeleteModelCardCommand: () => DeleteModelCardCommand,
|
|
184
188
|
DeleteModelCommand: () => DeleteModelCommand,
|
|
@@ -236,6 +240,7 @@ __export(src_exports, {
|
|
|
236
240
|
DescribeInferenceRecommendationsJobCommand: () => DescribeInferenceRecommendationsJobCommand,
|
|
237
241
|
DescribeLabelingJobCommand: () => DescribeLabelingJobCommand,
|
|
238
242
|
DescribeLineageGroupCommand: () => DescribeLineageGroupCommand,
|
|
243
|
+
DescribeMlflowTrackingServerCommand: () => DescribeMlflowTrackingServerCommand,
|
|
239
244
|
DescribeModelBiasJobDefinitionCommand: () => DescribeModelBiasJobDefinitionCommand,
|
|
240
245
|
DescribeModelCardCommand: () => DescribeModelCardCommand,
|
|
241
246
|
DescribeModelCardExportJobCommand: () => DescribeModelCardExportJobCommand,
|
|
@@ -328,6 +333,7 @@ __export(src_exports, {
|
|
|
328
333
|
InferenceExperimentStopDesiredState: () => InferenceExperimentStopDesiredState,
|
|
329
334
|
InferenceExperimentType: () => InferenceExperimentType,
|
|
330
335
|
InputMode: () => InputMode,
|
|
336
|
+
IsTrackingServerActive: () => IsTrackingServerActive,
|
|
331
337
|
JobType: () => JobType,
|
|
332
338
|
JoinSource: () => JoinSource,
|
|
333
339
|
LabelingJobStatus: () => LabelingJobStatus,
|
|
@@ -378,6 +384,7 @@ __export(src_exports, {
|
|
|
378
384
|
ListLabelingJobsForWorkteamCommand: () => ListLabelingJobsForWorkteamCommand,
|
|
379
385
|
ListLabelingJobsForWorkteamSortByOptions: () => ListLabelingJobsForWorkteamSortByOptions,
|
|
380
386
|
ListLineageGroupsCommand: () => ListLineageGroupsCommand,
|
|
387
|
+
ListMlflowTrackingServersCommand: () => ListMlflowTrackingServersCommand,
|
|
381
388
|
ListModelBiasJobDefinitionsCommand: () => ListModelBiasJobDefinitionsCommand,
|
|
382
389
|
ListModelCardExportJobsCommand: () => ListModelCardExportJobsCommand,
|
|
383
390
|
ListModelCardVersionsCommand: () => ListModelCardVersionsCommand,
|
|
@@ -537,6 +544,7 @@ __export(src_exports, {
|
|
|
537
544
|
SortOrder: () => SortOrder,
|
|
538
545
|
SortPipelineExecutionsBy: () => SortPipelineExecutionsBy,
|
|
539
546
|
SortPipelinesBy: () => SortPipelinesBy,
|
|
547
|
+
SortTrackingServerBy: () => SortTrackingServerBy,
|
|
540
548
|
SortTrialComponentsBy: () => SortTrialComponentsBy,
|
|
541
549
|
SortTrialsBy: () => SortTrialsBy,
|
|
542
550
|
SpaceSortKey: () => SpaceSortKey,
|
|
@@ -545,6 +553,7 @@ __export(src_exports, {
|
|
|
545
553
|
StageStatus: () => StageStatus,
|
|
546
554
|
StartEdgeDeploymentStageCommand: () => StartEdgeDeploymentStageCommand,
|
|
547
555
|
StartInferenceExperimentCommand: () => StartInferenceExperimentCommand,
|
|
556
|
+
StartMlflowTrackingServerCommand: () => StartMlflowTrackingServerCommand,
|
|
548
557
|
StartMonitoringScheduleCommand: () => StartMonitoringScheduleCommand,
|
|
549
558
|
StartNotebookInstanceCommand: () => StartNotebookInstanceCommand,
|
|
550
559
|
StartPipelineExecutionCommand: () => StartPipelineExecutionCommand,
|
|
@@ -558,6 +567,7 @@ __export(src_exports, {
|
|
|
558
567
|
StopInferenceExperimentCommand: () => StopInferenceExperimentCommand,
|
|
559
568
|
StopInferenceRecommendationsJobCommand: () => StopInferenceRecommendationsJobCommand,
|
|
560
569
|
StopLabelingJobCommand: () => StopLabelingJobCommand,
|
|
570
|
+
StopMlflowTrackingServerCommand: () => StopMlflowTrackingServerCommand,
|
|
561
571
|
StopMonitoringScheduleCommand: () => StopMonitoringScheduleCommand,
|
|
562
572
|
StopNotebookInstanceCommand: () => StopNotebookInstanceCommand,
|
|
563
573
|
StopPipelineExecutionCommand: () => StopPipelineExecutionCommand,
|
|
@@ -574,6 +584,8 @@ __export(src_exports, {
|
|
|
574
584
|
TargetPlatformArch: () => TargetPlatformArch,
|
|
575
585
|
TargetPlatformOs: () => TargetPlatformOs,
|
|
576
586
|
ThroughputMode: () => ThroughputMode,
|
|
587
|
+
TrackingServerSize: () => TrackingServerSize,
|
|
588
|
+
TrackingServerStatus: () => TrackingServerStatus,
|
|
577
589
|
TrafficRoutingConfigType: () => TrafficRoutingConfigType,
|
|
578
590
|
TrafficType: () => TrafficType,
|
|
579
591
|
TrainingInputMode: () => TrainingInputMode,
|
|
@@ -608,6 +620,7 @@ __export(src_exports, {
|
|
|
608
620
|
UpdateInferenceComponentCommand: () => UpdateInferenceComponentCommand,
|
|
609
621
|
UpdateInferenceComponentRuntimeConfigCommand: () => UpdateInferenceComponentRuntimeConfigCommand,
|
|
610
622
|
UpdateInferenceExperimentCommand: () => UpdateInferenceExperimentCommand,
|
|
623
|
+
UpdateMlflowTrackingServerCommand: () => UpdateMlflowTrackingServerCommand,
|
|
611
624
|
UpdateModelCardCommand: () => UpdateModelCardCommand,
|
|
612
625
|
UpdateModelCardRequestFilterSensitiveLog: () => UpdateModelCardRequestFilterSensitiveLog,
|
|
613
626
|
UpdateModelPackageCommand: () => UpdateModelPackageCommand,
|
|
@@ -670,6 +683,7 @@ __export(src_exports, {
|
|
|
670
683
|
paginateListLabelingJobs: () => paginateListLabelingJobs,
|
|
671
684
|
paginateListLabelingJobsForWorkteam: () => paginateListLabelingJobsForWorkteam,
|
|
672
685
|
paginateListLineageGroups: () => paginateListLineageGroups,
|
|
686
|
+
paginateListMlflowTrackingServers: () => paginateListMlflowTrackingServers,
|
|
673
687
|
paginateListModelBiasJobDefinitions: () => paginateListModelBiasJobDefinitions,
|
|
674
688
|
paginateListModelCardExportJobs: () => paginateListModelCardExportJobs,
|
|
675
689
|
paginateListModelCardVersions: () => paginateListModelCardVersions,
|
|
@@ -1944,6 +1958,14 @@ var ClarifyTextLanguage = {
|
|
|
1944
1958
|
URDU: "ur",
|
|
1945
1959
|
YORUBA: "yo"
|
|
1946
1960
|
};
|
|
1961
|
+
var ClusterInstanceStorageConfig;
|
|
1962
|
+
((ClusterInstanceStorageConfig3) => {
|
|
1963
|
+
ClusterInstanceStorageConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1964
|
+
if (value.EbsVolumeConfig !== void 0)
|
|
1965
|
+
return visitor.EbsVolumeConfig(value.EbsVolumeConfig);
|
|
1966
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1967
|
+
}, "visit");
|
|
1968
|
+
})(ClusterInstanceStorageConfig || (ClusterInstanceStorageConfig = {}));
|
|
1947
1969
|
var ClusterInstanceType = {
|
|
1948
1970
|
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
1949
1971
|
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
@@ -2166,6 +2188,12 @@ var _ResourceInUse = class _ResourceInUse extends SageMakerServiceException {
|
|
|
2166
2188
|
};
|
|
2167
2189
|
__name(_ResourceInUse, "ResourceInUse");
|
|
2168
2190
|
var ResourceInUse = _ResourceInUse;
|
|
2191
|
+
|
|
2192
|
+
// src/models/models_2.ts
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
// src/models/models_1.ts
|
|
2196
|
+
|
|
2169
2197
|
var Framework = {
|
|
2170
2198
|
DARKNET: "DARKNET",
|
|
2171
2199
|
KERAS: "KERAS",
|
|
@@ -2177,12 +2205,6 @@ var Framework = {
|
|
|
2177
2205
|
TFLITE: "TFLITE",
|
|
2178
2206
|
XGBOOST: "XGBOOST"
|
|
2179
2207
|
};
|
|
2180
|
-
|
|
2181
|
-
// src/models/models_2.ts
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
// src/models/models_1.ts
|
|
2185
|
-
|
|
2186
2208
|
var ProcessingS3UploadMode = {
|
|
2187
2209
|
CONTINUOUS: "Continuous",
|
|
2188
2210
|
END_OF_JOB: "EndOfJob"
|
|
@@ -2538,6 +2560,11 @@ var FlatInvocations = {
|
|
|
2538
2560
|
CONTINUE: "Continue",
|
|
2539
2561
|
STOP: "Stop"
|
|
2540
2562
|
};
|
|
2563
|
+
var TrackingServerSize = {
|
|
2564
|
+
L: "Large",
|
|
2565
|
+
M: "Medium",
|
|
2566
|
+
S: "Small"
|
|
2567
|
+
};
|
|
2541
2568
|
var InferenceExecutionMode = {
|
|
2542
2569
|
DIRECT: "Direct",
|
|
2543
2570
|
SERIAL: "Serial"
|
|
@@ -2606,18 +2633,6 @@ var ProcessingS3DataType = {
|
|
|
2606
2633
|
MANIFEST_FILE: "ManifestFile",
|
|
2607
2634
|
S3_PREFIX: "S3Prefix"
|
|
2608
2635
|
};
|
|
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
2636
|
var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2622
2637
|
...obj,
|
|
2623
2638
|
...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2632,6 +2647,18 @@ var CreateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
2632
2647
|
}), "CreateModelPackageInputFilterSensitiveLog");
|
|
2633
2648
|
|
|
2634
2649
|
// src/models/models_2.ts
|
|
2650
|
+
var CustomFileSystem;
|
|
2651
|
+
((CustomFileSystem3) => {
|
|
2652
|
+
CustomFileSystem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2653
|
+
if (value.EFSFileSystem !== void 0)
|
|
2654
|
+
return visitor.EFSFileSystem(value.EFSFileSystem);
|
|
2655
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2656
|
+
}, "visit");
|
|
2657
|
+
})(CustomFileSystem || (CustomFileSystem = {}));
|
|
2658
|
+
var SharingType = {
|
|
2659
|
+
Private: "Private",
|
|
2660
|
+
Shared: "Shared"
|
|
2661
|
+
};
|
|
2635
2662
|
var StudioLifecycleConfigAppType = {
|
|
2636
2663
|
CodeEditor: "CodeEditor",
|
|
2637
2664
|
JupyterLab: "JupyterLab",
|
|
@@ -2862,6 +2889,29 @@ var LabelingJobStatus = {
|
|
|
2862
2889
|
STOPPED: "Stopped",
|
|
2863
2890
|
STOPPING: "Stopping"
|
|
2864
2891
|
};
|
|
2892
|
+
var IsTrackingServerActive = {
|
|
2893
|
+
ACTIVE: "Active",
|
|
2894
|
+
INACTIVE: "Inactive"
|
|
2895
|
+
};
|
|
2896
|
+
var TrackingServerStatus = {
|
|
2897
|
+
CREATED: "Created",
|
|
2898
|
+
CREATE_FAILED: "CreateFailed",
|
|
2899
|
+
CREATING: "Creating",
|
|
2900
|
+
DELETE_FAILED: "DeleteFailed",
|
|
2901
|
+
DELETING: "Deleting",
|
|
2902
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
2903
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
2904
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
|
|
2905
|
+
STARTED: "Started",
|
|
2906
|
+
STARTING: "Starting",
|
|
2907
|
+
START_FAILED: "StartFailed",
|
|
2908
|
+
STOPPED: "Stopped",
|
|
2909
|
+
STOPPING: "Stopping",
|
|
2910
|
+
STOP_FAILED: "StopFailed",
|
|
2911
|
+
UPDATED: "Updated",
|
|
2912
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
2913
|
+
UPDATING: "Updating"
|
|
2914
|
+
};
|
|
2865
2915
|
var ModelCardProcessingStatus = {
|
|
2866
2916
|
CONTENT_DELETED: "ContentDeleted",
|
|
2867
2917
|
DELETE_COMPLETED: "DeleteCompleted",
|
|
@@ -2913,17 +2963,6 @@ var NotebookInstanceStatus = {
|
|
|
2913
2963
|
Stopping: "Stopping",
|
|
2914
2964
|
Updating: "Updating"
|
|
2915
2965
|
};
|
|
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
2966
|
var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2928
2967
|
...obj,
|
|
2929
2968
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3152,6 +3191,12 @@ var se_CreateLabelingJobCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3152
3191
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3153
3192
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3154
3193
|
}, "se_CreateLabelingJobCommand");
|
|
3194
|
+
var se_CreateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3195
|
+
const headers = sharedHeaders("CreateMlflowTrackingServer");
|
|
3196
|
+
let body;
|
|
3197
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3198
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3199
|
+
}, "se_CreateMlflowTrackingServerCommand");
|
|
3155
3200
|
var se_CreateModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3156
3201
|
const headers = sharedHeaders("CreateModel");
|
|
3157
3202
|
let body;
|
|
@@ -3230,6 +3275,12 @@ var se_CreatePresignedDomainUrlCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3230
3275
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3231
3276
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3232
3277
|
}, "se_CreatePresignedDomainUrlCommand");
|
|
3278
|
+
var se_CreatePresignedMlflowTrackingServerUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3279
|
+
const headers = sharedHeaders("CreatePresignedMlflowTrackingServerUrl");
|
|
3280
|
+
let body;
|
|
3281
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3282
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3283
|
+
}, "se_CreatePresignedMlflowTrackingServerUrlCommand");
|
|
3233
3284
|
var se_CreatePresignedNotebookInstanceUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3234
3285
|
const headers = sharedHeaders("CreatePresignedNotebookInstanceUrl");
|
|
3235
3286
|
let body;
|
|
@@ -3470,6 +3521,12 @@ var se_DeleteInferenceExperimentCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
3470
3521
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3471
3522
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3472
3523
|
}, "se_DeleteInferenceExperimentCommand");
|
|
3524
|
+
var se_DeleteMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3525
|
+
const headers = sharedHeaders("DeleteMlflowTrackingServer");
|
|
3526
|
+
let body;
|
|
3527
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3528
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3529
|
+
}, "se_DeleteMlflowTrackingServerCommand");
|
|
3473
3530
|
var se_DeleteModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3474
3531
|
const headers = sharedHeaders("DeleteModel");
|
|
3475
3532
|
let body;
|
|
@@ -3812,6 +3869,12 @@ var se_DescribeLineageGroupCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3812
3869
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3813
3870
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3814
3871
|
}, "se_DescribeLineageGroupCommand");
|
|
3872
|
+
var se_DescribeMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3873
|
+
const headers = sharedHeaders("DescribeMlflowTrackingServer");
|
|
3874
|
+
let body;
|
|
3875
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3876
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3877
|
+
}, "se_DescribeMlflowTrackingServerCommand");
|
|
3815
3878
|
var se_DescribeModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3816
3879
|
const headers = sharedHeaders("DescribeModel");
|
|
3817
3880
|
let body;
|
|
@@ -4262,6 +4325,12 @@ var se_ListLineageGroupsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4262
4325
|
body = JSON.stringify(se_ListLineageGroupsRequest(input, context));
|
|
4263
4326
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4264
4327
|
}, "se_ListLineageGroupsCommand");
|
|
4328
|
+
var se_ListMlflowTrackingServersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4329
|
+
const headers = sharedHeaders("ListMlflowTrackingServers");
|
|
4330
|
+
let body;
|
|
4331
|
+
body = JSON.stringify(se_ListMlflowTrackingServersRequest(input, context));
|
|
4332
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4333
|
+
}, "se_ListMlflowTrackingServersCommand");
|
|
4265
4334
|
var se_ListModelBiasJobDefinitionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4266
4335
|
const headers = sharedHeaders("ListModelBiasJobDefinitions");
|
|
4267
4336
|
let body;
|
|
@@ -4538,6 +4607,12 @@ var se_StartInferenceExperimentCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
4538
4607
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4539
4608
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4540
4609
|
}, "se_StartInferenceExperimentCommand");
|
|
4610
|
+
var se_StartMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4611
|
+
const headers = sharedHeaders("StartMlflowTrackingServer");
|
|
4612
|
+
let body;
|
|
4613
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4614
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4615
|
+
}, "se_StartMlflowTrackingServerCommand");
|
|
4541
4616
|
var se_StartMonitoringScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4542
4617
|
const headers = sharedHeaders("StartMonitoringSchedule");
|
|
4543
4618
|
let body;
|
|
@@ -4604,6 +4679,12 @@ var se_StopLabelingJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4604
4679
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4605
4680
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4606
4681
|
}, "se_StopLabelingJobCommand");
|
|
4682
|
+
var se_StopMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4683
|
+
const headers = sharedHeaders("StopMlflowTrackingServer");
|
|
4684
|
+
let body;
|
|
4685
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4686
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4687
|
+
}, "se_StopMlflowTrackingServerCommand");
|
|
4607
4688
|
var se_StopMonitoringScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4608
4689
|
const headers = sharedHeaders("StopMonitoringSchedule");
|
|
4609
4690
|
let body;
|
|
@@ -4766,6 +4847,12 @@ var se_UpdateInferenceExperimentCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
4766
4847
|
body = JSON.stringify(se_UpdateInferenceExperimentRequest(input, context));
|
|
4767
4848
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4768
4849
|
}, "se_UpdateInferenceExperimentCommand");
|
|
4850
|
+
var se_UpdateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4851
|
+
const headers = sharedHeaders("UpdateMlflowTrackingServer");
|
|
4852
|
+
let body;
|
|
4853
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4854
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4855
|
+
}, "se_UpdateMlflowTrackingServerCommand");
|
|
4769
4856
|
var se_UpdateModelCardCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4770
4857
|
const headers = sharedHeaders("UpdateModelCard");
|
|
4771
4858
|
let body;
|
|
@@ -5308,6 +5395,19 @@ var de_CreateLabelingJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5308
5395
|
};
|
|
5309
5396
|
return response;
|
|
5310
5397
|
}, "de_CreateLabelingJobCommand");
|
|
5398
|
+
var de_CreateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5399
|
+
if (output.statusCode >= 300) {
|
|
5400
|
+
return de_CommandError(output, context);
|
|
5401
|
+
}
|
|
5402
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5403
|
+
let contents = {};
|
|
5404
|
+
contents = de_CreateMlflowTrackingServerResponse(data, context);
|
|
5405
|
+
const response = {
|
|
5406
|
+
$metadata: deserializeMetadata(output),
|
|
5407
|
+
...contents
|
|
5408
|
+
};
|
|
5409
|
+
return response;
|
|
5410
|
+
}, "de_CreateMlflowTrackingServerCommand");
|
|
5311
5411
|
var de_CreateModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5312
5412
|
if (output.statusCode >= 300) {
|
|
5313
5413
|
return de_CommandError(output, context);
|
|
@@ -5477,6 +5577,19 @@ var de_CreatePresignedDomainUrlCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
5477
5577
|
};
|
|
5478
5578
|
return response;
|
|
5479
5579
|
}, "de_CreatePresignedDomainUrlCommand");
|
|
5580
|
+
var de_CreatePresignedMlflowTrackingServerUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5581
|
+
if (output.statusCode >= 300) {
|
|
5582
|
+
return de_CommandError(output, context);
|
|
5583
|
+
}
|
|
5584
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5585
|
+
let contents = {};
|
|
5586
|
+
contents = de_CreatePresignedMlflowTrackingServerUrlResponse(data, context);
|
|
5587
|
+
const response = {
|
|
5588
|
+
$metadata: deserializeMetadata(output),
|
|
5589
|
+
...contents
|
|
5590
|
+
};
|
|
5591
|
+
return response;
|
|
5592
|
+
}, "de_CreatePresignedMlflowTrackingServerUrlCommand");
|
|
5480
5593
|
var de_CreatePresignedNotebookInstanceUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5481
5594
|
if (output.statusCode >= 300) {
|
|
5482
5595
|
return de_CommandError(output, context);
|
|
@@ -5946,6 +6059,19 @@ var de_DeleteInferenceExperimentCommand = /* @__PURE__ */ __name(async (output,
|
|
|
5946
6059
|
};
|
|
5947
6060
|
return response;
|
|
5948
6061
|
}, "de_DeleteInferenceExperimentCommand");
|
|
6062
|
+
var de_DeleteMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6063
|
+
if (output.statusCode >= 300) {
|
|
6064
|
+
return de_CommandError(output, context);
|
|
6065
|
+
}
|
|
6066
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6067
|
+
let contents = {};
|
|
6068
|
+
contents = de_DeleteMlflowTrackingServerResponse(data, context);
|
|
6069
|
+
const response = {
|
|
6070
|
+
$metadata: deserializeMetadata(output),
|
|
6071
|
+
...contents
|
|
6072
|
+
};
|
|
6073
|
+
return response;
|
|
6074
|
+
}, "de_DeleteMlflowTrackingServerCommand");
|
|
5949
6075
|
var de_DeleteModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5950
6076
|
if (output.statusCode >= 300) {
|
|
5951
6077
|
return de_CommandError(output, context);
|
|
@@ -6639,6 +6765,19 @@ var de_DescribeLineageGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6639
6765
|
};
|
|
6640
6766
|
return response;
|
|
6641
6767
|
}, "de_DescribeLineageGroupCommand");
|
|
6768
|
+
var de_DescribeMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6769
|
+
if (output.statusCode >= 300) {
|
|
6770
|
+
return de_CommandError(output, context);
|
|
6771
|
+
}
|
|
6772
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6773
|
+
let contents = {};
|
|
6774
|
+
contents = de_DescribeMlflowTrackingServerResponse(data, context);
|
|
6775
|
+
const response = {
|
|
6776
|
+
$metadata: deserializeMetadata(output),
|
|
6777
|
+
...contents
|
|
6778
|
+
};
|
|
6779
|
+
return response;
|
|
6780
|
+
}, "de_DescribeMlflowTrackingServerCommand");
|
|
6642
6781
|
var de_DescribeModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6643
6782
|
if (output.statusCode >= 300) {
|
|
6644
6783
|
return de_CommandError(output, context);
|
|
@@ -7614,6 +7753,19 @@ var de_ListLineageGroupsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7614
7753
|
};
|
|
7615
7754
|
return response;
|
|
7616
7755
|
}, "de_ListLineageGroupsCommand");
|
|
7756
|
+
var de_ListMlflowTrackingServersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7757
|
+
if (output.statusCode >= 300) {
|
|
7758
|
+
return de_CommandError(output, context);
|
|
7759
|
+
}
|
|
7760
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
7761
|
+
let contents = {};
|
|
7762
|
+
contents = de_ListMlflowTrackingServersResponse(data, context);
|
|
7763
|
+
const response = {
|
|
7764
|
+
$metadata: deserializeMetadata(output),
|
|
7765
|
+
...contents
|
|
7766
|
+
};
|
|
7767
|
+
return response;
|
|
7768
|
+
}, "de_ListMlflowTrackingServersCommand");
|
|
7617
7769
|
var de_ListModelBiasJobDefinitionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7618
7770
|
if (output.statusCode >= 300) {
|
|
7619
7771
|
return de_CommandError(output, context);
|
|
@@ -8206,6 +8358,19 @@ var de_StartInferenceExperimentCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
8206
8358
|
};
|
|
8207
8359
|
return response;
|
|
8208
8360
|
}, "de_StartInferenceExperimentCommand");
|
|
8361
|
+
var de_StartMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8362
|
+
if (output.statusCode >= 300) {
|
|
8363
|
+
return de_CommandError(output, context);
|
|
8364
|
+
}
|
|
8365
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
8366
|
+
let contents = {};
|
|
8367
|
+
contents = de_StartMlflowTrackingServerResponse(data, context);
|
|
8368
|
+
const response = {
|
|
8369
|
+
$metadata: deserializeMetadata(output),
|
|
8370
|
+
...contents
|
|
8371
|
+
};
|
|
8372
|
+
return response;
|
|
8373
|
+
}, "de_StartMlflowTrackingServerCommand");
|
|
8209
8374
|
var de_StartMonitoringScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8210
8375
|
if (output.statusCode >= 300) {
|
|
8211
8376
|
return de_CommandError(output, context);
|
|
@@ -8322,6 +8487,19 @@ var de_StopLabelingJobCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8322
8487
|
};
|
|
8323
8488
|
return response;
|
|
8324
8489
|
}, "de_StopLabelingJobCommand");
|
|
8490
|
+
var de_StopMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8491
|
+
if (output.statusCode >= 300) {
|
|
8492
|
+
return de_CommandError(output, context);
|
|
8493
|
+
}
|
|
8494
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
8495
|
+
let contents = {};
|
|
8496
|
+
contents = de_StopMlflowTrackingServerResponse(data, context);
|
|
8497
|
+
const response = {
|
|
8498
|
+
$metadata: deserializeMetadata(output),
|
|
8499
|
+
...contents
|
|
8500
|
+
};
|
|
8501
|
+
return response;
|
|
8502
|
+
}, "de_StopMlflowTrackingServerCommand");
|
|
8325
8503
|
var de_StopMonitoringScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8326
8504
|
if (output.statusCode >= 300) {
|
|
8327
8505
|
return de_CommandError(output, context);
|
|
@@ -8649,6 +8827,19 @@ var de_UpdateInferenceExperimentCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8649
8827
|
};
|
|
8650
8828
|
return response;
|
|
8651
8829
|
}, "de_UpdateInferenceExperimentCommand");
|
|
8830
|
+
var de_UpdateMlflowTrackingServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8831
|
+
if (output.statusCode >= 300) {
|
|
8832
|
+
return de_CommandError(output, context);
|
|
8833
|
+
}
|
|
8834
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
8835
|
+
let contents = {};
|
|
8836
|
+
contents = de_UpdateMlflowTrackingServerResponse(data, context);
|
|
8837
|
+
const response = {
|
|
8838
|
+
$metadata: deserializeMetadata(output),
|
|
8839
|
+
...contents
|
|
8840
|
+
};
|
|
8841
|
+
return response;
|
|
8842
|
+
}, "de_UpdateMlflowTrackingServerCommand");
|
|
8652
8843
|
var de_UpdateModelCardCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8653
8844
|
if (output.statusCode >= 300) {
|
|
8654
8845
|
return de_CommandError(output, context);
|
|
@@ -9689,6 +9880,18 @@ var se_ListLineageGroupsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
9689
9880
|
SortOrder: []
|
|
9690
9881
|
});
|
|
9691
9882
|
}, "se_ListLineageGroupsRequest");
|
|
9883
|
+
var se_ListMlflowTrackingServersRequest = /* @__PURE__ */ __name((input, context) => {
|
|
9884
|
+
return (0, import_smithy_client.take)(input, {
|
|
9885
|
+
CreatedAfter: (_) => _.getTime() / 1e3,
|
|
9886
|
+
CreatedBefore: (_) => _.getTime() / 1e3,
|
|
9887
|
+
MaxResults: [],
|
|
9888
|
+
MlflowVersion: [],
|
|
9889
|
+
NextToken: [],
|
|
9890
|
+
SortBy: [],
|
|
9891
|
+
SortOrder: [],
|
|
9892
|
+
TrackingServerStatus: []
|
|
9893
|
+
});
|
|
9894
|
+
}, "se_ListMlflowTrackingServersRequest");
|
|
9692
9895
|
var se_ListModelBiasJobDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
9693
9896
|
return (0, import_smithy_client.take)(input, {
|
|
9694
9897
|
CreationTimeAfter: (_) => _.getTime() / 1e3,
|
|
@@ -11130,11 +11333,17 @@ var de_ClarifyTextConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
11130
11333
|
Language: import_smithy_client.expectString
|
|
11131
11334
|
});
|
|
11132
11335
|
}, "de_ClarifyTextConfig");
|
|
11336
|
+
var de_ClusterEbsVolumeConfig = /* @__PURE__ */ __name((output, context) => {
|
|
11337
|
+
return (0, import_smithy_client.take)(output, {
|
|
11338
|
+
VolumeSizeInGB: import_smithy_client.expectInt32
|
|
11339
|
+
});
|
|
11340
|
+
}, "de_ClusterEbsVolumeConfig");
|
|
11133
11341
|
var de_ClusterInstanceGroupDetails = /* @__PURE__ */ __name((output, context) => {
|
|
11134
11342
|
return (0, import_smithy_client.take)(output, {
|
|
11135
11343
|
CurrentCount: import_smithy_client.expectInt32,
|
|
11136
11344
|
ExecutionRole: import_smithy_client.expectString,
|
|
11137
11345
|
InstanceGroupName: import_smithy_client.expectString,
|
|
11346
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
11138
11347
|
InstanceType: import_smithy_client.expectString,
|
|
11139
11348
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
11140
11349
|
TargetCount: import_smithy_client.expectInt32,
|
|
@@ -11159,6 +11368,20 @@ var de_ClusterInstanceStatusDetails = /* @__PURE__ */ __name((output, context) =
|
|
|
11159
11368
|
Status: import_smithy_client.expectString
|
|
11160
11369
|
});
|
|
11161
11370
|
}, "de_ClusterInstanceStatusDetails");
|
|
11371
|
+
var de_ClusterInstanceStorageConfig = /* @__PURE__ */ __name((output, context) => {
|
|
11372
|
+
if (output.EbsVolumeConfig != null) {
|
|
11373
|
+
return {
|
|
11374
|
+
EbsVolumeConfig: de_ClusterEbsVolumeConfig(output.EbsVolumeConfig, context)
|
|
11375
|
+
};
|
|
11376
|
+
}
|
|
11377
|
+
return { $unknown: Object.entries(output)[0] };
|
|
11378
|
+
}, "de_ClusterInstanceStorageConfig");
|
|
11379
|
+
var de_ClusterInstanceStorageConfigs = /* @__PURE__ */ __name((output, context) => {
|
|
11380
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
11381
|
+
return de_ClusterInstanceStorageConfig((0, import_core2.awsExpectUnion)(entry), context);
|
|
11382
|
+
});
|
|
11383
|
+
return retVal;
|
|
11384
|
+
}, "de_ClusterInstanceStorageConfigs");
|
|
11162
11385
|
var de_ClusterLifeCycleConfig = /* @__PURE__ */ __name((output, context) => {
|
|
11163
11386
|
return (0, import_smithy_client.take)(output, {
|
|
11164
11387
|
OnCreate: import_smithy_client.expectString,
|
|
@@ -11170,6 +11393,7 @@ var de_ClusterNodeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
11170
11393
|
InstanceGroupName: import_smithy_client.expectString,
|
|
11171
11394
|
InstanceId: import_smithy_client.expectString,
|
|
11172
11395
|
InstanceStatus: (_) => de_ClusterInstanceStatusDetails(_, context),
|
|
11396
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
11173
11397
|
InstanceType: import_smithy_client.expectString,
|
|
11174
11398
|
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11175
11399
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
@@ -11561,6 +11785,11 @@ var de_CreateLabelingJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
11561
11785
|
LabelingJobArn: import_smithy_client.expectString
|
|
11562
11786
|
});
|
|
11563
11787
|
}, "de_CreateLabelingJobResponse");
|
|
11788
|
+
var de_CreateMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11789
|
+
return (0, import_smithy_client.take)(output, {
|
|
11790
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
11791
|
+
});
|
|
11792
|
+
}, "de_CreateMlflowTrackingServerResponse");
|
|
11564
11793
|
var de_CreateModelBiasJobDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11565
11794
|
return (0, import_smithy_client.take)(output, {
|
|
11566
11795
|
JobDefinitionArn: import_smithy_client.expectString
|
|
@@ -11626,6 +11855,11 @@ var de_CreatePresignedDomainUrlResponse = /* @__PURE__ */ __name((output, contex
|
|
|
11626
11855
|
AuthorizedUrl: import_smithy_client.expectString
|
|
11627
11856
|
});
|
|
11628
11857
|
}, "de_CreatePresignedDomainUrlResponse");
|
|
11858
|
+
var de_CreatePresignedMlflowTrackingServerUrlResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11859
|
+
return (0, import_smithy_client.take)(output, {
|
|
11860
|
+
AuthorizedUrl: import_smithy_client.expectString
|
|
11861
|
+
});
|
|
11862
|
+
}, "de_CreatePresignedMlflowTrackingServerUrlResponse");
|
|
11629
11863
|
var de_CreatePresignedNotebookInstanceUrlOutput = /* @__PURE__ */ __name((output, context) => {
|
|
11630
11864
|
return (0, import_smithy_client.take)(output, {
|
|
11631
11865
|
AuthorizedUrl: import_smithy_client.expectString
|
|
@@ -11959,6 +12193,11 @@ var de_DeleteInferenceExperimentResponse = /* @__PURE__ */ __name((output, conte
|
|
|
11959
12193
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
11960
12194
|
});
|
|
11961
12195
|
}, "de_DeleteInferenceExperimentResponse");
|
|
12196
|
+
var de_DeleteMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12197
|
+
return (0, import_smithy_client.take)(output, {
|
|
12198
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
12199
|
+
});
|
|
12200
|
+
}, "de_DeleteMlflowTrackingServerResponse");
|
|
11962
12201
|
var de_DeletePipelineResponse = /* @__PURE__ */ __name((output, context) => {
|
|
11963
12202
|
return (0, import_smithy_client.take)(output, {
|
|
11964
12203
|
PipelineArn: import_smithy_client.expectString
|
|
@@ -12599,6 +12838,25 @@ var de_DescribeLineageGroupResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
12599
12838
|
LineageGroupName: import_smithy_client.expectString
|
|
12600
12839
|
});
|
|
12601
12840
|
}, "de_DescribeLineageGroupResponse");
|
|
12841
|
+
var de_DescribeMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12842
|
+
return (0, import_smithy_client.take)(output, {
|
|
12843
|
+
ArtifactStoreUri: import_smithy_client.expectString,
|
|
12844
|
+
AutomaticModelRegistration: import_smithy_client.expectBoolean,
|
|
12845
|
+
CreatedBy: (_) => de_UserContext(_, context),
|
|
12846
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12847
|
+
IsActive: import_smithy_client.expectString,
|
|
12848
|
+
LastModifiedBy: (_) => de_UserContext(_, context),
|
|
12849
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12850
|
+
MlflowVersion: import_smithy_client.expectString,
|
|
12851
|
+
RoleArn: import_smithy_client.expectString,
|
|
12852
|
+
TrackingServerArn: import_smithy_client.expectString,
|
|
12853
|
+
TrackingServerName: import_smithy_client.expectString,
|
|
12854
|
+
TrackingServerSize: import_smithy_client.expectString,
|
|
12855
|
+
TrackingServerStatus: import_smithy_client.expectString,
|
|
12856
|
+
TrackingServerUrl: import_smithy_client.expectString,
|
|
12857
|
+
WeeklyMaintenanceWindowStart: import_smithy_client.expectString
|
|
12858
|
+
});
|
|
12859
|
+
}, "de_DescribeMlflowTrackingServerResponse");
|
|
12602
12860
|
var de_DescribeModelBiasJobDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12603
12861
|
return (0, import_smithy_client.take)(output, {
|
|
12604
12862
|
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -14896,6 +15154,12 @@ var de_ListLineageGroupsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
14896
15154
|
NextToken: import_smithy_client.expectString
|
|
14897
15155
|
});
|
|
14898
15156
|
}, "de_ListLineageGroupsResponse");
|
|
15157
|
+
var de_ListMlflowTrackingServersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
15158
|
+
return (0, import_smithy_client.take)(output, {
|
|
15159
|
+
NextToken: import_smithy_client.expectString,
|
|
15160
|
+
TrackingServerSummaries: (_) => de_TrackingServerSummaryList(_, context)
|
|
15161
|
+
});
|
|
15162
|
+
}, "de_ListMlflowTrackingServersResponse");
|
|
14899
15163
|
var de_ListModelBiasJobDefinitionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
14900
15164
|
return (0, import_smithy_client.take)(output, {
|
|
14901
15165
|
JobDefinitionSummaries: (_) => de_MonitoringJobDefinitionSummaryList(_, context),
|
|
@@ -17293,6 +17557,11 @@ var de_StartInferenceExperimentResponse = /* @__PURE__ */ __name((output, contex
|
|
|
17293
17557
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
17294
17558
|
});
|
|
17295
17559
|
}, "de_StartInferenceExperimentResponse");
|
|
17560
|
+
var de_StartMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
17561
|
+
return (0, import_smithy_client.take)(output, {
|
|
17562
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
17563
|
+
});
|
|
17564
|
+
}, "de_StartMlflowTrackingServerResponse");
|
|
17296
17565
|
var de_StartPipelineExecutionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
17297
17566
|
return (0, import_smithy_client.take)(output, {
|
|
17298
17567
|
PipelineExecutionArn: import_smithy_client.expectString
|
|
@@ -17303,6 +17572,11 @@ var de_StopInferenceExperimentResponse = /* @__PURE__ */ __name((output, context
|
|
|
17303
17572
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
17304
17573
|
});
|
|
17305
17574
|
}, "de_StopInferenceExperimentResponse");
|
|
17575
|
+
var de_StopMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
17576
|
+
return (0, import_smithy_client.take)(output, {
|
|
17577
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
17578
|
+
});
|
|
17579
|
+
}, "de_StopMlflowTrackingServerResponse");
|
|
17306
17580
|
var de_StoppingCondition = /* @__PURE__ */ __name((output, context) => {
|
|
17307
17581
|
return (0, import_smithy_client.take)(output, {
|
|
17308
17582
|
MaxPendingTimeInSeconds: import_smithy_client.expectInt32,
|
|
@@ -17479,6 +17753,23 @@ var de_TimeSeriesTransformations = /* @__PURE__ */ __name((output, context) => {
|
|
|
17479
17753
|
Filling: (_) => de_FillingTransformations(_, context)
|
|
17480
17754
|
});
|
|
17481
17755
|
}, "de_TimeSeriesTransformations");
|
|
17756
|
+
var de_TrackingServerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
17757
|
+
return (0, import_smithy_client.take)(output, {
|
|
17758
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
17759
|
+
IsActive: import_smithy_client.expectString,
|
|
17760
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
17761
|
+
MlflowVersion: import_smithy_client.expectString,
|
|
17762
|
+
TrackingServerArn: import_smithy_client.expectString,
|
|
17763
|
+
TrackingServerName: import_smithy_client.expectString,
|
|
17764
|
+
TrackingServerStatus: import_smithy_client.expectString
|
|
17765
|
+
});
|
|
17766
|
+
}, "de_TrackingServerSummary");
|
|
17767
|
+
var de_TrackingServerSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
17768
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
17769
|
+
return de_TrackingServerSummary(entry, context);
|
|
17770
|
+
});
|
|
17771
|
+
return retVal;
|
|
17772
|
+
}, "de_TrackingServerSummaryList");
|
|
17482
17773
|
var de_TrafficPattern = /* @__PURE__ */ __name((output, context) => {
|
|
17483
17774
|
return (0, import_smithy_client.take)(output, {
|
|
17484
17775
|
Phases: (_) => de_Phases(_, context),
|
|
@@ -18036,6 +18327,11 @@ var de_UpdateInferenceExperimentResponse = /* @__PURE__ */ __name((output, conte
|
|
|
18036
18327
|
InferenceExperimentArn: import_smithy_client.expectString
|
|
18037
18328
|
});
|
|
18038
18329
|
}, "de_UpdateInferenceExperimentResponse");
|
|
18330
|
+
var de_UpdateMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
18331
|
+
return (0, import_smithy_client.take)(output, {
|
|
18332
|
+
TrackingServerArn: import_smithy_client.expectString
|
|
18333
|
+
});
|
|
18334
|
+
}, "de_UpdateMlflowTrackingServerResponse");
|
|
18039
18335
|
var de_UpdateModelCardResponse = /* @__PURE__ */ __name((output, context) => {
|
|
18040
18336
|
return (0, import_smithy_client.take)(output, {
|
|
18041
18337
|
ModelCardArn: import_smithy_client.expectString
|
|
@@ -18869,6 +19165,22 @@ var _CreateLabelingJobCommand = class _CreateLabelingJobCommand extends import_s
|
|
|
18869
19165
|
__name(_CreateLabelingJobCommand, "CreateLabelingJobCommand");
|
|
18870
19166
|
var CreateLabelingJobCommand = _CreateLabelingJobCommand;
|
|
18871
19167
|
|
|
19168
|
+
// src/commands/CreateMlflowTrackingServerCommand.ts
|
|
19169
|
+
|
|
19170
|
+
|
|
19171
|
+
|
|
19172
|
+
var _CreateMlflowTrackingServerCommand = class _CreateMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
19173
|
+
...commonParams
|
|
19174
|
+
}).m(function(Command, cs, config, o) {
|
|
19175
|
+
return [
|
|
19176
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19177
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19178
|
+
];
|
|
19179
|
+
}).s("SageMaker", "CreateMlflowTrackingServer", {}).n("SageMakerClient", "CreateMlflowTrackingServerCommand").f(void 0, void 0).ser(se_CreateMlflowTrackingServerCommand).de(de_CreateMlflowTrackingServerCommand).build() {
|
|
19180
|
+
};
|
|
19181
|
+
__name(_CreateMlflowTrackingServerCommand, "CreateMlflowTrackingServerCommand");
|
|
19182
|
+
var CreateMlflowTrackingServerCommand = _CreateMlflowTrackingServerCommand;
|
|
19183
|
+
|
|
18872
19184
|
// src/commands/CreateModelBiasJobDefinitionCommand.ts
|
|
18873
19185
|
|
|
18874
19186
|
|
|
@@ -19077,6 +19389,22 @@ var _CreatePresignedDomainUrlCommand = class _CreatePresignedDomainUrlCommand ex
|
|
|
19077
19389
|
__name(_CreatePresignedDomainUrlCommand, "CreatePresignedDomainUrlCommand");
|
|
19078
19390
|
var CreatePresignedDomainUrlCommand = _CreatePresignedDomainUrlCommand;
|
|
19079
19391
|
|
|
19392
|
+
// src/commands/CreatePresignedMlflowTrackingServerUrlCommand.ts
|
|
19393
|
+
|
|
19394
|
+
|
|
19395
|
+
|
|
19396
|
+
var _CreatePresignedMlflowTrackingServerUrlCommand = class _CreatePresignedMlflowTrackingServerUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
19397
|
+
...commonParams
|
|
19398
|
+
}).m(function(Command, cs, config, o) {
|
|
19399
|
+
return [
|
|
19400
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19401
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19402
|
+
];
|
|
19403
|
+
}).s("SageMaker", "CreatePresignedMlflowTrackingServerUrl", {}).n("SageMakerClient", "CreatePresignedMlflowTrackingServerUrlCommand").f(void 0, void 0).ser(se_CreatePresignedMlflowTrackingServerUrlCommand).de(de_CreatePresignedMlflowTrackingServerUrlCommand).build() {
|
|
19404
|
+
};
|
|
19405
|
+
__name(_CreatePresignedMlflowTrackingServerUrlCommand, "CreatePresignedMlflowTrackingServerUrlCommand");
|
|
19406
|
+
var CreatePresignedMlflowTrackingServerUrlCommand = _CreatePresignedMlflowTrackingServerUrlCommand;
|
|
19407
|
+
|
|
19080
19408
|
// src/commands/CreatePresignedNotebookInstanceUrlCommand.ts
|
|
19081
19409
|
|
|
19082
19410
|
|
|
@@ -19717,6 +20045,22 @@ var _DeleteInferenceExperimentCommand = class _DeleteInferenceExperimentCommand
|
|
|
19717
20045
|
__name(_DeleteInferenceExperimentCommand, "DeleteInferenceExperimentCommand");
|
|
19718
20046
|
var DeleteInferenceExperimentCommand = _DeleteInferenceExperimentCommand;
|
|
19719
20047
|
|
|
20048
|
+
// src/commands/DeleteMlflowTrackingServerCommand.ts
|
|
20049
|
+
|
|
20050
|
+
|
|
20051
|
+
|
|
20052
|
+
var _DeleteMlflowTrackingServerCommand = class _DeleteMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
20053
|
+
...commonParams
|
|
20054
|
+
}).m(function(Command, cs, config, o) {
|
|
20055
|
+
return [
|
|
20056
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20057
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20058
|
+
];
|
|
20059
|
+
}).s("SageMaker", "DeleteMlflowTrackingServer", {}).n("SageMakerClient", "DeleteMlflowTrackingServerCommand").f(void 0, void 0).ser(se_DeleteMlflowTrackingServerCommand).de(de_DeleteMlflowTrackingServerCommand).build() {
|
|
20060
|
+
};
|
|
20061
|
+
__name(_DeleteMlflowTrackingServerCommand, "DeleteMlflowTrackingServerCommand");
|
|
20062
|
+
var DeleteMlflowTrackingServerCommand = _DeleteMlflowTrackingServerCommand;
|
|
20063
|
+
|
|
19720
20064
|
// src/commands/DeleteModelBiasJobDefinitionCommand.ts
|
|
19721
20065
|
|
|
19722
20066
|
|
|
@@ -20629,6 +20973,22 @@ var _DescribeLineageGroupCommand = class _DescribeLineageGroupCommand extends im
|
|
|
20629
20973
|
__name(_DescribeLineageGroupCommand, "DescribeLineageGroupCommand");
|
|
20630
20974
|
var DescribeLineageGroupCommand = _DescribeLineageGroupCommand;
|
|
20631
20975
|
|
|
20976
|
+
// src/commands/DescribeMlflowTrackingServerCommand.ts
|
|
20977
|
+
|
|
20978
|
+
|
|
20979
|
+
|
|
20980
|
+
var _DescribeMlflowTrackingServerCommand = class _DescribeMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
20981
|
+
...commonParams
|
|
20982
|
+
}).m(function(Command, cs, config, o) {
|
|
20983
|
+
return [
|
|
20984
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20985
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20986
|
+
];
|
|
20987
|
+
}).s("SageMaker", "DescribeMlflowTrackingServer", {}).n("SageMakerClient", "DescribeMlflowTrackingServerCommand").f(void 0, void 0).ser(se_DescribeMlflowTrackingServerCommand).de(de_DescribeMlflowTrackingServerCommand).build() {
|
|
20988
|
+
};
|
|
20989
|
+
__name(_DescribeMlflowTrackingServerCommand, "DescribeMlflowTrackingServerCommand");
|
|
20990
|
+
var DescribeMlflowTrackingServerCommand = _DescribeMlflowTrackingServerCommand;
|
|
20991
|
+
|
|
20632
20992
|
// src/commands/DescribeModelBiasJobDefinitionCommand.ts
|
|
20633
20993
|
|
|
20634
20994
|
|
|
@@ -21829,6 +22189,22 @@ var _ListLineageGroupsCommand = class _ListLineageGroupsCommand extends import_s
|
|
|
21829
22189
|
__name(_ListLineageGroupsCommand, "ListLineageGroupsCommand");
|
|
21830
22190
|
var ListLineageGroupsCommand = _ListLineageGroupsCommand;
|
|
21831
22191
|
|
|
22192
|
+
// src/commands/ListMlflowTrackingServersCommand.ts
|
|
22193
|
+
|
|
22194
|
+
|
|
22195
|
+
|
|
22196
|
+
var _ListMlflowTrackingServersCommand = class _ListMlflowTrackingServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
22197
|
+
...commonParams
|
|
22198
|
+
}).m(function(Command, cs, config, o) {
|
|
22199
|
+
return [
|
|
22200
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22201
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22202
|
+
];
|
|
22203
|
+
}).s("SageMaker", "ListMlflowTrackingServers", {}).n("SageMakerClient", "ListMlflowTrackingServersCommand").f(void 0, void 0).ser(se_ListMlflowTrackingServersCommand).de(de_ListMlflowTrackingServersCommand).build() {
|
|
22204
|
+
};
|
|
22205
|
+
__name(_ListMlflowTrackingServersCommand, "ListMlflowTrackingServersCommand");
|
|
22206
|
+
var ListMlflowTrackingServersCommand = _ListMlflowTrackingServersCommand;
|
|
22207
|
+
|
|
21832
22208
|
// src/commands/ListModelBiasJobDefinitionsCommand.ts
|
|
21833
22209
|
|
|
21834
22210
|
|
|
@@ -22492,6 +22868,30 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
|
|
|
22492
22868
|
|
|
22493
22869
|
// src/models/models_4.ts
|
|
22494
22870
|
|
|
22871
|
+
var MonitoringExecutionSortKey = {
|
|
22872
|
+
CREATION_TIME: "CreationTime",
|
|
22873
|
+
SCHEDULED_TIME: "ScheduledTime",
|
|
22874
|
+
STATUS: "Status"
|
|
22875
|
+
};
|
|
22876
|
+
var MonitoringScheduleSortKey = {
|
|
22877
|
+
CREATION_TIME: "CreationTime",
|
|
22878
|
+
NAME: "Name",
|
|
22879
|
+
STATUS: "Status"
|
|
22880
|
+
};
|
|
22881
|
+
var NotebookInstanceLifecycleConfigSortKey = {
|
|
22882
|
+
CREATION_TIME: "CreationTime",
|
|
22883
|
+
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
22884
|
+
NAME: "Name"
|
|
22885
|
+
};
|
|
22886
|
+
var NotebookInstanceLifecycleConfigSortOrder = {
|
|
22887
|
+
ASCENDING: "Ascending",
|
|
22888
|
+
DESCENDING: "Descending"
|
|
22889
|
+
};
|
|
22890
|
+
var NotebookInstanceSortKey = {
|
|
22891
|
+
CREATION_TIME: "CreationTime",
|
|
22892
|
+
NAME: "Name",
|
|
22893
|
+
STATUS: "Status"
|
|
22894
|
+
};
|
|
22495
22895
|
var NotebookInstanceSortOrder = {
|
|
22496
22896
|
ASCENDING: "Ascending",
|
|
22497
22897
|
DESCENDING: "Descending"
|
|
@@ -22685,6 +23085,22 @@ var _StartInferenceExperimentCommand = class _StartInferenceExperimentCommand ex
|
|
|
22685
23085
|
__name(_StartInferenceExperimentCommand, "StartInferenceExperimentCommand");
|
|
22686
23086
|
var StartInferenceExperimentCommand = _StartInferenceExperimentCommand;
|
|
22687
23087
|
|
|
23088
|
+
// src/commands/StartMlflowTrackingServerCommand.ts
|
|
23089
|
+
|
|
23090
|
+
|
|
23091
|
+
|
|
23092
|
+
var _StartMlflowTrackingServerCommand = class _StartMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23093
|
+
...commonParams
|
|
23094
|
+
}).m(function(Command, cs, config, o) {
|
|
23095
|
+
return [
|
|
23096
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23097
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23098
|
+
];
|
|
23099
|
+
}).s("SageMaker", "StartMlflowTrackingServer", {}).n("SageMakerClient", "StartMlflowTrackingServerCommand").f(void 0, void 0).ser(se_StartMlflowTrackingServerCommand).de(de_StartMlflowTrackingServerCommand).build() {
|
|
23100
|
+
};
|
|
23101
|
+
__name(_StartMlflowTrackingServerCommand, "StartMlflowTrackingServerCommand");
|
|
23102
|
+
var StartMlflowTrackingServerCommand = _StartMlflowTrackingServerCommand;
|
|
23103
|
+
|
|
22688
23104
|
// src/commands/StartMonitoringScheduleCommand.ts
|
|
22689
23105
|
|
|
22690
23106
|
|
|
@@ -22861,6 +23277,22 @@ var _StopLabelingJobCommand = class _StopLabelingJobCommand extends import_smith
|
|
|
22861
23277
|
__name(_StopLabelingJobCommand, "StopLabelingJobCommand");
|
|
22862
23278
|
var StopLabelingJobCommand = _StopLabelingJobCommand;
|
|
22863
23279
|
|
|
23280
|
+
// src/commands/StopMlflowTrackingServerCommand.ts
|
|
23281
|
+
|
|
23282
|
+
|
|
23283
|
+
|
|
23284
|
+
var _StopMlflowTrackingServerCommand = class _StopMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23285
|
+
...commonParams
|
|
23286
|
+
}).m(function(Command, cs, config, o) {
|
|
23287
|
+
return [
|
|
23288
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23289
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23290
|
+
];
|
|
23291
|
+
}).s("SageMaker", "StopMlflowTrackingServer", {}).n("SageMakerClient", "StopMlflowTrackingServerCommand").f(void 0, void 0).ser(se_StopMlflowTrackingServerCommand).de(de_StopMlflowTrackingServerCommand).build() {
|
|
23292
|
+
};
|
|
23293
|
+
__name(_StopMlflowTrackingServerCommand, "StopMlflowTrackingServerCommand");
|
|
23294
|
+
var StopMlflowTrackingServerCommand = _StopMlflowTrackingServerCommand;
|
|
23295
|
+
|
|
22864
23296
|
// src/commands/StopMonitoringScheduleCommand.ts
|
|
22865
23297
|
|
|
22866
23298
|
|
|
@@ -23293,6 +23725,22 @@ var _UpdateInferenceExperimentCommand = class _UpdateInferenceExperimentCommand
|
|
|
23293
23725
|
__name(_UpdateInferenceExperimentCommand, "UpdateInferenceExperimentCommand");
|
|
23294
23726
|
var UpdateInferenceExperimentCommand = _UpdateInferenceExperimentCommand;
|
|
23295
23727
|
|
|
23728
|
+
// src/commands/UpdateMlflowTrackingServerCommand.ts
|
|
23729
|
+
|
|
23730
|
+
|
|
23731
|
+
|
|
23732
|
+
var _UpdateMlflowTrackingServerCommand = class _UpdateMlflowTrackingServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23733
|
+
...commonParams
|
|
23734
|
+
}).m(function(Command, cs, config, o) {
|
|
23735
|
+
return [
|
|
23736
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23737
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23738
|
+
];
|
|
23739
|
+
}).s("SageMaker", "UpdateMlflowTrackingServer", {}).n("SageMakerClient", "UpdateMlflowTrackingServerCommand").f(void 0, void 0).ser(se_UpdateMlflowTrackingServerCommand).de(de_UpdateMlflowTrackingServerCommand).build() {
|
|
23740
|
+
};
|
|
23741
|
+
__name(_UpdateMlflowTrackingServerCommand, "UpdateMlflowTrackingServerCommand");
|
|
23742
|
+
var UpdateMlflowTrackingServerCommand = _UpdateMlflowTrackingServerCommand;
|
|
23743
|
+
|
|
23296
23744
|
// src/commands/UpdateModelCardCommand.ts
|
|
23297
23745
|
|
|
23298
23746
|
|
|
@@ -23586,6 +24034,7 @@ var commands = {
|
|
|
23586
24034
|
CreateInferenceExperimentCommand,
|
|
23587
24035
|
CreateInferenceRecommendationsJobCommand,
|
|
23588
24036
|
CreateLabelingJobCommand,
|
|
24037
|
+
CreateMlflowTrackingServerCommand,
|
|
23589
24038
|
CreateModelCommand,
|
|
23590
24039
|
CreateModelBiasJobDefinitionCommand,
|
|
23591
24040
|
CreateModelCardCommand,
|
|
@@ -23599,6 +24048,7 @@ var commands = {
|
|
|
23599
24048
|
CreateNotebookInstanceLifecycleConfigCommand,
|
|
23600
24049
|
CreatePipelineCommand,
|
|
23601
24050
|
CreatePresignedDomainUrlCommand,
|
|
24051
|
+
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
23602
24052
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
23603
24053
|
CreateProcessingJobCommand,
|
|
23604
24054
|
CreateProjectCommand,
|
|
@@ -23639,6 +24089,7 @@ var commands = {
|
|
|
23639
24089
|
DeleteImageVersionCommand,
|
|
23640
24090
|
DeleteInferenceComponentCommand,
|
|
23641
24091
|
DeleteInferenceExperimentCommand,
|
|
24092
|
+
DeleteMlflowTrackingServerCommand,
|
|
23642
24093
|
DeleteModelCommand,
|
|
23643
24094
|
DeleteModelBiasJobDefinitionCommand,
|
|
23644
24095
|
DeleteModelCardCommand,
|
|
@@ -23696,6 +24147,7 @@ var commands = {
|
|
|
23696
24147
|
DescribeInferenceRecommendationsJobCommand,
|
|
23697
24148
|
DescribeLabelingJobCommand,
|
|
23698
24149
|
DescribeLineageGroupCommand,
|
|
24150
|
+
DescribeMlflowTrackingServerCommand,
|
|
23699
24151
|
DescribeModelCommand,
|
|
23700
24152
|
DescribeModelBiasJobDefinitionCommand,
|
|
23701
24153
|
DescribeModelCardCommand,
|
|
@@ -23771,6 +24223,7 @@ var commands = {
|
|
|
23771
24223
|
ListLabelingJobsCommand,
|
|
23772
24224
|
ListLabelingJobsForWorkteamCommand,
|
|
23773
24225
|
ListLineageGroupsCommand,
|
|
24226
|
+
ListMlflowTrackingServersCommand,
|
|
23774
24227
|
ListModelBiasJobDefinitionsCommand,
|
|
23775
24228
|
ListModelCardExportJobsCommand,
|
|
23776
24229
|
ListModelCardsCommand,
|
|
@@ -23817,6 +24270,7 @@ var commands = {
|
|
|
23817
24270
|
SendPipelineExecutionStepSuccessCommand,
|
|
23818
24271
|
StartEdgeDeploymentStageCommand,
|
|
23819
24272
|
StartInferenceExperimentCommand,
|
|
24273
|
+
StartMlflowTrackingServerCommand,
|
|
23820
24274
|
StartMonitoringScheduleCommand,
|
|
23821
24275
|
StartNotebookInstanceCommand,
|
|
23822
24276
|
StartPipelineExecutionCommand,
|
|
@@ -23828,6 +24282,7 @@ var commands = {
|
|
|
23828
24282
|
StopInferenceExperimentCommand,
|
|
23829
24283
|
StopInferenceRecommendationsJobCommand,
|
|
23830
24284
|
StopLabelingJobCommand,
|
|
24285
|
+
StopMlflowTrackingServerCommand,
|
|
23831
24286
|
StopMonitoringScheduleCommand,
|
|
23832
24287
|
StopNotebookInstanceCommand,
|
|
23833
24288
|
StopPipelineExecutionCommand,
|
|
@@ -23855,6 +24310,7 @@ var commands = {
|
|
|
23855
24310
|
UpdateInferenceComponentCommand,
|
|
23856
24311
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
23857
24312
|
UpdateInferenceExperimentCommand,
|
|
24313
|
+
UpdateMlflowTrackingServerCommand,
|
|
23858
24314
|
UpdateModelCardCommand,
|
|
23859
24315
|
UpdateModelPackageCommand,
|
|
23860
24316
|
UpdateMonitoringAlertCommand,
|
|
@@ -24014,6 +24470,10 @@ var paginateListLabelingJobs = (0, import_core.createPaginator)(SageMakerClient,
|
|
|
24014
24470
|
|
|
24015
24471
|
var paginateListLineageGroups = (0, import_core.createPaginator)(SageMakerClient, ListLineageGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
24016
24472
|
|
|
24473
|
+
// src/pagination/ListMlflowTrackingServersPaginator.ts
|
|
24474
|
+
|
|
24475
|
+
var paginateListMlflowTrackingServers = (0, import_core.createPaginator)(SageMakerClient, ListMlflowTrackingServersCommand, "NextToken", "NextToken", "MaxResults");
|
|
24476
|
+
|
|
24017
24477
|
// src/pagination/ListModelBiasJobDefinitionsPaginator.ts
|
|
24018
24478
|
|
|
24019
24479
|
var paginateListModelBiasJobDefinitions = (0, import_core.createPaginator)(SageMakerClient, ListModelBiasJobDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -24717,6 +25177,17 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
24717
25177
|
}, "waitUntilTransformJobCompletedOrStopped");
|
|
24718
25178
|
|
|
24719
25179
|
// src/models/models_3.ts
|
|
25180
|
+
var PipelineStatus = {
|
|
25181
|
+
ACTIVE: "Active",
|
|
25182
|
+
DELETING: "Deleting"
|
|
25183
|
+
};
|
|
25184
|
+
var PipelineExecutionStatus = {
|
|
25185
|
+
EXECUTING: "Executing",
|
|
25186
|
+
FAILED: "Failed",
|
|
25187
|
+
STOPPED: "Stopped",
|
|
25188
|
+
STOPPING: "Stopping",
|
|
25189
|
+
SUCCEEDED: "Succeeded"
|
|
25190
|
+
};
|
|
24720
25191
|
var ProcessingJobStatus = {
|
|
24721
25192
|
COMPLETED: "Completed",
|
|
24722
25193
|
FAILED: "Failed",
|
|
@@ -25013,6 +25484,11 @@ var SortLineageGroupsBy = {
|
|
|
25013
25484
|
CREATION_TIME: "CreationTime",
|
|
25014
25485
|
NAME: "Name"
|
|
25015
25486
|
};
|
|
25487
|
+
var SortTrackingServerBy = {
|
|
25488
|
+
CREATION_TIME: "CreationTime",
|
|
25489
|
+
NAME: "Name",
|
|
25490
|
+
STATUS: "Status"
|
|
25491
|
+
};
|
|
25016
25492
|
var ModelCardExportJobSortBy = {
|
|
25017
25493
|
CREATION_TIME: "CreationTime",
|
|
25018
25494
|
NAME: "Name",
|
|
@@ -25064,30 +25540,6 @@ var MonitoringAlertStatus = {
|
|
|
25064
25540
|
IN_ALERT: "InAlert",
|
|
25065
25541
|
OK: "OK"
|
|
25066
25542
|
};
|
|
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
25543
|
// Annotate the CommonJS export names for ESM import in node:
|
|
25092
25544
|
|
|
25093
25545
|
0 && (module.exports = {
|
|
@@ -25131,6 +25583,7 @@ var NotebookInstanceSortKey = {
|
|
|
25131
25583
|
CreateInferenceExperimentCommand,
|
|
25132
25584
|
CreateInferenceRecommendationsJobCommand,
|
|
25133
25585
|
CreateLabelingJobCommand,
|
|
25586
|
+
CreateMlflowTrackingServerCommand,
|
|
25134
25587
|
CreateModelBiasJobDefinitionCommand,
|
|
25135
25588
|
CreateModelCardCommand,
|
|
25136
25589
|
CreateModelCardExportJobCommand,
|
|
@@ -25144,6 +25597,7 @@ var NotebookInstanceSortKey = {
|
|
|
25144
25597
|
CreateNotebookInstanceLifecycleConfigCommand,
|
|
25145
25598
|
CreatePipelineCommand,
|
|
25146
25599
|
CreatePresignedDomainUrlCommand,
|
|
25600
|
+
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
25147
25601
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
25148
25602
|
CreateProcessingJobCommand,
|
|
25149
25603
|
CreateProjectCommand,
|
|
@@ -25184,6 +25638,7 @@ var NotebookInstanceSortKey = {
|
|
|
25184
25638
|
DeleteImageVersionCommand,
|
|
25185
25639
|
DeleteInferenceComponentCommand,
|
|
25186
25640
|
DeleteInferenceExperimentCommand,
|
|
25641
|
+
DeleteMlflowTrackingServerCommand,
|
|
25187
25642
|
DeleteModelBiasJobDefinitionCommand,
|
|
25188
25643
|
DeleteModelCardCommand,
|
|
25189
25644
|
DeleteModelCommand,
|
|
@@ -25241,6 +25696,7 @@ var NotebookInstanceSortKey = {
|
|
|
25241
25696
|
DescribeInferenceRecommendationsJobCommand,
|
|
25242
25697
|
DescribeLabelingJobCommand,
|
|
25243
25698
|
DescribeLineageGroupCommand,
|
|
25699
|
+
DescribeMlflowTrackingServerCommand,
|
|
25244
25700
|
DescribeModelBiasJobDefinitionCommand,
|
|
25245
25701
|
DescribeModelCardCommand,
|
|
25246
25702
|
DescribeModelCardExportJobCommand,
|
|
@@ -25316,6 +25772,7 @@ var NotebookInstanceSortKey = {
|
|
|
25316
25772
|
ListLabelingJobsCommand,
|
|
25317
25773
|
ListLabelingJobsForWorkteamCommand,
|
|
25318
25774
|
ListLineageGroupsCommand,
|
|
25775
|
+
ListMlflowTrackingServersCommand,
|
|
25319
25776
|
ListModelBiasJobDefinitionsCommand,
|
|
25320
25777
|
ListModelCardExportJobsCommand,
|
|
25321
25778
|
ListModelCardVersionsCommand,
|
|
@@ -25362,6 +25819,7 @@ var NotebookInstanceSortKey = {
|
|
|
25362
25819
|
SendPipelineExecutionStepSuccessCommand,
|
|
25363
25820
|
StartEdgeDeploymentStageCommand,
|
|
25364
25821
|
StartInferenceExperimentCommand,
|
|
25822
|
+
StartMlflowTrackingServerCommand,
|
|
25365
25823
|
StartMonitoringScheduleCommand,
|
|
25366
25824
|
StartNotebookInstanceCommand,
|
|
25367
25825
|
StartPipelineExecutionCommand,
|
|
@@ -25373,6 +25831,7 @@ var NotebookInstanceSortKey = {
|
|
|
25373
25831
|
StopInferenceExperimentCommand,
|
|
25374
25832
|
StopInferenceRecommendationsJobCommand,
|
|
25375
25833
|
StopLabelingJobCommand,
|
|
25834
|
+
StopMlflowTrackingServerCommand,
|
|
25376
25835
|
StopMonitoringScheduleCommand,
|
|
25377
25836
|
StopNotebookInstanceCommand,
|
|
25378
25837
|
StopPipelineExecutionCommand,
|
|
@@ -25400,6 +25859,7 @@ var NotebookInstanceSortKey = {
|
|
|
25400
25859
|
UpdateInferenceComponentCommand,
|
|
25401
25860
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
25402
25861
|
UpdateInferenceExperimentCommand,
|
|
25862
|
+
UpdateMlflowTrackingServerCommand,
|
|
25403
25863
|
UpdateModelCardCommand,
|
|
25404
25864
|
UpdateModelPackageCommand,
|
|
25405
25865
|
UpdateMonitoringAlertCommand,
|
|
@@ -25450,6 +25910,7 @@ var NotebookInstanceSortKey = {
|
|
|
25450
25910
|
paginateListLabelingJobsForWorkteam,
|
|
25451
25911
|
paginateListLabelingJobs,
|
|
25452
25912
|
paginateListLineageGroups,
|
|
25913
|
+
paginateListMlflowTrackingServers,
|
|
25453
25914
|
paginateListModelBiasJobDefinitions,
|
|
25454
25915
|
paginateListModelCardExportJobs,
|
|
25455
25916
|
paginateListModelCardVersions,
|
|
@@ -25590,6 +26051,7 @@ var NotebookInstanceSortKey = {
|
|
|
25590
26051
|
ClarifyFeatureType,
|
|
25591
26052
|
ClarifyTextGranularity,
|
|
25592
26053
|
ClarifyTextLanguage,
|
|
26054
|
+
ClusterInstanceStorageConfig,
|
|
25593
26055
|
ClusterInstanceType,
|
|
25594
26056
|
ClusterInstanceStatus,
|
|
25595
26057
|
ClusterSortBy,
|
|
@@ -25649,6 +26111,7 @@ var NotebookInstanceSortKey = {
|
|
|
25649
26111
|
TrafficType,
|
|
25650
26112
|
RecommendationJobType,
|
|
25651
26113
|
FlatInvocations,
|
|
26114
|
+
TrackingServerSize,
|
|
25652
26115
|
InferenceExecutionMode,
|
|
25653
26116
|
ModelCardStatus,
|
|
25654
26117
|
SkipModelValidation,
|
|
@@ -25663,11 +26126,11 @@ var NotebookInstanceSortKey = {
|
|
|
25663
26126
|
RedshiftResultFormat,
|
|
25664
26127
|
ProcessingS3CompressionType,
|
|
25665
26128
|
ProcessingS3DataType,
|
|
25666
|
-
CustomFileSystem,
|
|
25667
|
-
SharingType,
|
|
25668
26129
|
CreateModelCardRequestFilterSensitiveLog,
|
|
25669
26130
|
ModelPackageModelCardFilterSensitiveLog,
|
|
25670
26131
|
CreateModelPackageInputFilterSensitiveLog,
|
|
26132
|
+
CustomFileSystem,
|
|
26133
|
+
SharingType,
|
|
25671
26134
|
StudioLifecycleConfigAppType,
|
|
25672
26135
|
JoinSource,
|
|
25673
26136
|
TrialComponentParameterValue,
|
|
@@ -25701,6 +26164,8 @@ var NotebookInstanceSortKey = {
|
|
|
25701
26164
|
InferenceExperimentStatus,
|
|
25702
26165
|
RecommendationJobStatus,
|
|
25703
26166
|
LabelingJobStatus,
|
|
26167
|
+
IsTrackingServerActive,
|
|
26168
|
+
TrackingServerStatus,
|
|
25704
26169
|
ModelCardProcessingStatus,
|
|
25705
26170
|
ModelCardExportJobStatus,
|
|
25706
26171
|
DetailedModelPackageStatus,
|
|
@@ -25708,12 +26173,12 @@ var NotebookInstanceSortKey = {
|
|
|
25708
26173
|
ExecutionStatus,
|
|
25709
26174
|
ScheduleStatus,
|
|
25710
26175
|
NotebookInstanceStatus,
|
|
25711
|
-
PipelineStatus,
|
|
25712
|
-
PipelineExecutionStatus,
|
|
25713
26176
|
OidcConfigFilterSensitiveLog,
|
|
25714
26177
|
CreateWorkforceRequestFilterSensitiveLog,
|
|
25715
26178
|
DescribeModelCardResponseFilterSensitiveLog,
|
|
25716
26179
|
DescribeModelPackageOutputFilterSensitiveLog,
|
|
26180
|
+
PipelineStatus,
|
|
26181
|
+
PipelineExecutionStatus,
|
|
25717
26182
|
ProcessingJobStatus,
|
|
25718
26183
|
ProjectStatus,
|
|
25719
26184
|
SpaceStatus,
|
|
@@ -25762,6 +26227,7 @@ var NotebookInstanceSortKey = {
|
|
|
25762
26227
|
SortBy,
|
|
25763
26228
|
ListLabelingJobsForWorkteamSortByOptions,
|
|
25764
26229
|
SortLineageGroupsBy,
|
|
26230
|
+
SortTrackingServerBy,
|
|
25765
26231
|
ModelCardExportJobSortBy,
|
|
25766
26232
|
ModelCardExportJobSortOrder,
|
|
25767
26233
|
ModelCardSortBy,
|