@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
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
export const ScheduleStatus = {
|
|
2
|
+
FAILED: "Failed",
|
|
3
|
+
PENDING: "Pending",
|
|
4
|
+
SCHEDULED: "Scheduled",
|
|
5
|
+
STOPPED: "Stopped",
|
|
6
|
+
};
|
|
7
|
+
export const NotebookInstanceStatus = {
|
|
8
|
+
Deleting: "Deleting",
|
|
9
|
+
Failed: "Failed",
|
|
10
|
+
InService: "InService",
|
|
11
|
+
Pending: "Pending",
|
|
12
|
+
Stopped: "Stopped",
|
|
13
|
+
Stopping: "Stopping",
|
|
14
|
+
Updating: "Updating",
|
|
15
|
+
};
|
|
16
|
+
export const PipelineStatus = {
|
|
17
|
+
ACTIVE: "Active",
|
|
18
|
+
DELETING: "Deleting",
|
|
19
|
+
};
|
|
20
|
+
export const PipelineExecutionStatus = {
|
|
21
|
+
EXECUTING: "Executing",
|
|
22
|
+
FAILED: "Failed",
|
|
23
|
+
STOPPED: "Stopped",
|
|
24
|
+
STOPPING: "Stopping",
|
|
25
|
+
SUCCEEDED: "Succeeded",
|
|
26
|
+
};
|
|
1
27
|
export const ProcessingJobStatus = {
|
|
2
28
|
COMPLETED: "Completed",
|
|
3
29
|
FAILED: "Failed",
|
|
@@ -294,6 +320,11 @@ export const SortLineageGroupsBy = {
|
|
|
294
320
|
CREATION_TIME: "CreationTime",
|
|
295
321
|
NAME: "Name",
|
|
296
322
|
};
|
|
323
|
+
export const SortTrackingServerBy = {
|
|
324
|
+
CREATION_TIME: "CreationTime",
|
|
325
|
+
NAME: "Name",
|
|
326
|
+
STATUS: "Status",
|
|
327
|
+
};
|
|
297
328
|
export const ModelCardExportJobSortBy = {
|
|
298
329
|
CREATION_TIME: "CreationTime",
|
|
299
330
|
NAME: "Name",
|
|
@@ -341,31 +372,3 @@ export const MonitoringAlertHistorySortKey = {
|
|
|
341
372
|
CreationTime: "CreationTime",
|
|
342
373
|
Status: "Status",
|
|
343
374
|
};
|
|
344
|
-
export const MonitoringAlertStatus = {
|
|
345
|
-
IN_ALERT: "InAlert",
|
|
346
|
-
OK: "OK",
|
|
347
|
-
};
|
|
348
|
-
export const MonitoringExecutionSortKey = {
|
|
349
|
-
CREATION_TIME: "CreationTime",
|
|
350
|
-
SCHEDULED_TIME: "ScheduledTime",
|
|
351
|
-
STATUS: "Status",
|
|
352
|
-
};
|
|
353
|
-
export const MonitoringScheduleSortKey = {
|
|
354
|
-
CREATION_TIME: "CreationTime",
|
|
355
|
-
NAME: "Name",
|
|
356
|
-
STATUS: "Status",
|
|
357
|
-
};
|
|
358
|
-
export const NotebookInstanceLifecycleConfigSortKey = {
|
|
359
|
-
CREATION_TIME: "CreationTime",
|
|
360
|
-
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
361
|
-
NAME: "Name",
|
|
362
|
-
};
|
|
363
|
-
export const NotebookInstanceLifecycleConfigSortOrder = {
|
|
364
|
-
ASCENDING: "Ascending",
|
|
365
|
-
DESCENDING: "Descending",
|
|
366
|
-
};
|
|
367
|
-
export const NotebookInstanceSortKey = {
|
|
368
|
-
CREATION_TIME: "CreationTime",
|
|
369
|
-
NAME: "Name",
|
|
370
|
-
STATUS: "Status",
|
|
371
|
-
};
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
3
|
import { OidcConfigFilterSensitiveLog, } from "./models_2";
|
|
4
|
+
export const MonitoringAlertStatus = {
|
|
5
|
+
IN_ALERT: "InAlert",
|
|
6
|
+
OK: "OK",
|
|
7
|
+
};
|
|
8
|
+
export const MonitoringExecutionSortKey = {
|
|
9
|
+
CREATION_TIME: "CreationTime",
|
|
10
|
+
SCHEDULED_TIME: "ScheduledTime",
|
|
11
|
+
STATUS: "Status",
|
|
12
|
+
};
|
|
13
|
+
export const MonitoringScheduleSortKey = {
|
|
14
|
+
CREATION_TIME: "CreationTime",
|
|
15
|
+
NAME: "Name",
|
|
16
|
+
STATUS: "Status",
|
|
17
|
+
};
|
|
18
|
+
export const NotebookInstanceLifecycleConfigSortKey = {
|
|
19
|
+
CREATION_TIME: "CreationTime",
|
|
20
|
+
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
21
|
+
NAME: "Name",
|
|
22
|
+
};
|
|
23
|
+
export const NotebookInstanceLifecycleConfigSortOrder = {
|
|
24
|
+
ASCENDING: "Ascending",
|
|
25
|
+
DESCENDING: "Descending",
|
|
26
|
+
};
|
|
27
|
+
export const NotebookInstanceSortKey = {
|
|
28
|
+
CREATION_TIME: "CreationTime",
|
|
29
|
+
NAME: "Name",
|
|
30
|
+
STATUS: "Status",
|
|
31
|
+
};
|
|
4
32
|
export const NotebookInstanceSortOrder = {
|
|
5
33
|
ASCENDING: "Ascending",
|
|
6
34
|
DESCENDING: "Descending",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListMlflowTrackingServersCommand, } from "../commands/ListMlflowTrackingServersCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListMlflowTrackingServers = createPaginator(SageMakerClient, ListMlflowTrackingServersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -33,6 +33,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
33
33
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
34
34
|
export * from "./ListLabelingJobsPaginator";
|
|
35
35
|
export * from "./ListLineageGroupsPaginator";
|
|
36
|
+
export * from "./ListMlflowTrackingServersPaginator";
|
|
36
37
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
37
38
|
export * from "./ListModelCardExportJobsPaginator";
|
|
38
39
|
export * from "./ListModelCardVersionsPaginator";
|
|
@@ -167,6 +167,12 @@ export const se_CreateHubCommand = async (input, context) => {
|
|
|
167
167
|
body = JSON.stringify(_json(input));
|
|
168
168
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
169
169
|
};
|
|
170
|
+
export const se_CreateHubContentReferenceCommand = async (input, context) => {
|
|
171
|
+
const headers = sharedHeaders("CreateHubContentReference");
|
|
172
|
+
let body;
|
|
173
|
+
body = JSON.stringify(_json(input));
|
|
174
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
175
|
+
};
|
|
170
176
|
export const se_CreateHumanTaskUiCommand = async (input, context) => {
|
|
171
177
|
const headers = sharedHeaders("CreateHumanTaskUi");
|
|
172
178
|
let body;
|
|
@@ -215,6 +221,12 @@ export const se_CreateLabelingJobCommand = async (input, context) => {
|
|
|
215
221
|
body = JSON.stringify(_json(input));
|
|
216
222
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
217
223
|
};
|
|
224
|
+
export const se_CreateMlflowTrackingServerCommand = async (input, context) => {
|
|
225
|
+
const headers = sharedHeaders("CreateMlflowTrackingServer");
|
|
226
|
+
let body;
|
|
227
|
+
body = JSON.stringify(_json(input));
|
|
228
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
229
|
+
};
|
|
218
230
|
export const se_CreateModelCommand = async (input, context) => {
|
|
219
231
|
const headers = sharedHeaders("CreateModel");
|
|
220
232
|
let body;
|
|
@@ -293,6 +305,12 @@ export const se_CreatePresignedDomainUrlCommand = async (input, context) => {
|
|
|
293
305
|
body = JSON.stringify(_json(input));
|
|
294
306
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
295
307
|
};
|
|
308
|
+
export const se_CreatePresignedMlflowTrackingServerUrlCommand = async (input, context) => {
|
|
309
|
+
const headers = sharedHeaders("CreatePresignedMlflowTrackingServerUrl");
|
|
310
|
+
let body;
|
|
311
|
+
body = JSON.stringify(_json(input));
|
|
312
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
313
|
+
};
|
|
296
314
|
export const se_CreatePresignedNotebookInstanceUrlCommand = async (input, context) => {
|
|
297
315
|
const headers = sharedHeaders("CreatePresignedNotebookInstanceUrl");
|
|
298
316
|
let body;
|
|
@@ -497,6 +515,12 @@ export const se_DeleteHubContentCommand = async (input, context) => {
|
|
|
497
515
|
body = JSON.stringify(_json(input));
|
|
498
516
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
499
517
|
};
|
|
518
|
+
export const se_DeleteHubContentReferenceCommand = async (input, context) => {
|
|
519
|
+
const headers = sharedHeaders("DeleteHubContentReference");
|
|
520
|
+
let body;
|
|
521
|
+
body = JSON.stringify(_json(input));
|
|
522
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
523
|
+
};
|
|
500
524
|
export const se_DeleteHumanTaskUiCommand = async (input, context) => {
|
|
501
525
|
const headers = sharedHeaders("DeleteHumanTaskUi");
|
|
502
526
|
let body;
|
|
@@ -533,6 +557,12 @@ export const se_DeleteInferenceExperimentCommand = async (input, context) => {
|
|
|
533
557
|
body = JSON.stringify(_json(input));
|
|
534
558
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
535
559
|
};
|
|
560
|
+
export const se_DeleteMlflowTrackingServerCommand = async (input, context) => {
|
|
561
|
+
const headers = sharedHeaders("DeleteMlflowTrackingServer");
|
|
562
|
+
let body;
|
|
563
|
+
body = JSON.stringify(_json(input));
|
|
564
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
565
|
+
};
|
|
536
566
|
export const se_DeleteModelCommand = async (input, context) => {
|
|
537
567
|
const headers = sharedHeaders("DeleteModel");
|
|
538
568
|
let body;
|
|
@@ -875,6 +905,12 @@ export const se_DescribeLineageGroupCommand = async (input, context) => {
|
|
|
875
905
|
body = JSON.stringify(_json(input));
|
|
876
906
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
877
907
|
};
|
|
908
|
+
export const se_DescribeMlflowTrackingServerCommand = async (input, context) => {
|
|
909
|
+
const headers = sharedHeaders("DescribeMlflowTrackingServer");
|
|
910
|
+
let body;
|
|
911
|
+
body = JSON.stringify(_json(input));
|
|
912
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
913
|
+
};
|
|
878
914
|
export const se_DescribeModelCommand = async (input, context) => {
|
|
879
915
|
const headers = sharedHeaders("DescribeModel");
|
|
880
916
|
let body;
|
|
@@ -1325,6 +1361,12 @@ export const se_ListLineageGroupsCommand = async (input, context) => {
|
|
|
1325
1361
|
body = JSON.stringify(se_ListLineageGroupsRequest(input, context));
|
|
1326
1362
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1327
1363
|
};
|
|
1364
|
+
export const se_ListMlflowTrackingServersCommand = async (input, context) => {
|
|
1365
|
+
const headers = sharedHeaders("ListMlflowTrackingServers");
|
|
1366
|
+
let body;
|
|
1367
|
+
body = JSON.stringify(se_ListMlflowTrackingServersRequest(input, context));
|
|
1368
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1369
|
+
};
|
|
1328
1370
|
export const se_ListModelBiasJobDefinitionsCommand = async (input, context) => {
|
|
1329
1371
|
const headers = sharedHeaders("ListModelBiasJobDefinitions");
|
|
1330
1372
|
let body;
|
|
@@ -1601,6 +1643,12 @@ export const se_StartInferenceExperimentCommand = async (input, context) => {
|
|
|
1601
1643
|
body = JSON.stringify(_json(input));
|
|
1602
1644
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1603
1645
|
};
|
|
1646
|
+
export const se_StartMlflowTrackingServerCommand = async (input, context) => {
|
|
1647
|
+
const headers = sharedHeaders("StartMlflowTrackingServer");
|
|
1648
|
+
let body;
|
|
1649
|
+
body = JSON.stringify(_json(input));
|
|
1650
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1651
|
+
};
|
|
1604
1652
|
export const se_StartMonitoringScheduleCommand = async (input, context) => {
|
|
1605
1653
|
const headers = sharedHeaders("StartMonitoringSchedule");
|
|
1606
1654
|
let body;
|
|
@@ -1667,6 +1715,12 @@ export const se_StopLabelingJobCommand = async (input, context) => {
|
|
|
1667
1715
|
body = JSON.stringify(_json(input));
|
|
1668
1716
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1669
1717
|
};
|
|
1718
|
+
export const se_StopMlflowTrackingServerCommand = async (input, context) => {
|
|
1719
|
+
const headers = sharedHeaders("StopMlflowTrackingServer");
|
|
1720
|
+
let body;
|
|
1721
|
+
body = JSON.stringify(_json(input));
|
|
1722
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1723
|
+
};
|
|
1670
1724
|
export const se_StopMonitoringScheduleCommand = async (input, context) => {
|
|
1671
1725
|
const headers = sharedHeaders("StopMonitoringSchedule");
|
|
1672
1726
|
let body;
|
|
@@ -1829,6 +1883,12 @@ export const se_UpdateInferenceExperimentCommand = async (input, context) => {
|
|
|
1829
1883
|
body = JSON.stringify(se_UpdateInferenceExperimentRequest(input, context));
|
|
1830
1884
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1831
1885
|
};
|
|
1886
|
+
export const se_UpdateMlflowTrackingServerCommand = async (input, context) => {
|
|
1887
|
+
const headers = sharedHeaders("UpdateMlflowTrackingServer");
|
|
1888
|
+
let body;
|
|
1889
|
+
body = JSON.stringify(_json(input));
|
|
1890
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1891
|
+
};
|
|
1832
1892
|
export const se_UpdateModelCardCommand = async (input, context) => {
|
|
1833
1893
|
const headers = sharedHeaders("UpdateModelCard");
|
|
1834
1894
|
let body;
|
|
@@ -2267,6 +2327,19 @@ export const de_CreateHubCommand = async (output, context) => {
|
|
|
2267
2327
|
};
|
|
2268
2328
|
return response;
|
|
2269
2329
|
};
|
|
2330
|
+
export const de_CreateHubContentReferenceCommand = async (output, context) => {
|
|
2331
|
+
if (output.statusCode >= 300) {
|
|
2332
|
+
return de_CommandError(output, context);
|
|
2333
|
+
}
|
|
2334
|
+
const data = await parseBody(output.body, context);
|
|
2335
|
+
let contents = {};
|
|
2336
|
+
contents = de_CreateHubContentReferenceResponse(data, context);
|
|
2337
|
+
const response = {
|
|
2338
|
+
$metadata: deserializeMetadata(output),
|
|
2339
|
+
...contents,
|
|
2340
|
+
};
|
|
2341
|
+
return response;
|
|
2342
|
+
};
|
|
2270
2343
|
export const de_CreateHumanTaskUiCommand = async (output, context) => {
|
|
2271
2344
|
if (output.statusCode >= 300) {
|
|
2272
2345
|
return de_CommandError(output, context);
|
|
@@ -2371,6 +2444,19 @@ export const de_CreateLabelingJobCommand = async (output, context) => {
|
|
|
2371
2444
|
};
|
|
2372
2445
|
return response;
|
|
2373
2446
|
};
|
|
2447
|
+
export const de_CreateMlflowTrackingServerCommand = async (output, context) => {
|
|
2448
|
+
if (output.statusCode >= 300) {
|
|
2449
|
+
return de_CommandError(output, context);
|
|
2450
|
+
}
|
|
2451
|
+
const data = await parseBody(output.body, context);
|
|
2452
|
+
let contents = {};
|
|
2453
|
+
contents = de_CreateMlflowTrackingServerResponse(data, context);
|
|
2454
|
+
const response = {
|
|
2455
|
+
$metadata: deserializeMetadata(output),
|
|
2456
|
+
...contents,
|
|
2457
|
+
};
|
|
2458
|
+
return response;
|
|
2459
|
+
};
|
|
2374
2460
|
export const de_CreateModelCommand = async (output, context) => {
|
|
2375
2461
|
if (output.statusCode >= 300) {
|
|
2376
2462
|
return de_CommandError(output, context);
|
|
@@ -2540,6 +2626,19 @@ export const de_CreatePresignedDomainUrlCommand = async (output, context) => {
|
|
|
2540
2626
|
};
|
|
2541
2627
|
return response;
|
|
2542
2628
|
};
|
|
2629
|
+
export const de_CreatePresignedMlflowTrackingServerUrlCommand = async (output, context) => {
|
|
2630
|
+
if (output.statusCode >= 300) {
|
|
2631
|
+
return de_CommandError(output, context);
|
|
2632
|
+
}
|
|
2633
|
+
const data = await parseBody(output.body, context);
|
|
2634
|
+
let contents = {};
|
|
2635
|
+
contents = de_CreatePresignedMlflowTrackingServerUrlResponse(data, context);
|
|
2636
|
+
const response = {
|
|
2637
|
+
$metadata: deserializeMetadata(output),
|
|
2638
|
+
...contents,
|
|
2639
|
+
};
|
|
2640
|
+
return response;
|
|
2641
|
+
};
|
|
2543
2642
|
export const de_CreatePresignedNotebookInstanceUrlCommand = async (output, context) => {
|
|
2544
2643
|
if (output.statusCode >= 300) {
|
|
2545
2644
|
return de_CommandError(output, context);
|
|
@@ -2937,6 +3036,16 @@ export const de_DeleteHubContentCommand = async (output, context) => {
|
|
|
2937
3036
|
};
|
|
2938
3037
|
return response;
|
|
2939
3038
|
};
|
|
3039
|
+
export const de_DeleteHubContentReferenceCommand = async (output, context) => {
|
|
3040
|
+
if (output.statusCode >= 300) {
|
|
3041
|
+
return de_CommandError(output, context);
|
|
3042
|
+
}
|
|
3043
|
+
await collectBody(output.body, context);
|
|
3044
|
+
const response = {
|
|
3045
|
+
$metadata: deserializeMetadata(output),
|
|
3046
|
+
};
|
|
3047
|
+
return response;
|
|
3048
|
+
};
|
|
2940
3049
|
export const de_DeleteHumanTaskUiCommand = async (output, context) => {
|
|
2941
3050
|
if (output.statusCode >= 300) {
|
|
2942
3051
|
return de_CommandError(output, context);
|
|
@@ -3009,6 +3118,19 @@ export const de_DeleteInferenceExperimentCommand = async (output, context) => {
|
|
|
3009
3118
|
};
|
|
3010
3119
|
return response;
|
|
3011
3120
|
};
|
|
3121
|
+
export const de_DeleteMlflowTrackingServerCommand = async (output, context) => {
|
|
3122
|
+
if (output.statusCode >= 300) {
|
|
3123
|
+
return de_CommandError(output, context);
|
|
3124
|
+
}
|
|
3125
|
+
const data = await parseBody(output.body, context);
|
|
3126
|
+
let contents = {};
|
|
3127
|
+
contents = de_DeleteMlflowTrackingServerResponse(data, context);
|
|
3128
|
+
const response = {
|
|
3129
|
+
$metadata: deserializeMetadata(output),
|
|
3130
|
+
...contents,
|
|
3131
|
+
};
|
|
3132
|
+
return response;
|
|
3133
|
+
};
|
|
3012
3134
|
export const de_DeleteModelCommand = async (output, context) => {
|
|
3013
3135
|
if (output.statusCode >= 300) {
|
|
3014
3136
|
return de_CommandError(output, context);
|
|
@@ -3702,6 +3824,19 @@ export const de_DescribeLineageGroupCommand = async (output, context) => {
|
|
|
3702
3824
|
};
|
|
3703
3825
|
return response;
|
|
3704
3826
|
};
|
|
3827
|
+
export const de_DescribeMlflowTrackingServerCommand = async (output, context) => {
|
|
3828
|
+
if (output.statusCode >= 300) {
|
|
3829
|
+
return de_CommandError(output, context);
|
|
3830
|
+
}
|
|
3831
|
+
const data = await parseBody(output.body, context);
|
|
3832
|
+
let contents = {};
|
|
3833
|
+
contents = de_DescribeMlflowTrackingServerResponse(data, context);
|
|
3834
|
+
const response = {
|
|
3835
|
+
$metadata: deserializeMetadata(output),
|
|
3836
|
+
...contents,
|
|
3837
|
+
};
|
|
3838
|
+
return response;
|
|
3839
|
+
};
|
|
3705
3840
|
export const de_DescribeModelCommand = async (output, context) => {
|
|
3706
3841
|
if (output.statusCode >= 300) {
|
|
3707
3842
|
return de_CommandError(output, context);
|
|
@@ -4677,6 +4812,19 @@ export const de_ListLineageGroupsCommand = async (output, context) => {
|
|
|
4677
4812
|
};
|
|
4678
4813
|
return response;
|
|
4679
4814
|
};
|
|
4815
|
+
export const de_ListMlflowTrackingServersCommand = async (output, context) => {
|
|
4816
|
+
if (output.statusCode >= 300) {
|
|
4817
|
+
return de_CommandError(output, context);
|
|
4818
|
+
}
|
|
4819
|
+
const data = await parseBody(output.body, context);
|
|
4820
|
+
let contents = {};
|
|
4821
|
+
contents = de_ListMlflowTrackingServersResponse(data, context);
|
|
4822
|
+
const response = {
|
|
4823
|
+
$metadata: deserializeMetadata(output),
|
|
4824
|
+
...contents,
|
|
4825
|
+
};
|
|
4826
|
+
return response;
|
|
4827
|
+
};
|
|
4680
4828
|
export const de_ListModelBiasJobDefinitionsCommand = async (output, context) => {
|
|
4681
4829
|
if (output.statusCode >= 300) {
|
|
4682
4830
|
return de_CommandError(output, context);
|
|
@@ -5269,6 +5417,19 @@ export const de_StartInferenceExperimentCommand = async (output, context) => {
|
|
|
5269
5417
|
};
|
|
5270
5418
|
return response;
|
|
5271
5419
|
};
|
|
5420
|
+
export const de_StartMlflowTrackingServerCommand = async (output, context) => {
|
|
5421
|
+
if (output.statusCode >= 300) {
|
|
5422
|
+
return de_CommandError(output, context);
|
|
5423
|
+
}
|
|
5424
|
+
const data = await parseBody(output.body, context);
|
|
5425
|
+
let contents = {};
|
|
5426
|
+
contents = de_StartMlflowTrackingServerResponse(data, context);
|
|
5427
|
+
const response = {
|
|
5428
|
+
$metadata: deserializeMetadata(output),
|
|
5429
|
+
...contents,
|
|
5430
|
+
};
|
|
5431
|
+
return response;
|
|
5432
|
+
};
|
|
5272
5433
|
export const de_StartMonitoringScheduleCommand = async (output, context) => {
|
|
5273
5434
|
if (output.statusCode >= 300) {
|
|
5274
5435
|
return de_CommandError(output, context);
|
|
@@ -5385,6 +5546,19 @@ export const de_StopLabelingJobCommand = async (output, context) => {
|
|
|
5385
5546
|
};
|
|
5386
5547
|
return response;
|
|
5387
5548
|
};
|
|
5549
|
+
export const de_StopMlflowTrackingServerCommand = async (output, context) => {
|
|
5550
|
+
if (output.statusCode >= 300) {
|
|
5551
|
+
return de_CommandError(output, context);
|
|
5552
|
+
}
|
|
5553
|
+
const data = await parseBody(output.body, context);
|
|
5554
|
+
let contents = {};
|
|
5555
|
+
contents = de_StopMlflowTrackingServerResponse(data, context);
|
|
5556
|
+
const response = {
|
|
5557
|
+
$metadata: deserializeMetadata(output),
|
|
5558
|
+
...contents,
|
|
5559
|
+
};
|
|
5560
|
+
return response;
|
|
5561
|
+
};
|
|
5388
5562
|
export const de_StopMonitoringScheduleCommand = async (output, context) => {
|
|
5389
5563
|
if (output.statusCode >= 300) {
|
|
5390
5564
|
return de_CommandError(output, context);
|
|
@@ -5712,6 +5886,19 @@ export const de_UpdateInferenceExperimentCommand = async (output, context) => {
|
|
|
5712
5886
|
};
|
|
5713
5887
|
return response;
|
|
5714
5888
|
};
|
|
5889
|
+
export const de_UpdateMlflowTrackingServerCommand = async (output, context) => {
|
|
5890
|
+
if (output.statusCode >= 300) {
|
|
5891
|
+
return de_CommandError(output, context);
|
|
5892
|
+
}
|
|
5893
|
+
const data = await parseBody(output.body, context);
|
|
5894
|
+
let contents = {};
|
|
5895
|
+
contents = de_UpdateMlflowTrackingServerResponse(data, context);
|
|
5896
|
+
const response = {
|
|
5897
|
+
$metadata: deserializeMetadata(output),
|
|
5898
|
+
...contents,
|
|
5899
|
+
};
|
|
5900
|
+
return response;
|
|
5901
|
+
};
|
|
5715
5902
|
export const de_UpdateModelCardCommand = async (output, context) => {
|
|
5716
5903
|
if (output.statusCode >= 300) {
|
|
5717
5904
|
return de_CommandError(output, context);
|
|
@@ -6754,6 +6941,18 @@ const se_ListLineageGroupsRequest = (input, context) => {
|
|
|
6754
6941
|
SortOrder: [],
|
|
6755
6942
|
});
|
|
6756
6943
|
};
|
|
6944
|
+
const se_ListMlflowTrackingServersRequest = (input, context) => {
|
|
6945
|
+
return take(input, {
|
|
6946
|
+
CreatedAfter: (_) => _.getTime() / 1000,
|
|
6947
|
+
CreatedBefore: (_) => _.getTime() / 1000,
|
|
6948
|
+
MaxResults: [],
|
|
6949
|
+
MlflowVersion: [],
|
|
6950
|
+
NextToken: [],
|
|
6951
|
+
SortBy: [],
|
|
6952
|
+
SortOrder: [],
|
|
6953
|
+
TrackingServerStatus: [],
|
|
6954
|
+
});
|
|
6955
|
+
};
|
|
6757
6956
|
const se_ListModelBiasJobDefinitionsRequest = (input, context) => {
|
|
6758
6957
|
return take(input, {
|
|
6759
6958
|
CreationTimeAfter: (_) => _.getTime() / 1000,
|
|
@@ -8257,11 +8456,17 @@ const de_ClarifyTextConfig = (output, context) => {
|
|
|
8257
8456
|
Language: __expectString,
|
|
8258
8457
|
});
|
|
8259
8458
|
};
|
|
8459
|
+
const de_ClusterEbsVolumeConfig = (output, context) => {
|
|
8460
|
+
return take(output, {
|
|
8461
|
+
VolumeSizeInGB: __expectInt32,
|
|
8462
|
+
});
|
|
8463
|
+
};
|
|
8260
8464
|
const de_ClusterInstanceGroupDetails = (output, context) => {
|
|
8261
8465
|
return take(output, {
|
|
8262
8466
|
CurrentCount: __expectInt32,
|
|
8263
8467
|
ExecutionRole: __expectString,
|
|
8264
8468
|
InstanceGroupName: __expectString,
|
|
8469
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
8265
8470
|
InstanceType: __expectString,
|
|
8266
8471
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
8267
8472
|
TargetCount: __expectInt32,
|
|
@@ -8288,6 +8493,22 @@ const de_ClusterInstanceStatusDetails = (output, context) => {
|
|
|
8288
8493
|
Status: __expectString,
|
|
8289
8494
|
});
|
|
8290
8495
|
};
|
|
8496
|
+
const de_ClusterInstanceStorageConfig = (output, context) => {
|
|
8497
|
+
if (output.EbsVolumeConfig != null) {
|
|
8498
|
+
return {
|
|
8499
|
+
EbsVolumeConfig: de_ClusterEbsVolumeConfig(output.EbsVolumeConfig, context),
|
|
8500
|
+
};
|
|
8501
|
+
}
|
|
8502
|
+
return { $unknown: Object.entries(output)[0] };
|
|
8503
|
+
};
|
|
8504
|
+
const de_ClusterInstanceStorageConfigs = (output, context) => {
|
|
8505
|
+
const retVal = (output || [])
|
|
8506
|
+
.filter((e) => e != null)
|
|
8507
|
+
.map((entry) => {
|
|
8508
|
+
return de_ClusterInstanceStorageConfig(__expectUnion(entry), context);
|
|
8509
|
+
});
|
|
8510
|
+
return retVal;
|
|
8511
|
+
};
|
|
8291
8512
|
const de_ClusterLifeCycleConfig = (output, context) => {
|
|
8292
8513
|
return take(output, {
|
|
8293
8514
|
OnCreate: __expectString,
|
|
@@ -8299,6 +8520,7 @@ const de_ClusterNodeDetails = (output, context) => {
|
|
|
8299
8520
|
InstanceGroupName: __expectString,
|
|
8300
8521
|
InstanceId: __expectString,
|
|
8301
8522
|
InstanceStatus: (_) => de_ClusterInstanceStatusDetails(_, context),
|
|
8523
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
8302
8524
|
InstanceType: __expectString,
|
|
8303
8525
|
LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
8304
8526
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
@@ -8678,6 +8900,12 @@ const de_CreateFlowDefinitionResponse = (output, context) => {
|
|
|
8678
8900
|
FlowDefinitionArn: __expectString,
|
|
8679
8901
|
});
|
|
8680
8902
|
};
|
|
8903
|
+
const de_CreateHubContentReferenceResponse = (output, context) => {
|
|
8904
|
+
return take(output, {
|
|
8905
|
+
HubArn: __expectString,
|
|
8906
|
+
HubContentArn: __expectString,
|
|
8907
|
+
});
|
|
8908
|
+
};
|
|
8681
8909
|
const de_CreateHubResponse = (output, context) => {
|
|
8682
8910
|
return take(output, {
|
|
8683
8911
|
HubArn: __expectString,
|
|
@@ -8723,6 +8951,11 @@ const de_CreateLabelingJobResponse = (output, context) => {
|
|
|
8723
8951
|
LabelingJobArn: __expectString,
|
|
8724
8952
|
});
|
|
8725
8953
|
};
|
|
8954
|
+
const de_CreateMlflowTrackingServerResponse = (output, context) => {
|
|
8955
|
+
return take(output, {
|
|
8956
|
+
TrackingServerArn: __expectString,
|
|
8957
|
+
});
|
|
8958
|
+
};
|
|
8726
8959
|
const de_CreateModelBiasJobDefinitionResponse = (output, context) => {
|
|
8727
8960
|
return take(output, {
|
|
8728
8961
|
JobDefinitionArn: __expectString,
|
|
@@ -8788,6 +9021,11 @@ const de_CreatePresignedDomainUrlResponse = (output, context) => {
|
|
|
8788
9021
|
AuthorizedUrl: __expectString,
|
|
8789
9022
|
});
|
|
8790
9023
|
};
|
|
9024
|
+
const de_CreatePresignedMlflowTrackingServerUrlResponse = (output, context) => {
|
|
9025
|
+
return take(output, {
|
|
9026
|
+
AuthorizedUrl: __expectString,
|
|
9027
|
+
});
|
|
9028
|
+
};
|
|
8791
9029
|
const de_CreatePresignedNotebookInstanceUrlOutput = (output, context) => {
|
|
8792
9030
|
return take(output, {
|
|
8793
9031
|
AuthorizedUrl: __expectString,
|
|
@@ -9137,6 +9375,11 @@ const de_DeleteInferenceExperimentResponse = (output, context) => {
|
|
|
9137
9375
|
InferenceExperimentArn: __expectString,
|
|
9138
9376
|
});
|
|
9139
9377
|
};
|
|
9378
|
+
const de_DeleteMlflowTrackingServerResponse = (output, context) => {
|
|
9379
|
+
return take(output, {
|
|
9380
|
+
TrackingServerArn: __expectString,
|
|
9381
|
+
});
|
|
9382
|
+
};
|
|
9140
9383
|
const de_DeletePipelineResponse = (output, context) => {
|
|
9141
9384
|
return take(output, {
|
|
9142
9385
|
PipelineArn: __expectString,
|
|
@@ -9614,6 +9857,9 @@ const de_DescribeHubContentResponse = (output, context) => {
|
|
|
9614
9857
|
HubContentType: __expectString,
|
|
9615
9858
|
HubContentVersion: __expectString,
|
|
9616
9859
|
HubName: __expectString,
|
|
9860
|
+
ReferenceMinVersion: __expectString,
|
|
9861
|
+
SageMakerPublicHubContentArn: __expectString,
|
|
9862
|
+
SupportStatus: __expectString,
|
|
9617
9863
|
});
|
|
9618
9864
|
};
|
|
9619
9865
|
const de_DescribeHubResponse = (output, context) => {
|
|
@@ -9781,6 +10027,25 @@ const de_DescribeLineageGroupResponse = (output, context) => {
|
|
|
9781
10027
|
LineageGroupName: __expectString,
|
|
9782
10028
|
});
|
|
9783
10029
|
};
|
|
10030
|
+
const de_DescribeMlflowTrackingServerResponse = (output, context) => {
|
|
10031
|
+
return take(output, {
|
|
10032
|
+
ArtifactStoreUri: __expectString,
|
|
10033
|
+
AutomaticModelRegistration: __expectBoolean,
|
|
10034
|
+
CreatedBy: (_) => de_UserContext(_, context),
|
|
10035
|
+
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10036
|
+
IsActive: __expectString,
|
|
10037
|
+
LastModifiedBy: (_) => de_UserContext(_, context),
|
|
10038
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10039
|
+
MlflowVersion: __expectString,
|
|
10040
|
+
RoleArn: __expectString,
|
|
10041
|
+
TrackingServerArn: __expectString,
|
|
10042
|
+
TrackingServerName: __expectString,
|
|
10043
|
+
TrackingServerSize: __expectString,
|
|
10044
|
+
TrackingServerStatus: __expectString,
|
|
10045
|
+
TrackingServerUrl: __expectString,
|
|
10046
|
+
WeeklyMaintenanceWindowStart: __expectString,
|
|
10047
|
+
});
|
|
10048
|
+
};
|
|
9784
10049
|
const de_DescribeModelBiasJobDefinitionResponse = (output, context) => {
|
|
9785
10050
|
return take(output, {
|
|
9786
10051
|
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -11075,6 +11340,9 @@ const de_HubContentInfo = (output, context) => {
|
|
|
11075
11340
|
HubContentStatus: __expectString,
|
|
11076
11341
|
HubContentType: __expectString,
|
|
11077
11342
|
HubContentVersion: __expectString,
|
|
11343
|
+
OriginalCreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11344
|
+
SageMakerPublicHubContentArn: __expectString,
|
|
11345
|
+
SupportStatus: __expectString,
|
|
11078
11346
|
});
|
|
11079
11347
|
};
|
|
11080
11348
|
const de_HubContentInfoList = (output, context) => {
|
|
@@ -11586,6 +11854,11 @@ const de_InferenceExperimentSummary = (output, context) => {
|
|
|
11586
11854
|
Type: __expectString,
|
|
11587
11855
|
});
|
|
11588
11856
|
};
|
|
11857
|
+
const de_InferenceHubAccessConfig = (output, context) => {
|
|
11858
|
+
return take(output, {
|
|
11859
|
+
HubContentArn: __expectString,
|
|
11860
|
+
});
|
|
11861
|
+
};
|
|
11589
11862
|
const de_InferenceMetrics = (output, context) => {
|
|
11590
11863
|
return take(output, {
|
|
11591
11864
|
MaxInvocations: __expectInt32,
|
|
@@ -12197,6 +12470,12 @@ const de_ListLineageGroupsResponse = (output, context) => {
|
|
|
12197
12470
|
NextToken: __expectString,
|
|
12198
12471
|
});
|
|
12199
12472
|
};
|
|
12473
|
+
const de_ListMlflowTrackingServersResponse = (output, context) => {
|
|
12474
|
+
return take(output, {
|
|
12475
|
+
NextToken: __expectString,
|
|
12476
|
+
TrackingServerSummaries: (_) => de_TrackingServerSummaryList(_, context),
|
|
12477
|
+
});
|
|
12478
|
+
};
|
|
12200
12479
|
const de_ListModelBiasJobDefinitionsResponse = (output, context) => {
|
|
12201
12480
|
return take(output, {
|
|
12202
12481
|
JobDefinitionSummaries: (_) => de_MonitoringJobDefinitionSummaryList(_, context),
|
|
@@ -14454,6 +14733,7 @@ const de_S3DataSource = (output, context) => {
|
|
|
14454
14733
|
const de_S3ModelDataSource = (output, context) => {
|
|
14455
14734
|
return take(output, {
|
|
14456
14735
|
CompressionType: __expectString,
|
|
14736
|
+
HubAccessConfig: (_) => de_InferenceHubAccessConfig(_, context),
|
|
14457
14737
|
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
14458
14738
|
S3DataType: __expectString,
|
|
14459
14739
|
S3Uri: __expectString,
|
|
@@ -14752,6 +15032,11 @@ const de_StartInferenceExperimentResponse = (output, context) => {
|
|
|
14752
15032
|
InferenceExperimentArn: __expectString,
|
|
14753
15033
|
});
|
|
14754
15034
|
};
|
|
15035
|
+
const de_StartMlflowTrackingServerResponse = (output, context) => {
|
|
15036
|
+
return take(output, {
|
|
15037
|
+
TrackingServerArn: __expectString,
|
|
15038
|
+
});
|
|
15039
|
+
};
|
|
14755
15040
|
const de_StartPipelineExecutionResponse = (output, context) => {
|
|
14756
15041
|
return take(output, {
|
|
14757
15042
|
PipelineExecutionArn: __expectString,
|
|
@@ -14762,6 +15047,11 @@ const de_StopInferenceExperimentResponse = (output, context) => {
|
|
|
14762
15047
|
InferenceExperimentArn: __expectString,
|
|
14763
15048
|
});
|
|
14764
15049
|
};
|
|
15050
|
+
const de_StopMlflowTrackingServerResponse = (output, context) => {
|
|
15051
|
+
return take(output, {
|
|
15052
|
+
TrackingServerArn: __expectString,
|
|
15053
|
+
});
|
|
15054
|
+
};
|
|
14765
15055
|
const de_StoppingCondition = (output, context) => {
|
|
14766
15056
|
return take(output, {
|
|
14767
15057
|
MaxPendingTimeInSeconds: __expectInt32,
|
|
@@ -14948,6 +15238,25 @@ const de_TimeSeriesTransformations = (output, context) => {
|
|
|
14948
15238
|
Filling: (_) => de_FillingTransformations(_, context),
|
|
14949
15239
|
});
|
|
14950
15240
|
};
|
|
15241
|
+
const de_TrackingServerSummary = (output, context) => {
|
|
15242
|
+
return take(output, {
|
|
15243
|
+
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
15244
|
+
IsActive: __expectString,
|
|
15245
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
15246
|
+
MlflowVersion: __expectString,
|
|
15247
|
+
TrackingServerArn: __expectString,
|
|
15248
|
+
TrackingServerName: __expectString,
|
|
15249
|
+
TrackingServerStatus: __expectString,
|
|
15250
|
+
});
|
|
15251
|
+
};
|
|
15252
|
+
const de_TrackingServerSummaryList = (output, context) => {
|
|
15253
|
+
const retVal = (output || [])
|
|
15254
|
+
.filter((e) => e != null)
|
|
15255
|
+
.map((entry) => {
|
|
15256
|
+
return de_TrackingServerSummary(entry, context);
|
|
15257
|
+
});
|
|
15258
|
+
return retVal;
|
|
15259
|
+
};
|
|
14951
15260
|
const de_TrafficPattern = (output, context) => {
|
|
14952
15261
|
return take(output, {
|
|
14953
15262
|
Phases: (_) => de_Phases(_, context),
|
|
@@ -15524,6 +15833,11 @@ const de_UpdateInferenceExperimentResponse = (output, context) => {
|
|
|
15524
15833
|
InferenceExperimentArn: __expectString,
|
|
15525
15834
|
});
|
|
15526
15835
|
};
|
|
15836
|
+
const de_UpdateMlflowTrackingServerResponse = (output, context) => {
|
|
15837
|
+
return take(output, {
|
|
15838
|
+
TrackingServerArn: __expectString,
|
|
15839
|
+
});
|
|
15840
|
+
};
|
|
15527
15841
|
const de_UpdateModelCardResponse = (output, context) => {
|
|
15528
15842
|
return take(output, {
|
|
15529
15843
|
ModelCardArn: __expectString,
|