@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
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateInferenceComponentRuntimeConfigInput,
5
5
  UpdateInferenceComponentRuntimeConfigOutput,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateInferenceExperimentRequest,
5
5
  UpdateInferenceExperimentResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateMlflowTrackingServerRequest,
5
5
  UpdateMlflowTrackingServerResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateModelCardRequest,
5
5
  UpdateModelCardResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateModelPackageInput,
5
5
  UpdateModelPackageOutput,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateMonitoringAlertRequest,
5
5
  UpdateMonitoringAlertResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateMonitoringScheduleRequest,
5
5
  UpdateMonitoringScheduleResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateNotebookInstanceInput,
5
5
  UpdateNotebookInstanceOutput,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdateNotebookInstanceLifecycleConfigInput,
5
5
  UpdateNotebookInstanceLifecycleConfigOutput,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdatePartnerAppRequest,
5
+ UpdatePartnerAppResponse,
6
+ } from "../models/models_5";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdatePartnerAppCommandInput extends UpdatePartnerAppRequest {}
15
+ export interface UpdatePartnerAppCommandOutput
16
+ extends UpdatePartnerAppResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdatePartnerAppCommand_base: {
19
+ new (
20
+ input: UpdatePartnerAppCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdatePartnerAppCommandInput,
23
+ UpdatePartnerAppCommandOutput,
24
+ SageMakerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdatePartnerAppCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePartnerAppCommandInput,
32
+ UpdatePartnerAppCommandOutput,
33
+ SageMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdatePartnerAppCommand extends UpdatePartnerAppCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdatePartnerAppRequest;
43
+ output: UpdatePartnerAppResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdatePartnerAppCommandInput;
47
+ output: UpdatePartnerAppCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePipelineRequest,
5
5
  UpdatePipelineResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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
  UpdatePipelineExecutionRequest,
5
5
  UpdatePipelineExecutionResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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 { UpdateProjectInput, UpdateProjectOutput } from "../models/models_4";
3
+ import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  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 { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_4";
3
+ import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_5";
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
  UpdateTrainingJobRequest,
5
5
  UpdateTrainingJobResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
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 { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_4";
3
+ import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_5";
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
  UpdateTrialComponentRequest,
5
5
  UpdateTrialComponentResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -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";
@@ -23,6 +23,12 @@ export interface ActionSummary {
23
23
  CreationTime?: Date | undefined;
24
24
  LastModifiedTime?: Date | undefined;
25
25
  }
26
+ export declare const ActivationState: {
27
+ readonly DISABLED: "Disabled";
28
+ readonly ENABLED: "Enabled";
29
+ };
30
+ export type ActivationState =
31
+ (typeof ActivationState)[keyof typeof ActivationState];
26
32
  export declare const AssociationEdgeType: {
27
33
  readonly ASSOCIATED_WITH: "AssociatedWith";
28
34
  readonly CONTRIBUTED_TO: "ContributedTo";
@@ -197,6 +203,14 @@ export declare const ProductionVariantInstanceType: {
197
203
  readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
198
204
  readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
199
205
  readonly ML_G5_XLARGE: "ml.g5.xlarge";
206
+ readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
207
+ readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
208
+ readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
209
+ readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
210
+ readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
211
+ readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
212
+ readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
213
+ readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
200
214
  readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
201
215
  readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
202
216
  readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
@@ -244,6 +258,15 @@ export declare const ProductionVariantInstanceType: {
244
258
  readonly ML_M6G_8XLARGE: "ml.m6g.8xlarge";
245
259
  readonly ML_M6G_LARGE: "ml.m6g.large";
246
260
  readonly ML_M6G_XLARGE: "ml.m6g.xlarge";
261
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
262
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
263
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
264
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
265
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
266
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
267
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
268
+ readonly ML_M6I_LARGE: "ml.m6i.large";
269
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
247
270
  readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
248
271
  readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
249
272
  readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
@@ -261,6 +284,7 @@ export declare const ProductionVariantInstanceType: {
261
284
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
262
285
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
263
286
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
287
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
264
288
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
265
289
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
266
290
  readonly ML_R5D_24XLARGE: "ml.r5d.24xlarge";
@@ -288,6 +312,15 @@ export declare const ProductionVariantInstanceType: {
288
312
  readonly ML_R6G_8XLARGE: "ml.r6g.8xlarge";
289
313
  readonly ML_R6G_LARGE: "ml.r6g.large";
290
314
  readonly ML_R6G_XLARGE: "ml.r6g.xlarge";
315
+ readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
316
+ readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
317
+ readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
318
+ readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
319
+ readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
320
+ readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
321
+ readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
322
+ readonly ML_R6I_LARGE: "ml.r6i.large";
323
+ readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
291
324
  readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
292
325
  readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
293
326
  readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
@@ -304,6 +337,7 @@ export declare const ProductionVariantInstanceType: {
304
337
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
305
338
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
306
339
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
340
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
307
341
  };
308
342
  export type ProductionVariantInstanceType =
309
343
  (typeof ProductionVariantInstanceType)[keyof typeof ProductionVariantInstanceType];
@@ -675,6 +709,7 @@ export declare const TrainingInstanceType: {
675
709
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
676
710
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
677
711
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
712
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
678
713
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
679
714
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
680
715
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
@@ -700,6 +735,7 @@ export declare const TrainingInstanceType: {
700
735
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
701
736
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
702
737
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
738
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
703
739
  };
704
740
  export type TrainingInstanceType =
705
741
  (typeof TrainingInstanceType)[keyof typeof TrainingInstanceType];
@@ -715,6 +751,7 @@ export interface ResourceConfig {
715
751
  VolumeKmsKeyId?: string | undefined;
716
752
  KeepAlivePeriodInSeconds?: number | undefined;
717
753
  InstanceGroups?: InstanceGroup[] | undefined;
754
+ TrainingPlanArn?: string | undefined;
718
755
  }
719
756
  export interface StoppingCondition {
720
757
  MaxRuntimeInSeconds?: number | undefined;
@@ -2176,6 +2213,7 @@ export declare const ClusterInstanceType: {
2176
2213
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
2177
2214
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
2178
2215
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
2216
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
2179
2217
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
2180
2218
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
2181
2219
  readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
@@ -2184,6 +2222,7 @@ export declare const ClusterInstanceType: {
2184
2222
  readonly ML_T3_XLARGE: "ml.t3.xlarge";
2185
2223
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
2186
2224
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
2225
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
2187
2226
  };
2188
2227
  export type ClusterInstanceType =
2189
2228
  (typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
@@ -2197,6 +2236,17 @@ export declare const DeepHealthCheckType: {
2197
2236
  };
2198
2237
  export type DeepHealthCheckType =
2199
2238
  (typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
2239
+ export declare const InstanceGroupStatus: {
2240
+ readonly CREATING: "Creating";
2241
+ readonly DEGRADED: "Degraded";
2242
+ readonly DELETING: "Deleting";
2243
+ readonly FAILED: "Failed";
2244
+ readonly INSERVICE: "InService";
2245
+ readonly SYSTEMUPDATING: "SystemUpdating";
2246
+ readonly UPDATING: "Updating";
2247
+ };
2248
+ export type InstanceGroupStatus =
2249
+ (typeof InstanceGroupStatus)[keyof typeof InstanceGroupStatus];
2200
2250
  export interface ClusterInstanceGroupDetails {
2201
2251
  CurrentCount?: number | undefined;
2202
2252
  TargetCount?: number | undefined;
@@ -2207,6 +2257,10 @@ export interface ClusterInstanceGroupDetails {
2207
2257
  ThreadsPerCore?: number | undefined;
2208
2258
  InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
2209
2259
  OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
2260
+ Status?: InstanceGroupStatus | undefined;
2261
+ TrainingPlanArn?: string | undefined;
2262
+ TrainingPlanStatus?: string | undefined;
2263
+ OverrideVpcConfig?: VpcConfig | undefined;
2210
2264
  }
2211
2265
  export interface ClusterInstanceGroupSpecification {
2212
2266
  InstanceCount: number | undefined;
@@ -2217,6 +2271,8 @@ export interface ClusterInstanceGroupSpecification {
2217
2271
  ThreadsPerCore?: number | undefined;
2218
2272
  InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
2219
2273
  OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
2274
+ TrainingPlanArn?: string | undefined;
2275
+ OverrideVpcConfig?: VpcConfig | undefined;
2220
2276
  }
2221
2277
  export interface ClusterInstancePlacement {
2222
2278
  AvailabilityZone?: string | undefined;
@@ -2243,6 +2299,7 @@ export interface ClusterNodeDetails {
2243
2299
  InstanceType?: ClusterInstanceType | undefined;
2244
2300
  LaunchTime?: Date | undefined;
2245
2301
  LifeCycleConfig?: ClusterLifeCycleConfig | undefined;
2302
+ OverrideVpcConfig?: VpcConfig | undefined;
2246
2303
  ThreadsPerCore?: number | undefined;
2247
2304
  InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
2248
2305
  PrivatePrimaryIp?: string | undefined;
@@ -2268,6 +2325,32 @@ export interface ClusterOrchestratorEksConfig {
2268
2325
  export interface ClusterOrchestrator {
2269
2326
  Eks: ClusterOrchestratorEksConfig | undefined;
2270
2327
  }
2328
+ export declare const SchedulerResourceStatus: {
2329
+ readonly CREATED: "Created";
2330
+ readonly CREATE_FAILED: "CreateFailed";
2331
+ readonly CREATE_ROLLBACK_FAILED: "CreateRollbackFailed";
2332
+ readonly CREATING: "Creating";
2333
+ readonly DELETED: "Deleted";
2334
+ readonly DELETE_FAILED: "DeleteFailed";
2335
+ readonly DELETE_ROLLBACK_FAILED: "DeleteRollbackFailed";
2336
+ readonly DELETING: "Deleting";
2337
+ readonly UPDATED: "Updated";
2338
+ readonly UPDATE_FAILED: "UpdateFailed";
2339
+ readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
2340
+ readonly UPDATING: "Updating";
2341
+ };
2342
+ export type SchedulerResourceStatus =
2343
+ (typeof SchedulerResourceStatus)[keyof typeof SchedulerResourceStatus];
2344
+ export interface ClusterSchedulerConfigSummary {
2345
+ ClusterSchedulerConfigArn: string | undefined;
2346
+ ClusterSchedulerConfigId: string | undefined;
2347
+ ClusterSchedulerConfigVersion?: number | undefined;
2348
+ Name: string | undefined;
2349
+ CreationTime: Date | undefined;
2350
+ LastModifiedTime?: Date | undefined;
2351
+ Status: SchedulerResourceStatus | undefined;
2352
+ ClusterArn?: string | undefined;
2353
+ }
2271
2354
  export declare const ClusterSortBy: {
2272
2355
  readonly CREATION_TIME: "CREATION_TIME";
2273
2356
  readonly NAME: "NAME";
@@ -2288,6 +2371,7 @@ export interface ClusterSummary {
2288
2371
  ClusterName: string | undefined;
2289
2372
  CreationTime: Date | undefined;
2290
2373
  ClusterStatus: ClusterStatus | undefined;
2374
+ TrainingPlanArns?: string[] | undefined;
2291
2375
  }
2292
2376
  export interface CustomImage {
2293
2377
  ImageName: string | undefined;
@@ -2462,6 +2546,49 @@ export declare const CompleteOnConvergence: {
2462
2546
  };
2463
2547
  export type CompleteOnConvergence =
2464
2548
  (typeof CompleteOnConvergence)[keyof typeof CompleteOnConvergence];
2549
+ export interface ComputeQuotaResourceConfig {
2550
+ InstanceType: ClusterInstanceType | undefined;
2551
+ Count: number | undefined;
2552
+ }
2553
+ export declare const PreemptTeamTasks: {
2554
+ readonly LOWERPRIORITY: "LowerPriority";
2555
+ readonly NEVER: "Never";
2556
+ };
2557
+ export type PreemptTeamTasks =
2558
+ (typeof PreemptTeamTasks)[keyof typeof PreemptTeamTasks];
2559
+ export declare const ResourceSharingStrategy: {
2560
+ readonly DONTLEND: "DontLend";
2561
+ readonly LEND: "Lend";
2562
+ readonly LENDANDBORROW: "LendAndBorrow";
2563
+ };
2564
+ export type ResourceSharingStrategy =
2565
+ (typeof ResourceSharingStrategy)[keyof typeof ResourceSharingStrategy];
2566
+ export interface ResourceSharingConfig {
2567
+ Strategy: ResourceSharingStrategy | undefined;
2568
+ BorrowLimit?: number | undefined;
2569
+ }
2570
+ export interface ComputeQuotaConfig {
2571
+ ComputeQuotaResources?: ComputeQuotaResourceConfig[] | undefined;
2572
+ ResourceSharingConfig?: ResourceSharingConfig | undefined;
2573
+ PreemptTeamTasks?: PreemptTeamTasks | undefined;
2574
+ }
2575
+ export interface ComputeQuotaTarget {
2576
+ TeamName: string | undefined;
2577
+ FairShareWeight?: number | undefined;
2578
+ }
2579
+ export interface ComputeQuotaSummary {
2580
+ ComputeQuotaArn: string | undefined;
2581
+ ComputeQuotaId: string | undefined;
2582
+ Name: string | undefined;
2583
+ ComputeQuotaVersion?: number | undefined;
2584
+ Status: SchedulerResourceStatus | undefined;
2585
+ ClusterArn?: string | undefined;
2586
+ ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
2587
+ ComputeQuotaTarget: ComputeQuotaTarget | undefined;
2588
+ ActivationState?: ActivationState | undefined;
2589
+ CreationTime: Date | undefined;
2590
+ LastModifiedTime?: Date | undefined;
2591
+ }
2465
2592
  export declare const ConditionOutcome: {
2466
2593
  readonly FALSE: "False";
2467
2594
  readonly TRUE: "True";
@@ -2554,79 +2681,3 @@ export interface ContinuousParameterRangeSpecification {
2554
2681
  MinValue: string | undefined;
2555
2682
  MaxValue: string | undefined;
2556
2683
  }
2557
- export interface ConvergenceDetected {
2558
- CompleteOnConvergence?: CompleteOnConvergence | undefined;
2559
- }
2560
- export interface MetadataProperties {
2561
- CommitId?: string | undefined;
2562
- Repository?: string | undefined;
2563
- GeneratedBy?: string | undefined;
2564
- ProjectId?: string | undefined;
2565
- }
2566
- export interface CreateActionRequest {
2567
- ActionName: string | undefined;
2568
- Source: ActionSource | undefined;
2569
- ActionType: string | undefined;
2570
- Description?: string | undefined;
2571
- Status?: ActionStatus | undefined;
2572
- Properties?: Record<string, string> | undefined;
2573
- MetadataProperties?: MetadataProperties | undefined;
2574
- Tags?: Tag[] | undefined;
2575
- }
2576
- export interface CreateActionResponse {
2577
- ActionArn?: string | undefined;
2578
- }
2579
- export interface IntegerParameterRangeSpecification {
2580
- MinValue: string | undefined;
2581
- MaxValue: string | undefined;
2582
- }
2583
- export interface ParameterRange {
2584
- IntegerParameterRangeSpecification?:
2585
- | IntegerParameterRangeSpecification
2586
- | undefined;
2587
- ContinuousParameterRangeSpecification?:
2588
- | ContinuousParameterRangeSpecification
2589
- | undefined;
2590
- CategoricalParameterRangeSpecification?:
2591
- | CategoricalParameterRangeSpecification
2592
- | undefined;
2593
- }
2594
- export declare const ParameterType: {
2595
- readonly CATEGORICAL: "Categorical";
2596
- readonly CONTINUOUS: "Continuous";
2597
- readonly FREE_TEXT: "FreeText";
2598
- readonly INTEGER: "Integer";
2599
- };
2600
- export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
2601
- export interface HyperParameterSpecification {
2602
- Name: string | undefined;
2603
- Description?: string | undefined;
2604
- Type: ParameterType | undefined;
2605
- Range?: ParameterRange | undefined;
2606
- IsTunable?: boolean | undefined;
2607
- IsRequired?: boolean | undefined;
2608
- DefaultValue?: string | undefined;
2609
- }
2610
- export declare const HyperParameterTuningJobObjectiveType: {
2611
- readonly MAXIMIZE: "Maximize";
2612
- readonly MINIMIZE: "Minimize";
2613
- };
2614
- export type HyperParameterTuningJobObjectiveType =
2615
- (typeof HyperParameterTuningJobObjectiveType)[keyof typeof HyperParameterTuningJobObjectiveType];
2616
- export interface HyperParameterTuningJobObjective {
2617
- Type: HyperParameterTuningJobObjectiveType | undefined;
2618
- MetricName: string | undefined;
2619
- }
2620
- export interface TrainingSpecification {
2621
- TrainingImage: string | undefined;
2622
- TrainingImageDigest?: string | undefined;
2623
- SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
2624
- SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
2625
- SupportsDistributedTraining?: boolean | undefined;
2626
- MetricDefinitions?: MetricDefinition[] | undefined;
2627
- TrainingChannels: ChannelSpecification[] | undefined;
2628
- SupportedTuningJobObjectiveMetrics?:
2629
- | HyperParameterTuningJobObjective[]
2630
- | undefined;
2631
- AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
2632
- }