@aws-sdk/client-sagemaker 3.598.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 +4 -4
|
@@ -215,6 +215,12 @@ export const se_CreateLabelingJobCommand = async (input, context) => {
|
|
|
215
215
|
body = JSON.stringify(_json(input));
|
|
216
216
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
217
217
|
};
|
|
218
|
+
export const se_CreateMlflowTrackingServerCommand = async (input, context) => {
|
|
219
|
+
const headers = sharedHeaders("CreateMlflowTrackingServer");
|
|
220
|
+
let body;
|
|
221
|
+
body = JSON.stringify(_json(input));
|
|
222
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
223
|
+
};
|
|
218
224
|
export const se_CreateModelCommand = async (input, context) => {
|
|
219
225
|
const headers = sharedHeaders("CreateModel");
|
|
220
226
|
let body;
|
|
@@ -293,6 +299,12 @@ export const se_CreatePresignedDomainUrlCommand = async (input, context) => {
|
|
|
293
299
|
body = JSON.stringify(_json(input));
|
|
294
300
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
295
301
|
};
|
|
302
|
+
export const se_CreatePresignedMlflowTrackingServerUrlCommand = async (input, context) => {
|
|
303
|
+
const headers = sharedHeaders("CreatePresignedMlflowTrackingServerUrl");
|
|
304
|
+
let body;
|
|
305
|
+
body = JSON.stringify(_json(input));
|
|
306
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
307
|
+
};
|
|
296
308
|
export const se_CreatePresignedNotebookInstanceUrlCommand = async (input, context) => {
|
|
297
309
|
const headers = sharedHeaders("CreatePresignedNotebookInstanceUrl");
|
|
298
310
|
let body;
|
|
@@ -533,6 +545,12 @@ export const se_DeleteInferenceExperimentCommand = async (input, context) => {
|
|
|
533
545
|
body = JSON.stringify(_json(input));
|
|
534
546
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
535
547
|
};
|
|
548
|
+
export const se_DeleteMlflowTrackingServerCommand = async (input, context) => {
|
|
549
|
+
const headers = sharedHeaders("DeleteMlflowTrackingServer");
|
|
550
|
+
let body;
|
|
551
|
+
body = JSON.stringify(_json(input));
|
|
552
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
553
|
+
};
|
|
536
554
|
export const se_DeleteModelCommand = async (input, context) => {
|
|
537
555
|
const headers = sharedHeaders("DeleteModel");
|
|
538
556
|
let body;
|
|
@@ -875,6 +893,12 @@ export const se_DescribeLineageGroupCommand = async (input, context) => {
|
|
|
875
893
|
body = JSON.stringify(_json(input));
|
|
876
894
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
877
895
|
};
|
|
896
|
+
export const se_DescribeMlflowTrackingServerCommand = async (input, context) => {
|
|
897
|
+
const headers = sharedHeaders("DescribeMlflowTrackingServer");
|
|
898
|
+
let body;
|
|
899
|
+
body = JSON.stringify(_json(input));
|
|
900
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
901
|
+
};
|
|
878
902
|
export const se_DescribeModelCommand = async (input, context) => {
|
|
879
903
|
const headers = sharedHeaders("DescribeModel");
|
|
880
904
|
let body;
|
|
@@ -1325,6 +1349,12 @@ export const se_ListLineageGroupsCommand = async (input, context) => {
|
|
|
1325
1349
|
body = JSON.stringify(se_ListLineageGroupsRequest(input, context));
|
|
1326
1350
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1327
1351
|
};
|
|
1352
|
+
export const se_ListMlflowTrackingServersCommand = async (input, context) => {
|
|
1353
|
+
const headers = sharedHeaders("ListMlflowTrackingServers");
|
|
1354
|
+
let body;
|
|
1355
|
+
body = JSON.stringify(se_ListMlflowTrackingServersRequest(input, context));
|
|
1356
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1357
|
+
};
|
|
1328
1358
|
export const se_ListModelBiasJobDefinitionsCommand = async (input, context) => {
|
|
1329
1359
|
const headers = sharedHeaders("ListModelBiasJobDefinitions");
|
|
1330
1360
|
let body;
|
|
@@ -1601,6 +1631,12 @@ export const se_StartInferenceExperimentCommand = async (input, context) => {
|
|
|
1601
1631
|
body = JSON.stringify(_json(input));
|
|
1602
1632
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1603
1633
|
};
|
|
1634
|
+
export const se_StartMlflowTrackingServerCommand = async (input, context) => {
|
|
1635
|
+
const headers = sharedHeaders("StartMlflowTrackingServer");
|
|
1636
|
+
let body;
|
|
1637
|
+
body = JSON.stringify(_json(input));
|
|
1638
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1639
|
+
};
|
|
1604
1640
|
export const se_StartMonitoringScheduleCommand = async (input, context) => {
|
|
1605
1641
|
const headers = sharedHeaders("StartMonitoringSchedule");
|
|
1606
1642
|
let body;
|
|
@@ -1667,6 +1703,12 @@ export const se_StopLabelingJobCommand = async (input, context) => {
|
|
|
1667
1703
|
body = JSON.stringify(_json(input));
|
|
1668
1704
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1669
1705
|
};
|
|
1706
|
+
export const se_StopMlflowTrackingServerCommand = async (input, context) => {
|
|
1707
|
+
const headers = sharedHeaders("StopMlflowTrackingServer");
|
|
1708
|
+
let body;
|
|
1709
|
+
body = JSON.stringify(_json(input));
|
|
1710
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1711
|
+
};
|
|
1670
1712
|
export const se_StopMonitoringScheduleCommand = async (input, context) => {
|
|
1671
1713
|
const headers = sharedHeaders("StopMonitoringSchedule");
|
|
1672
1714
|
let body;
|
|
@@ -1829,6 +1871,12 @@ export const se_UpdateInferenceExperimentCommand = async (input, context) => {
|
|
|
1829
1871
|
body = JSON.stringify(se_UpdateInferenceExperimentRequest(input, context));
|
|
1830
1872
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1831
1873
|
};
|
|
1874
|
+
export const se_UpdateMlflowTrackingServerCommand = async (input, context) => {
|
|
1875
|
+
const headers = sharedHeaders("UpdateMlflowTrackingServer");
|
|
1876
|
+
let body;
|
|
1877
|
+
body = JSON.stringify(_json(input));
|
|
1878
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1879
|
+
};
|
|
1832
1880
|
export const se_UpdateModelCardCommand = async (input, context) => {
|
|
1833
1881
|
const headers = sharedHeaders("UpdateModelCard");
|
|
1834
1882
|
let body;
|
|
@@ -2371,6 +2419,19 @@ export const de_CreateLabelingJobCommand = async (output, context) => {
|
|
|
2371
2419
|
};
|
|
2372
2420
|
return response;
|
|
2373
2421
|
};
|
|
2422
|
+
export const de_CreateMlflowTrackingServerCommand = async (output, context) => {
|
|
2423
|
+
if (output.statusCode >= 300) {
|
|
2424
|
+
return de_CommandError(output, context);
|
|
2425
|
+
}
|
|
2426
|
+
const data = await parseBody(output.body, context);
|
|
2427
|
+
let contents = {};
|
|
2428
|
+
contents = de_CreateMlflowTrackingServerResponse(data, context);
|
|
2429
|
+
const response = {
|
|
2430
|
+
$metadata: deserializeMetadata(output),
|
|
2431
|
+
...contents,
|
|
2432
|
+
};
|
|
2433
|
+
return response;
|
|
2434
|
+
};
|
|
2374
2435
|
export const de_CreateModelCommand = async (output, context) => {
|
|
2375
2436
|
if (output.statusCode >= 300) {
|
|
2376
2437
|
return de_CommandError(output, context);
|
|
@@ -2540,6 +2601,19 @@ export const de_CreatePresignedDomainUrlCommand = async (output, context) => {
|
|
|
2540
2601
|
};
|
|
2541
2602
|
return response;
|
|
2542
2603
|
};
|
|
2604
|
+
export const de_CreatePresignedMlflowTrackingServerUrlCommand = async (output, context) => {
|
|
2605
|
+
if (output.statusCode >= 300) {
|
|
2606
|
+
return de_CommandError(output, context);
|
|
2607
|
+
}
|
|
2608
|
+
const data = await parseBody(output.body, context);
|
|
2609
|
+
let contents = {};
|
|
2610
|
+
contents = de_CreatePresignedMlflowTrackingServerUrlResponse(data, context);
|
|
2611
|
+
const response = {
|
|
2612
|
+
$metadata: deserializeMetadata(output),
|
|
2613
|
+
...contents,
|
|
2614
|
+
};
|
|
2615
|
+
return response;
|
|
2616
|
+
};
|
|
2543
2617
|
export const de_CreatePresignedNotebookInstanceUrlCommand = async (output, context) => {
|
|
2544
2618
|
if (output.statusCode >= 300) {
|
|
2545
2619
|
return de_CommandError(output, context);
|
|
@@ -3009,6 +3083,19 @@ export const de_DeleteInferenceExperimentCommand = async (output, context) => {
|
|
|
3009
3083
|
};
|
|
3010
3084
|
return response;
|
|
3011
3085
|
};
|
|
3086
|
+
export const de_DeleteMlflowTrackingServerCommand = async (output, context) => {
|
|
3087
|
+
if (output.statusCode >= 300) {
|
|
3088
|
+
return de_CommandError(output, context);
|
|
3089
|
+
}
|
|
3090
|
+
const data = await parseBody(output.body, context);
|
|
3091
|
+
let contents = {};
|
|
3092
|
+
contents = de_DeleteMlflowTrackingServerResponse(data, context);
|
|
3093
|
+
const response = {
|
|
3094
|
+
$metadata: deserializeMetadata(output),
|
|
3095
|
+
...contents,
|
|
3096
|
+
};
|
|
3097
|
+
return response;
|
|
3098
|
+
};
|
|
3012
3099
|
export const de_DeleteModelCommand = async (output, context) => {
|
|
3013
3100
|
if (output.statusCode >= 300) {
|
|
3014
3101
|
return de_CommandError(output, context);
|
|
@@ -3702,6 +3789,19 @@ export const de_DescribeLineageGroupCommand = async (output, context) => {
|
|
|
3702
3789
|
};
|
|
3703
3790
|
return response;
|
|
3704
3791
|
};
|
|
3792
|
+
export const de_DescribeMlflowTrackingServerCommand = async (output, context) => {
|
|
3793
|
+
if (output.statusCode >= 300) {
|
|
3794
|
+
return de_CommandError(output, context);
|
|
3795
|
+
}
|
|
3796
|
+
const data = await parseBody(output.body, context);
|
|
3797
|
+
let contents = {};
|
|
3798
|
+
contents = de_DescribeMlflowTrackingServerResponse(data, context);
|
|
3799
|
+
const response = {
|
|
3800
|
+
$metadata: deserializeMetadata(output),
|
|
3801
|
+
...contents,
|
|
3802
|
+
};
|
|
3803
|
+
return response;
|
|
3804
|
+
};
|
|
3705
3805
|
export const de_DescribeModelCommand = async (output, context) => {
|
|
3706
3806
|
if (output.statusCode >= 300) {
|
|
3707
3807
|
return de_CommandError(output, context);
|
|
@@ -4677,6 +4777,19 @@ export const de_ListLineageGroupsCommand = async (output, context) => {
|
|
|
4677
4777
|
};
|
|
4678
4778
|
return response;
|
|
4679
4779
|
};
|
|
4780
|
+
export const de_ListMlflowTrackingServersCommand = async (output, context) => {
|
|
4781
|
+
if (output.statusCode >= 300) {
|
|
4782
|
+
return de_CommandError(output, context);
|
|
4783
|
+
}
|
|
4784
|
+
const data = await parseBody(output.body, context);
|
|
4785
|
+
let contents = {};
|
|
4786
|
+
contents = de_ListMlflowTrackingServersResponse(data, context);
|
|
4787
|
+
const response = {
|
|
4788
|
+
$metadata: deserializeMetadata(output),
|
|
4789
|
+
...contents,
|
|
4790
|
+
};
|
|
4791
|
+
return response;
|
|
4792
|
+
};
|
|
4680
4793
|
export const de_ListModelBiasJobDefinitionsCommand = async (output, context) => {
|
|
4681
4794
|
if (output.statusCode >= 300) {
|
|
4682
4795
|
return de_CommandError(output, context);
|
|
@@ -5269,6 +5382,19 @@ export const de_StartInferenceExperimentCommand = async (output, context) => {
|
|
|
5269
5382
|
};
|
|
5270
5383
|
return response;
|
|
5271
5384
|
};
|
|
5385
|
+
export const de_StartMlflowTrackingServerCommand = async (output, context) => {
|
|
5386
|
+
if (output.statusCode >= 300) {
|
|
5387
|
+
return de_CommandError(output, context);
|
|
5388
|
+
}
|
|
5389
|
+
const data = await parseBody(output.body, context);
|
|
5390
|
+
let contents = {};
|
|
5391
|
+
contents = de_StartMlflowTrackingServerResponse(data, context);
|
|
5392
|
+
const response = {
|
|
5393
|
+
$metadata: deserializeMetadata(output),
|
|
5394
|
+
...contents,
|
|
5395
|
+
};
|
|
5396
|
+
return response;
|
|
5397
|
+
};
|
|
5272
5398
|
export const de_StartMonitoringScheduleCommand = async (output, context) => {
|
|
5273
5399
|
if (output.statusCode >= 300) {
|
|
5274
5400
|
return de_CommandError(output, context);
|
|
@@ -5385,6 +5511,19 @@ export const de_StopLabelingJobCommand = async (output, context) => {
|
|
|
5385
5511
|
};
|
|
5386
5512
|
return response;
|
|
5387
5513
|
};
|
|
5514
|
+
export const de_StopMlflowTrackingServerCommand = async (output, context) => {
|
|
5515
|
+
if (output.statusCode >= 300) {
|
|
5516
|
+
return de_CommandError(output, context);
|
|
5517
|
+
}
|
|
5518
|
+
const data = await parseBody(output.body, context);
|
|
5519
|
+
let contents = {};
|
|
5520
|
+
contents = de_StopMlflowTrackingServerResponse(data, context);
|
|
5521
|
+
const response = {
|
|
5522
|
+
$metadata: deserializeMetadata(output),
|
|
5523
|
+
...contents,
|
|
5524
|
+
};
|
|
5525
|
+
return response;
|
|
5526
|
+
};
|
|
5388
5527
|
export const de_StopMonitoringScheduleCommand = async (output, context) => {
|
|
5389
5528
|
if (output.statusCode >= 300) {
|
|
5390
5529
|
return de_CommandError(output, context);
|
|
@@ -5712,6 +5851,19 @@ export const de_UpdateInferenceExperimentCommand = async (output, context) => {
|
|
|
5712
5851
|
};
|
|
5713
5852
|
return response;
|
|
5714
5853
|
};
|
|
5854
|
+
export const de_UpdateMlflowTrackingServerCommand = async (output, context) => {
|
|
5855
|
+
if (output.statusCode >= 300) {
|
|
5856
|
+
return de_CommandError(output, context);
|
|
5857
|
+
}
|
|
5858
|
+
const data = await parseBody(output.body, context);
|
|
5859
|
+
let contents = {};
|
|
5860
|
+
contents = de_UpdateMlflowTrackingServerResponse(data, context);
|
|
5861
|
+
const response = {
|
|
5862
|
+
$metadata: deserializeMetadata(output),
|
|
5863
|
+
...contents,
|
|
5864
|
+
};
|
|
5865
|
+
return response;
|
|
5866
|
+
};
|
|
5715
5867
|
export const de_UpdateModelCardCommand = async (output, context) => {
|
|
5716
5868
|
if (output.statusCode >= 300) {
|
|
5717
5869
|
return de_CommandError(output, context);
|
|
@@ -6754,6 +6906,18 @@ const se_ListLineageGroupsRequest = (input, context) => {
|
|
|
6754
6906
|
SortOrder: [],
|
|
6755
6907
|
});
|
|
6756
6908
|
};
|
|
6909
|
+
const se_ListMlflowTrackingServersRequest = (input, context) => {
|
|
6910
|
+
return take(input, {
|
|
6911
|
+
CreatedAfter: (_) => _.getTime() / 1000,
|
|
6912
|
+
CreatedBefore: (_) => _.getTime() / 1000,
|
|
6913
|
+
MaxResults: [],
|
|
6914
|
+
MlflowVersion: [],
|
|
6915
|
+
NextToken: [],
|
|
6916
|
+
SortBy: [],
|
|
6917
|
+
SortOrder: [],
|
|
6918
|
+
TrackingServerStatus: [],
|
|
6919
|
+
});
|
|
6920
|
+
};
|
|
6757
6921
|
const se_ListModelBiasJobDefinitionsRequest = (input, context) => {
|
|
6758
6922
|
return take(input, {
|
|
6759
6923
|
CreationTimeAfter: (_) => _.getTime() / 1000,
|
|
@@ -8257,11 +8421,17 @@ const de_ClarifyTextConfig = (output, context) => {
|
|
|
8257
8421
|
Language: __expectString,
|
|
8258
8422
|
});
|
|
8259
8423
|
};
|
|
8424
|
+
const de_ClusterEbsVolumeConfig = (output, context) => {
|
|
8425
|
+
return take(output, {
|
|
8426
|
+
VolumeSizeInGB: __expectInt32,
|
|
8427
|
+
});
|
|
8428
|
+
};
|
|
8260
8429
|
const de_ClusterInstanceGroupDetails = (output, context) => {
|
|
8261
8430
|
return take(output, {
|
|
8262
8431
|
CurrentCount: __expectInt32,
|
|
8263
8432
|
ExecutionRole: __expectString,
|
|
8264
8433
|
InstanceGroupName: __expectString,
|
|
8434
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
8265
8435
|
InstanceType: __expectString,
|
|
8266
8436
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
8267
8437
|
TargetCount: __expectInt32,
|
|
@@ -8288,6 +8458,22 @@ const de_ClusterInstanceStatusDetails = (output, context) => {
|
|
|
8288
8458
|
Status: __expectString,
|
|
8289
8459
|
});
|
|
8290
8460
|
};
|
|
8461
|
+
const de_ClusterInstanceStorageConfig = (output, context) => {
|
|
8462
|
+
if (output.EbsVolumeConfig != null) {
|
|
8463
|
+
return {
|
|
8464
|
+
EbsVolumeConfig: de_ClusterEbsVolumeConfig(output.EbsVolumeConfig, context),
|
|
8465
|
+
};
|
|
8466
|
+
}
|
|
8467
|
+
return { $unknown: Object.entries(output)[0] };
|
|
8468
|
+
};
|
|
8469
|
+
const de_ClusterInstanceStorageConfigs = (output, context) => {
|
|
8470
|
+
const retVal = (output || [])
|
|
8471
|
+
.filter((e) => e != null)
|
|
8472
|
+
.map((entry) => {
|
|
8473
|
+
return de_ClusterInstanceStorageConfig(__expectUnion(entry), context);
|
|
8474
|
+
});
|
|
8475
|
+
return retVal;
|
|
8476
|
+
};
|
|
8291
8477
|
const de_ClusterLifeCycleConfig = (output, context) => {
|
|
8292
8478
|
return take(output, {
|
|
8293
8479
|
OnCreate: __expectString,
|
|
@@ -8299,6 +8485,7 @@ const de_ClusterNodeDetails = (output, context) => {
|
|
|
8299
8485
|
InstanceGroupName: __expectString,
|
|
8300
8486
|
InstanceId: __expectString,
|
|
8301
8487
|
InstanceStatus: (_) => de_ClusterInstanceStatusDetails(_, context),
|
|
8488
|
+
InstanceStorageConfigs: (_) => de_ClusterInstanceStorageConfigs(_, context),
|
|
8302
8489
|
InstanceType: __expectString,
|
|
8303
8490
|
LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
8304
8491
|
LifeCycleConfig: (_) => de_ClusterLifeCycleConfig(_, context),
|
|
@@ -8723,6 +8910,11 @@ const de_CreateLabelingJobResponse = (output, context) => {
|
|
|
8723
8910
|
LabelingJobArn: __expectString,
|
|
8724
8911
|
});
|
|
8725
8912
|
};
|
|
8913
|
+
const de_CreateMlflowTrackingServerResponse = (output, context) => {
|
|
8914
|
+
return take(output, {
|
|
8915
|
+
TrackingServerArn: __expectString,
|
|
8916
|
+
});
|
|
8917
|
+
};
|
|
8726
8918
|
const de_CreateModelBiasJobDefinitionResponse = (output, context) => {
|
|
8727
8919
|
return take(output, {
|
|
8728
8920
|
JobDefinitionArn: __expectString,
|
|
@@ -8788,6 +8980,11 @@ const de_CreatePresignedDomainUrlResponse = (output, context) => {
|
|
|
8788
8980
|
AuthorizedUrl: __expectString,
|
|
8789
8981
|
});
|
|
8790
8982
|
};
|
|
8983
|
+
const de_CreatePresignedMlflowTrackingServerUrlResponse = (output, context) => {
|
|
8984
|
+
return take(output, {
|
|
8985
|
+
AuthorizedUrl: __expectString,
|
|
8986
|
+
});
|
|
8987
|
+
};
|
|
8791
8988
|
const de_CreatePresignedNotebookInstanceUrlOutput = (output, context) => {
|
|
8792
8989
|
return take(output, {
|
|
8793
8990
|
AuthorizedUrl: __expectString,
|
|
@@ -9137,6 +9334,11 @@ const de_DeleteInferenceExperimentResponse = (output, context) => {
|
|
|
9137
9334
|
InferenceExperimentArn: __expectString,
|
|
9138
9335
|
});
|
|
9139
9336
|
};
|
|
9337
|
+
const de_DeleteMlflowTrackingServerResponse = (output, context) => {
|
|
9338
|
+
return take(output, {
|
|
9339
|
+
TrackingServerArn: __expectString,
|
|
9340
|
+
});
|
|
9341
|
+
};
|
|
9140
9342
|
const de_DeletePipelineResponse = (output, context) => {
|
|
9141
9343
|
return take(output, {
|
|
9142
9344
|
PipelineArn: __expectString,
|
|
@@ -9781,6 +9983,25 @@ const de_DescribeLineageGroupResponse = (output, context) => {
|
|
|
9781
9983
|
LineageGroupName: __expectString,
|
|
9782
9984
|
});
|
|
9783
9985
|
};
|
|
9986
|
+
const de_DescribeMlflowTrackingServerResponse = (output, context) => {
|
|
9987
|
+
return take(output, {
|
|
9988
|
+
ArtifactStoreUri: __expectString,
|
|
9989
|
+
AutomaticModelRegistration: __expectBoolean,
|
|
9990
|
+
CreatedBy: (_) => de_UserContext(_, context),
|
|
9991
|
+
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9992
|
+
IsActive: __expectString,
|
|
9993
|
+
LastModifiedBy: (_) => de_UserContext(_, context),
|
|
9994
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9995
|
+
MlflowVersion: __expectString,
|
|
9996
|
+
RoleArn: __expectString,
|
|
9997
|
+
TrackingServerArn: __expectString,
|
|
9998
|
+
TrackingServerName: __expectString,
|
|
9999
|
+
TrackingServerSize: __expectString,
|
|
10000
|
+
TrackingServerStatus: __expectString,
|
|
10001
|
+
TrackingServerUrl: __expectString,
|
|
10002
|
+
WeeklyMaintenanceWindowStart: __expectString,
|
|
10003
|
+
});
|
|
10004
|
+
};
|
|
9784
10005
|
const de_DescribeModelBiasJobDefinitionResponse = (output, context) => {
|
|
9785
10006
|
return take(output, {
|
|
9786
10007
|
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -12197,6 +12418,12 @@ const de_ListLineageGroupsResponse = (output, context) => {
|
|
|
12197
12418
|
NextToken: __expectString,
|
|
12198
12419
|
});
|
|
12199
12420
|
};
|
|
12421
|
+
const de_ListMlflowTrackingServersResponse = (output, context) => {
|
|
12422
|
+
return take(output, {
|
|
12423
|
+
NextToken: __expectString,
|
|
12424
|
+
TrackingServerSummaries: (_) => de_TrackingServerSummaryList(_, context),
|
|
12425
|
+
});
|
|
12426
|
+
};
|
|
12200
12427
|
const de_ListModelBiasJobDefinitionsResponse = (output, context) => {
|
|
12201
12428
|
return take(output, {
|
|
12202
12429
|
JobDefinitionSummaries: (_) => de_MonitoringJobDefinitionSummaryList(_, context),
|
|
@@ -14752,6 +14979,11 @@ const de_StartInferenceExperimentResponse = (output, context) => {
|
|
|
14752
14979
|
InferenceExperimentArn: __expectString,
|
|
14753
14980
|
});
|
|
14754
14981
|
};
|
|
14982
|
+
const de_StartMlflowTrackingServerResponse = (output, context) => {
|
|
14983
|
+
return take(output, {
|
|
14984
|
+
TrackingServerArn: __expectString,
|
|
14985
|
+
});
|
|
14986
|
+
};
|
|
14755
14987
|
const de_StartPipelineExecutionResponse = (output, context) => {
|
|
14756
14988
|
return take(output, {
|
|
14757
14989
|
PipelineExecutionArn: __expectString,
|
|
@@ -14762,6 +14994,11 @@ const de_StopInferenceExperimentResponse = (output, context) => {
|
|
|
14762
14994
|
InferenceExperimentArn: __expectString,
|
|
14763
14995
|
});
|
|
14764
14996
|
};
|
|
14997
|
+
const de_StopMlflowTrackingServerResponse = (output, context) => {
|
|
14998
|
+
return take(output, {
|
|
14999
|
+
TrackingServerArn: __expectString,
|
|
15000
|
+
});
|
|
15001
|
+
};
|
|
14765
15002
|
const de_StoppingCondition = (output, context) => {
|
|
14766
15003
|
return take(output, {
|
|
14767
15004
|
MaxPendingTimeInSeconds: __expectInt32,
|
|
@@ -14948,6 +15185,25 @@ const de_TimeSeriesTransformations = (output, context) => {
|
|
|
14948
15185
|
Filling: (_) => de_FillingTransformations(_, context),
|
|
14949
15186
|
});
|
|
14950
15187
|
};
|
|
15188
|
+
const de_TrackingServerSummary = (output, context) => {
|
|
15189
|
+
return take(output, {
|
|
15190
|
+
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
15191
|
+
IsActive: __expectString,
|
|
15192
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
15193
|
+
MlflowVersion: __expectString,
|
|
15194
|
+
TrackingServerArn: __expectString,
|
|
15195
|
+
TrackingServerName: __expectString,
|
|
15196
|
+
TrackingServerStatus: __expectString,
|
|
15197
|
+
});
|
|
15198
|
+
};
|
|
15199
|
+
const de_TrackingServerSummaryList = (output, context) => {
|
|
15200
|
+
const retVal = (output || [])
|
|
15201
|
+
.filter((e) => e != null)
|
|
15202
|
+
.map((entry) => {
|
|
15203
|
+
return de_TrackingServerSummary(entry, context);
|
|
15204
|
+
});
|
|
15205
|
+
return retVal;
|
|
15206
|
+
};
|
|
14951
15207
|
const de_TrafficPattern = (output, context) => {
|
|
14952
15208
|
return take(output, {
|
|
14953
15209
|
Phases: (_) => de_Phases(_, context),
|
|
@@ -15524,6 +15780,11 @@ const de_UpdateInferenceExperimentResponse = (output, context) => {
|
|
|
15524
15780
|
InferenceExperimentArn: __expectString,
|
|
15525
15781
|
});
|
|
15526
15782
|
};
|
|
15783
|
+
const de_UpdateMlflowTrackingServerResponse = (output, context) => {
|
|
15784
|
+
return take(output, {
|
|
15785
|
+
TrackingServerArn: __expectString,
|
|
15786
|
+
});
|
|
15787
|
+
};
|
|
15527
15788
|
const de_UpdateModelCardResponse = (output, context) => {
|
|
15528
15789
|
return take(output, {
|
|
15529
15790
|
ModelCardArn: __expectString,
|
|
@@ -34,6 +34,7 @@ import { CreateInferenceComponentCommandInput, CreateInferenceComponentCommandOu
|
|
|
34
34
|
import { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "./commands/CreateInferenceExperimentCommand";
|
|
35
35
|
import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "./commands/CreateInferenceRecommendationsJobCommand";
|
|
36
36
|
import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "./commands/CreateLabelingJobCommand";
|
|
37
|
+
import { CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput } from "./commands/CreateMlflowTrackingServerCommand";
|
|
37
38
|
import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "./commands/CreateModelBiasJobDefinitionCommand";
|
|
38
39
|
import { CreateModelCardCommandInput, CreateModelCardCommandOutput } from "./commands/CreateModelCardCommand";
|
|
39
40
|
import { CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput } from "./commands/CreateModelCardExportJobCommand";
|
|
@@ -47,6 +48,7 @@ import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput
|
|
|
47
48
|
import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
48
49
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
|
|
49
50
|
import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "./commands/CreatePresignedDomainUrlCommand";
|
|
51
|
+
import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
50
52
|
import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
|
|
51
53
|
import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "./commands/CreateProcessingJobCommand";
|
|
52
54
|
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
@@ -87,6 +89,7 @@ import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/De
|
|
|
87
89
|
import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "./commands/DeleteImageVersionCommand";
|
|
88
90
|
import { DeleteInferenceComponentCommandInput, DeleteInferenceComponentCommandOutput } from "./commands/DeleteInferenceComponentCommand";
|
|
89
91
|
import { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "./commands/DeleteInferenceExperimentCommand";
|
|
92
|
+
import { DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput } from "./commands/DeleteMlflowTrackingServerCommand";
|
|
90
93
|
import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "./commands/DeleteModelBiasJobDefinitionCommand";
|
|
91
94
|
import { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "./commands/DeleteModelCardCommand";
|
|
92
95
|
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
@@ -144,6 +147,7 @@ import { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCom
|
|
|
144
147
|
import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "./commands/DescribeInferenceRecommendationsJobCommand";
|
|
145
148
|
import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "./commands/DescribeLabelingJobCommand";
|
|
146
149
|
import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "./commands/DescribeLineageGroupCommand";
|
|
150
|
+
import { DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput } from "./commands/DescribeMlflowTrackingServerCommand";
|
|
147
151
|
import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "./commands/DescribeModelBiasJobDefinitionCommand";
|
|
148
152
|
import { DescribeModelCardCommandInput, DescribeModelCardCommandOutput } from "./commands/DescribeModelCardCommand";
|
|
149
153
|
import { DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput } from "./commands/DescribeModelCardExportJobCommand";
|
|
@@ -219,6 +223,7 @@ import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommen
|
|
|
219
223
|
import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "./commands/ListLabelingJobsCommand";
|
|
220
224
|
import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "./commands/ListLabelingJobsForWorkteamCommand";
|
|
221
225
|
import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "./commands/ListLineageGroupsCommand";
|
|
226
|
+
import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "./commands/ListMlflowTrackingServersCommand";
|
|
222
227
|
import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "./commands/ListModelBiasJobDefinitionsCommand";
|
|
223
228
|
import { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "./commands/ListModelCardExportJobsCommand";
|
|
224
229
|
import { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "./commands/ListModelCardsCommand";
|
|
@@ -265,6 +270,7 @@ import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStep
|
|
|
265
270
|
import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "./commands/SendPipelineExecutionStepSuccessCommand";
|
|
266
271
|
import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "./commands/StartEdgeDeploymentStageCommand";
|
|
267
272
|
import { StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput } from "./commands/StartInferenceExperimentCommand";
|
|
273
|
+
import { StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput } from "./commands/StartMlflowTrackingServerCommand";
|
|
268
274
|
import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "./commands/StartMonitoringScheduleCommand";
|
|
269
275
|
import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "./commands/StartNotebookInstanceCommand";
|
|
270
276
|
import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "./commands/StartPipelineExecutionCommand";
|
|
@@ -276,6 +282,7 @@ import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCom
|
|
|
276
282
|
import { StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput } from "./commands/StopInferenceExperimentCommand";
|
|
277
283
|
import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "./commands/StopInferenceRecommendationsJobCommand";
|
|
278
284
|
import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "./commands/StopLabelingJobCommand";
|
|
285
|
+
import { StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput } from "./commands/StopMlflowTrackingServerCommand";
|
|
279
286
|
import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "./commands/StopMonitoringScheduleCommand";
|
|
280
287
|
import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "./commands/StopNotebookInstanceCommand";
|
|
281
288
|
import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "./commands/StopPipelineExecutionCommand";
|
|
@@ -303,6 +310,7 @@ import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from
|
|
|
303
310
|
import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
|
|
304
311
|
import { UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
305
312
|
import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "./commands/UpdateInferenceExperimentCommand";
|
|
313
|
+
import { UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput } from "./commands/UpdateMlflowTrackingServerCommand";
|
|
306
314
|
import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "./commands/UpdateModelCardCommand";
|
|
307
315
|
import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "./commands/UpdateModelPackageCommand";
|
|
308
316
|
import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput } from "./commands/UpdateMonitoringAlertCommand";
|
|
@@ -531,6 +539,12 @@ export interface SageMaker {
|
|
|
531
539
|
createLabelingJob(args: CreateLabelingJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateLabelingJobCommandOutput>;
|
|
532
540
|
createLabelingJob(args: CreateLabelingJobCommandInput, cb: (err: any, data?: CreateLabelingJobCommandOutput) => void): void;
|
|
533
541
|
createLabelingJob(args: CreateLabelingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLabelingJobCommandOutput) => void): void;
|
|
542
|
+
/**
|
|
543
|
+
* @see {@link CreateMlflowTrackingServerCommand}
|
|
544
|
+
*/
|
|
545
|
+
createMlflowTrackingServer(args: CreateMlflowTrackingServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateMlflowTrackingServerCommandOutput>;
|
|
546
|
+
createMlflowTrackingServer(args: CreateMlflowTrackingServerCommandInput, cb: (err: any, data?: CreateMlflowTrackingServerCommandOutput) => void): void;
|
|
547
|
+
createMlflowTrackingServer(args: CreateMlflowTrackingServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMlflowTrackingServerCommandOutput) => void): void;
|
|
534
548
|
/**
|
|
535
549
|
* @see {@link CreateModelCommand}
|
|
536
550
|
*/
|
|
@@ -610,6 +624,12 @@ export interface SageMaker {
|
|
|
610
624
|
createPresignedDomainUrl(args: CreatePresignedDomainUrlCommandInput, options?: __HttpHandlerOptions): Promise<CreatePresignedDomainUrlCommandOutput>;
|
|
611
625
|
createPresignedDomainUrl(args: CreatePresignedDomainUrlCommandInput, cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void): void;
|
|
612
626
|
createPresignedDomainUrl(args: CreatePresignedDomainUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void): void;
|
|
627
|
+
/**
|
|
628
|
+
* @see {@link CreatePresignedMlflowTrackingServerUrlCommand}
|
|
629
|
+
*/
|
|
630
|
+
createPresignedMlflowTrackingServerUrl(args: CreatePresignedMlflowTrackingServerUrlCommandInput, options?: __HttpHandlerOptions): Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
|
|
631
|
+
createPresignedMlflowTrackingServerUrl(args: CreatePresignedMlflowTrackingServerUrlCommandInput, cb: (err: any, data?: CreatePresignedMlflowTrackingServerUrlCommandOutput) => void): void;
|
|
632
|
+
createPresignedMlflowTrackingServerUrl(args: CreatePresignedMlflowTrackingServerUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePresignedMlflowTrackingServerUrlCommandOutput) => void): void;
|
|
613
633
|
/**
|
|
614
634
|
* @see {@link CreatePresignedNotebookInstanceUrlCommand}
|
|
615
635
|
*/
|
|
@@ -851,6 +871,12 @@ export interface SageMaker {
|
|
|
851
871
|
deleteInferenceExperiment(args: DeleteInferenceExperimentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInferenceExperimentCommandOutput>;
|
|
852
872
|
deleteInferenceExperiment(args: DeleteInferenceExperimentCommandInput, cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void): void;
|
|
853
873
|
deleteInferenceExperiment(args: DeleteInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void): void;
|
|
874
|
+
/**
|
|
875
|
+
* @see {@link DeleteMlflowTrackingServerCommand}
|
|
876
|
+
*/
|
|
877
|
+
deleteMlflowTrackingServer(args: DeleteMlflowTrackingServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMlflowTrackingServerCommandOutput>;
|
|
878
|
+
deleteMlflowTrackingServer(args: DeleteMlflowTrackingServerCommandInput, cb: (err: any, data?: DeleteMlflowTrackingServerCommandOutput) => void): void;
|
|
879
|
+
deleteMlflowTrackingServer(args: DeleteMlflowTrackingServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMlflowTrackingServerCommandOutput) => void): void;
|
|
854
880
|
/**
|
|
855
881
|
* @see {@link DeleteModelCommand}
|
|
856
882
|
*/
|
|
@@ -1193,6 +1219,12 @@ export interface SageMaker {
|
|
|
1193
1219
|
describeLineageGroup(args: DescribeLineageGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLineageGroupCommandOutput>;
|
|
1194
1220
|
describeLineageGroup(args: DescribeLineageGroupCommandInput, cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void): void;
|
|
1195
1221
|
describeLineageGroup(args: DescribeLineageGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void): void;
|
|
1222
|
+
/**
|
|
1223
|
+
* @see {@link DescribeMlflowTrackingServerCommand}
|
|
1224
|
+
*/
|
|
1225
|
+
describeMlflowTrackingServer(args: DescribeMlflowTrackingServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMlflowTrackingServerCommandOutput>;
|
|
1226
|
+
describeMlflowTrackingServer(args: DescribeMlflowTrackingServerCommandInput, cb: (err: any, data?: DescribeMlflowTrackingServerCommandOutput) => void): void;
|
|
1227
|
+
describeMlflowTrackingServer(args: DescribeMlflowTrackingServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMlflowTrackingServerCommandOutput) => void): void;
|
|
1196
1228
|
/**
|
|
1197
1229
|
* @see {@link DescribeModelCommand}
|
|
1198
1230
|
*/
|
|
@@ -1677,6 +1709,13 @@ export interface SageMaker {
|
|
|
1677
1709
|
listLineageGroups(args: ListLineageGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListLineageGroupsCommandOutput>;
|
|
1678
1710
|
listLineageGroups(args: ListLineageGroupsCommandInput, cb: (err: any, data?: ListLineageGroupsCommandOutput) => void): void;
|
|
1679
1711
|
listLineageGroups(args: ListLineageGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLineageGroupsCommandOutput) => void): void;
|
|
1712
|
+
/**
|
|
1713
|
+
* @see {@link ListMlflowTrackingServersCommand}
|
|
1714
|
+
*/
|
|
1715
|
+
listMlflowTrackingServers(): Promise<ListMlflowTrackingServersCommandOutput>;
|
|
1716
|
+
listMlflowTrackingServers(args: ListMlflowTrackingServersCommandInput, options?: __HttpHandlerOptions): Promise<ListMlflowTrackingServersCommandOutput>;
|
|
1717
|
+
listMlflowTrackingServers(args: ListMlflowTrackingServersCommandInput, cb: (err: any, data?: ListMlflowTrackingServersCommandOutput) => void): void;
|
|
1718
|
+
listMlflowTrackingServers(args: ListMlflowTrackingServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMlflowTrackingServersCommandOutput) => void): void;
|
|
1680
1719
|
/**
|
|
1681
1720
|
* @see {@link ListModelBiasJobDefinitionsCommand}
|
|
1682
1721
|
*/
|
|
@@ -1982,6 +2021,12 @@ export interface SageMaker {
|
|
|
1982
2021
|
startInferenceExperiment(args: StartInferenceExperimentCommandInput, options?: __HttpHandlerOptions): Promise<StartInferenceExperimentCommandOutput>;
|
|
1983
2022
|
startInferenceExperiment(args: StartInferenceExperimentCommandInput, cb: (err: any, data?: StartInferenceExperimentCommandOutput) => void): void;
|
|
1984
2023
|
startInferenceExperiment(args: StartInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInferenceExperimentCommandOutput) => void): void;
|
|
2024
|
+
/**
|
|
2025
|
+
* @see {@link StartMlflowTrackingServerCommand}
|
|
2026
|
+
*/
|
|
2027
|
+
startMlflowTrackingServer(args: StartMlflowTrackingServerCommandInput, options?: __HttpHandlerOptions): Promise<StartMlflowTrackingServerCommandOutput>;
|
|
2028
|
+
startMlflowTrackingServer(args: StartMlflowTrackingServerCommandInput, cb: (err: any, data?: StartMlflowTrackingServerCommandOutput) => void): void;
|
|
2029
|
+
startMlflowTrackingServer(args: StartMlflowTrackingServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMlflowTrackingServerCommandOutput) => void): void;
|
|
1985
2030
|
/**
|
|
1986
2031
|
* @see {@link StartMonitoringScheduleCommand}
|
|
1987
2032
|
*/
|
|
@@ -2048,6 +2093,12 @@ export interface SageMaker {
|
|
|
2048
2093
|
stopLabelingJob(args: StopLabelingJobCommandInput, options?: __HttpHandlerOptions): Promise<StopLabelingJobCommandOutput>;
|
|
2049
2094
|
stopLabelingJob(args: StopLabelingJobCommandInput, cb: (err: any, data?: StopLabelingJobCommandOutput) => void): void;
|
|
2050
2095
|
stopLabelingJob(args: StopLabelingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopLabelingJobCommandOutput) => void): void;
|
|
2096
|
+
/**
|
|
2097
|
+
* @see {@link StopMlflowTrackingServerCommand}
|
|
2098
|
+
*/
|
|
2099
|
+
stopMlflowTrackingServer(args: StopMlflowTrackingServerCommandInput, options?: __HttpHandlerOptions): Promise<StopMlflowTrackingServerCommandOutput>;
|
|
2100
|
+
stopMlflowTrackingServer(args: StopMlflowTrackingServerCommandInput, cb: (err: any, data?: StopMlflowTrackingServerCommandOutput) => void): void;
|
|
2101
|
+
stopMlflowTrackingServer(args: StopMlflowTrackingServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMlflowTrackingServerCommandOutput) => void): void;
|
|
2051
2102
|
/**
|
|
2052
2103
|
* @see {@link StopMonitoringScheduleCommand}
|
|
2053
2104
|
*/
|
|
@@ -2210,6 +2261,12 @@ export interface SageMaker {
|
|
|
2210
2261
|
updateInferenceExperiment(args: UpdateInferenceExperimentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInferenceExperimentCommandOutput>;
|
|
2211
2262
|
updateInferenceExperiment(args: UpdateInferenceExperimentCommandInput, cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void): void;
|
|
2212
2263
|
updateInferenceExperiment(args: UpdateInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void): void;
|
|
2264
|
+
/**
|
|
2265
|
+
* @see {@link UpdateMlflowTrackingServerCommand}
|
|
2266
|
+
*/
|
|
2267
|
+
updateMlflowTrackingServer(args: UpdateMlflowTrackingServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMlflowTrackingServerCommandOutput>;
|
|
2268
|
+
updateMlflowTrackingServer(args: UpdateMlflowTrackingServerCommandInput, cb: (err: any, data?: UpdateMlflowTrackingServerCommandOutput) => void): void;
|
|
2269
|
+
updateMlflowTrackingServer(args: UpdateMlflowTrackingServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMlflowTrackingServerCommandOutput) => void): void;
|
|
2213
2270
|
/**
|
|
2214
2271
|
* @see {@link UpdateModelCardCommand}
|
|
2215
2272
|
*/
|