@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
@@ -80,6 +80,18 @@ export interface ActionSummary {
80
80
  */
81
81
  LastModifiedTime?: Date | undefined;
82
82
  }
83
+ /**
84
+ * @public
85
+ * @enum
86
+ */
87
+ export declare const ActivationState: {
88
+ readonly DISABLED: "Disabled";
89
+ readonly ENABLED: "Enabled";
90
+ };
91
+ /**
92
+ * @public
93
+ */
94
+ export type ActivationState = (typeof ActivationState)[keyof typeof ActivationState];
83
95
  /**
84
96
  * @public
85
97
  * @enum
@@ -590,6 +602,14 @@ export declare const ProductionVariantInstanceType: {
590
602
  readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
591
603
  readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
592
604
  readonly ML_G5_XLARGE: "ml.g5.xlarge";
605
+ readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
606
+ readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
607
+ readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
608
+ readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
609
+ readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
610
+ readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
611
+ readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
612
+ readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
593
613
  readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
594
614
  readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
595
615
  readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
@@ -637,6 +657,15 @@ export declare const ProductionVariantInstanceType: {
637
657
  readonly ML_M6G_8XLARGE: "ml.m6g.8xlarge";
638
658
  readonly ML_M6G_LARGE: "ml.m6g.large";
639
659
  readonly ML_M6G_XLARGE: "ml.m6g.xlarge";
660
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
661
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
662
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
663
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
664
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
665
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
666
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
667
+ readonly ML_M6I_LARGE: "ml.m6i.large";
668
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
640
669
  readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
641
670
  readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
642
671
  readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
@@ -654,6 +683,7 @@ export declare const ProductionVariantInstanceType: {
654
683
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
655
684
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
656
685
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
686
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
657
687
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
658
688
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
659
689
  readonly ML_R5D_24XLARGE: "ml.r5d.24xlarge";
@@ -681,6 +711,15 @@ export declare const ProductionVariantInstanceType: {
681
711
  readonly ML_R6G_8XLARGE: "ml.r6g.8xlarge";
682
712
  readonly ML_R6G_LARGE: "ml.r6g.large";
683
713
  readonly ML_R6G_XLARGE: "ml.r6g.xlarge";
714
+ readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
715
+ readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
716
+ readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
717
+ readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
718
+ readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
719
+ readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
720
+ readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
721
+ readonly ML_R6I_LARGE: "ml.r6i.large";
722
+ readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
684
723
  readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
685
724
  readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
686
725
  readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
@@ -697,6 +736,7 @@ export declare const ProductionVariantInstanceType: {
697
736
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
698
737
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
699
738
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
739
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
700
740
  };
701
741
  /**
702
742
  * @public
@@ -1773,6 +1813,7 @@ export declare const TrainingInstanceType: {
1773
1813
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
1774
1814
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
1775
1815
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
1816
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
1776
1817
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
1777
1818
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
1778
1819
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
@@ -1798,6 +1839,7 @@ export declare const TrainingInstanceType: {
1798
1839
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
1799
1840
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
1800
1841
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
1842
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
1801
1843
  };
1802
1844
  /**
1803
1845
  * @public
@@ -1929,6 +1971,11 @@ export interface ResourceConfig {
1929
1971
  * @public
1930
1972
  */
1931
1973
  InstanceGroups?: InstanceGroup[] | undefined;
1974
+ /**
1975
+ * <p>The Amazon Resource Name (ARN); of the training plan to use for this resource configuration.</p>
1976
+ * @public
1977
+ */
1978
+ TrainingPlanArn?: string | undefined;
1932
1979
  }
1933
1980
  /**
1934
1981
  * <p>Specifies a limit to how long a job can run. When the job reaches the time limit, SageMaker
@@ -8644,6 +8691,7 @@ export declare const ClusterInstanceType: {
8644
8691
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
8645
8692
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
8646
8693
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
8694
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
8647
8695
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
8648
8696
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
8649
8697
  readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
@@ -8652,6 +8700,7 @@ export declare const ClusterInstanceType: {
8652
8700
  readonly ML_T3_XLARGE: "ml.t3.xlarge";
8653
8701
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
8654
8702
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
8703
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
8655
8704
  };
8656
8705
  /**
8657
8706
  * @public
@@ -8693,6 +8742,23 @@ export declare const DeepHealthCheckType: {
8693
8742
  * @public
8694
8743
  */
8695
8744
  export type DeepHealthCheckType = (typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
8745
+ /**
8746
+ * @public
8747
+ * @enum
8748
+ */
8749
+ export declare const InstanceGroupStatus: {
8750
+ readonly CREATING: "Creating";
8751
+ readonly DEGRADED: "Degraded";
8752
+ readonly DELETING: "Deleting";
8753
+ readonly FAILED: "Failed";
8754
+ readonly INSERVICE: "InService";
8755
+ readonly SYSTEMUPDATING: "SystemUpdating";
8756
+ readonly UPDATING: "Updating";
8757
+ };
8758
+ /**
8759
+ * @public
8760
+ */
8761
+ export type InstanceGroupStatus = (typeof InstanceGroupStatus)[keyof typeof InstanceGroupStatus];
8696
8762
  /**
8697
8763
  * <p>Details of an instance group in a SageMaker HyperPod cluster.</p>
8698
8764
  * @public
@@ -8752,6 +8818,62 @@ export interface ClusterInstanceGroupDetails {
8752
8818
  * @public
8753
8819
  */
8754
8820
  OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
8821
+ /**
8822
+ * <p>The current status of the cluster instance group.</p>
8823
+ * <ul>
8824
+ * <li>
8825
+ * <p>
8826
+ * <code>InService</code>: The instance group is active and healthy.</p>
8827
+ * </li>
8828
+ * <li>
8829
+ * <p>
8830
+ * <code>Creating</code>: The instance group is being provisioned.</p>
8831
+ * </li>
8832
+ * <li>
8833
+ * <p>
8834
+ * <code>Updating</code>: The instance group is being updated.</p>
8835
+ * </li>
8836
+ * <li>
8837
+ * <p>
8838
+ * <code>Failed</code>: The instance group has failed to provision or is no longer
8839
+ * healthy.</p>
8840
+ * </li>
8841
+ * <li>
8842
+ * <p>
8843
+ * <code>Degraded</code>: The instance group is degraded, meaning that some instances
8844
+ * have failed to provision or are no longer healthy.</p>
8845
+ * </li>
8846
+ * <li>
8847
+ * <p>
8848
+ * <code>Deleting</code>: The instance group is being deleted.</p>
8849
+ * </li>
8850
+ * </ul>
8851
+ * @public
8852
+ */
8853
+ Status?: InstanceGroupStatus | undefined;
8854
+ /**
8855
+ * <p>The Amazon Resource Name (ARN); of the training plan associated with this cluster instance group.</p>
8856
+ * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
8857
+ * Amazon SageMaker Training Plan, see <code>
8858
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
8859
+ * </code>.</p>
8860
+ * @public
8861
+ */
8862
+ TrainingPlanArn?: string | undefined;
8863
+ /**
8864
+ * <p>The current status of the training plan associated with this cluster instance
8865
+ * group.</p>
8866
+ * @public
8867
+ */
8868
+ TrainingPlanStatus?: string | undefined;
8869
+ /**
8870
+ * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
8871
+ * have access to. You can control access to and from your resources by configuring a VPC.
8872
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
8873
+ * Resources in your Amazon VPC</a>. </p>
8874
+ * @public
8875
+ */
8876
+ OverrideVpcConfig?: VpcConfig | undefined;
8755
8877
  }
8756
8878
  /**
8757
8879
  * <p>The specifications of an instance group that you need to define.</p>
@@ -8807,6 +8929,23 @@ export interface ClusterInstanceGroupSpecification {
8807
8929
  * @public
8808
8930
  */
8809
8931
  OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
8932
+ /**
8933
+ * <p>The Amazon Resource Name (ARN); of the training plan to use for this cluster instance group.</p>
8934
+ * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
8935
+ * Amazon SageMaker Training Plan, see <code>
8936
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
8937
+ * </code>.</p>
8938
+ * @public
8939
+ */
8940
+ TrainingPlanArn?: string | undefined;
8941
+ /**
8942
+ * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
8943
+ * have access to. You can control access to and from your resources by configuring a VPC.
8944
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
8945
+ * Resources in your Amazon VPC</a>. </p>
8946
+ * @public
8947
+ */
8948
+ OverrideVpcConfig?: VpcConfig | undefined;
8810
8949
  }
8811
8950
  /**
8812
8951
  * <p>Specifies the placement details for the node in the SageMaker HyperPod cluster, including the
@@ -8894,6 +9033,14 @@ export interface ClusterNodeDetails {
8894
9033
  * @public
8895
9034
  */
8896
9035
  LifeCycleConfig?: ClusterLifeCycleConfig | undefined;
9036
+ /**
9037
+ * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
9038
+ * have access to. You can control access to and from your resources by configuring a VPC.
9039
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
9040
+ * Resources in your Amazon VPC</a>. </p>
9041
+ * @public
9042
+ */
9043
+ OverrideVpcConfig?: VpcConfig | undefined;
8897
9044
  /**
8898
9045
  * <p>The number of threads per CPU core you specified under
8899
9046
  * <code>CreateCluster</code>.</p>
@@ -8990,6 +9137,74 @@ export interface ClusterOrchestrator {
8990
9137
  */
8991
9138
  Eks: ClusterOrchestratorEksConfig | undefined;
8992
9139
  }
9140
+ /**
9141
+ * @public
9142
+ * @enum
9143
+ */
9144
+ export declare const SchedulerResourceStatus: {
9145
+ readonly CREATED: "Created";
9146
+ readonly CREATE_FAILED: "CreateFailed";
9147
+ readonly CREATE_ROLLBACK_FAILED: "CreateRollbackFailed";
9148
+ readonly CREATING: "Creating";
9149
+ readonly DELETED: "Deleted";
9150
+ readonly DELETE_FAILED: "DeleteFailed";
9151
+ readonly DELETE_ROLLBACK_FAILED: "DeleteRollbackFailed";
9152
+ readonly DELETING: "Deleting";
9153
+ readonly UPDATED: "Updated";
9154
+ readonly UPDATE_FAILED: "UpdateFailed";
9155
+ readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
9156
+ readonly UPDATING: "Updating";
9157
+ };
9158
+ /**
9159
+ * @public
9160
+ */
9161
+ export type SchedulerResourceStatus = (typeof SchedulerResourceStatus)[keyof typeof SchedulerResourceStatus];
9162
+ /**
9163
+ * <p>Summary of the cluster policy.</p>
9164
+ * @public
9165
+ */
9166
+ export interface ClusterSchedulerConfigSummary {
9167
+ /**
9168
+ * <p>ARN of the cluster policy.</p>
9169
+ * @public
9170
+ */
9171
+ ClusterSchedulerConfigArn: string | undefined;
9172
+ /**
9173
+ * <p>ID of the cluster policy.</p>
9174
+ * @public
9175
+ */
9176
+ ClusterSchedulerConfigId: string | undefined;
9177
+ /**
9178
+ * <p>Version of the cluster policy.</p>
9179
+ * @public
9180
+ */
9181
+ ClusterSchedulerConfigVersion?: number | undefined;
9182
+ /**
9183
+ * <p>Name of the cluster policy.</p>
9184
+ * @public
9185
+ */
9186
+ Name: string | undefined;
9187
+ /**
9188
+ * <p>Creation time of the cluster policy.</p>
9189
+ * @public
9190
+ */
9191
+ CreationTime: Date | undefined;
9192
+ /**
9193
+ * <p>Last modified time of the cluster policy.</p>
9194
+ * @public
9195
+ */
9196
+ LastModifiedTime?: Date | undefined;
9197
+ /**
9198
+ * <p>Status of the cluster policy.</p>
9199
+ * @public
9200
+ */
9201
+ Status: SchedulerResourceStatus | undefined;
9202
+ /**
9203
+ * <p>ARN of the cluster.</p>
9204
+ * @public
9205
+ */
9206
+ ClusterArn?: string | undefined;
9207
+ }
8993
9208
  /**
8994
9209
  * @public
8995
9210
  * @enum
@@ -9044,6 +9259,16 @@ export interface ClusterSummary {
9044
9259
  * @public
9045
9260
  */
9046
9261
  ClusterStatus: ClusterStatus | undefined;
9262
+ /**
9263
+ * <p>A list of Amazon Resource Names (ARNs) of the training plans associated with this
9264
+ * cluster.</p>
9265
+ * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
9266
+ * Amazon SageMaker Training Plan, see <code>
9267
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
9268
+ * </code>.</p>
9269
+ * @public
9270
+ */
9271
+ TrainingPlanArns?: string[] | undefined;
9047
9272
  }
9048
9273
  /**
9049
9274
  * <p>A custom SageMaker image. For more information, see
@@ -9509,6 +9734,194 @@ export declare const CompleteOnConvergence: {
9509
9734
  * @public
9510
9735
  */
9511
9736
  export type CompleteOnConvergence = (typeof CompleteOnConvergence)[keyof typeof CompleteOnConvergence];
9737
+ /**
9738
+ * <p>Configuration of the resources used for the compute allocation definition.</p>
9739
+ * @public
9740
+ */
9741
+ export interface ComputeQuotaResourceConfig {
9742
+ /**
9743
+ * <p>The instance type of the instance group for the cluster.</p>
9744
+ * @public
9745
+ */
9746
+ InstanceType: ClusterInstanceType | undefined;
9747
+ /**
9748
+ * <p>The number of instances to add to the instance group of a SageMaker HyperPod
9749
+ * cluster.</p>
9750
+ * @public
9751
+ */
9752
+ Count: number | undefined;
9753
+ }
9754
+ /**
9755
+ * @public
9756
+ * @enum
9757
+ */
9758
+ export declare const PreemptTeamTasks: {
9759
+ readonly LOWERPRIORITY: "LowerPriority";
9760
+ readonly NEVER: "Never";
9761
+ };
9762
+ /**
9763
+ * @public
9764
+ */
9765
+ export type PreemptTeamTasks = (typeof PreemptTeamTasks)[keyof typeof PreemptTeamTasks];
9766
+ /**
9767
+ * @public
9768
+ * @enum
9769
+ */
9770
+ export declare const ResourceSharingStrategy: {
9771
+ readonly DONTLEND: "DontLend";
9772
+ readonly LEND: "Lend";
9773
+ readonly LENDANDBORROW: "LendAndBorrow";
9774
+ };
9775
+ /**
9776
+ * @public
9777
+ */
9778
+ export type ResourceSharingStrategy = (typeof ResourceSharingStrategy)[keyof typeof ResourceSharingStrategy];
9779
+ /**
9780
+ * <p>Resource sharing configuration.</p>
9781
+ * @public
9782
+ */
9783
+ export interface ResourceSharingConfig {
9784
+ /**
9785
+ * <p>The strategy of how idle compute is shared within the cluster. The following are the
9786
+ * options of strategies.</p>
9787
+ * <ul>
9788
+ * <li>
9789
+ * <p>
9790
+ * <code>DontLend</code>: entities do not lend idle compute.</p>
9791
+ * </li>
9792
+ * <li>
9793
+ * <p>
9794
+ * <code>Lend</code>: entities can lend idle compute to entities that can
9795
+ * borrow.</p>
9796
+ * </li>
9797
+ * <li>
9798
+ * <p>
9799
+ * <code>LendandBorrow</code>: entities can lend idle compute and borrow idle compute
9800
+ * from other entities.</p>
9801
+ * </li>
9802
+ * </ul>
9803
+ * <p>Default is <code>LendandBorrow</code>.</p>
9804
+ * @public
9805
+ */
9806
+ Strategy: ResourceSharingStrategy | undefined;
9807
+ /**
9808
+ * <p>The limit on how much idle compute can be borrowed.The values can be 1 - 500 percent of
9809
+ * idle compute that the team is allowed to borrow.</p>
9810
+ * <p>Default is <code>50</code>.</p>
9811
+ * @public
9812
+ */
9813
+ BorrowLimit?: number | undefined;
9814
+ }
9815
+ /**
9816
+ * <p>Configuration of the compute allocation definition for an entity. This includes the
9817
+ * resource sharing option and the setting to preempt low priority tasks.</p>
9818
+ * @public
9819
+ */
9820
+ export interface ComputeQuotaConfig {
9821
+ /**
9822
+ * <p>Allocate compute resources by instance types.</p>
9823
+ * @public
9824
+ */
9825
+ ComputeQuotaResources?: ComputeQuotaResourceConfig[] | undefined;
9826
+ /**
9827
+ * <p>Resource sharing configuration. This defines how an entity can lend and borrow idle
9828
+ * compute with other entities within the cluster.</p>
9829
+ * @public
9830
+ */
9831
+ ResourceSharingConfig?: ResourceSharingConfig | undefined;
9832
+ /**
9833
+ * <p>Allows workloads from within an entity to preempt same-team workloads. When set to
9834
+ * <code>LowerPriority</code>, the entity's lower priority tasks are preempted by their own
9835
+ * higher priority tasks.</p>
9836
+ * <p>Default is <code>LowerPriority</code>.</p>
9837
+ * @public
9838
+ */
9839
+ PreemptTeamTasks?: PreemptTeamTasks | undefined;
9840
+ }
9841
+ /**
9842
+ * <p>The target entity to allocate compute resources to.</p>
9843
+ * @public
9844
+ */
9845
+ export interface ComputeQuotaTarget {
9846
+ /**
9847
+ * <p>Name of the team to allocate compute resources to.</p>
9848
+ * @public
9849
+ */
9850
+ TeamName: string | undefined;
9851
+ /**
9852
+ * <p>Assigned entity fair-share weight. Idle compute will be shared across entities based on
9853
+ * these assigned weights. This weight is only used when <code>FairShare</code> is
9854
+ * enabled.</p>
9855
+ * <p>A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the
9856
+ * default.</p>
9857
+ * @public
9858
+ */
9859
+ FairShareWeight?: number | undefined;
9860
+ }
9861
+ /**
9862
+ * <p>Summary of the compute allocation definition.</p>
9863
+ * @public
9864
+ */
9865
+ export interface ComputeQuotaSummary {
9866
+ /**
9867
+ * <p>ARN of the compute allocation definition.</p>
9868
+ * @public
9869
+ */
9870
+ ComputeQuotaArn: string | undefined;
9871
+ /**
9872
+ * <p>ID of the compute allocation definition.</p>
9873
+ * @public
9874
+ */
9875
+ ComputeQuotaId: string | undefined;
9876
+ /**
9877
+ * <p>Name of the compute allocation definition.</p>
9878
+ * @public
9879
+ */
9880
+ Name: string | undefined;
9881
+ /**
9882
+ * <p>Version of the compute allocation definition.</p>
9883
+ * @public
9884
+ */
9885
+ ComputeQuotaVersion?: number | undefined;
9886
+ /**
9887
+ * <p>Status of the compute allocation definition.</p>
9888
+ * @public
9889
+ */
9890
+ Status: SchedulerResourceStatus | undefined;
9891
+ /**
9892
+ * <p>ARN of the cluster.</p>
9893
+ * @public
9894
+ */
9895
+ ClusterArn?: string | undefined;
9896
+ /**
9897
+ * <p>Configuration of the compute allocation definition. This includes the resource sharing
9898
+ * option, and the setting to preempt low priority tasks.</p>
9899
+ * @public
9900
+ */
9901
+ ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
9902
+ /**
9903
+ * <p>The target entity to allocate compute resources to.</p>
9904
+ * @public
9905
+ */
9906
+ ComputeQuotaTarget: ComputeQuotaTarget | undefined;
9907
+ /**
9908
+ * <p>The state of the compute allocation being described. Use to enable or disable compute
9909
+ * allocation.</p>
9910
+ * <p>Default is <code>Enabled</code>.</p>
9911
+ * @public
9912
+ */
9913
+ ActivationState?: ActivationState | undefined;
9914
+ /**
9915
+ * <p>Creation time of the compute allocation definition.</p>
9916
+ * @public
9917
+ */
9918
+ CreationTime: Date | undefined;
9919
+ /**
9920
+ * <p>Last modified time of the compute allocation definition.</p>
9921
+ * @public
9922
+ */
9923
+ LastModifiedTime?: Date | undefined;
9924
+ }
9512
9925
  /**
9513
9926
  * @public
9514
9927
  * @enum
@@ -9930,288 +10343,3 @@ export interface ContinuousParameterRangeSpecification {
9930
10343
  */
9931
10344
  MaxValue: string | undefined;
9932
10345
  }
9933
- /**
9934
- * <p>A flag to indicating that automatic model tuning (AMT) has detected model convergence,
9935
- * defined as a lack of significant improvement (1% or less) against an objective
9936
- * metric.</p>
9937
- * @public
9938
- */
9939
- export interface ConvergenceDetected {
9940
- /**
9941
- * <p>A flag to stop a tuning job once AMT has detected that the job has converged.</p>
9942
- * @public
9943
- */
9944
- CompleteOnConvergence?: CompleteOnConvergence | undefined;
9945
- }
9946
- /**
9947
- * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
9948
- * @public
9949
- */
9950
- export interface MetadataProperties {
9951
- /**
9952
- * <p>The commit ID.</p>
9953
- * @public
9954
- */
9955
- CommitId?: string | undefined;
9956
- /**
9957
- * <p>The repository.</p>
9958
- * @public
9959
- */
9960
- Repository?: string | undefined;
9961
- /**
9962
- * <p>The entity this entity was generated by.</p>
9963
- * @public
9964
- */
9965
- GeneratedBy?: string | undefined;
9966
- /**
9967
- * <p>The project ID.</p>
9968
- * @public
9969
- */
9970
- ProjectId?: string | undefined;
9971
- }
9972
- /**
9973
- * @public
9974
- */
9975
- export interface CreateActionRequest {
9976
- /**
9977
- * <p>The name of the action. Must be unique to your account in an Amazon Web Services Region.</p>
9978
- * @public
9979
- */
9980
- ActionName: string | undefined;
9981
- /**
9982
- * <p>The source type, ID, and URI.</p>
9983
- * @public
9984
- */
9985
- Source: ActionSource | undefined;
9986
- /**
9987
- * <p>The action type.</p>
9988
- * @public
9989
- */
9990
- ActionType: string | undefined;
9991
- /**
9992
- * <p>The description of the action.</p>
9993
- * @public
9994
- */
9995
- Description?: string | undefined;
9996
- /**
9997
- * <p>The status of the action.</p>
9998
- * @public
9999
- */
10000
- Status?: ActionStatus | undefined;
10001
- /**
10002
- * <p>A list of properties to add to the action.</p>
10003
- * @public
10004
- */
10005
- Properties?: Record<string, string> | undefined;
10006
- /**
10007
- * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
10008
- * @public
10009
- */
10010
- MetadataProperties?: MetadataProperties | undefined;
10011
- /**
10012
- * <p>A list of tags to apply to the action.</p>
10013
- * @public
10014
- */
10015
- Tags?: Tag[] | undefined;
10016
- }
10017
- /**
10018
- * @public
10019
- */
10020
- export interface CreateActionResponse {
10021
- /**
10022
- * <p>The Amazon Resource Name (ARN) of the action.</p>
10023
- * @public
10024
- */
10025
- ActionArn?: string | undefined;
10026
- }
10027
- /**
10028
- * <p>Defines the possible values for an integer hyperparameter.</p>
10029
- * @public
10030
- */
10031
- export interface IntegerParameterRangeSpecification {
10032
- /**
10033
- * <p>The minimum integer value allowed.</p>
10034
- * @public
10035
- */
10036
- MinValue: string | undefined;
10037
- /**
10038
- * <p>The maximum integer value allowed.</p>
10039
- * @public
10040
- */
10041
- MaxValue: string | undefined;
10042
- }
10043
- /**
10044
- * <p>Defines the possible values for categorical, continuous, and integer hyperparameters
10045
- * to be used by an algorithm.</p>
10046
- * @public
10047
- */
10048
- export interface ParameterRange {
10049
- /**
10050
- * <p>A <code>IntegerParameterRangeSpecification</code> object that defines the possible
10051
- * values for an integer hyperparameter.</p>
10052
- * @public
10053
- */
10054
- IntegerParameterRangeSpecification?: IntegerParameterRangeSpecification | undefined;
10055
- /**
10056
- * <p>A <code>ContinuousParameterRangeSpecification</code> object that defines the possible
10057
- * values for a continuous hyperparameter.</p>
10058
- * @public
10059
- */
10060
- ContinuousParameterRangeSpecification?: ContinuousParameterRangeSpecification | undefined;
10061
- /**
10062
- * <p>A <code>CategoricalParameterRangeSpecification</code> object that defines the possible
10063
- * values for a categorical hyperparameter.</p>
10064
- * @public
10065
- */
10066
- CategoricalParameterRangeSpecification?: CategoricalParameterRangeSpecification | undefined;
10067
- }
10068
- /**
10069
- * @public
10070
- * @enum
10071
- */
10072
- export declare const ParameterType: {
10073
- readonly CATEGORICAL: "Categorical";
10074
- readonly CONTINUOUS: "Continuous";
10075
- readonly FREE_TEXT: "FreeText";
10076
- readonly INTEGER: "Integer";
10077
- };
10078
- /**
10079
- * @public
10080
- */
10081
- export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
10082
- /**
10083
- * <p>Defines a hyperparameter to be used by an algorithm.</p>
10084
- * @public
10085
- */
10086
- export interface HyperParameterSpecification {
10087
- /**
10088
- * <p>The name of this hyperparameter. The name must be unique.</p>
10089
- * @public
10090
- */
10091
- Name: string | undefined;
10092
- /**
10093
- * <p>A brief description of the hyperparameter.</p>
10094
- * @public
10095
- */
10096
- Description?: string | undefined;
10097
- /**
10098
- * <p>The type of this hyperparameter. The valid types are <code>Integer</code>,
10099
- * <code>Continuous</code>, <code>Categorical</code>, and <code>FreeText</code>.</p>
10100
- * @public
10101
- */
10102
- Type: ParameterType | undefined;
10103
- /**
10104
- * <p>The allowed range for this hyperparameter.</p>
10105
- * @public
10106
- */
10107
- Range?: ParameterRange | undefined;
10108
- /**
10109
- * <p>Indicates whether this hyperparameter is tunable in a hyperparameter tuning
10110
- * job.</p>
10111
- * @public
10112
- */
10113
- IsTunable?: boolean | undefined;
10114
- /**
10115
- * <p>Indicates whether this hyperparameter is required.</p>
10116
- * @public
10117
- */
10118
- IsRequired?: boolean | undefined;
10119
- /**
10120
- * <p>The default value for this hyperparameter. If a default value is specified, a
10121
- * hyperparameter cannot be required.</p>
10122
- * @public
10123
- */
10124
- DefaultValue?: string | undefined;
10125
- }
10126
- /**
10127
- * @public
10128
- * @enum
10129
- */
10130
- export declare const HyperParameterTuningJobObjectiveType: {
10131
- readonly MAXIMIZE: "Maximize";
10132
- readonly MINIMIZE: "Minimize";
10133
- };
10134
- /**
10135
- * @public
10136
- */
10137
- export type HyperParameterTuningJobObjectiveType = (typeof HyperParameterTuningJobObjectiveType)[keyof typeof HyperParameterTuningJobObjectiveType];
10138
- /**
10139
- * <p>Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning
10140
- * uses the value of this metric to evaluate the training jobs it launches, and returns the
10141
- * training job that results in either the highest or lowest value for this metric,
10142
- * depending on the value you specify for the <code>Type</code> parameter. If you want to
10143
- * define a custom objective metric, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html">Define metrics and environment variables</a>.</p>
10144
- * @public
10145
- */
10146
- export interface HyperParameterTuningJobObjective {
10147
- /**
10148
- * <p>Whether to minimize or maximize the objective metric.</p>
10149
- * @public
10150
- */
10151
- Type: HyperParameterTuningJobObjectiveType | undefined;
10152
- /**
10153
- * <p>The
10154
- * name of the metric to use for the objective metric.</p>
10155
- * @public
10156
- */
10157
- MetricName: string | undefined;
10158
- }
10159
- /**
10160
- * <p>Defines how the algorithm is used for a training job.</p>
10161
- * @public
10162
- */
10163
- export interface TrainingSpecification {
10164
- /**
10165
- * <p>The Amazon ECR registry path of the Docker image that contains the training
10166
- * algorithm.</p>
10167
- * @public
10168
- */
10169
- TrainingImage: string | undefined;
10170
- /**
10171
- * <p>An MD5 hash of the training algorithm that identifies the Docker image used for
10172
- * training.</p>
10173
- * @public
10174
- */
10175
- TrainingImageDigest?: string | undefined;
10176
- /**
10177
- * <p>A list of the <code>HyperParameterSpecification</code> objects, that define the
10178
- * supported hyperparameters. This is required if the algorithm supports automatic model
10179
- * tuning.></p>
10180
- * @public
10181
- */
10182
- SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
10183
- /**
10184
- * <p>A list of the instance types that this algorithm can use for training.</p>
10185
- * @public
10186
- */
10187
- SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
10188
- /**
10189
- * <p>Indicates whether the algorithm supports distributed training. If set to false, buyers
10190
- * can't request more than one instance during training.</p>
10191
- * @public
10192
- */
10193
- SupportsDistributedTraining?: boolean | undefined;
10194
- /**
10195
- * <p>A list of <code>MetricDefinition</code> objects, which are used for parsing metrics
10196
- * generated by the algorithm.</p>
10197
- * @public
10198
- */
10199
- MetricDefinitions?: MetricDefinition[] | undefined;
10200
- /**
10201
- * <p>A list of <code>ChannelSpecification</code> objects, which specify the input sources
10202
- * to be used by the algorithm.</p>
10203
- * @public
10204
- */
10205
- TrainingChannels: ChannelSpecification[] | undefined;
10206
- /**
10207
- * <p>A list of the metrics that the algorithm emits that can be used as the objective
10208
- * metric in a hyperparameter tuning job.</p>
10209
- * @public
10210
- */
10211
- SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[] | undefined;
10212
- /**
10213
- * <p>The additional data source used during the training job.</p>
10214
- * @public
10215
- */
10216
- AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
10217
- }