@aws-sdk/client-sagemaker 3.1033.0 → 3.1034.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 (201) hide show
  1. package/README.md +98 -0
  2. package/dist-cjs/index.js +317 -8
  3. package/dist-cjs/schemas/schemas_0.js +718 -214
  4. package/dist-es/SageMaker.js +34 -0
  5. package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
  6. package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
  7. package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
  8. package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
  9. package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
  10. package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
  11. package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
  12. package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
  13. package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
  14. package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
  15. package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
  16. package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
  17. package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
  18. package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
  19. package/dist-es/commands/index.js +14 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/enums.js +99 -8
  22. package/dist-es/models/models_5.js +1 -0
  23. package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
  24. package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
  25. package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
  26. package/dist-es/pagination/index.js +3 -0
  27. package/dist-es/schemas/schemas_0.js +679 -177
  28. package/dist-types/SageMaker.d.ts +122 -0
  29. package/dist-types/SageMakerClient.d.ts +16 -2
  30. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
  31. package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
  32. package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
  33. package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
  34. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
  36. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  41. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
  43. package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
  44. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
  45. package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
  46. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  47. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  48. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  49. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  50. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  51. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
  55. package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
  56. package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
  57. package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
  58. package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
  59. package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
  60. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
  61. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
  72. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
  78. package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
  79. package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
  81. package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
  82. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
  83. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  85. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  86. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  87. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  90. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  93. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  94. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  95. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
  96. package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
  98. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  99. package/dist-types/commands/SearchCommand.d.ts +27 -35
  100. package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
  101. package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
  102. package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
  103. package/dist-types/commands/index.d.ts +14 -0
  104. package/dist-types/index.d.ts +1 -0
  105. package/dist-types/models/enums.d.ts +187 -16
  106. package/dist-types/models/models_0.d.ts +3225 -3460
  107. package/dist-types/models/models_1.d.ts +3498 -3293
  108. package/dist-types/models/models_2.d.ts +3410 -4095
  109. package/dist-types/models/models_3.d.ts +4524 -4193
  110. package/dist-types/models/models_4.d.ts +1679 -76
  111. package/dist-types/models/models_5.d.ts +74 -0
  112. package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
  113. package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
  114. package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
  115. package/dist-types/pagination/index.d.ts +3 -0
  116. package/dist-types/schemas/schemas_0.d.ts +74 -0
  117. package/dist-types/ts3.4/SageMaker.d.ts +262 -0
  118. package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
  119. package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
  131. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
  141. package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
  142. package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
  143. package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
  144. package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
  145. package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
  164. package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
  166. package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
  167. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  188. package/dist-types/ts3.4/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/enums.d.ts +123 -12
  190. package/dist-types/ts3.4/models/models_0.d.ts +218 -242
  191. package/dist-types/ts3.4/models/models_1.d.ts +296 -217
  192. package/dist-types/ts3.4/models/models_2.d.ts +303 -488
  193. package/dist-types/ts3.4/models/models_3.d.ts +535 -426
  194. package/dist-types/ts3.4/models/models_4.d.ts +431 -42
  195. package/dist-types/ts3.4/models/models_5.d.ts +24 -0
  196. package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  200. package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
  201. package/package.json +19 -19
@@ -84,6 +84,18 @@ import {
84
84
  CreateActionCommandInput,
85
85
  CreateActionCommandOutput,
86
86
  } from "./commands/CreateActionCommand";
87
+ import {
88
+ CreateAIBenchmarkJobCommandInput,
89
+ CreateAIBenchmarkJobCommandOutput,
90
+ } from "./commands/CreateAIBenchmarkJobCommand";
91
+ import {
92
+ CreateAIRecommendationJobCommandInput,
93
+ CreateAIRecommendationJobCommandOutput,
94
+ } from "./commands/CreateAIRecommendationJobCommand";
95
+ import {
96
+ CreateAIWorkloadConfigCommandInput,
97
+ CreateAIWorkloadConfigCommandOutput,
98
+ } from "./commands/CreateAIWorkloadConfigCommand";
87
99
  import {
88
100
  CreateAlgorithmCommandInput,
89
101
  CreateAlgorithmCommandOutput,
@@ -356,6 +368,18 @@ import {
356
368
  DeleteActionCommandInput,
357
369
  DeleteActionCommandOutput,
358
370
  } from "./commands/DeleteActionCommand";
371
+ import {
372
+ DeleteAIBenchmarkJobCommandInput,
373
+ DeleteAIBenchmarkJobCommandOutput,
374
+ } from "./commands/DeleteAIBenchmarkJobCommand";
375
+ import {
376
+ DeleteAIRecommendationJobCommandInput,
377
+ DeleteAIRecommendationJobCommandOutput,
378
+ } from "./commands/DeleteAIRecommendationJobCommand";
379
+ import {
380
+ DeleteAIWorkloadConfigCommandInput,
381
+ DeleteAIWorkloadConfigCommandOutput,
382
+ } from "./commands/DeleteAIWorkloadConfigCommand";
359
383
  import {
360
384
  DeleteAlgorithmCommandInput,
361
385
  DeleteAlgorithmCommandOutput,
@@ -592,6 +616,18 @@ import {
592
616
  DescribeActionCommandInput,
593
617
  DescribeActionCommandOutput,
594
618
  } from "./commands/DescribeActionCommand";
619
+ import {
620
+ DescribeAIBenchmarkJobCommandInput,
621
+ DescribeAIBenchmarkJobCommandOutput,
622
+ } from "./commands/DescribeAIBenchmarkJobCommand";
623
+ import {
624
+ DescribeAIRecommendationJobCommandInput,
625
+ DescribeAIRecommendationJobCommandOutput,
626
+ } from "./commands/DescribeAIRecommendationJobCommand";
627
+ import {
628
+ DescribeAIWorkloadConfigCommandInput,
629
+ DescribeAIWorkloadConfigCommandOutput,
630
+ } from "./commands/DescribeAIWorkloadConfigCommand";
595
631
  import {
596
632
  DescribeAlgorithmCommandInput,
597
633
  DescribeAlgorithmCommandOutput,
@@ -924,6 +960,18 @@ import {
924
960
  ListActionsCommandInput,
925
961
  ListActionsCommandOutput,
926
962
  } from "./commands/ListActionsCommand";
963
+ import {
964
+ ListAIBenchmarkJobsCommandInput,
965
+ ListAIBenchmarkJobsCommandOutput,
966
+ } from "./commands/ListAIBenchmarkJobsCommand";
967
+ import {
968
+ ListAIRecommendationJobsCommandInput,
969
+ ListAIRecommendationJobsCommandOutput,
970
+ } from "./commands/ListAIRecommendationJobsCommand";
971
+ import {
972
+ ListAIWorkloadConfigsCommandInput,
973
+ ListAIWorkloadConfigsCommandOutput,
974
+ } from "./commands/ListAIWorkloadConfigsCommand";
927
975
  import {
928
976
  ListAlgorithmsCommandInput,
929
977
  ListAlgorithmsCommandOutput,
@@ -1328,6 +1376,14 @@ import {
1328
1376
  StartSessionCommandInput,
1329
1377
  StartSessionCommandOutput,
1330
1378
  } from "./commands/StartSessionCommand";
1379
+ import {
1380
+ StopAIBenchmarkJobCommandInput,
1381
+ StopAIBenchmarkJobCommandOutput,
1382
+ } from "./commands/StopAIBenchmarkJobCommand";
1383
+ import {
1384
+ StopAIRecommendationJobCommandInput,
1385
+ StopAIRecommendationJobCommandOutput,
1386
+ } from "./commands/StopAIRecommendationJobCommand";
1331
1387
  import {
1332
1388
  StopAutoMLJobCommandInput,
1333
1389
  StopAutoMLJobCommandOutput,
@@ -1589,6 +1645,9 @@ export type ServiceInputTypes =
1589
1645
  | BatchDescribeModelPackageCommandInput
1590
1646
  | BatchRebootClusterNodesCommandInput
1591
1647
  | BatchReplaceClusterNodesCommandInput
1648
+ | CreateAIBenchmarkJobCommandInput
1649
+ | CreateAIRecommendationJobCommandInput
1650
+ | CreateAIWorkloadConfigCommandInput
1592
1651
  | CreateActionCommandInput
1593
1652
  | CreateAlgorithmCommandInput
1594
1653
  | CreateAppCommandInput
@@ -1657,6 +1716,9 @@ export type ServiceInputTypes =
1657
1716
  | CreateUserProfileCommandInput
1658
1717
  | CreateWorkforceCommandInput
1659
1718
  | CreateWorkteamCommandInput
1719
+ | DeleteAIBenchmarkJobCommandInput
1720
+ | DeleteAIRecommendationJobCommandInput
1721
+ | DeleteAIWorkloadConfigCommandInput
1660
1722
  | DeleteActionCommandInput
1661
1723
  | DeleteAlgorithmCommandInput
1662
1724
  | DeleteAppCommandInput
@@ -1716,6 +1778,9 @@ export type ServiceInputTypes =
1716
1778
  | DeleteWorkforceCommandInput
1717
1779
  | DeleteWorkteamCommandInput
1718
1780
  | DeregisterDevicesCommandInput
1781
+ | DescribeAIBenchmarkJobCommandInput
1782
+ | DescribeAIRecommendationJobCommandInput
1783
+ | DescribeAIWorkloadConfigCommandInput
1719
1784
  | DescribeActionCommandInput
1720
1785
  | DescribeAlgorithmCommandInput
1721
1786
  | DescribeAppCommandInput
@@ -1799,6 +1864,9 @@ export type ServiceInputTypes =
1799
1864
  | GetScalingConfigurationRecommendationCommandInput
1800
1865
  | GetSearchSuggestionsCommandInput
1801
1866
  | ImportHubContentCommandInput
1867
+ | ListAIBenchmarkJobsCommandInput
1868
+ | ListAIRecommendationJobsCommandInput
1869
+ | ListAIWorkloadConfigsCommandInput
1802
1870
  | ListActionsCommandInput
1803
1871
  | ListAlgorithmsCommandInput
1804
1872
  | ListAliasesCommandInput
@@ -1901,6 +1969,8 @@ export type ServiceInputTypes =
1901
1969
  | StartNotebookInstanceCommandInput
1902
1970
  | StartPipelineExecutionCommandInput
1903
1971
  | StartSessionCommandInput
1972
+ | StopAIBenchmarkJobCommandInput
1973
+ | StopAIRecommendationJobCommandInput
1904
1974
  | StopAutoMLJobCommandInput
1905
1975
  | StopCompilationJobCommandInput
1906
1976
  | StopEdgeDeploymentStageCommandInput
@@ -1972,6 +2042,9 @@ export type ServiceOutputTypes =
1972
2042
  | BatchDescribeModelPackageCommandOutput
1973
2043
  | BatchRebootClusterNodesCommandOutput
1974
2044
  | BatchReplaceClusterNodesCommandOutput
2045
+ | CreateAIBenchmarkJobCommandOutput
2046
+ | CreateAIRecommendationJobCommandOutput
2047
+ | CreateAIWorkloadConfigCommandOutput
1975
2048
  | CreateActionCommandOutput
1976
2049
  | CreateAlgorithmCommandOutput
1977
2050
  | CreateAppCommandOutput
@@ -2040,6 +2113,9 @@ export type ServiceOutputTypes =
2040
2113
  | CreateUserProfileCommandOutput
2041
2114
  | CreateWorkforceCommandOutput
2042
2115
  | CreateWorkteamCommandOutput
2116
+ | DeleteAIBenchmarkJobCommandOutput
2117
+ | DeleteAIRecommendationJobCommandOutput
2118
+ | DeleteAIWorkloadConfigCommandOutput
2043
2119
  | DeleteActionCommandOutput
2044
2120
  | DeleteAlgorithmCommandOutput
2045
2121
  | DeleteAppCommandOutput
@@ -2099,6 +2175,9 @@ export type ServiceOutputTypes =
2099
2175
  | DeleteWorkforceCommandOutput
2100
2176
  | DeleteWorkteamCommandOutput
2101
2177
  | DeregisterDevicesCommandOutput
2178
+ | DescribeAIBenchmarkJobCommandOutput
2179
+ | DescribeAIRecommendationJobCommandOutput
2180
+ | DescribeAIWorkloadConfigCommandOutput
2102
2181
  | DescribeActionCommandOutput
2103
2182
  | DescribeAlgorithmCommandOutput
2104
2183
  | DescribeAppCommandOutput
@@ -2182,6 +2261,9 @@ export type ServiceOutputTypes =
2182
2261
  | GetScalingConfigurationRecommendationCommandOutput
2183
2262
  | GetSearchSuggestionsCommandOutput
2184
2263
  | ImportHubContentCommandOutput
2264
+ | ListAIBenchmarkJobsCommandOutput
2265
+ | ListAIRecommendationJobsCommandOutput
2266
+ | ListAIWorkloadConfigsCommandOutput
2185
2267
  | ListActionsCommandOutput
2186
2268
  | ListAlgorithmsCommandOutput
2187
2269
  | ListAliasesCommandOutput
@@ -2284,6 +2366,8 @@ export type ServiceOutputTypes =
2284
2366
  | StartNotebookInstanceCommandOutput
2285
2367
  | StartPipelineExecutionCommandOutput
2286
2368
  | StartSessionCommandOutput
2369
+ | StopAIBenchmarkJobCommandOutput
2370
+ | StopAIRecommendationJobCommandOutput
2287
2371
  | StopAutoMLJobCommandOutput
2288
2372
  | StopCompilationJobCommandOutput
2289
2373
  | StopEdgeDeploymentStageCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateAIBenchmarkJobRequest,
5
+ CreateAIBenchmarkJobResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAIBenchmarkJobCommandInput
15
+ extends CreateAIBenchmarkJobRequest {}
16
+ export interface CreateAIBenchmarkJobCommandOutput
17
+ extends CreateAIBenchmarkJobResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAIBenchmarkJobCommand_base: {
20
+ new (
21
+ input: CreateAIBenchmarkJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAIBenchmarkJobCommandInput,
24
+ CreateAIBenchmarkJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAIBenchmarkJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAIBenchmarkJobCommandInput,
33
+ CreateAIBenchmarkJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAIBenchmarkJobCommand extends CreateAIBenchmarkJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAIBenchmarkJobRequest;
44
+ output: CreateAIBenchmarkJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAIBenchmarkJobCommandInput;
48
+ output: CreateAIBenchmarkJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateAIRecommendationJobRequest,
5
+ CreateAIRecommendationJobResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAIRecommendationJobCommandInput
15
+ extends CreateAIRecommendationJobRequest {}
16
+ export interface CreateAIRecommendationJobCommandOutput
17
+ extends CreateAIRecommendationJobResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAIRecommendationJobCommand_base: {
20
+ new (
21
+ input: CreateAIRecommendationJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAIRecommendationJobCommandInput,
24
+ CreateAIRecommendationJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAIRecommendationJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAIRecommendationJobCommandInput,
33
+ CreateAIRecommendationJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAIRecommendationJobCommand extends CreateAIRecommendationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAIRecommendationJobRequest;
44
+ output: CreateAIRecommendationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAIRecommendationJobCommandInput;
48
+ output: CreateAIRecommendationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateAIWorkloadConfigRequest,
5
+ CreateAIWorkloadConfigResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAIWorkloadConfigCommandInput
15
+ extends CreateAIWorkloadConfigRequest {}
16
+ export interface CreateAIWorkloadConfigCommandOutput
17
+ extends CreateAIWorkloadConfigResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAIWorkloadConfigCommand_base: {
20
+ new (
21
+ input: CreateAIWorkloadConfigCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAIWorkloadConfigCommandInput,
24
+ CreateAIWorkloadConfigCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAIWorkloadConfigCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAIWorkloadConfigCommandInput,
33
+ CreateAIWorkloadConfigCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAIWorkloadConfigCommand extends CreateAIWorkloadConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAIWorkloadConfigRequest;
44
+ output: CreateAIWorkloadConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAIWorkloadConfigCommandInput;
48
+ output: CreateAIWorkloadConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateActionRequest, CreateActionResponse } from "../models/models_0";
3
+ import { CreateActionRequest, CreateActionResponse } from "../models/models_1";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAlgorithmInput,
5
5
  CreateAlgorithmOutput,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
3
+ import { CreateAppRequest, CreateAppResponse } from "../models/models_1";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAppImageConfigRequest,
5
5
  CreateAppImageConfigResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateArtifactRequest,
5
5
  CreateArtifactResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAutoMLJobRequest,
5
5
  CreateAutoMLJobResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAutoMLJobV2Request,
5
5
  CreateAutoMLJobV2Response,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateClusterRequest,
5
5
  CreateClusterResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateClusterSchedulerConfigRequest } from "../models/models_0";
4
- import { CreateClusterSchedulerConfigResponse } from "../models/models_1";
3
+ import {
4
+ CreateClusterSchedulerConfigRequest,
5
+ CreateClusterSchedulerConfigResponse,
6
+ } from "../models/models_1";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePartnerAppRequest,
5
5
  CreatePartnerAppResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePartnerAppPresignedUrlRequest,
5
5
  CreatePartnerAppPresignedUrlResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePipelineRequest,
5
5
  CreatePipelineResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePresignedDomainUrlRequest,
5
5
  CreatePresignedDomainUrlResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePresignedMlflowAppUrlRequest,
5
5
  CreatePresignedMlflowAppUrlResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePresignedMlflowTrackingServerUrlRequest,
5
5
  CreatePresignedMlflowTrackingServerUrlResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePresignedNotebookInstanceUrlInput,
5
5
  CreatePresignedNotebookInstanceUrlOutput,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateProcessingJobRequest,
5
5
  CreateProcessingJobResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_2";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateProjectInput, CreateProjectOutput } from "../models/models_1";
3
+ import { CreateProjectInput, CreateProjectOutput } from "../models/models_2";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteAIBenchmarkJobRequest,
5
+ DeleteAIBenchmarkJobResponse,
6
+ } from "../models/models_2";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAIBenchmarkJobCommandInput
15
+ extends DeleteAIBenchmarkJobRequest {}
16
+ export interface DeleteAIBenchmarkJobCommandOutput
17
+ extends DeleteAIBenchmarkJobResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteAIBenchmarkJobCommand_base: {
20
+ new (
21
+ input: DeleteAIBenchmarkJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteAIBenchmarkJobCommandInput,
24
+ DeleteAIBenchmarkJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteAIBenchmarkJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteAIBenchmarkJobCommandInput,
33
+ DeleteAIBenchmarkJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteAIBenchmarkJobCommand extends DeleteAIBenchmarkJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAIBenchmarkJobRequest;
44
+ output: DeleteAIBenchmarkJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteAIBenchmarkJobCommandInput;
48
+ output: DeleteAIBenchmarkJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteAIRecommendationJobRequest,
5
+ DeleteAIRecommendationJobResponse,
6
+ } from "../models/models_2";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAIRecommendationJobCommandInput
15
+ extends DeleteAIRecommendationJobRequest {}
16
+ export interface DeleteAIRecommendationJobCommandOutput
17
+ extends DeleteAIRecommendationJobResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteAIRecommendationJobCommand_base: {
20
+ new (
21
+ input: DeleteAIRecommendationJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteAIRecommendationJobCommandInput,
24
+ DeleteAIRecommendationJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteAIRecommendationJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteAIRecommendationJobCommandInput,
33
+ DeleteAIRecommendationJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteAIRecommendationJobCommand extends DeleteAIRecommendationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAIRecommendationJobRequest;
44
+ output: DeleteAIRecommendationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteAIRecommendationJobCommandInput;
48
+ output: DeleteAIRecommendationJobCommandOutput;
49
+ };
50
+ };
51
+ }