@aws-sdk/client-sagemaker 3.696.0 → 3.706.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 (278) hide show
  1. package/README.md +160 -0
  2. package/dist-cjs/index.js +1603 -179
  3. package/dist-es/SageMaker.js +40 -0
  4. package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
  5. package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
  6. package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
  7. package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
  8. package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
  9. package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
  10. package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
  11. package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
  12. package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
  13. package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
  14. package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
  15. package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
  16. package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
  17. package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
  18. package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
  19. package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
  20. package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
  21. package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
  22. package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
  23. package/dist-es/commands/UpdateModelCardCommand.js +1 -1
  24. package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
  25. package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
  26. package/dist-es/commands/index.js +20 -0
  27. package/dist-es/models/models_0.js +68 -10
  28. package/dist-es/models/models_1.js +21 -54
  29. package/dist-es/models/models_2.js +67 -66
  30. package/dist-es/models/models_3.js +111 -43
  31. package/dist-es/models/models_4.js +55 -13
  32. package/dist-es/models/models_5.js +15 -0
  33. package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
  34. package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
  35. package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
  36. package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
  37. package/dist-es/pagination/index.js +4 -0
  38. package/dist-es/protocols/Aws_json1_1.js +912 -14
  39. package/dist-types/SageMaker.d.ts +144 -0
  40. package/dist-types/SageMakerClient.d.ts +22 -2
  41. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -4
  44. package/dist-types/commands/CreateClusterCommand.d.ts +13 -4
  45. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
  46. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
  47. package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
  48. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
  50. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -1
  51. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
  53. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +7 -2
  56. package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
  57. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
  58. package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
  59. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
  60. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
  61. package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
  62. package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
  63. package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
  64. package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
  65. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -4
  66. package/dist-types/commands/DescribeClusterCommand.d.ts +15 -4
  67. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -1
  68. package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
  69. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
  70. package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
  71. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -2
  72. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
  73. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
  75. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +2 -1
  78. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -4
  80. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
  82. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +6 -0
  83. package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
  84. package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
  85. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
  86. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
  87. package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
  88. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  89. package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
  90. package/dist-types/commands/ListClustersCommand.d.ts +4 -0
  91. package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
  92. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
  93. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  96. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  99. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  101. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  102. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
  103. package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
  104. package/dist-types/commands/ListHubsCommand.d.ts +1 -1
  105. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  106. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  107. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  109. package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
  110. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  111. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +2 -2
  112. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  113. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  115. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
  117. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
  118. package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
  119. package/dist-types/commands/SearchCommand.d.ts +13 -11
  120. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
  121. package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
  122. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateClusterCommand.d.ts +11 -2
  125. package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
  126. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
  129. package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
  133. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
  136. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
  137. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +2 -1
  142. package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
  143. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
  145. package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateModelPackageCommand.d.ts +3 -3
  147. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  149. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
  152. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  155. package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
  156. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  157. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  158. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  159. package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
  160. package/dist-types/commands/index.d.ts +20 -0
  161. package/dist-types/models/models_0.d.ts +413 -285
  162. package/dist-types/models/models_1.d.ts +521 -553
  163. package/dist-types/models/models_2.d.ts +4313 -4644
  164. package/dist-types/models/models_3.d.ts +5924 -5713
  165. package/dist-types/models/models_4.d.ts +5364 -4886
  166. package/dist-types/models/models_5.d.ts +1796 -5
  167. package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
  168. package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
  169. package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
  170. package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
  171. package/dist-types/pagination/index.d.ts +4 -0
  172. package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
  173. package/dist-types/ts3.4/SageMaker.d.ts +344 -0
  174. package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
  175. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +4 -2
  181. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
  182. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
  185. package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
  186. package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
  187. package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
  190. package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
  196. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
  200. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
  225. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
  226. package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
  227. package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
  228. package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
  232. package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
  235. package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
  258. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  266. package/dist-types/ts3.4/models/models_0.d.ts +127 -76
  267. package/dist-types/ts3.4/models/models_1.d.ts +145 -160
  268. package/dist-types/ts3.4/models/models_2.d.ts +292 -324
  269. package/dist-types/ts3.4/models/models_3.d.ts +483 -425
  270. package/dist-types/ts3.4/models/models_4.d.ts +551 -397
  271. package/dist-types/ts3.4/models/models_5.d.ts +461 -3
  272. package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
  273. package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
  274. package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
  275. package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  277. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
  278. package/package.json +4 -4
@@ -0,0 +1,22 @@
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_UpdateClusterSchedulerConfigCommand, se_UpdateClusterSchedulerConfigCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdateClusterSchedulerConfigCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "UpdateClusterSchedulerConfig", {})
17
+ .n("SageMakerClient", "UpdateClusterSchedulerConfigCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateClusterSchedulerConfigCommand)
20
+ .de(de_UpdateClusterSchedulerConfigCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
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_UpdateComputeQuotaCommand, se_UpdateComputeQuotaCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdateComputeQuotaCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "UpdateComputeQuota", {})
17
+ .n("SageMakerClient", "UpdateComputeQuotaCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateComputeQuotaCommand)
20
+ .de(de_UpdateComputeQuotaCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateModelCardRequestFilterSensitiveLog, } from "../models/models_4";
5
+ import { UpdateModelCardRequestFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_UpdateModelCardCommand, se_UpdateModelCardCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class UpdateModelCardCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateModelPackageInputFilterSensitiveLog, } from "../models/models_4";
5
+ import { UpdateModelPackageInputFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_UpdateModelPackageCommand, se_UpdateModelPackageCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class UpdateModelPackageCommand extends $Command
@@ -0,0 +1,22 @@
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_UpdatePartnerAppCommand, se_UpdatePartnerAppCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdatePartnerAppCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "UpdatePartnerApp", {})
17
+ .n("SageMakerClient", "UpdatePartnerAppCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdatePartnerAppCommand)
20
+ .de(de_UpdatePartnerAppCommand)
21
+ .build() {
22
+ }
@@ -11,8 +11,10 @@ export * from "./CreateArtifactCommand";
11
11
  export * from "./CreateAutoMLJobCommand";
12
12
  export * from "./CreateAutoMLJobV2Command";
13
13
  export * from "./CreateClusterCommand";
14
+ export * from "./CreateClusterSchedulerConfigCommand";
14
15
  export * from "./CreateCodeRepositoryCommand";
15
16
  export * from "./CreateCompilationJobCommand";
17
+ export * from "./CreateComputeQuotaCommand";
16
18
  export * from "./CreateContextCommand";
17
19
  export * from "./CreateDataQualityJobDefinitionCommand";
18
20
  export * from "./CreateDeviceFleetCommand";
@@ -48,6 +50,8 @@ export * from "./CreateMonitoringScheduleCommand";
48
50
  export * from "./CreateNotebookInstanceCommand";
49
51
  export * from "./CreateNotebookInstanceLifecycleConfigCommand";
50
52
  export * from "./CreateOptimizationJobCommand";
53
+ export * from "./CreatePartnerAppCommand";
54
+ export * from "./CreatePartnerAppPresignedUrlCommand";
51
55
  export * from "./CreatePipelineCommand";
52
56
  export * from "./CreatePresignedDomainUrlCommand";
53
57
  export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
@@ -57,6 +61,7 @@ export * from "./CreateProjectCommand";
57
61
  export * from "./CreateSpaceCommand";
58
62
  export * from "./CreateStudioLifecycleConfigCommand";
59
63
  export * from "./CreateTrainingJobCommand";
64
+ export * from "./CreateTrainingPlanCommand";
60
65
  export * from "./CreateTransformJobCommand";
61
66
  export * from "./CreateTrialCommand";
62
67
  export * from "./CreateTrialComponentCommand";
@@ -70,8 +75,10 @@ export * from "./DeleteAppImageConfigCommand";
70
75
  export * from "./DeleteArtifactCommand";
71
76
  export * from "./DeleteAssociationCommand";
72
77
  export * from "./DeleteClusterCommand";
78
+ export * from "./DeleteClusterSchedulerConfigCommand";
73
79
  export * from "./DeleteCodeRepositoryCommand";
74
80
  export * from "./DeleteCompilationJobCommand";
81
+ export * from "./DeleteComputeQuotaCommand";
75
82
  export * from "./DeleteContextCommand";
76
83
  export * from "./DeleteDataQualityJobDefinitionCommand";
77
84
  export * from "./DeleteDeviceFleetCommand";
@@ -105,6 +112,7 @@ export * from "./DeleteMonitoringScheduleCommand";
105
112
  export * from "./DeleteNotebookInstanceCommand";
106
113
  export * from "./DeleteNotebookInstanceLifecycleConfigCommand";
107
114
  export * from "./DeleteOptimizationJobCommand";
115
+ export * from "./DeletePartnerAppCommand";
108
116
  export * from "./DeletePipelineCommand";
109
117
  export * from "./DeleteProjectCommand";
110
118
  export * from "./DeleteSpaceCommand";
@@ -125,8 +133,10 @@ export * from "./DescribeAutoMLJobCommand";
125
133
  export * from "./DescribeAutoMLJobV2Command";
126
134
  export * from "./DescribeClusterCommand";
127
135
  export * from "./DescribeClusterNodeCommand";
136
+ export * from "./DescribeClusterSchedulerConfigCommand";
128
137
  export * from "./DescribeCodeRepositoryCommand";
129
138
  export * from "./DescribeCompilationJobCommand";
139
+ export * from "./DescribeComputeQuotaCommand";
130
140
  export * from "./DescribeContextCommand";
131
141
  export * from "./DescribeDataQualityJobDefinitionCommand";
132
142
  export * from "./DescribeDeviceCommand";
@@ -164,6 +174,7 @@ export * from "./DescribeMonitoringScheduleCommand";
164
174
  export * from "./DescribeNotebookInstanceCommand";
165
175
  export * from "./DescribeNotebookInstanceLifecycleConfigCommand";
166
176
  export * from "./DescribeOptimizationJobCommand";
177
+ export * from "./DescribePartnerAppCommand";
167
178
  export * from "./DescribePipelineCommand";
168
179
  export * from "./DescribePipelineDefinitionForExecutionCommand";
169
180
  export * from "./DescribePipelineExecutionCommand";
@@ -173,6 +184,7 @@ export * from "./DescribeSpaceCommand";
173
184
  export * from "./DescribeStudioLifecycleConfigCommand";
174
185
  export * from "./DescribeSubscribedWorkteamCommand";
175
186
  export * from "./DescribeTrainingJobCommand";
187
+ export * from "./DescribeTrainingPlanCommand";
176
188
  export * from "./DescribeTransformJobCommand";
177
189
  export * from "./DescribeTrialCommand";
178
190
  export * from "./DescribeTrialComponentCommand";
@@ -199,9 +211,11 @@ export * from "./ListAssociationsCommand";
199
211
  export * from "./ListAutoMLJobsCommand";
200
212
  export * from "./ListCandidatesForAutoMLJobCommand";
201
213
  export * from "./ListClusterNodesCommand";
214
+ export * from "./ListClusterSchedulerConfigsCommand";
202
215
  export * from "./ListClustersCommand";
203
216
  export * from "./ListCodeRepositoriesCommand";
204
217
  export * from "./ListCompilationJobsCommand";
218
+ export * from "./ListComputeQuotasCommand";
205
219
  export * from "./ListContextsCommand";
206
220
  export * from "./ListDataQualityJobDefinitionsCommand";
207
221
  export * from "./ListDeviceFleetsCommand";
@@ -246,6 +260,7 @@ export * from "./ListMonitoringSchedulesCommand";
246
260
  export * from "./ListNotebookInstanceLifecycleConfigsCommand";
247
261
  export * from "./ListNotebookInstancesCommand";
248
262
  export * from "./ListOptimizationJobsCommand";
263
+ export * from "./ListPartnerAppsCommand";
249
264
  export * from "./ListPipelineExecutionStepsCommand";
250
265
  export * from "./ListPipelineExecutionsCommand";
251
266
  export * from "./ListPipelineParametersForExecutionCommand";
@@ -260,6 +275,7 @@ export * from "./ListSubscribedWorkteamsCommand";
260
275
  export * from "./ListTagsCommand";
261
276
  export * from "./ListTrainingJobsCommand";
262
277
  export * from "./ListTrainingJobsForHyperParameterTuningJobCommand";
278
+ export * from "./ListTrainingPlansCommand";
263
279
  export * from "./ListTransformJobsCommand";
264
280
  export * from "./ListTrialComponentsCommand";
265
281
  export * from "./ListTrialsCommand";
@@ -272,6 +288,7 @@ export * from "./RegisterDevicesCommand";
272
288
  export * from "./RenderUiTemplateCommand";
273
289
  export * from "./RetryPipelineExecutionCommand";
274
290
  export * from "./SearchCommand";
291
+ export * from "./SearchTrainingPlanOfferingsCommand";
275
292
  export * from "./SendPipelineExecutionStepFailureCommand";
276
293
  export * from "./SendPipelineExecutionStepSuccessCommand";
277
294
  export * from "./StartEdgeDeploymentStageCommand";
@@ -300,8 +317,10 @@ export * from "./UpdateActionCommand";
300
317
  export * from "./UpdateAppImageConfigCommand";
301
318
  export * from "./UpdateArtifactCommand";
302
319
  export * from "./UpdateClusterCommand";
320
+ export * from "./UpdateClusterSchedulerConfigCommand";
303
321
  export * from "./UpdateClusterSoftwareCommand";
304
322
  export * from "./UpdateCodeRepositoryCommand";
323
+ export * from "./UpdateComputeQuotaCommand";
305
324
  export * from "./UpdateContextCommand";
306
325
  export * from "./UpdateDeviceFleetCommand";
307
326
  export * from "./UpdateDevicesCommand";
@@ -324,6 +343,7 @@ export * from "./UpdateMonitoringAlertCommand";
324
343
  export * from "./UpdateMonitoringScheduleCommand";
325
344
  export * from "./UpdateNotebookInstanceCommand";
326
345
  export * from "./UpdateNotebookInstanceLifecycleConfigCommand";
346
+ export * from "./UpdatePartnerAppCommand";
327
347
  export * from "./UpdatePipelineCommand";
328
348
  export * from "./UpdatePipelineExecutionCommand";
329
349
  export * from "./UpdateProjectCommand";
@@ -7,6 +7,10 @@ export const ActionStatus = {
7
7
  STOPPING: "Stopping",
8
8
  UNKNOWN: "Unknown",
9
9
  };
10
+ export const ActivationState = {
11
+ DISABLED: "Disabled",
12
+ ENABLED: "Enabled",
13
+ };
10
14
  export const AssociationEdgeType = {
11
15
  ASSOCIATED_WITH: "AssociatedWith",
12
16
  CONTRIBUTED_TO: "ContributedTo",
@@ -135,6 +139,14 @@ export const ProductionVariantInstanceType = {
135
139
  ML_G5_4XLARGE: "ml.g5.4xlarge",
136
140
  ML_G5_8XLARGE: "ml.g5.8xlarge",
137
141
  ML_G5_XLARGE: "ml.g5.xlarge",
142
+ ML_G6E_12XLARGE: "ml.g6e.12xlarge",
143
+ ML_G6E_16XLARGE: "ml.g6e.16xlarge",
144
+ ML_G6E_24XLARGE: "ml.g6e.24xlarge",
145
+ ML_G6E_2XLARGE: "ml.g6e.2xlarge",
146
+ ML_G6E_48XLARGE: "ml.g6e.48xlarge",
147
+ ML_G6E_4XLARGE: "ml.g6e.4xlarge",
148
+ ML_G6E_8XLARGE: "ml.g6e.8xlarge",
149
+ ML_G6E_XLARGE: "ml.g6e.xlarge",
138
150
  ML_G6_12XLARGE: "ml.g6.12xlarge",
139
151
  ML_G6_16XLARGE: "ml.g6.16xlarge",
140
152
  ML_G6_24XLARGE: "ml.g6.24xlarge",
@@ -182,6 +194,15 @@ export const ProductionVariantInstanceType = {
182
194
  ML_M6G_8XLARGE: "ml.m6g.8xlarge",
183
195
  ML_M6G_LARGE: "ml.m6g.large",
184
196
  ML_M6G_XLARGE: "ml.m6g.xlarge",
197
+ ML_M6I_12XLARGE: "ml.m6i.12xlarge",
198
+ ML_M6I_16XLARGE: "ml.m6i.16xlarge",
199
+ ML_M6I_24XLARGE: "ml.m6i.24xlarge",
200
+ ML_M6I_2XLARGE: "ml.m6i.2xlarge",
201
+ ML_M6I_32XLARGE: "ml.m6i.32xlarge",
202
+ ML_M6I_4XLARGE: "ml.m6i.4xlarge",
203
+ ML_M6I_8XLARGE: "ml.m6i.8xlarge",
204
+ ML_M6I_LARGE: "ml.m6i.large",
205
+ ML_M6I_XLARGE: "ml.m6i.xlarge",
185
206
  ML_M7I_12XLARGE: "ml.m7i.12xlarge",
186
207
  ML_M7I_16XLARGE: "ml.m7i.16xlarge",
187
208
  ML_M7I_24XLARGE: "ml.m7i.24xlarge",
@@ -199,6 +220,7 @@ export const ProductionVariantInstanceType = {
199
220
  ML_P3_8XLARGE: "ml.p3.8xlarge",
200
221
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
201
222
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
223
+ ML_P5E_48XLARGE: "ml.p5e.48xlarge",
202
224
  ML_P5_48XLARGE: "ml.p5.48xlarge",
203
225
  ML_R5D_12XLARGE: "ml.r5d.12xlarge",
204
226
  ML_R5D_24XLARGE: "ml.r5d.24xlarge",
@@ -226,6 +248,15 @@ export const ProductionVariantInstanceType = {
226
248
  ML_R6G_8XLARGE: "ml.r6g.8xlarge",
227
249
  ML_R6G_LARGE: "ml.r6g.large",
228
250
  ML_R6G_XLARGE: "ml.r6g.xlarge",
251
+ ML_R6I_12XLARGE: "ml.r6i.12xlarge",
252
+ ML_R6I_16XLARGE: "ml.r6i.16xlarge",
253
+ ML_R6I_24XLARGE: "ml.r6i.24xlarge",
254
+ ML_R6I_2XLARGE: "ml.r6i.2xlarge",
255
+ ML_R6I_32XLARGE: "ml.r6i.32xlarge",
256
+ ML_R6I_4XLARGE: "ml.r6i.4xlarge",
257
+ ML_R6I_8XLARGE: "ml.r6i.8xlarge",
258
+ ML_R6I_LARGE: "ml.r6i.large",
259
+ ML_R6I_XLARGE: "ml.r6i.xlarge",
229
260
  ML_R7I_12XLARGE: "ml.r7i.12xlarge",
230
261
  ML_R7I_16XLARGE: "ml.r7i.16xlarge",
231
262
  ML_R7I_24XLARGE: "ml.r7i.24xlarge",
@@ -242,6 +273,7 @@ export const ProductionVariantInstanceType = {
242
273
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
243
274
  ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
244
275
  ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
276
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge",
245
277
  };
246
278
  export const TransformInstanceType = {
247
279
  ML_C4_2XLARGE: "ml.c4.2xlarge",
@@ -483,6 +515,7 @@ export const TrainingInstanceType = {
483
515
  ML_P3_8XLARGE: "ml.p3.8xlarge",
484
516
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
485
517
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
518
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
486
519
  ML_P5E_48XLARGE: "ml.p5e.48xlarge",
487
520
  ML_P5_48XLARGE: "ml.p5.48xlarge",
488
521
  ML_R5D_12XLARGE: "ml.r5d.12xlarge",
@@ -508,6 +541,7 @@ export const TrainingInstanceType = {
508
541
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
509
542
  ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
510
543
  ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
544
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge",
511
545
  };
512
546
  export const BatchStrategy = {
513
547
  MULTI_RECORD: "MultiRecord",
@@ -1145,6 +1179,7 @@ export const ClusterInstanceType = {
1145
1179
  ML_M5_XLARGE: "ml.m5.xlarge",
1146
1180
  ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
1147
1181
  ML_P4D_24XLARGE: "ml.p4d.24xlarge",
1182
+ ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
1148
1183
  ML_P5E_48XLARGE: "ml.p5e.48xlarge",
1149
1184
  ML_P5_48XLARGE: "ml.p5.48xlarge",
1150
1185
  ML_T3_2XLARGE: "ml.t3.2xlarge",
@@ -1153,11 +1188,21 @@ export const ClusterInstanceType = {
1153
1188
  ML_T3_XLARGE: "ml.t3.xlarge",
1154
1189
  ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
1155
1190
  ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
1191
+ ML_TRN2_48XLARGE: "ml.trn2.48xlarge",
1156
1192
  };
1157
1193
  export const DeepHealthCheckType = {
1158
1194
  INSTANCE_CONNECTIVITY: "InstanceConnectivity",
1159
1195
  INSTANCE_STRESS: "InstanceStress",
1160
1196
  };
1197
+ export const InstanceGroupStatus = {
1198
+ CREATING: "Creating",
1199
+ DEGRADED: "Degraded",
1200
+ DELETING: "Deleting",
1201
+ FAILED: "Failed",
1202
+ INSERVICE: "InService",
1203
+ SYSTEMUPDATING: "SystemUpdating",
1204
+ UPDATING: "Updating",
1205
+ };
1161
1206
  export const ClusterInstanceStatus = {
1162
1207
  DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress",
1163
1208
  FAILURE: "Failure",
@@ -1170,6 +1215,20 @@ export const ClusterNodeRecovery = {
1170
1215
  AUTOMATIC: "Automatic",
1171
1216
  NONE: "None",
1172
1217
  };
1218
+ export const SchedulerResourceStatus = {
1219
+ CREATED: "Created",
1220
+ CREATE_FAILED: "CreateFailed",
1221
+ CREATE_ROLLBACK_FAILED: "CreateRollbackFailed",
1222
+ CREATING: "Creating",
1223
+ DELETED: "Deleted",
1224
+ DELETE_FAILED: "DeleteFailed",
1225
+ DELETE_ROLLBACK_FAILED: "DeleteRollbackFailed",
1226
+ DELETING: "Deleting",
1227
+ UPDATED: "Updated",
1228
+ UPDATE_FAILED: "UpdateFailed",
1229
+ UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed",
1230
+ UPDATING: "Updating",
1231
+ };
1173
1232
  export const ClusterSortBy = {
1174
1233
  CREATION_TIME: "CREATION_TIME",
1175
1234
  NAME: "NAME",
@@ -1273,6 +1332,15 @@ export const CompleteOnConvergence = {
1273
1332
  DISABLED: "Disabled",
1274
1333
  ENABLED: "Enabled",
1275
1334
  };
1335
+ export const PreemptTeamTasks = {
1336
+ LOWERPRIORITY: "LowerPriority",
1337
+ NEVER: "Never",
1338
+ };
1339
+ export const ResourceSharingStrategy = {
1340
+ DONTLEND: "DontLend",
1341
+ LEND: "Lend",
1342
+ LENDANDBORROW: "LendAndBorrow",
1343
+ };
1276
1344
  export const ConditionOutcome = {
1277
1345
  FALSE: "False",
1278
1346
  TRUE: "True",
@@ -1312,13 +1380,3 @@ export const HyperParameterScalingType = {
1312
1380
  LOGARITHMIC: "Logarithmic",
1313
1381
  REVERSE_LOGARITHMIC: "ReverseLogarithmic",
1314
1382
  };
1315
- export const ParameterType = {
1316
- CATEGORICAL: "Categorical",
1317
- CONTINUOUS: "Continuous",
1318
- FREE_TEXT: "FreeText",
1319
- INTEGER: "Integer",
1320
- };
1321
- export const HyperParameterTuningJobObjectiveType = {
1322
- MAXIMIZE: "Maximize",
1323
- MINIMIZE: "Minimize",
1324
- };
@@ -1,5 +1,15 @@
1
1
  import { SENSITIVE_STRING, } from "@smithy/smithy-client";
2
2
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
3
+ export const ParameterType = {
4
+ CATEGORICAL: "Categorical",
5
+ CONTINUOUS: "Continuous",
6
+ FREE_TEXT: "FreeText",
7
+ INTEGER: "Integer",
8
+ };
9
+ export const HyperParameterTuningJobObjectiveType = {
10
+ MAXIMIZE: "Maximize",
11
+ MINIMIZE: "Minimize",
12
+ };
3
13
  export class ResourceInUse extends __BaseException {
4
14
  constructor(opts) {
5
15
  super({
@@ -13,6 +23,10 @@ export class ResourceInUse extends __BaseException {
13
23
  this.Message = opts.Message;
14
24
  }
15
25
  }
26
+ export const FairShare = {
27
+ DISABLED: "Disabled",
28
+ ENABLED: "Enabled",
29
+ };
16
30
  export const Framework = {
17
31
  DARKNET: "DARKNET",
18
32
  KERAS: "KERAS",
@@ -98,6 +112,8 @@ export var CustomFileSystemConfig;
98
112
  CustomFileSystemConfig.visit = (value, visitor) => {
99
113
  if (value.EFSFileSystemConfig !== undefined)
100
114
  return visitor.EFSFileSystemConfig(value.EFSFileSystemConfig);
115
+ if (value.FSxLustreFileSystemConfig !== undefined)
116
+ return visitor.FSxLustreFileSystemConfig(value.FSxLustreFileSystemConfig);
101
117
  return visitor._(value.$unknown[0], value.$unknown[1]);
102
118
  };
103
119
  })(CustomFileSystemConfig || (CustomFileSystemConfig = {}));
@@ -119,14 +135,19 @@ export const StudioWebPortal = {
119
135
  };
120
136
  export const MlTools = {
121
137
  AUTO_ML: "AutoMl",
138
+ COMET: "Comet",
122
139
  DATA_WRANGLER: "DataWrangler",
140
+ DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation",
123
141
  EMR_CLUSTERS: "EmrClusters",
124
142
  ENDPOINTS: "Endpoints",
125
143
  EXPERIMENTS: "Experiments",
126
144
  FEATURE_STORE: "FeatureStore",
145
+ FIDDLER: "Fiddler",
146
+ HYPER_POD_CLUSTERS: "HyperPodClusters",
127
147
  INFERENCE_OPTIMIZATION: "InferenceOptimization",
128
148
  INFERENCE_RECOMMENDER: "InferenceRecommender",
129
149
  JUMP_START: "JumpStart",
150
+ LAKERA_GUARD: "LakeraGuard",
130
151
  MODELS: "Models",
131
152
  MODEL_EVALUATION: "ModelEvaluation",
132
153
  PERFORMANCE_EVALUATION: "PerformanceEvaluation",
@@ -456,60 +477,6 @@ export const MonitoringType = {
456
477
  MODEL_EXPLAINABILITY: "ModelExplainability",
457
478
  MODEL_QUALITY: "ModelQuality",
458
479
  };
459
- export const NotebookInstanceAcceleratorType = {
460
- ML_EIA1_LARGE: "ml.eia1.large",
461
- ML_EIA1_MEDIUM: "ml.eia1.medium",
462
- ML_EIA1_XLARGE: "ml.eia1.xlarge",
463
- ML_EIA2_LARGE: "ml.eia2.large",
464
- ML_EIA2_MEDIUM: "ml.eia2.medium",
465
- ML_EIA2_XLARGE: "ml.eia2.xlarge",
466
- };
467
- export const DirectInternetAccess = {
468
- DISABLED: "Disabled",
469
- ENABLED: "Enabled",
470
- };
471
- export const RootAccess = {
472
- DISABLED: "Disabled",
473
- ENABLED: "Enabled",
474
- };
475
- export const OptimizationJobDeploymentInstanceType = {
476
- ML_G5_12XLARGE: "ml.g5.12xlarge",
477
- ML_G5_16XLARGE: "ml.g5.16xlarge",
478
- ML_G5_24XLARGE: "ml.g5.24xlarge",
479
- ML_G5_2XLARGE: "ml.g5.2xlarge",
480
- ML_G5_48XLARGE: "ml.g5.48xlarge",
481
- ML_G5_4XLARGE: "ml.g5.4xlarge",
482
- ML_G5_8XLARGE: "ml.g5.8xlarge",
483
- ML_G5_XLARGE: "ml.g5.xlarge",
484
- ML_G6_12XLARGE: "ml.g6.12xlarge",
485
- ML_G6_16XLARGE: "ml.g6.16xlarge",
486
- ML_G6_24XLARGE: "ml.g6.24xlarge",
487
- ML_G6_2XLARGE: "ml.g6.2xlarge",
488
- ML_G6_48XLARGE: "ml.g6.48xlarge",
489
- ML_G6_4XLARGE: "ml.g6.4xlarge",
490
- ML_G6_8XLARGE: "ml.g6.8xlarge",
491
- ML_G6_XLARGE: "ml.g6.xlarge",
492
- ML_INF2_24XLARGE: "ml.inf2.24xlarge",
493
- ML_INF2_48XLARGE: "ml.inf2.48xlarge",
494
- ML_INF2_8XLARGE: "ml.inf2.8xlarge",
495
- ML_INF2_XLARGE: "ml.inf2.xlarge",
496
- ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
497
- ML_P4D_24XLARGE: "ml.p4d.24xlarge",
498
- ML_P5_48XLARGE: "ml.p5.48xlarge",
499
- ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
500
- ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
501
- ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
502
- };
503
- export var OptimizationConfig;
504
- (function (OptimizationConfig) {
505
- OptimizationConfig.visit = (value, visitor) => {
506
- if (value.ModelQuantizationConfig !== undefined)
507
- return visitor.ModelQuantizationConfig(value.ModelQuantizationConfig);
508
- if (value.ModelCompilationConfig !== undefined)
509
- return visitor.ModelCompilationConfig(value.ModelCompilationConfig);
510
- return visitor._(value.$unknown[0], value.$unknown[1]);
511
- };
512
- })(OptimizationConfig || (OptimizationConfig = {}));
513
480
  export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
514
481
  ...obj,
515
482
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,4 +1,69 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const NotebookInstanceAcceleratorType = {
3
+ ML_EIA1_LARGE: "ml.eia1.large",
4
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
5
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
6
+ ML_EIA2_LARGE: "ml.eia2.large",
7
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
8
+ ML_EIA2_XLARGE: "ml.eia2.xlarge",
9
+ };
10
+ export const DirectInternetAccess = {
11
+ DISABLED: "Disabled",
12
+ ENABLED: "Enabled",
13
+ };
14
+ export const RootAccess = {
15
+ DISABLED: "Disabled",
16
+ ENABLED: "Enabled",
17
+ };
18
+ export const OptimizationJobDeploymentInstanceType = {
19
+ ML_G5_12XLARGE: "ml.g5.12xlarge",
20
+ ML_G5_16XLARGE: "ml.g5.16xlarge",
21
+ ML_G5_24XLARGE: "ml.g5.24xlarge",
22
+ ML_G5_2XLARGE: "ml.g5.2xlarge",
23
+ ML_G5_48XLARGE: "ml.g5.48xlarge",
24
+ ML_G5_4XLARGE: "ml.g5.4xlarge",
25
+ ML_G5_8XLARGE: "ml.g5.8xlarge",
26
+ ML_G5_XLARGE: "ml.g5.xlarge",
27
+ ML_G6_12XLARGE: "ml.g6.12xlarge",
28
+ ML_G6_16XLARGE: "ml.g6.16xlarge",
29
+ ML_G6_24XLARGE: "ml.g6.24xlarge",
30
+ ML_G6_2XLARGE: "ml.g6.2xlarge",
31
+ ML_G6_48XLARGE: "ml.g6.48xlarge",
32
+ ML_G6_4XLARGE: "ml.g6.4xlarge",
33
+ ML_G6_8XLARGE: "ml.g6.8xlarge",
34
+ ML_G6_XLARGE: "ml.g6.xlarge",
35
+ ML_INF2_24XLARGE: "ml.inf2.24xlarge",
36
+ ML_INF2_48XLARGE: "ml.inf2.48xlarge",
37
+ ML_INF2_8XLARGE: "ml.inf2.8xlarge",
38
+ ML_INF2_XLARGE: "ml.inf2.xlarge",
39
+ ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
40
+ ML_P4D_24XLARGE: "ml.p4d.24xlarge",
41
+ ML_P5_48XLARGE: "ml.p5.48xlarge",
42
+ ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
43
+ ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
44
+ ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
45
+ };
46
+ export var OptimizationConfig;
47
+ (function (OptimizationConfig) {
48
+ OptimizationConfig.visit = (value, visitor) => {
49
+ if (value.ModelQuantizationConfig !== undefined)
50
+ return visitor.ModelQuantizationConfig(value.ModelQuantizationConfig);
51
+ if (value.ModelCompilationConfig !== undefined)
52
+ return visitor.ModelCompilationConfig(value.ModelCompilationConfig);
53
+ if (value.ModelShardingConfig !== undefined)
54
+ return visitor.ModelShardingConfig(value.ModelShardingConfig);
55
+ return visitor._(value.$unknown[0], value.$unknown[1]);
56
+ };
57
+ })(OptimizationConfig || (OptimizationConfig = {}));
58
+ export const PartnerAppAuthType = {
59
+ IAM: "IAM",
60
+ };
61
+ export const PartnerAppType = {
62
+ COMET: "comet",
63
+ DEEPCHECKS_LLM_EVALUATION: "deepchecks-llm-evaluation",
64
+ FIDDLER: "fiddler",
65
+ LAKERA_GUARD: "lakera-guard",
66
+ };
2
67
  export const DataDistributionType = {
3
68
  FULLYREPLICATED: "FullyReplicated",
4
69
  SHARDEDBYS3KEY: "ShardedByS3Key",
@@ -31,6 +96,8 @@ export var CustomFileSystem;
31
96
  CustomFileSystem.visit = (value, visitor) => {
32
97
  if (value.EFSFileSystem !== undefined)
33
98
  return visitor.EFSFileSystem(value.EFSFileSystem);
99
+ if (value.FSxLustreFileSystem !== undefined)
100
+ return visitor.FSxLustreFileSystem(value.FSxLustreFileSystem);
34
101
  return visitor._(value.$unknown[0], value.$unknown[1]);
35
102
  };
36
103
  })(CustomFileSystem || (CustomFileSystem = {}));
@@ -199,72 +266,6 @@ export const HumanTaskUiStatus = {
199
266
  ACTIVE: "Active",
200
267
  DELETING: "Deleting",
201
268
  };
202
- export const TrainingJobStatus = {
203
- COMPLETED: "Completed",
204
- FAILED: "Failed",
205
- IN_PROGRESS: "InProgress",
206
- STOPPED: "Stopped",
207
- STOPPING: "Stopping",
208
- };
209
- export const HyperParameterTuningJobStatus = {
210
- COMPLETED: "Completed",
211
- DELETE_FAILED: "DeleteFailed",
212
- DELETING: "Deleting",
213
- FAILED: "Failed",
214
- IN_PROGRESS: "InProgress",
215
- STOPPED: "Stopped",
216
- STOPPING: "Stopping",
217
- };
218
- export const ImageStatus = {
219
- CREATED: "CREATED",
220
- CREATE_FAILED: "CREATE_FAILED",
221
- CREATING: "CREATING",
222
- DELETE_FAILED: "DELETE_FAILED",
223
- DELETING: "DELETING",
224
- UPDATE_FAILED: "UPDATE_FAILED",
225
- UPDATING: "UPDATING",
226
- };
227
- export const ImageVersionStatus = {
228
- CREATED: "CREATED",
229
- CREATE_FAILED: "CREATE_FAILED",
230
- CREATING: "CREATING",
231
- DELETE_FAILED: "DELETE_FAILED",
232
- DELETING: "DELETING",
233
- };
234
- export const InferenceComponentStatus = {
235
- CREATING: "Creating",
236
- DELETING: "Deleting",
237
- FAILED: "Failed",
238
- IN_SERVICE: "InService",
239
- UPDATING: "Updating",
240
- };
241
- export const ModelVariantStatus = {
242
- CREATING: "Creating",
243
- DELETED: "Deleted",
244
- DELETING: "Deleting",
245
- IN_SERVICE: "InService",
246
- UPDATING: "Updating",
247
- };
248
- export const InferenceExperimentStatus = {
249
- CANCELLED: "Cancelled",
250
- COMPLETED: "Completed",
251
- CREATED: "Created",
252
- CREATING: "Creating",
253
- RUNNING: "Running",
254
- STARTING: "Starting",
255
- STOPPING: "Stopping",
256
- UPDATING: "Updating",
257
- };
258
- export const RecommendationJobStatus = {
259
- COMPLETED: "COMPLETED",
260
- DELETED: "DELETED",
261
- DELETING: "DELETING",
262
- FAILED: "FAILED",
263
- IN_PROGRESS: "IN_PROGRESS",
264
- PENDING: "PENDING",
265
- STOPPED: "STOPPED",
266
- STOPPING: "STOPPING",
267
- };
268
269
  export const OidcConfigFilterSensitiveLog = (obj) => ({
269
270
  ...obj,
270
271
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),