@aws-sdk/client-sagemaker 3.598.0 → 3.602.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist-cjs/index.js +644 -80
- package/dist-es/SageMaker.js +20 -0
- package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +40 -26
- package/dist-es/models/models_3.js +31 -28
- package/dist-es/models/models_4.js +28 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +314 -0
- package/dist-types/SageMaker.d.ts +71 -0
- package/dist-types/SageMakerClient.d.ts +12 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateHubCommand.d.ts +0 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
- package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubsCommand.d.ts +0 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +9 -0
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +101 -417
- package/dist-types/models/models_1.d.ts +562 -173
- package/dist-types/models/models_2.d.ts +384 -589
- package/dist-types/models/models_3.d.ts +5441 -5343
- package/dist-types/models/models_4.d.ts +707 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/SageMaker.d.ts +177 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -21
- package/dist-types/ts3.4/models/models_1.d.ts +60 -56
- package/dist-types/ts3.4/models/models_2.d.ts +132 -155
- package/dist-types/ts3.4/models/models_3.d.ts +184 -161
- package/dist-types/ts3.4/models/models_4.d.ts +190 -11
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -433,6 +433,14 @@ CreateHub
|
|
|
433
433
|
|
|
434
434
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubCommandOutput/)
|
|
435
435
|
|
|
436
|
+
</details>
|
|
437
|
+
<details>
|
|
438
|
+
<summary>
|
|
439
|
+
CreateHubContentReference
|
|
440
|
+
</summary>
|
|
441
|
+
|
|
442
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentReferenceCommandOutput/)
|
|
443
|
+
|
|
436
444
|
</details>
|
|
437
445
|
<details>
|
|
438
446
|
<summary>
|
|
@@ -497,6 +505,14 @@ CreateLabelingJob
|
|
|
497
505
|
|
|
498
506
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateLabelingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateLabelingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateLabelingJobCommandOutput/)
|
|
499
507
|
|
|
508
|
+
</details>
|
|
509
|
+
<details>
|
|
510
|
+
<summary>
|
|
511
|
+
CreateMlflowTrackingServer
|
|
512
|
+
</summary>
|
|
513
|
+
|
|
514
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMlflowTrackingServerCommandOutput/)
|
|
515
|
+
|
|
500
516
|
</details>
|
|
501
517
|
<details>
|
|
502
518
|
<summary>
|
|
@@ -601,6 +617,14 @@ CreatePresignedDomainUrl
|
|
|
601
617
|
|
|
602
618
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePresignedDomainUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedDomainUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedDomainUrlCommandOutput/)
|
|
603
619
|
|
|
620
|
+
</details>
|
|
621
|
+
<details>
|
|
622
|
+
<summary>
|
|
623
|
+
CreatePresignedMlflowTrackingServerUrl
|
|
624
|
+
</summary>
|
|
625
|
+
|
|
626
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePresignedMlflowTrackingServerUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedMlflowTrackingServerUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedMlflowTrackingServerUrlCommandOutput/)
|
|
627
|
+
|
|
604
628
|
</details>
|
|
605
629
|
<details>
|
|
606
630
|
<summary>
|
|
@@ -873,6 +897,14 @@ DeleteHubContent
|
|
|
873
897
|
|
|
874
898
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentCommandOutput/)
|
|
875
899
|
|
|
900
|
+
</details>
|
|
901
|
+
<details>
|
|
902
|
+
<summary>
|
|
903
|
+
DeleteHubContentReference
|
|
904
|
+
</summary>
|
|
905
|
+
|
|
906
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentReferenceCommandOutput/)
|
|
907
|
+
|
|
876
908
|
</details>
|
|
877
909
|
<details>
|
|
878
910
|
<summary>
|
|
@@ -921,6 +953,14 @@ DeleteInferenceExperiment
|
|
|
921
953
|
|
|
922
954
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceExperimentCommandOutput/)
|
|
923
955
|
|
|
956
|
+
</details>
|
|
957
|
+
<details>
|
|
958
|
+
<summary>
|
|
959
|
+
DeleteMlflowTrackingServer
|
|
960
|
+
</summary>
|
|
961
|
+
|
|
962
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMlflowTrackingServerCommandOutput/)
|
|
963
|
+
|
|
924
964
|
</details>
|
|
925
965
|
<details>
|
|
926
966
|
<summary>
|
|
@@ -1377,6 +1417,14 @@ DescribeLineageGroup
|
|
|
1377
1417
|
|
|
1378
1418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeLineageGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeLineageGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeLineageGroupCommandOutput/)
|
|
1379
1419
|
|
|
1420
|
+
</details>
|
|
1421
|
+
<details>
|
|
1422
|
+
<summary>
|
|
1423
|
+
DescribeMlflowTrackingServer
|
|
1424
|
+
</summary>
|
|
1425
|
+
|
|
1426
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMlflowTrackingServerCommandOutput/)
|
|
1427
|
+
|
|
1380
1428
|
</details>
|
|
1381
1429
|
<details>
|
|
1382
1430
|
<summary>
|
|
@@ -1977,6 +2025,14 @@ ListLineageGroups
|
|
|
1977
2025
|
|
|
1978
2026
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListLineageGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLineageGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLineageGroupsCommandOutput/)
|
|
1979
2027
|
|
|
2028
|
+
</details>
|
|
2029
|
+
<details>
|
|
2030
|
+
<summary>
|
|
2031
|
+
ListMlflowTrackingServers
|
|
2032
|
+
</summary>
|
|
2033
|
+
|
|
2034
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMlflowTrackingServersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMlflowTrackingServersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMlflowTrackingServersCommandOutput/)
|
|
2035
|
+
|
|
1980
2036
|
</details>
|
|
1981
2037
|
<details>
|
|
1982
2038
|
<summary>
|
|
@@ -2345,6 +2401,14 @@ StartInferenceExperiment
|
|
|
2345
2401
|
|
|
2346
2402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartInferenceExperimentCommandOutput/)
|
|
2347
2403
|
|
|
2404
|
+
</details>
|
|
2405
|
+
<details>
|
|
2406
|
+
<summary>
|
|
2407
|
+
StartMlflowTrackingServer
|
|
2408
|
+
</summary>
|
|
2409
|
+
|
|
2410
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartMlflowTrackingServerCommandOutput/)
|
|
2411
|
+
|
|
2348
2412
|
</details>
|
|
2349
2413
|
<details>
|
|
2350
2414
|
<summary>
|
|
@@ -2433,6 +2497,14 @@ StopLabelingJob
|
|
|
2433
2497
|
|
|
2434
2498
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopLabelingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopLabelingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopLabelingJobCommandOutput/)
|
|
2435
2499
|
|
|
2500
|
+
</details>
|
|
2501
|
+
<details>
|
|
2502
|
+
<summary>
|
|
2503
|
+
StopMlflowTrackingServer
|
|
2504
|
+
</summary>
|
|
2505
|
+
|
|
2506
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopMlflowTrackingServerCommandOutput/)
|
|
2507
|
+
|
|
2436
2508
|
</details>
|
|
2437
2509
|
<details>
|
|
2438
2510
|
<summary>
|
|
@@ -2649,6 +2721,14 @@ UpdateInferenceExperiment
|
|
|
2649
2721
|
|
|
2650
2722
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceExperimentCommandOutput/)
|
|
2651
2723
|
|
|
2724
|
+
</details>
|
|
2725
|
+
<details>
|
|
2726
|
+
<summary>
|
|
2727
|
+
UpdateMlflowTrackingServer
|
|
2728
|
+
</summary>
|
|
2729
|
+
|
|
2730
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMlflowTrackingServerCommandOutput/)
|
|
2731
|
+
|
|
2652
2732
|
</details>
|
|
2653
2733
|
<details>
|
|
2654
2734
|
<summary>
|