@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.
Files changed (116) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +644 -80
  3. package/dist-es/SageMaker.js +20 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
  6. package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
  7. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  8. package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
  9. package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
  10. package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
  11. package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
  12. package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
  13. package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +8 -11
  16. package/dist-es/models/models_1.js +16 -12
  17. package/dist-es/models/models_2.js +40 -26
  18. package/dist-es/models/models_3.js +31 -28
  19. package/dist-es/models/models_4.js +28 -0
  20. package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_json1_1.js +314 -0
  23. package/dist-types/SageMaker.d.ts +71 -0
  24. package/dist-types/SageMakerClient.d.ts +12 -2
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  27. package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
  28. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  30. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  31. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
  32. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  33. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
  35. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  36. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  37. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  38. package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
  39. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  41. package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  44. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  45. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  46. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
  47. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  49. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  56. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  57. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  58. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  59. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  60. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
  62. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  63. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  66. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  67. package/dist-types/commands/SearchCommand.d.ts +9 -0
  68. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
  69. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
  71. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  72. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
  73. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  74. package/dist-types/commands/index.d.ts +10 -0
  75. package/dist-types/models/models_0.d.ts +101 -417
  76. package/dist-types/models/models_1.d.ts +562 -173
  77. package/dist-types/models/models_2.d.ts +384 -589
  78. package/dist-types/models/models_3.d.ts +5441 -5343
  79. package/dist-types/models/models_4.d.ts +707 -3
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
  81. package/dist-types/pagination/index.d.ts +1 -0
  82. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  83. package/dist-types/ts3.4/SageMaker.d.ts +177 -0
  84. package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
  85. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  87. package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  90. package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
  91. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
  107. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +31 -21
  109. package/dist-types/ts3.4/models/models_1.d.ts +60 -56
  110. package/dist-types/ts3.4/models/models_2.d.ts +132 -155
  111. package/dist-types/ts3.4/models/models_3.d.ts +184 -161
  112. package/dist-types/ts3.4/models/models_4.d.ts +190 -11
  113. package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  115. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  116. package/package.json +4 -4
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "../commands/ListMlflowTrackingServersCommand";
3
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListMlflowTrackingServers: (config: SageMakerPaginationConfiguration, input: ListMlflowTrackingServersCommandInput, ...rest: any[]) => Paginator<ListMlflowTrackingServersCommandOutput>;
@@ -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";
@@ -27,6 +27,7 @@ import { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "../
27
27
  import { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "../commands/CreateFeatureGroupCommand";
28
28
  import { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "../commands/CreateFlowDefinitionCommand";
29
29
  import { CreateHubCommandInput, CreateHubCommandOutput } from "../commands/CreateHubCommand";
30
+ import { CreateHubContentReferenceCommandInput, CreateHubContentReferenceCommandOutput } from "../commands/CreateHubContentReferenceCommand";
30
31
  import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "../commands/CreateHumanTaskUiCommand";
31
32
  import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "../commands/CreateHyperParameterTuningJobCommand";
32
33
  import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
@@ -35,6 +36,7 @@ import { CreateInferenceComponentCommandInput, CreateInferenceComponentCommandOu
35
36
  import { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "../commands/CreateInferenceExperimentCommand";
36
37
  import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "../commands/CreateInferenceRecommendationsJobCommand";
37
38
  import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "../commands/CreateLabelingJobCommand";
39
+ import { CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput } from "../commands/CreateMlflowTrackingServerCommand";
38
40
  import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "../commands/CreateModelBiasJobDefinitionCommand";
39
41
  import { CreateModelCardCommandInput, CreateModelCardCommandOutput } from "../commands/CreateModelCardCommand";
40
42
  import { CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput } from "../commands/CreateModelCardExportJobCommand";
@@ -48,6 +50,7 @@ import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput
48
50
  import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/CreateNotebookInstanceLifecycleConfigCommand";
49
51
  import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
50
52
  import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "../commands/CreatePresignedDomainUrlCommand";
53
+ import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "../commands/CreatePresignedMlflowTrackingServerUrlCommand";
51
54
  import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "../commands/CreatePresignedNotebookInstanceUrlCommand";
52
55
  import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "../commands/CreateProcessingJobCommand";
53
56
  import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
@@ -82,12 +85,14 @@ import { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from
82
85
  import { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "../commands/DeleteFlowDefinitionCommand";
83
86
  import { DeleteHubCommandInput, DeleteHubCommandOutput } from "../commands/DeleteHubCommand";
84
87
  import { DeleteHubContentCommandInput, DeleteHubContentCommandOutput } from "../commands/DeleteHubContentCommand";
88
+ import { DeleteHubContentReferenceCommandInput, DeleteHubContentReferenceCommandOutput } from "../commands/DeleteHubContentReferenceCommand";
85
89
  import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "../commands/DeleteHumanTaskUiCommand";
86
90
  import { DeleteHyperParameterTuningJobCommandInput, DeleteHyperParameterTuningJobCommandOutput } from "../commands/DeleteHyperParameterTuningJobCommand";
87
91
  import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
88
92
  import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "../commands/DeleteImageVersionCommand";
89
93
  import { DeleteInferenceComponentCommandInput, DeleteInferenceComponentCommandOutput } from "../commands/DeleteInferenceComponentCommand";
90
94
  import { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "../commands/DeleteInferenceExperimentCommand";
95
+ import { DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput } from "../commands/DeleteMlflowTrackingServerCommand";
91
96
  import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "../commands/DeleteModelBiasJobDefinitionCommand";
92
97
  import { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "../commands/DeleteModelCardCommand";
93
98
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
@@ -145,6 +150,7 @@ import { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCom
145
150
  import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "../commands/DescribeInferenceRecommendationsJobCommand";
146
151
  import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "../commands/DescribeLabelingJobCommand";
147
152
  import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "../commands/DescribeLineageGroupCommand";
153
+ import { DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput } from "../commands/DescribeMlflowTrackingServerCommand";
148
154
  import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "../commands/DescribeModelBiasJobDefinitionCommand";
149
155
  import { DescribeModelCardCommandInput, DescribeModelCardCommandOutput } from "../commands/DescribeModelCardCommand";
150
156
  import { DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput } from "../commands/DescribeModelCardExportJobCommand";
@@ -220,6 +226,7 @@ import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommen
220
226
  import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "../commands/ListLabelingJobsCommand";
221
227
  import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "../commands/ListLabelingJobsForWorkteamCommand";
222
228
  import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
229
+ import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "../commands/ListMlflowTrackingServersCommand";
223
230
  import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "../commands/ListModelBiasJobDefinitionsCommand";
224
231
  import { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "../commands/ListModelCardExportJobsCommand";
225
232
  import { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "../commands/ListModelCardsCommand";
@@ -266,6 +273,7 @@ import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStep
266
273
  import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "../commands/SendPipelineExecutionStepSuccessCommand";
267
274
  import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "../commands/StartEdgeDeploymentStageCommand";
268
275
  import { StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput } from "../commands/StartInferenceExperimentCommand";
276
+ import { StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput } from "../commands/StartMlflowTrackingServerCommand";
269
277
  import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "../commands/StartMonitoringScheduleCommand";
270
278
  import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "../commands/StartNotebookInstanceCommand";
271
279
  import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "../commands/StartPipelineExecutionCommand";
@@ -277,6 +285,7 @@ import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCom
277
285
  import { StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput } from "../commands/StopInferenceExperimentCommand";
278
286
  import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "../commands/StopInferenceRecommendationsJobCommand";
279
287
  import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "../commands/StopLabelingJobCommand";
288
+ import { StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput } from "../commands/StopMlflowTrackingServerCommand";
280
289
  import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "../commands/StopMonitoringScheduleCommand";
281
290
  import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "../commands/StopNotebookInstanceCommand";
282
291
  import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "../commands/StopPipelineExecutionCommand";
@@ -304,6 +313,7 @@ import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from
304
313
  import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "../commands/UpdateInferenceComponentCommand";
305
314
  import { UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput } from "../commands/UpdateInferenceComponentRuntimeConfigCommand";
306
315
  import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "../commands/UpdateInferenceExperimentCommand";
316
+ import { UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput } from "../commands/UpdateMlflowTrackingServerCommand";
307
317
  import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "../commands/UpdateModelCardCommand";
308
318
  import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "../commands/UpdateModelPackageCommand";
309
319
  import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput } from "../commands/UpdateMonitoringAlertCommand";
@@ -428,6 +438,10 @@ export declare const se_CreateFlowDefinitionCommand: (input: CreateFlowDefinitio
428
438
  * serializeAws_json1_1CreateHubCommand
429
439
  */
430
440
  export declare const se_CreateHubCommand: (input: CreateHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
441
+ /**
442
+ * serializeAws_json1_1CreateHubContentReferenceCommand
443
+ */
444
+ export declare const se_CreateHubContentReferenceCommand: (input: CreateHubContentReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
431
445
  /**
432
446
  * serializeAws_json1_1CreateHumanTaskUiCommand
433
447
  */
@@ -460,6 +474,10 @@ export declare const se_CreateInferenceRecommendationsJobCommand: (input: Create
460
474
  * serializeAws_json1_1CreateLabelingJobCommand
461
475
  */
462
476
  export declare const se_CreateLabelingJobCommand: (input: CreateLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
477
+ /**
478
+ * serializeAws_json1_1CreateMlflowTrackingServerCommand
479
+ */
480
+ export declare const se_CreateMlflowTrackingServerCommand: (input: CreateMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
463
481
  /**
464
482
  * serializeAws_json1_1CreateModelCommand
465
483
  */
@@ -512,6 +530,10 @@ export declare const se_CreatePipelineCommand: (input: CreatePipelineCommandInpu
512
530
  * serializeAws_json1_1CreatePresignedDomainUrlCommand
513
531
  */
514
532
  export declare const se_CreatePresignedDomainUrlCommand: (input: CreatePresignedDomainUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
533
+ /**
534
+ * serializeAws_json1_1CreatePresignedMlflowTrackingServerUrlCommand
535
+ */
536
+ export declare const se_CreatePresignedMlflowTrackingServerUrlCommand: (input: CreatePresignedMlflowTrackingServerUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
515
537
  /**
516
538
  * serializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand
517
539
  */
@@ -648,6 +670,10 @@ export declare const se_DeleteHubCommand: (input: DeleteHubCommandInput, context
648
670
  * serializeAws_json1_1DeleteHubContentCommand
649
671
  */
650
672
  export declare const se_DeleteHubContentCommand: (input: DeleteHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
673
+ /**
674
+ * serializeAws_json1_1DeleteHubContentReferenceCommand
675
+ */
676
+ export declare const se_DeleteHubContentReferenceCommand: (input: DeleteHubContentReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
651
677
  /**
652
678
  * serializeAws_json1_1DeleteHumanTaskUiCommand
653
679
  */
@@ -672,6 +698,10 @@ export declare const se_DeleteInferenceComponentCommand: (input: DeleteInference
672
698
  * serializeAws_json1_1DeleteInferenceExperimentCommand
673
699
  */
674
700
  export declare const se_DeleteInferenceExperimentCommand: (input: DeleteInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
701
+ /**
702
+ * serializeAws_json1_1DeleteMlflowTrackingServerCommand
703
+ */
704
+ export declare const se_DeleteMlflowTrackingServerCommand: (input: DeleteMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
675
705
  /**
676
706
  * serializeAws_json1_1DeleteModelCommand
677
707
  */
@@ -900,6 +930,10 @@ export declare const se_DescribeLabelingJobCommand: (input: DescribeLabelingJobC
900
930
  * serializeAws_json1_1DescribeLineageGroupCommand
901
931
  */
902
932
  export declare const se_DescribeLineageGroupCommand: (input: DescribeLineageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
933
+ /**
934
+ * serializeAws_json1_1DescribeMlflowTrackingServerCommand
935
+ */
936
+ export declare const se_DescribeMlflowTrackingServerCommand: (input: DescribeMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
903
937
  /**
904
938
  * serializeAws_json1_1DescribeModelCommand
905
939
  */
@@ -1200,6 +1234,10 @@ export declare const se_ListLabelingJobsForWorkteamCommand: (input: ListLabeling
1200
1234
  * serializeAws_json1_1ListLineageGroupsCommand
1201
1235
  */
1202
1236
  export declare const se_ListLineageGroupsCommand: (input: ListLineageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1237
+ /**
1238
+ * serializeAws_json1_1ListMlflowTrackingServersCommand
1239
+ */
1240
+ export declare const se_ListMlflowTrackingServersCommand: (input: ListMlflowTrackingServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1203
1241
  /**
1204
1242
  * serializeAws_json1_1ListModelBiasJobDefinitionsCommand
1205
1243
  */
@@ -1384,6 +1422,10 @@ export declare const se_StartEdgeDeploymentStageCommand: (input: StartEdgeDeploy
1384
1422
  * serializeAws_json1_1StartInferenceExperimentCommand
1385
1423
  */
1386
1424
  export declare const se_StartInferenceExperimentCommand: (input: StartInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1425
+ /**
1426
+ * serializeAws_json1_1StartMlflowTrackingServerCommand
1427
+ */
1428
+ export declare const se_StartMlflowTrackingServerCommand: (input: StartMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1387
1429
  /**
1388
1430
  * serializeAws_json1_1StartMonitoringScheduleCommand
1389
1431
  */
@@ -1428,6 +1470,10 @@ export declare const se_StopInferenceRecommendationsJobCommand: (input: StopInfe
1428
1470
  * serializeAws_json1_1StopLabelingJobCommand
1429
1471
  */
1430
1472
  export declare const se_StopLabelingJobCommand: (input: StopLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1473
+ /**
1474
+ * serializeAws_json1_1StopMlflowTrackingServerCommand
1475
+ */
1476
+ export declare const se_StopMlflowTrackingServerCommand: (input: StopMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1431
1477
  /**
1432
1478
  * serializeAws_json1_1StopMonitoringScheduleCommand
1433
1479
  */
@@ -1536,6 +1582,10 @@ export declare const se_UpdateInferenceComponentRuntimeConfigCommand: (input: Up
1536
1582
  * serializeAws_json1_1UpdateInferenceExperimentCommand
1537
1583
  */
1538
1584
  export declare const se_UpdateInferenceExperimentCommand: (input: UpdateInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1585
+ /**
1586
+ * serializeAws_json1_1UpdateMlflowTrackingServerCommand
1587
+ */
1588
+ export declare const se_UpdateMlflowTrackingServerCommand: (input: UpdateMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1539
1589
  /**
1540
1590
  * serializeAws_json1_1UpdateModelCardCommand
1541
1591
  */
@@ -1708,6 +1758,10 @@ export declare const de_CreateFlowDefinitionCommand: (output: __HttpResponse, co
1708
1758
  * deserializeAws_json1_1CreateHubCommand
1709
1759
  */
1710
1760
  export declare const de_CreateHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHubCommandOutput>;
1761
+ /**
1762
+ * deserializeAws_json1_1CreateHubContentReferenceCommand
1763
+ */
1764
+ export declare const de_CreateHubContentReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHubContentReferenceCommandOutput>;
1711
1765
  /**
1712
1766
  * deserializeAws_json1_1CreateHumanTaskUiCommand
1713
1767
  */
@@ -1740,6 +1794,10 @@ export declare const de_CreateInferenceRecommendationsJobCommand: (output: __Htt
1740
1794
  * deserializeAws_json1_1CreateLabelingJobCommand
1741
1795
  */
1742
1796
  export declare const de_CreateLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelingJobCommandOutput>;
1797
+ /**
1798
+ * deserializeAws_json1_1CreateMlflowTrackingServerCommand
1799
+ */
1800
+ export declare const de_CreateMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMlflowTrackingServerCommandOutput>;
1743
1801
  /**
1744
1802
  * deserializeAws_json1_1CreateModelCommand
1745
1803
  */
@@ -1792,6 +1850,10 @@ export declare const de_CreatePipelineCommand: (output: __HttpResponse, context:
1792
1850
  * deserializeAws_json1_1CreatePresignedDomainUrlCommand
1793
1851
  */
1794
1852
  export declare const de_CreatePresignedDomainUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedDomainUrlCommandOutput>;
1853
+ /**
1854
+ * deserializeAws_json1_1CreatePresignedMlflowTrackingServerUrlCommand
1855
+ */
1856
+ export declare const de_CreatePresignedMlflowTrackingServerUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
1795
1857
  /**
1796
1858
  * deserializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand
1797
1859
  */
@@ -1928,6 +1990,10 @@ export declare const de_DeleteHubCommand: (output: __HttpResponse, context: __Se
1928
1990
  * deserializeAws_json1_1DeleteHubContentCommand
1929
1991
  */
1930
1992
  export declare const de_DeleteHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHubContentCommandOutput>;
1993
+ /**
1994
+ * deserializeAws_json1_1DeleteHubContentReferenceCommand
1995
+ */
1996
+ export declare const de_DeleteHubContentReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHubContentReferenceCommandOutput>;
1931
1997
  /**
1932
1998
  * deserializeAws_json1_1DeleteHumanTaskUiCommand
1933
1999
  */
@@ -1952,6 +2018,10 @@ export declare const de_DeleteInferenceComponentCommand: (output: __HttpResponse
1952
2018
  * deserializeAws_json1_1DeleteInferenceExperimentCommand
1953
2019
  */
1954
2020
  export declare const de_DeleteInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInferenceExperimentCommandOutput>;
2021
+ /**
2022
+ * deserializeAws_json1_1DeleteMlflowTrackingServerCommand
2023
+ */
2024
+ export declare const de_DeleteMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMlflowTrackingServerCommandOutput>;
1955
2025
  /**
1956
2026
  * deserializeAws_json1_1DeleteModelCommand
1957
2027
  */
@@ -2180,6 +2250,10 @@ export declare const de_DescribeLabelingJobCommand: (output: __HttpResponse, con
2180
2250
  * deserializeAws_json1_1DescribeLineageGroupCommand
2181
2251
  */
2182
2252
  export declare const de_DescribeLineageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLineageGroupCommandOutput>;
2253
+ /**
2254
+ * deserializeAws_json1_1DescribeMlflowTrackingServerCommand
2255
+ */
2256
+ export declare const de_DescribeMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMlflowTrackingServerCommandOutput>;
2183
2257
  /**
2184
2258
  * deserializeAws_json1_1DescribeModelCommand
2185
2259
  */
@@ -2480,6 +2554,10 @@ export declare const de_ListLabelingJobsForWorkteamCommand: (output: __HttpRespo
2480
2554
  * deserializeAws_json1_1ListLineageGroupsCommand
2481
2555
  */
2482
2556
  export declare const de_ListLineageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLineageGroupsCommandOutput>;
2557
+ /**
2558
+ * deserializeAws_json1_1ListMlflowTrackingServersCommand
2559
+ */
2560
+ export declare const de_ListMlflowTrackingServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMlflowTrackingServersCommandOutput>;
2483
2561
  /**
2484
2562
  * deserializeAws_json1_1ListModelBiasJobDefinitionsCommand
2485
2563
  */
@@ -2664,6 +2742,10 @@ export declare const de_StartEdgeDeploymentStageCommand: (output: __HttpResponse
2664
2742
  * deserializeAws_json1_1StartInferenceExperimentCommand
2665
2743
  */
2666
2744
  export declare const de_StartInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInferenceExperimentCommandOutput>;
2745
+ /**
2746
+ * deserializeAws_json1_1StartMlflowTrackingServerCommand
2747
+ */
2748
+ export declare const de_StartMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMlflowTrackingServerCommandOutput>;
2667
2749
  /**
2668
2750
  * deserializeAws_json1_1StartMonitoringScheduleCommand
2669
2751
  */
@@ -2708,6 +2790,10 @@ export declare const de_StopInferenceRecommendationsJobCommand: (output: __HttpR
2708
2790
  * deserializeAws_json1_1StopLabelingJobCommand
2709
2791
  */
2710
2792
  export declare const de_StopLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLabelingJobCommandOutput>;
2793
+ /**
2794
+ * deserializeAws_json1_1StopMlflowTrackingServerCommand
2795
+ */
2796
+ export declare const de_StopMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMlflowTrackingServerCommandOutput>;
2711
2797
  /**
2712
2798
  * deserializeAws_json1_1StopMonitoringScheduleCommand
2713
2799
  */
@@ -2816,6 +2902,10 @@ export declare const de_UpdateInferenceComponentRuntimeConfigCommand: (output: _
2816
2902
  * deserializeAws_json1_1UpdateInferenceExperimentCommand
2817
2903
  */
2818
2904
  export declare const de_UpdateInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceExperimentCommandOutput>;
2905
+ /**
2906
+ * deserializeAws_json1_1UpdateMlflowTrackingServerCommand
2907
+ */
2908
+ export declare const de_UpdateMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMlflowTrackingServerCommandOutput>;
2819
2909
  /**
2820
2910
  * deserializeAws_json1_1UpdateModelCardCommand
2821
2911
  */
@@ -107,6 +107,10 @@ import {
107
107
  CreateHubCommandInput,
108
108
  CreateHubCommandOutput,
109
109
  } from "./commands/CreateHubCommand";
110
+ import {
111
+ CreateHubContentReferenceCommandInput,
112
+ CreateHubContentReferenceCommandOutput,
113
+ } from "./commands/CreateHubContentReferenceCommand";
110
114
  import {
111
115
  CreateHumanTaskUiCommandInput,
112
116
  CreateHumanTaskUiCommandOutput,
@@ -139,6 +143,10 @@ import {
139
143
  CreateLabelingJobCommandInput,
140
144
  CreateLabelingJobCommandOutput,
141
145
  } from "./commands/CreateLabelingJobCommand";
146
+ import {
147
+ CreateMlflowTrackingServerCommandInput,
148
+ CreateMlflowTrackingServerCommandOutput,
149
+ } from "./commands/CreateMlflowTrackingServerCommand";
142
150
  import {
143
151
  CreateModelBiasJobDefinitionCommandInput,
144
152
  CreateModelBiasJobDefinitionCommandOutput,
@@ -191,6 +199,10 @@ import {
191
199
  CreatePresignedDomainUrlCommandInput,
192
200
  CreatePresignedDomainUrlCommandOutput,
193
201
  } from "./commands/CreatePresignedDomainUrlCommand";
202
+ import {
203
+ CreatePresignedMlflowTrackingServerUrlCommandInput,
204
+ CreatePresignedMlflowTrackingServerUrlCommandOutput,
205
+ } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
194
206
  import {
195
207
  CreatePresignedNotebookInstanceUrlCommandInput,
196
208
  CreatePresignedNotebookInstanceUrlCommandOutput,
@@ -327,6 +339,10 @@ import {
327
339
  DeleteHubContentCommandInput,
328
340
  DeleteHubContentCommandOutput,
329
341
  } from "./commands/DeleteHubContentCommand";
342
+ import {
343
+ DeleteHubContentReferenceCommandInput,
344
+ DeleteHubContentReferenceCommandOutput,
345
+ } from "./commands/DeleteHubContentReferenceCommand";
330
346
  import {
331
347
  DeleteHumanTaskUiCommandInput,
332
348
  DeleteHumanTaskUiCommandOutput,
@@ -351,6 +367,10 @@ import {
351
367
  DeleteInferenceExperimentCommandInput,
352
368
  DeleteInferenceExperimentCommandOutput,
353
369
  } from "./commands/DeleteInferenceExperimentCommand";
370
+ import {
371
+ DeleteMlflowTrackingServerCommandInput,
372
+ DeleteMlflowTrackingServerCommandOutput,
373
+ } from "./commands/DeleteMlflowTrackingServerCommand";
354
374
  import {
355
375
  DeleteModelBiasJobDefinitionCommandInput,
356
376
  DeleteModelBiasJobDefinitionCommandOutput,
@@ -579,6 +599,10 @@ import {
579
599
  DescribeLineageGroupCommandInput,
580
600
  DescribeLineageGroupCommandOutput,
581
601
  } from "./commands/DescribeLineageGroupCommand";
602
+ import {
603
+ DescribeMlflowTrackingServerCommandInput,
604
+ DescribeMlflowTrackingServerCommandOutput,
605
+ } from "./commands/DescribeMlflowTrackingServerCommand";
582
606
  import {
583
607
  DescribeModelBiasJobDefinitionCommandInput,
584
608
  DescribeModelBiasJobDefinitionCommandOutput,
@@ -879,6 +903,10 @@ import {
879
903
  ListLineageGroupsCommandInput,
880
904
  ListLineageGroupsCommandOutput,
881
905
  } from "./commands/ListLineageGroupsCommand";
906
+ import {
907
+ ListMlflowTrackingServersCommandInput,
908
+ ListMlflowTrackingServersCommandOutput,
909
+ } from "./commands/ListMlflowTrackingServersCommand";
882
910
  import {
883
911
  ListModelBiasJobDefinitionsCommandInput,
884
912
  ListModelBiasJobDefinitionsCommandOutput,
@@ -1063,6 +1091,10 @@ import {
1063
1091
  StartInferenceExperimentCommandInput,
1064
1092
  StartInferenceExperimentCommandOutput,
1065
1093
  } from "./commands/StartInferenceExperimentCommand";
1094
+ import {
1095
+ StartMlflowTrackingServerCommandInput,
1096
+ StartMlflowTrackingServerCommandOutput,
1097
+ } from "./commands/StartMlflowTrackingServerCommand";
1066
1098
  import {
1067
1099
  StartMonitoringScheduleCommandInput,
1068
1100
  StartMonitoringScheduleCommandOutput,
@@ -1107,6 +1139,10 @@ import {
1107
1139
  StopLabelingJobCommandInput,
1108
1140
  StopLabelingJobCommandOutput,
1109
1141
  } from "./commands/StopLabelingJobCommand";
1142
+ import {
1143
+ StopMlflowTrackingServerCommandInput,
1144
+ StopMlflowTrackingServerCommandOutput,
1145
+ } from "./commands/StopMlflowTrackingServerCommand";
1110
1146
  import {
1111
1147
  StopMonitoringScheduleCommandInput,
1112
1148
  StopMonitoringScheduleCommandOutput,
@@ -1215,6 +1251,10 @@ import {
1215
1251
  UpdateInferenceExperimentCommandInput,
1216
1252
  UpdateInferenceExperimentCommandOutput,
1217
1253
  } from "./commands/UpdateInferenceExperimentCommand";
1254
+ import {
1255
+ UpdateMlflowTrackingServerCommandInput,
1256
+ UpdateMlflowTrackingServerCommandOutput,
1257
+ } from "./commands/UpdateMlflowTrackingServerCommand";
1218
1258
  import {
1219
1259
  UpdateModelCardCommandInput,
1220
1260
  UpdateModelCardCommandOutput,
@@ -1632,6 +1672,19 @@ export interface SageMaker {
1632
1672
  options: __HttpHandlerOptions,
1633
1673
  cb: (err: any, data?: CreateHubCommandOutput) => void
1634
1674
  ): void;
1675
+ createHubContentReference(
1676
+ args: CreateHubContentReferenceCommandInput,
1677
+ options?: __HttpHandlerOptions
1678
+ ): Promise<CreateHubContentReferenceCommandOutput>;
1679
+ createHubContentReference(
1680
+ args: CreateHubContentReferenceCommandInput,
1681
+ cb: (err: any, data?: CreateHubContentReferenceCommandOutput) => void
1682
+ ): void;
1683
+ createHubContentReference(
1684
+ args: CreateHubContentReferenceCommandInput,
1685
+ options: __HttpHandlerOptions,
1686
+ cb: (err: any, data?: CreateHubContentReferenceCommandOutput) => void
1687
+ ): void;
1635
1688
  createHumanTaskUi(
1636
1689
  args: CreateHumanTaskUiCommandInput,
1637
1690
  options?: __HttpHandlerOptions
@@ -1742,6 +1795,19 @@ export interface SageMaker {
1742
1795
  options: __HttpHandlerOptions,
1743
1796
  cb: (err: any, data?: CreateLabelingJobCommandOutput) => void
1744
1797
  ): void;
1798
+ createMlflowTrackingServer(
1799
+ args: CreateMlflowTrackingServerCommandInput,
1800
+ options?: __HttpHandlerOptions
1801
+ ): Promise<CreateMlflowTrackingServerCommandOutput>;
1802
+ createMlflowTrackingServer(
1803
+ args: CreateMlflowTrackingServerCommandInput,
1804
+ cb: (err: any, data?: CreateMlflowTrackingServerCommandOutput) => void
1805
+ ): void;
1806
+ createMlflowTrackingServer(
1807
+ args: CreateMlflowTrackingServerCommandInput,
1808
+ options: __HttpHandlerOptions,
1809
+ cb: (err: any, data?: CreateMlflowTrackingServerCommandOutput) => void
1810
+ ): void;
1745
1811
  createModel(
1746
1812
  args: CreateModelCommandInput,
1747
1813
  options?: __HttpHandlerOptions
@@ -1924,6 +1990,25 @@ export interface SageMaker {
1924
1990
  options: __HttpHandlerOptions,
1925
1991
  cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void
1926
1992
  ): void;
1993
+ createPresignedMlflowTrackingServerUrl(
1994
+ args: CreatePresignedMlflowTrackingServerUrlCommandInput,
1995
+ options?: __HttpHandlerOptions
1996
+ ): Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
1997
+ createPresignedMlflowTrackingServerUrl(
1998
+ args: CreatePresignedMlflowTrackingServerUrlCommandInput,
1999
+ cb: (
2000
+ err: any,
2001
+ data?: CreatePresignedMlflowTrackingServerUrlCommandOutput
2002
+ ) => void
2003
+ ): void;
2004
+ createPresignedMlflowTrackingServerUrl(
2005
+ args: CreatePresignedMlflowTrackingServerUrlCommandInput,
2006
+ options: __HttpHandlerOptions,
2007
+ cb: (
2008
+ err: any,
2009
+ data?: CreatePresignedMlflowTrackingServerUrlCommandOutput
2010
+ ) => void
2011
+ ): void;
1927
2012
  createPresignedNotebookInstanceUrl(
1928
2013
  args: CreatePresignedNotebookInstanceUrlCommandInput,
1929
2014
  options?: __HttpHandlerOptions
@@ -2373,6 +2458,19 @@ export interface SageMaker {
2373
2458
  options: __HttpHandlerOptions,
2374
2459
  cb: (err: any, data?: DeleteHubContentCommandOutput) => void
2375
2460
  ): void;
2461
+ deleteHubContentReference(
2462
+ args: DeleteHubContentReferenceCommandInput,
2463
+ options?: __HttpHandlerOptions
2464
+ ): Promise<DeleteHubContentReferenceCommandOutput>;
2465
+ deleteHubContentReference(
2466
+ args: DeleteHubContentReferenceCommandInput,
2467
+ cb: (err: any, data?: DeleteHubContentReferenceCommandOutput) => void
2468
+ ): void;
2469
+ deleteHubContentReference(
2470
+ args: DeleteHubContentReferenceCommandInput,
2471
+ options: __HttpHandlerOptions,
2472
+ cb: (err: any, data?: DeleteHubContentReferenceCommandOutput) => void
2473
+ ): void;
2376
2474
  deleteHumanTaskUi(
2377
2475
  args: DeleteHumanTaskUiCommandInput,
2378
2476
  options?: __HttpHandlerOptions
@@ -2451,6 +2549,19 @@ export interface SageMaker {
2451
2549
  options: __HttpHandlerOptions,
2452
2550
  cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void
2453
2551
  ): void;
2552
+ deleteMlflowTrackingServer(
2553
+ args: DeleteMlflowTrackingServerCommandInput,
2554
+ options?: __HttpHandlerOptions
2555
+ ): Promise<DeleteMlflowTrackingServerCommandOutput>;
2556
+ deleteMlflowTrackingServer(
2557
+ args: DeleteMlflowTrackingServerCommandInput,
2558
+ cb: (err: any, data?: DeleteMlflowTrackingServerCommandOutput) => void
2559
+ ): void;
2560
+ deleteMlflowTrackingServer(
2561
+ args: DeleteMlflowTrackingServerCommandInput,
2562
+ options: __HttpHandlerOptions,
2563
+ cb: (err: any, data?: DeleteMlflowTrackingServerCommandOutput) => void
2564
+ ): void;
2454
2565
  deleteModel(
2455
2566
  args: DeleteModelCommandInput,
2456
2567
  options?: __HttpHandlerOptions
@@ -3210,6 +3321,19 @@ export interface SageMaker {
3210
3321
  options: __HttpHandlerOptions,
3211
3322
  cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void
3212
3323
  ): void;
3324
+ describeMlflowTrackingServer(
3325
+ args: DescribeMlflowTrackingServerCommandInput,
3326
+ options?: __HttpHandlerOptions
3327
+ ): Promise<DescribeMlflowTrackingServerCommandOutput>;
3328
+ describeMlflowTrackingServer(
3329
+ args: DescribeMlflowTrackingServerCommandInput,
3330
+ cb: (err: any, data?: DescribeMlflowTrackingServerCommandOutput) => void
3331
+ ): void;
3332
+ describeMlflowTrackingServer(
3333
+ args: DescribeMlflowTrackingServerCommandInput,
3334
+ options: __HttpHandlerOptions,
3335
+ cb: (err: any, data?: DescribeMlflowTrackingServerCommandOutput) => void
3336
+ ): void;
3213
3337
  describeModel(
3214
3338
  args: DescribeModelCommandInput,
3215
3339
  options?: __HttpHandlerOptions
@@ -4273,6 +4397,20 @@ export interface SageMaker {
4273
4397
  options: __HttpHandlerOptions,
4274
4398
  cb: (err: any, data?: ListLineageGroupsCommandOutput) => void
4275
4399
  ): void;
4400
+ listMlflowTrackingServers(): Promise<ListMlflowTrackingServersCommandOutput>;
4401
+ listMlflowTrackingServers(
4402
+ args: ListMlflowTrackingServersCommandInput,
4403
+ options?: __HttpHandlerOptions
4404
+ ): Promise<ListMlflowTrackingServersCommandOutput>;
4405
+ listMlflowTrackingServers(
4406
+ args: ListMlflowTrackingServersCommandInput,
4407
+ cb: (err: any, data?: ListMlflowTrackingServersCommandOutput) => void
4408
+ ): void;
4409
+ listMlflowTrackingServers(
4410
+ args: ListMlflowTrackingServersCommandInput,
4411
+ options: __HttpHandlerOptions,
4412
+ cb: (err: any, data?: ListMlflowTrackingServersCommandOutput) => void
4413
+ ): void;
4276
4414
  listModelBiasJobDefinitions(): Promise<ListModelBiasJobDefinitionsCommandOutput>;
4277
4415
  listModelBiasJobDefinitions(
4278
4416
  args: ListModelBiasJobDefinitionsCommandInput,
@@ -4924,6 +5062,19 @@ export interface SageMaker {
4924
5062
  options: __HttpHandlerOptions,
4925
5063
  cb: (err: any, data?: StartInferenceExperimentCommandOutput) => void
4926
5064
  ): void;
5065
+ startMlflowTrackingServer(
5066
+ args: StartMlflowTrackingServerCommandInput,
5067
+ options?: __HttpHandlerOptions
5068
+ ): Promise<StartMlflowTrackingServerCommandOutput>;
5069
+ startMlflowTrackingServer(
5070
+ args: StartMlflowTrackingServerCommandInput,
5071
+ cb: (err: any, data?: StartMlflowTrackingServerCommandOutput) => void
5072
+ ): void;
5073
+ startMlflowTrackingServer(
5074
+ args: StartMlflowTrackingServerCommandInput,
5075
+ options: __HttpHandlerOptions,
5076
+ cb: (err: any, data?: StartMlflowTrackingServerCommandOutput) => void
5077
+ ): void;
4927
5078
  startMonitoringSchedule(
4928
5079
  args: StartMonitoringScheduleCommandInput,
4929
5080
  options?: __HttpHandlerOptions
@@ -5067,6 +5218,19 @@ export interface SageMaker {
5067
5218
  options: __HttpHandlerOptions,
5068
5219
  cb: (err: any, data?: StopLabelingJobCommandOutput) => void
5069
5220
  ): void;
5221
+ stopMlflowTrackingServer(
5222
+ args: StopMlflowTrackingServerCommandInput,
5223
+ options?: __HttpHandlerOptions
5224
+ ): Promise<StopMlflowTrackingServerCommandOutput>;
5225
+ stopMlflowTrackingServer(
5226
+ args: StopMlflowTrackingServerCommandInput,
5227
+ cb: (err: any, data?: StopMlflowTrackingServerCommandOutput) => void
5228
+ ): void;
5229
+ stopMlflowTrackingServer(
5230
+ args: StopMlflowTrackingServerCommandInput,
5231
+ options: __HttpHandlerOptions,
5232
+ cb: (err: any, data?: StopMlflowTrackingServerCommandOutput) => void
5233
+ ): void;
5070
5234
  stopMonitoringSchedule(
5071
5235
  args: StopMonitoringScheduleCommandInput,
5072
5236
  options?: __HttpHandlerOptions
@@ -5430,6 +5594,19 @@ export interface SageMaker {
5430
5594
  options: __HttpHandlerOptions,
5431
5595
  cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void
5432
5596
  ): void;
5597
+ updateMlflowTrackingServer(
5598
+ args: UpdateMlflowTrackingServerCommandInput,
5599
+ options?: __HttpHandlerOptions
5600
+ ): Promise<UpdateMlflowTrackingServerCommandOutput>;
5601
+ updateMlflowTrackingServer(
5602
+ args: UpdateMlflowTrackingServerCommandInput,
5603
+ cb: (err: any, data?: UpdateMlflowTrackingServerCommandOutput) => void
5604
+ ): void;
5605
+ updateMlflowTrackingServer(
5606
+ args: UpdateMlflowTrackingServerCommandInput,
5607
+ options: __HttpHandlerOptions,
5608
+ cb: (err: any, data?: UpdateMlflowTrackingServerCommandOutput) => void
5609
+ ): void;
5433
5610
  updateModelCard(
5434
5611
  args: UpdateModelCardCommandInput,
5435
5612
  options?: __HttpHandlerOptions