@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
@@ -26,6 +26,7 @@ import { CreateExperimentCommand, } from "./commands/CreateExperimentCommand";
26
26
  import { CreateFeatureGroupCommand, } from "./commands/CreateFeatureGroupCommand";
27
27
  import { CreateFlowDefinitionCommand, } from "./commands/CreateFlowDefinitionCommand";
28
28
  import { CreateHubCommand } from "./commands/CreateHubCommand";
29
+ import { CreateHubContentReferenceCommand, } from "./commands/CreateHubContentReferenceCommand";
29
30
  import { CreateHumanTaskUiCommand, } from "./commands/CreateHumanTaskUiCommand";
30
31
  import { CreateHyperParameterTuningJobCommand, } from "./commands/CreateHyperParameterTuningJobCommand";
31
32
  import { CreateImageCommand } from "./commands/CreateImageCommand";
@@ -34,6 +35,7 @@ import { CreateInferenceComponentCommand, } from "./commands/CreateInferenceComp
34
35
  import { CreateInferenceExperimentCommand, } from "./commands/CreateInferenceExperimentCommand";
35
36
  import { CreateInferenceRecommendationsJobCommand, } from "./commands/CreateInferenceRecommendationsJobCommand";
36
37
  import { CreateLabelingJobCommand, } from "./commands/CreateLabelingJobCommand";
38
+ import { CreateMlflowTrackingServerCommand, } from "./commands/CreateMlflowTrackingServerCommand";
37
39
  import { CreateModelBiasJobDefinitionCommand, } from "./commands/CreateModelBiasJobDefinitionCommand";
38
40
  import { CreateModelCardCommand, } from "./commands/CreateModelCardCommand";
39
41
  import { CreateModelCardExportJobCommand, } from "./commands/CreateModelCardExportJobCommand";
@@ -47,6 +49,7 @@ import { CreateNotebookInstanceCommand, } from "./commands/CreateNotebookInstanc
47
49
  import { CreateNotebookInstanceLifecycleConfigCommand, } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
48
50
  import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
49
51
  import { CreatePresignedDomainUrlCommand, } from "./commands/CreatePresignedDomainUrlCommand";
52
+ import { CreatePresignedMlflowTrackingServerUrlCommand, } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
50
53
  import { CreatePresignedNotebookInstanceUrlCommand, } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
51
54
  import { CreateProcessingJobCommand, } from "./commands/CreateProcessingJobCommand";
52
55
  import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
@@ -81,12 +84,14 @@ import { DeleteFeatureGroupCommand, } from "./commands/DeleteFeatureGroupCommand
81
84
  import { DeleteFlowDefinitionCommand, } from "./commands/DeleteFlowDefinitionCommand";
82
85
  import { DeleteHubCommand } from "./commands/DeleteHubCommand";
83
86
  import { DeleteHubContentCommand, } from "./commands/DeleteHubContentCommand";
87
+ import { DeleteHubContentReferenceCommand, } from "./commands/DeleteHubContentReferenceCommand";
84
88
  import { DeleteHumanTaskUiCommand, } from "./commands/DeleteHumanTaskUiCommand";
85
89
  import { DeleteHyperParameterTuningJobCommand, } from "./commands/DeleteHyperParameterTuningJobCommand";
86
90
  import { DeleteImageCommand } from "./commands/DeleteImageCommand";
87
91
  import { DeleteImageVersionCommand, } from "./commands/DeleteImageVersionCommand";
88
92
  import { DeleteInferenceComponentCommand, } from "./commands/DeleteInferenceComponentCommand";
89
93
  import { DeleteInferenceExperimentCommand, } from "./commands/DeleteInferenceExperimentCommand";
94
+ import { DeleteMlflowTrackingServerCommand, } from "./commands/DeleteMlflowTrackingServerCommand";
90
95
  import { DeleteModelBiasJobDefinitionCommand, } from "./commands/DeleteModelBiasJobDefinitionCommand";
91
96
  import { DeleteModelCardCommand, } from "./commands/DeleteModelCardCommand";
92
97
  import { DeleteModelCommand } from "./commands/DeleteModelCommand";
@@ -144,6 +149,7 @@ import { DescribeInferenceExperimentCommand, } from "./commands/DescribeInferenc
144
149
  import { DescribeInferenceRecommendationsJobCommand, } from "./commands/DescribeInferenceRecommendationsJobCommand";
145
150
  import { DescribeLabelingJobCommand, } from "./commands/DescribeLabelingJobCommand";
146
151
  import { DescribeLineageGroupCommand, } from "./commands/DescribeLineageGroupCommand";
152
+ import { DescribeMlflowTrackingServerCommand, } from "./commands/DescribeMlflowTrackingServerCommand";
147
153
  import { DescribeModelBiasJobDefinitionCommand, } from "./commands/DescribeModelBiasJobDefinitionCommand";
148
154
  import { DescribeModelCardCommand, } from "./commands/DescribeModelCardCommand";
149
155
  import { DescribeModelCardExportJobCommand, } from "./commands/DescribeModelCardExportJobCommand";
@@ -219,6 +225,7 @@ import { ListInferenceRecommendationsJobStepsCommand, } from "./commands/ListInf
219
225
  import { ListLabelingJobsCommand, } from "./commands/ListLabelingJobsCommand";
220
226
  import { ListLabelingJobsForWorkteamCommand, } from "./commands/ListLabelingJobsForWorkteamCommand";
221
227
  import { ListLineageGroupsCommand, } from "./commands/ListLineageGroupsCommand";
228
+ import { ListMlflowTrackingServersCommand, } from "./commands/ListMlflowTrackingServersCommand";
222
229
  import { ListModelBiasJobDefinitionsCommand, } from "./commands/ListModelBiasJobDefinitionsCommand";
223
230
  import { ListModelCardExportJobsCommand, } from "./commands/ListModelCardExportJobsCommand";
224
231
  import { ListModelCardsCommand, } from "./commands/ListModelCardsCommand";
@@ -265,6 +272,7 @@ import { SendPipelineExecutionStepFailureCommand, } from "./commands/SendPipelin
265
272
  import { SendPipelineExecutionStepSuccessCommand, } from "./commands/SendPipelineExecutionStepSuccessCommand";
266
273
  import { StartEdgeDeploymentStageCommand, } from "./commands/StartEdgeDeploymentStageCommand";
267
274
  import { StartInferenceExperimentCommand, } from "./commands/StartInferenceExperimentCommand";
275
+ import { StartMlflowTrackingServerCommand, } from "./commands/StartMlflowTrackingServerCommand";
268
276
  import { StartMonitoringScheduleCommand, } from "./commands/StartMonitoringScheduleCommand";
269
277
  import { StartNotebookInstanceCommand, } from "./commands/StartNotebookInstanceCommand";
270
278
  import { StartPipelineExecutionCommand, } from "./commands/StartPipelineExecutionCommand";
@@ -276,6 +284,7 @@ import { StopHyperParameterTuningJobCommand, } from "./commands/StopHyperParamet
276
284
  import { StopInferenceExperimentCommand, } from "./commands/StopInferenceExperimentCommand";
277
285
  import { StopInferenceRecommendationsJobCommand, } from "./commands/StopInferenceRecommendationsJobCommand";
278
286
  import { StopLabelingJobCommand, } from "./commands/StopLabelingJobCommand";
287
+ import { StopMlflowTrackingServerCommand, } from "./commands/StopMlflowTrackingServerCommand";
279
288
  import { StopMonitoringScheduleCommand, } from "./commands/StopMonitoringScheduleCommand";
280
289
  import { StopNotebookInstanceCommand, } from "./commands/StopNotebookInstanceCommand";
281
290
  import { StopPipelineExecutionCommand, } from "./commands/StopPipelineExecutionCommand";
@@ -303,6 +312,7 @@ import { UpdateImageVersionCommand, } from "./commands/UpdateImageVersionCommand
303
312
  import { UpdateInferenceComponentCommand, } from "./commands/UpdateInferenceComponentCommand";
304
313
  import { UpdateInferenceComponentRuntimeConfigCommand, } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
305
314
  import { UpdateInferenceExperimentCommand, } from "./commands/UpdateInferenceExperimentCommand";
315
+ import { UpdateMlflowTrackingServerCommand, } from "./commands/UpdateMlflowTrackingServerCommand";
306
316
  import { UpdateModelCardCommand, } from "./commands/UpdateModelCardCommand";
307
317
  import { UpdateModelPackageCommand, } from "./commands/UpdateModelPackageCommand";
308
318
  import { UpdateMonitoringAlertCommand, } from "./commands/UpdateMonitoringAlertCommand";
@@ -348,6 +358,7 @@ const commands = {
348
358
  CreateFeatureGroupCommand,
349
359
  CreateFlowDefinitionCommand,
350
360
  CreateHubCommand,
361
+ CreateHubContentReferenceCommand,
351
362
  CreateHumanTaskUiCommand,
352
363
  CreateHyperParameterTuningJobCommand,
353
364
  CreateImageCommand,
@@ -356,6 +367,7 @@ const commands = {
356
367
  CreateInferenceExperimentCommand,
357
368
  CreateInferenceRecommendationsJobCommand,
358
369
  CreateLabelingJobCommand,
370
+ CreateMlflowTrackingServerCommand,
359
371
  CreateModelCommand,
360
372
  CreateModelBiasJobDefinitionCommand,
361
373
  CreateModelCardCommand,
@@ -369,6 +381,7 @@ const commands = {
369
381
  CreateNotebookInstanceLifecycleConfigCommand,
370
382
  CreatePipelineCommand,
371
383
  CreatePresignedDomainUrlCommand,
384
+ CreatePresignedMlflowTrackingServerUrlCommand,
372
385
  CreatePresignedNotebookInstanceUrlCommand,
373
386
  CreateProcessingJobCommand,
374
387
  CreateProjectCommand,
@@ -403,12 +416,14 @@ const commands = {
403
416
  DeleteFlowDefinitionCommand,
404
417
  DeleteHubCommand,
405
418
  DeleteHubContentCommand,
419
+ DeleteHubContentReferenceCommand,
406
420
  DeleteHumanTaskUiCommand,
407
421
  DeleteHyperParameterTuningJobCommand,
408
422
  DeleteImageCommand,
409
423
  DeleteImageVersionCommand,
410
424
  DeleteInferenceComponentCommand,
411
425
  DeleteInferenceExperimentCommand,
426
+ DeleteMlflowTrackingServerCommand,
412
427
  DeleteModelCommand,
413
428
  DeleteModelBiasJobDefinitionCommand,
414
429
  DeleteModelCardCommand,
@@ -466,6 +481,7 @@ const commands = {
466
481
  DescribeInferenceRecommendationsJobCommand,
467
482
  DescribeLabelingJobCommand,
468
483
  DescribeLineageGroupCommand,
484
+ DescribeMlflowTrackingServerCommand,
469
485
  DescribeModelCommand,
470
486
  DescribeModelBiasJobDefinitionCommand,
471
487
  DescribeModelCardCommand,
@@ -541,6 +557,7 @@ const commands = {
541
557
  ListLabelingJobsCommand,
542
558
  ListLabelingJobsForWorkteamCommand,
543
559
  ListLineageGroupsCommand,
560
+ ListMlflowTrackingServersCommand,
544
561
  ListModelBiasJobDefinitionsCommand,
545
562
  ListModelCardExportJobsCommand,
546
563
  ListModelCardsCommand,
@@ -587,6 +604,7 @@ const commands = {
587
604
  SendPipelineExecutionStepSuccessCommand,
588
605
  StartEdgeDeploymentStageCommand,
589
606
  StartInferenceExperimentCommand,
607
+ StartMlflowTrackingServerCommand,
590
608
  StartMonitoringScheduleCommand,
591
609
  StartNotebookInstanceCommand,
592
610
  StartPipelineExecutionCommand,
@@ -598,6 +616,7 @@ const commands = {
598
616
  StopInferenceExperimentCommand,
599
617
  StopInferenceRecommendationsJobCommand,
600
618
  StopLabelingJobCommand,
619
+ StopMlflowTrackingServerCommand,
601
620
  StopMonitoringScheduleCommand,
602
621
  StopNotebookInstanceCommand,
603
622
  StopPipelineExecutionCommand,
@@ -625,6 +644,7 @@ const commands = {
625
644
  UpdateInferenceComponentCommand,
626
645
  UpdateInferenceComponentRuntimeConfigCommand,
627
646
  UpdateInferenceExperimentCommand,
647
+ UpdateMlflowTrackingServerCommand,
628
648
  UpdateModelCardCommand,
629
649
  UpdateModelPackageCommand,
630
650
  UpdateMonitoringAlertCommand,
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateHubContentReferenceCommand, se_CreateHubContentReferenceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class CreateHubContentReferenceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "CreateHubContentReference", {})
19
+ .n("SageMakerClient", "CreateHubContentReferenceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateHubContentReferenceCommand)
22
+ .de(de_CreateHubContentReferenceCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateMlflowTrackingServerCommand, se_CreateMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class CreateMlflowTrackingServerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "CreateMlflowTrackingServer", {})
19
+ .n("SageMakerClient", "CreateMlflowTrackingServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateMlflowTrackingServerCommand)
22
+ .de(de_CreateMlflowTrackingServerCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreatePresignedMlflowTrackingServerUrlCommand, se_CreatePresignedMlflowTrackingServerUrlCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class CreatePresignedMlflowTrackingServerUrlCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "CreatePresignedMlflowTrackingServerUrl", {})
19
+ .n("SageMakerClient", "CreatePresignedMlflowTrackingServerUrlCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreatePresignedMlflowTrackingServerUrlCommand)
22
+ .de(de_CreatePresignedMlflowTrackingServerUrlCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteHubContentReferenceCommand, se_DeleteHubContentReferenceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DeleteHubContentReferenceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "DeleteHubContentReference", {})
19
+ .n("SageMakerClient", "DeleteHubContentReferenceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteHubContentReferenceCommand)
22
+ .de(de_DeleteHubContentReferenceCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteMlflowTrackingServerCommand, se_DeleteMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DeleteMlflowTrackingServerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "DeleteMlflowTrackingServer", {})
19
+ .n("SageMakerClient", "DeleteMlflowTrackingServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteMlflowTrackingServerCommand)
22
+ .de(de_DeleteMlflowTrackingServerCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeMlflowTrackingServerCommand, se_DescribeMlflowTrackingServerCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DescribeMlflowTrackingServerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "DescribeMlflowTrackingServer", {})
19
+ .n("SageMakerClient", "DescribeMlflowTrackingServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeMlflowTrackingServerCommand)
22
+ .de(de_DescribeMlflowTrackingServerCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListMlflowTrackingServersCommand, se_ListMlflowTrackingServersCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class ListMlflowTrackingServersCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "ListMlflowTrackingServers", {})
19
+ .n("SageMakerClient", "ListMlflowTrackingServersCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListMlflowTrackingServersCommand)
22
+ .de(de_ListMlflowTrackingServersCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_StartMlflowTrackingServerCommand, se_StartMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class StartMlflowTrackingServerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "StartMlflowTrackingServer", {})
19
+ .n("SageMakerClient", "StartMlflowTrackingServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartMlflowTrackingServerCommand)
22
+ .de(de_StartMlflowTrackingServerCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_StopMlflowTrackingServerCommand, se_StopMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class StopMlflowTrackingServerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "StopMlflowTrackingServer", {})
19
+ .n("SageMakerClient", "StopMlflowTrackingServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopMlflowTrackingServerCommand)
22
+ .de(de_StopMlflowTrackingServerCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateMlflowTrackingServerCommand, se_UpdateMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdateMlflowTrackingServerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "UpdateMlflowTrackingServer", {})
19
+ .n("SageMakerClient", "UpdateMlflowTrackingServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateMlflowTrackingServerCommand)
22
+ .de(de_UpdateMlflowTrackingServerCommand)
23
+ .build() {
24
+ }
@@ -25,6 +25,7 @@ export * from "./CreateExperimentCommand";
25
25
  export * from "./CreateFeatureGroupCommand";
26
26
  export * from "./CreateFlowDefinitionCommand";
27
27
  export * from "./CreateHubCommand";
28
+ export * from "./CreateHubContentReferenceCommand";
28
29
  export * from "./CreateHumanTaskUiCommand";
29
30
  export * from "./CreateHyperParameterTuningJobCommand";
30
31
  export * from "./CreateImageCommand";
@@ -33,6 +34,7 @@ export * from "./CreateInferenceComponentCommand";
33
34
  export * from "./CreateInferenceExperimentCommand";
34
35
  export * from "./CreateInferenceRecommendationsJobCommand";
35
36
  export * from "./CreateLabelingJobCommand";
37
+ export * from "./CreateMlflowTrackingServerCommand";
36
38
  export * from "./CreateModelBiasJobDefinitionCommand";
37
39
  export * from "./CreateModelCardCommand";
38
40
  export * from "./CreateModelCardExportJobCommand";
@@ -46,6 +48,7 @@ export * from "./CreateNotebookInstanceCommand";
46
48
  export * from "./CreateNotebookInstanceLifecycleConfigCommand";
47
49
  export * from "./CreatePipelineCommand";
48
50
  export * from "./CreatePresignedDomainUrlCommand";
51
+ export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
49
52
  export * from "./CreatePresignedNotebookInstanceUrlCommand";
50
53
  export * from "./CreateProcessingJobCommand";
51
54
  export * from "./CreateProjectCommand";
@@ -80,12 +83,14 @@ export * from "./DeleteFeatureGroupCommand";
80
83
  export * from "./DeleteFlowDefinitionCommand";
81
84
  export * from "./DeleteHubCommand";
82
85
  export * from "./DeleteHubContentCommand";
86
+ export * from "./DeleteHubContentReferenceCommand";
83
87
  export * from "./DeleteHumanTaskUiCommand";
84
88
  export * from "./DeleteHyperParameterTuningJobCommand";
85
89
  export * from "./DeleteImageCommand";
86
90
  export * from "./DeleteImageVersionCommand";
87
91
  export * from "./DeleteInferenceComponentCommand";
88
92
  export * from "./DeleteInferenceExperimentCommand";
93
+ export * from "./DeleteMlflowTrackingServerCommand";
89
94
  export * from "./DeleteModelBiasJobDefinitionCommand";
90
95
  export * from "./DeleteModelCardCommand";
91
96
  export * from "./DeleteModelCommand";
@@ -143,6 +148,7 @@ export * from "./DescribeInferenceExperimentCommand";
143
148
  export * from "./DescribeInferenceRecommendationsJobCommand";
144
149
  export * from "./DescribeLabelingJobCommand";
145
150
  export * from "./DescribeLineageGroupCommand";
151
+ export * from "./DescribeMlflowTrackingServerCommand";
146
152
  export * from "./DescribeModelBiasJobDefinitionCommand";
147
153
  export * from "./DescribeModelCardCommand";
148
154
  export * from "./DescribeModelCardExportJobCommand";
@@ -218,6 +224,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
218
224
  export * from "./ListLabelingJobsCommand";
219
225
  export * from "./ListLabelingJobsForWorkteamCommand";
220
226
  export * from "./ListLineageGroupsCommand";
227
+ export * from "./ListMlflowTrackingServersCommand";
221
228
  export * from "./ListModelBiasJobDefinitionsCommand";
222
229
  export * from "./ListModelCardExportJobsCommand";
223
230
  export * from "./ListModelCardVersionsCommand";
@@ -264,6 +271,7 @@ export * from "./SendPipelineExecutionStepFailureCommand";
264
271
  export * from "./SendPipelineExecutionStepSuccessCommand";
265
272
  export * from "./StartEdgeDeploymentStageCommand";
266
273
  export * from "./StartInferenceExperimentCommand";
274
+ export * from "./StartMlflowTrackingServerCommand";
267
275
  export * from "./StartMonitoringScheduleCommand";
268
276
  export * from "./StartNotebookInstanceCommand";
269
277
  export * from "./StartPipelineExecutionCommand";
@@ -275,6 +283,7 @@ export * from "./StopHyperParameterTuningJobCommand";
275
283
  export * from "./StopInferenceExperimentCommand";
276
284
  export * from "./StopInferenceRecommendationsJobCommand";
277
285
  export * from "./StopLabelingJobCommand";
286
+ export * from "./StopMlflowTrackingServerCommand";
278
287
  export * from "./StopMonitoringScheduleCommand";
279
288
  export * from "./StopNotebookInstanceCommand";
280
289
  export * from "./StopPipelineExecutionCommand";
@@ -302,6 +311,7 @@ export * from "./UpdateImageVersionCommand";
302
311
  export * from "./UpdateInferenceComponentCommand";
303
312
  export * from "./UpdateInferenceComponentRuntimeConfigCommand";
304
313
  export * from "./UpdateInferenceExperimentCommand";
314
+ export * from "./UpdateMlflowTrackingServerCommand";
305
315
  export * from "./UpdateModelCardCommand";
306
316
  export * from "./UpdateModelPackageCommand";
307
317
  export * from "./UpdateMonitoringAlertCommand";
@@ -1024,6 +1024,14 @@ export const ClarifyTextLanguage = {
1024
1024
  URDU: "ur",
1025
1025
  YORUBA: "yo",
1026
1026
  };
1027
+ export var ClusterInstanceStorageConfig;
1028
+ (function (ClusterInstanceStorageConfig) {
1029
+ ClusterInstanceStorageConfig.visit = (value, visitor) => {
1030
+ if (value.EbsVolumeConfig !== undefined)
1031
+ return visitor.EbsVolumeConfig(value.EbsVolumeConfig);
1032
+ return visitor._(value.$unknown[0], value.$unknown[1]);
1033
+ };
1034
+ })(ClusterInstanceStorageConfig || (ClusterInstanceStorageConfig = {}));
1027
1035
  export const ClusterInstanceType = {
1028
1036
  ML_C5N_18XLARGE: "ml.c5n.18xlarge",
1029
1037
  ML_C5N_2XLARGE: "ml.c5n.2xlarge",
@@ -1236,14 +1244,3 @@ export class ResourceInUse extends __BaseException {
1236
1244
  this.Message = opts.Message;
1237
1245
  }
1238
1246
  }
1239
- export const Framework = {
1240
- DARKNET: "DARKNET",
1241
- KERAS: "KERAS",
1242
- MXNET: "MXNET",
1243
- ONNX: "ONNX",
1244
- PYTORCH: "PYTORCH",
1245
- SKLEARN: "SKLEARN",
1246
- TENSORFLOW: "TENSORFLOW",
1247
- TFLITE: "TFLITE",
1248
- XGBOOST: "XGBOOST",
1249
- };
@@ -1,4 +1,15 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const Framework = {
3
+ DARKNET: "DARKNET",
4
+ KERAS: "KERAS",
5
+ MXNET: "MXNET",
6
+ ONNX: "ONNX",
7
+ PYTORCH: "PYTORCH",
8
+ SKLEARN: "SKLEARN",
9
+ TENSORFLOW: "TENSORFLOW",
10
+ TFLITE: "TFLITE",
11
+ XGBOOST: "XGBOOST",
12
+ };
2
13
  export const ProcessingS3UploadMode = {
3
14
  CONTINUOUS: "Continuous",
4
15
  END_OF_JOB: "EndOfJob",
@@ -354,6 +365,11 @@ export const FlatInvocations = {
354
365
  CONTINUE: "Continue",
355
366
  STOP: "Stop",
356
367
  };
368
+ export const TrackingServerSize = {
369
+ L: "Large",
370
+ M: "Medium",
371
+ S: "Small",
372
+ };
357
373
  export const InferenceExecutionMode = {
358
374
  DIRECT: "Direct",
359
375
  SERIAL: "Serial",
@@ -422,18 +438,6 @@ export const ProcessingS3DataType = {
422
438
  MANIFEST_FILE: "ManifestFile",
423
439
  S3_PREFIX: "S3Prefix",
424
440
  };
425
- export var CustomFileSystem;
426
- (function (CustomFileSystem) {
427
- CustomFileSystem.visit = (value, visitor) => {
428
- if (value.EFSFileSystem !== undefined)
429
- return visitor.EFSFileSystem(value.EFSFileSystem);
430
- return visitor._(value.$unknown[0], value.$unknown[1]);
431
- };
432
- })(CustomFileSystem || (CustomFileSystem = {}));
433
- export const SharingType = {
434
- Private: "Private",
435
- Shared: "Shared",
436
- };
437
441
  export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
438
442
  ...obj,
439
443
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,5 +1,17 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
+ export var CustomFileSystem;
4
+ (function (CustomFileSystem) {
5
+ CustomFileSystem.visit = (value, visitor) => {
6
+ if (value.EFSFileSystem !== undefined)
7
+ return visitor.EFSFileSystem(value.EFSFileSystem);
8
+ return visitor._(value.$unknown[0], value.$unknown[1]);
9
+ };
10
+ })(CustomFileSystem || (CustomFileSystem = {}));
11
+ export const SharingType = {
12
+ Private: "Private",
13
+ Shared: "Shared",
14
+ };
3
15
  export const StudioLifecycleConfigAppType = {
4
16
  CodeEditor: "CodeEditor",
5
17
  JupyterLab: "JupyterLab",
@@ -56,6 +68,7 @@ export const RetentionType = {
56
68
  };
57
69
  export const HubContentType = {
58
70
  MODEL: "Model",
71
+ MODEL_REFERENCE: "ModelReference",
59
72
  NOTEBOOK: "Notebook",
60
73
  };
61
74
  export const RecommendationStatus = {
@@ -152,6 +165,10 @@ export const HubContentStatus = {
152
165
  IMPORTING: "Importing",
153
166
  IMPORT_FAILED: "ImportFailed",
154
167
  };
168
+ export const HubContentSupportStatus = {
169
+ DEPRECATED: "Deprecated",
170
+ SUPPORTED: "Supported",
171
+ };
155
172
  export const HumanTaskUiStatus = {
156
173
  ACTIVE: "Active",
157
174
  DELETING: "Deleting",
@@ -230,6 +247,29 @@ export const LabelingJobStatus = {
230
247
  STOPPED: "Stopped",
231
248
  STOPPING: "Stopping",
232
249
  };
250
+ export const IsTrackingServerActive = {
251
+ ACTIVE: "Active",
252
+ INACTIVE: "Inactive",
253
+ };
254
+ export const TrackingServerStatus = {
255
+ CREATED: "Created",
256
+ CREATE_FAILED: "CreateFailed",
257
+ CREATING: "Creating",
258
+ DELETE_FAILED: "DeleteFailed",
259
+ DELETING: "Deleting",
260
+ MAINTENANCE_COMPLETE: "MaintenanceComplete",
261
+ MAINTENANCE_FAILED: "MaintenanceFailed",
262
+ MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
263
+ STARTED: "Started",
264
+ STARTING: "Starting",
265
+ START_FAILED: "StartFailed",
266
+ STOPPED: "Stopped",
267
+ STOPPING: "Stopping",
268
+ STOP_FAILED: "StopFailed",
269
+ UPDATED: "Updated",
270
+ UPDATE_FAILED: "UpdateFailed",
271
+ UPDATING: "Updating",
272
+ };
233
273
  export const ModelCardProcessingStatus = {
234
274
  CONTENT_DELETED: "ContentDeleted",
235
275
  DELETE_COMPLETED: "DeleteCompleted",
@@ -266,32 +306,6 @@ export const ExecutionStatus = {
266
306
  STOPPED: "Stopped",
267
307
  STOPPING: "Stopping",
268
308
  };
269
- export const ScheduleStatus = {
270
- FAILED: "Failed",
271
- PENDING: "Pending",
272
- SCHEDULED: "Scheduled",
273
- STOPPED: "Stopped",
274
- };
275
- export const NotebookInstanceStatus = {
276
- Deleting: "Deleting",
277
- Failed: "Failed",
278
- InService: "InService",
279
- Pending: "Pending",
280
- Stopped: "Stopped",
281
- Stopping: "Stopping",
282
- Updating: "Updating",
283
- };
284
- export const PipelineStatus = {
285
- ACTIVE: "Active",
286
- DELETING: "Deleting",
287
- };
288
- export const PipelineExecutionStatus = {
289
- EXECUTING: "Executing",
290
- FAILED: "Failed",
291
- STOPPED: "Stopped",
292
- STOPPING: "Stopping",
293
- SUCCEEDED: "Succeeded",
294
- };
295
309
  export const OidcConfigFilterSensitiveLog = (obj) => ({
296
310
  ...obj,
297
311
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),