@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
@@ -2,8 +2,6 @@ import {
2
2
  ActionStatus,
3
3
  AdditionalInferenceSpecificationDefinition,
4
4
  AlgorithmSpecification,
5
- AppNetworkAccessType,
6
- AppSecurityGroupManagement,
7
5
  AppSpecification,
8
6
  AppType,
9
7
  AutoMLJobStepMetadata,
@@ -15,15 +13,9 @@ import {
15
13
  Channel,
16
14
  CheckpointConfig,
17
15
  ClarifyCheckStepMetadata,
18
- ClusterInstanceGroupSpecification,
19
- ClusterNodeRecovery,
20
- CodeEditorAppImageConfig,
21
16
  ConditionStepMetadata,
22
17
  ContainerDefinition,
23
18
  InferenceSpecification,
24
- JupyterLabAppImageConfig,
25
- KernelGatewayImageConfig,
26
- MetadataProperties,
27
19
  ModelApprovalStatus,
28
20
  ModelPackageStatus,
29
21
  OutputDataConfig,
@@ -39,18 +31,10 @@ import {
39
31
  } from "./models_0";
40
32
  import {
41
33
  _InstanceType,
42
- DefaultSpaceSettings,
43
- DeploymentConfig,
44
34
  DriftCheckBaselines,
45
- EdgeOutputConfig,
46
- FeatureDefinition,
47
- InferenceComponentRuntimeConfig,
48
- InferenceComponentSpecification,
49
35
  InferenceExecutionConfig,
50
- InferenceExperimentDataStorageConfig,
51
- InferenceExperimentSchedule,
52
- InstanceMetadataServiceConfiguration,
53
- JobType,
36
+ InferenceExperimentType,
37
+ MetadataProperties,
54
38
  ModelCardSecurityConfig,
55
39
  ModelCardStatus,
56
40
  ModelLifeCycle,
@@ -62,22 +46,11 @@ import {
62
46
  MonitoringScheduleConfig,
63
47
  MonitoringType,
64
48
  NetworkConfig,
65
- NotebookInstanceAcceleratorType,
66
- NotebookInstanceLifecycleHook,
67
- OptimizationJobDeploymentInstanceType,
68
- Processor,
69
49
  RetryStrategy,
70
- RootAccess,
71
- ShadowModeConfig,
72
50
  SkipModelValidation,
73
51
  SourceAlgorithmSpecification,
74
- TagPropagation,
75
- ThroughputMode,
76
- TrackingServerSize,
77
52
  TtlDuration,
78
53
  UiTemplate,
79
- UserSettings,
80
- VendorGuidance,
81
54
  } from "./models_1";
82
55
  import {
83
56
  CrossAccountFilterOption,
@@ -86,54 +59,90 @@ import {
86
59
  DebugRuleConfiguration,
87
60
  DebugRuleEvaluationStatus,
88
61
  DeploymentRecommendation,
62
+ EdgePackagingJobStatus,
89
63
  EndpointStatus,
90
64
  ExperimentConfig,
91
- FeatureParameter,
92
- HyperParameterTrainingJobSummary,
65
+ FeatureGroupStatus,
66
+ HubContentType,
93
67
  ModelArtifacts,
94
68
  ModelClientConfig,
69
+ OfflineStoreStatusValue,
70
+ OptimizationJobDeploymentInstanceType,
95
71
  ParallelismConfiguration,
96
- PipelineDefinitionS3Location,
72
+ PartnerAppType,
97
73
  ProcessingInput,
98
74
  ProcessingOutputConfig,
99
75
  ProcessingResources,
100
76
  ProcessingStoppingCondition,
101
77
  ProfilerConfig,
102
- ProfilerRuleConfiguration,
103
- ProvisioningParameter,
104
78
  ServiceCatalogProvisioningDetails,
105
79
  SharingType,
106
- SpaceSettings,
107
80
  SpaceStorageSettings,
108
81
  StudioLifecycleConfigAppType,
109
82
  TensorBoardOutputConfig,
110
- TrainingJobStatus,
111
83
  TrialComponentArtifact,
112
84
  TrialComponentParameterValue,
113
85
  TrialComponentStatus,
114
86
  } from "./models_2";
115
87
  import {
116
- DesiredWeightAndCapacity,
117
88
  Device,
118
89
  DeviceDeploymentSummary,
90
+ DeviceFleetSummary,
91
+ DeviceSummary,
119
92
  Direction,
120
- DomainSettingsForUpdate,
93
+ DomainDetails,
121
94
  Edge,
95
+ EdgeDeploymentPlanSummary,
96
+ EdgePackagingJobSummary,
122
97
  EMRStepMetadata,
123
98
  Endpoint,
99
+ EndpointConfigSortKey,
124
100
  EndpointConfigStepMetadata,
101
+ EndpointConfigSummary,
102
+ EndpointSortKey,
125
103
  EndpointStepMetadata,
104
+ EndpointSummary,
126
105
  ExecutionStatus,
127
106
  Experiment,
107
+ ExperimentSummary,
128
108
  FailStepMetadata,
129
109
  FeatureGroup,
110
+ FeatureGroupSortBy,
111
+ FeatureGroupSortOrder,
112
+ FeatureGroupSummary,
130
113
  FeatureMetadata,
131
114
  Filter,
132
- GitConfigForUpdate,
115
+ FlowDefinitionSummary,
116
+ HubContentInfo,
117
+ HubContentSortBy,
118
+ HubInfo,
119
+ HubSortBy,
120
+ HumanTaskUiSummary,
121
+ HyperParameterTrainingJobSummary,
133
122
  HyperParameterTuningJobSearchEntity,
123
+ HyperParameterTuningJobSortByOptions,
124
+ HyperParameterTuningJobStatus,
125
+ HyperParameterTuningJobSummary,
126
+ Image,
127
+ ImageSortBy,
128
+ ImageSortOrder,
129
+ ImageVersion,
130
+ ImageVersionSortBy,
131
+ ImageVersionSortOrder,
132
+ InferenceComponentSortKey,
133
+ InferenceComponentStatus,
134
+ InferenceComponentSummary,
135
+ InferenceExperimentStatus,
134
136
  InferenceExperimentStopDesiredState,
137
+ InferenceExperimentSummary,
138
+ InferenceRecommendationsJob,
139
+ InferenceRecommendationsJobStep,
135
140
  IsTrackingServerActive,
141
+ LabelingJobForWorkteamSummary,
142
+ LabelingJobStatus,
143
+ LabelingJobSummary,
136
144
  LambdaStepMetadata,
145
+ LineageGroupSummary,
137
146
  LineageType,
138
147
  MetricData,
139
148
  ModelCardExportJobStatus,
@@ -144,22 +153,28 @@ import {
144
153
  MonitoringJobDefinitionSummary,
145
154
  NotebookInstanceStatus,
146
155
  OptimizationJobStatus,
147
- OrderKey,
156
+ PartnerAppStatus,
148
157
  PipelineExecutionStatus,
149
158
  PipelineExperimentConfig,
150
159
  PipelineStatus,
151
160
  ProcessingJobStatus,
152
161
  ProjectStatus,
162
+ RecommendationJobStatus,
163
+ RecommendationStepType,
164
+ ReservedCapacityInstanceType,
165
+ ReservedCapacitySummary,
166
+ SageMakerResourceName,
153
167
  ScheduleStatus,
154
168
  SecondaryStatus,
155
169
  SecondaryStatusTransition,
156
170
  SelectiveExecutionConfig,
157
171
  ServiceCatalogProvisionedProductDetails,
158
- SortBy,
159
172
  SortOrder,
160
173
  SpaceStatus,
161
174
  SubscribedWorkteam,
162
175
  TrackingServerStatus,
176
+ TrainingJobStatus,
177
+ TrainingPlanStatus,
163
178
  TransformJobStatus,
164
179
  TrialComponentMetricSummary,
165
180
  TrialComponentSource,
@@ -170,6 +185,401 @@ import {
170
185
  Workforce,
171
186
  Workteam,
172
187
  } from "./models_3";
188
+ export interface ListDeviceFleetsResponse {
189
+ DeviceFleetSummaries: DeviceFleetSummary[] | undefined;
190
+ NextToken?: string | undefined;
191
+ }
192
+ export interface ListDevicesRequest {
193
+ NextToken?: string | undefined;
194
+ MaxResults?: number | undefined;
195
+ LatestHeartbeatAfter?: Date | undefined;
196
+ ModelName?: string | undefined;
197
+ DeviceFleetName?: string | undefined;
198
+ }
199
+ export interface ListDevicesResponse {
200
+ DeviceSummaries: DeviceSummary[] | undefined;
201
+ NextToken?: string | undefined;
202
+ }
203
+ export interface ListDomainsRequest {
204
+ NextToken?: string | undefined;
205
+ MaxResults?: number | undefined;
206
+ }
207
+ export interface ListDomainsResponse {
208
+ Domains?: DomainDetails[] | undefined;
209
+ NextToken?: string | undefined;
210
+ }
211
+ export declare const ListEdgeDeploymentPlansSortBy: {
212
+ readonly CreationTime: "CREATION_TIME";
213
+ readonly DeviceFleetName: "DEVICE_FLEET_NAME";
214
+ readonly LastModifiedTime: "LAST_MODIFIED_TIME";
215
+ readonly Name: "NAME";
216
+ };
217
+ export type ListEdgeDeploymentPlansSortBy =
218
+ (typeof ListEdgeDeploymentPlansSortBy)[keyof typeof ListEdgeDeploymentPlansSortBy];
219
+ export interface ListEdgeDeploymentPlansRequest {
220
+ NextToken?: string | undefined;
221
+ MaxResults?: number | undefined;
222
+ CreationTimeAfter?: Date | undefined;
223
+ CreationTimeBefore?: Date | undefined;
224
+ LastModifiedTimeAfter?: Date | undefined;
225
+ LastModifiedTimeBefore?: Date | undefined;
226
+ NameContains?: string | undefined;
227
+ DeviceFleetNameContains?: string | undefined;
228
+ SortBy?: ListEdgeDeploymentPlansSortBy | undefined;
229
+ SortOrder?: SortOrder | undefined;
230
+ }
231
+ export interface ListEdgeDeploymentPlansResponse {
232
+ EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummary[] | undefined;
233
+ NextToken?: string | undefined;
234
+ }
235
+ export declare const ListEdgePackagingJobsSortBy: {
236
+ readonly CreationTime: "CREATION_TIME";
237
+ readonly EdgePackagingJobStatus: "STATUS";
238
+ readonly LastModifiedTime: "LAST_MODIFIED_TIME";
239
+ readonly ModelName: "MODEL_NAME";
240
+ readonly Name: "NAME";
241
+ };
242
+ export type ListEdgePackagingJobsSortBy =
243
+ (typeof ListEdgePackagingJobsSortBy)[keyof typeof ListEdgePackagingJobsSortBy];
244
+ export interface ListEdgePackagingJobsRequest {
245
+ NextToken?: string | undefined;
246
+ MaxResults?: number | undefined;
247
+ CreationTimeAfter?: Date | undefined;
248
+ CreationTimeBefore?: Date | undefined;
249
+ LastModifiedTimeAfter?: Date | undefined;
250
+ LastModifiedTimeBefore?: Date | undefined;
251
+ NameContains?: string | undefined;
252
+ ModelNameContains?: string | undefined;
253
+ StatusEquals?: EdgePackagingJobStatus | undefined;
254
+ SortBy?: ListEdgePackagingJobsSortBy | undefined;
255
+ SortOrder?: SortOrder | undefined;
256
+ }
257
+ export interface ListEdgePackagingJobsResponse {
258
+ EdgePackagingJobSummaries: EdgePackagingJobSummary[] | undefined;
259
+ NextToken?: string | undefined;
260
+ }
261
+ export declare const OrderKey: {
262
+ readonly Ascending: "Ascending";
263
+ readonly Descending: "Descending";
264
+ };
265
+ export type OrderKey = (typeof OrderKey)[keyof typeof OrderKey];
266
+ export interface ListEndpointConfigsInput {
267
+ SortBy?: EndpointConfigSortKey | undefined;
268
+ SortOrder?: OrderKey | undefined;
269
+ NextToken?: string | undefined;
270
+ MaxResults?: number | undefined;
271
+ NameContains?: string | undefined;
272
+ CreationTimeBefore?: Date | undefined;
273
+ CreationTimeAfter?: Date | undefined;
274
+ }
275
+ export interface ListEndpointConfigsOutput {
276
+ EndpointConfigs: EndpointConfigSummary[] | undefined;
277
+ NextToken?: string | undefined;
278
+ }
279
+ export interface ListEndpointsInput {
280
+ SortBy?: EndpointSortKey | undefined;
281
+ SortOrder?: OrderKey | undefined;
282
+ NextToken?: string | undefined;
283
+ MaxResults?: number | undefined;
284
+ NameContains?: string | undefined;
285
+ CreationTimeBefore?: Date | undefined;
286
+ CreationTimeAfter?: Date | undefined;
287
+ LastModifiedTimeBefore?: Date | undefined;
288
+ LastModifiedTimeAfter?: Date | undefined;
289
+ StatusEquals?: EndpointStatus | undefined;
290
+ }
291
+ export interface ListEndpointsOutput {
292
+ Endpoints: EndpointSummary[] | undefined;
293
+ NextToken?: string | undefined;
294
+ }
295
+ export declare const SortExperimentsBy: {
296
+ readonly CREATION_TIME: "CreationTime";
297
+ readonly NAME: "Name";
298
+ };
299
+ export type SortExperimentsBy =
300
+ (typeof SortExperimentsBy)[keyof typeof SortExperimentsBy];
301
+ export interface ListExperimentsRequest {
302
+ CreatedAfter?: Date | undefined;
303
+ CreatedBefore?: Date | undefined;
304
+ SortBy?: SortExperimentsBy | undefined;
305
+ SortOrder?: SortOrder | undefined;
306
+ NextToken?: string | undefined;
307
+ MaxResults?: number | undefined;
308
+ }
309
+ export interface ListExperimentsResponse {
310
+ ExperimentSummaries?: ExperimentSummary[] | undefined;
311
+ NextToken?: string | undefined;
312
+ }
313
+ export interface ListFeatureGroupsRequest {
314
+ NameContains?: string | undefined;
315
+ FeatureGroupStatusEquals?: FeatureGroupStatus | undefined;
316
+ OfflineStoreStatusEquals?: OfflineStoreStatusValue | undefined;
317
+ CreationTimeAfter?: Date | undefined;
318
+ CreationTimeBefore?: Date | undefined;
319
+ SortOrder?: FeatureGroupSortOrder | undefined;
320
+ SortBy?: FeatureGroupSortBy | undefined;
321
+ MaxResults?: number | undefined;
322
+ NextToken?: string | undefined;
323
+ }
324
+ export interface ListFeatureGroupsResponse {
325
+ FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
326
+ NextToken?: string | undefined;
327
+ }
328
+ export interface ListFlowDefinitionsRequest {
329
+ CreationTimeAfter?: Date | undefined;
330
+ CreationTimeBefore?: Date | undefined;
331
+ SortOrder?: SortOrder | undefined;
332
+ NextToken?: string | undefined;
333
+ MaxResults?: number | undefined;
334
+ }
335
+ export interface ListFlowDefinitionsResponse {
336
+ FlowDefinitionSummaries: FlowDefinitionSummary[] | undefined;
337
+ NextToken?: string | undefined;
338
+ }
339
+ export interface ListHubContentsRequest {
340
+ HubName: string | undefined;
341
+ HubContentType: HubContentType | undefined;
342
+ NameContains?: string | undefined;
343
+ MaxSchemaVersion?: string | undefined;
344
+ CreationTimeBefore?: Date | undefined;
345
+ CreationTimeAfter?: Date | undefined;
346
+ SortBy?: HubContentSortBy | undefined;
347
+ SortOrder?: SortOrder | undefined;
348
+ MaxResults?: number | undefined;
349
+ NextToken?: string | undefined;
350
+ }
351
+ export interface ListHubContentsResponse {
352
+ HubContentSummaries: HubContentInfo[] | undefined;
353
+ NextToken?: string | undefined;
354
+ }
355
+ export interface ListHubContentVersionsRequest {
356
+ HubName: string | undefined;
357
+ HubContentType: HubContentType | undefined;
358
+ HubContentName: string | undefined;
359
+ MinVersion?: string | undefined;
360
+ MaxSchemaVersion?: string | undefined;
361
+ CreationTimeBefore?: Date | undefined;
362
+ CreationTimeAfter?: Date | undefined;
363
+ SortBy?: HubContentSortBy | undefined;
364
+ SortOrder?: SortOrder | undefined;
365
+ MaxResults?: number | undefined;
366
+ NextToken?: string | undefined;
367
+ }
368
+ export interface ListHubContentVersionsResponse {
369
+ HubContentSummaries: HubContentInfo[] | undefined;
370
+ NextToken?: string | undefined;
371
+ }
372
+ export interface ListHubsRequest {
373
+ NameContains?: string | undefined;
374
+ CreationTimeBefore?: Date | undefined;
375
+ CreationTimeAfter?: Date | undefined;
376
+ LastModifiedTimeBefore?: Date | undefined;
377
+ LastModifiedTimeAfter?: Date | undefined;
378
+ SortBy?: HubSortBy | undefined;
379
+ SortOrder?: SortOrder | undefined;
380
+ MaxResults?: number | undefined;
381
+ NextToken?: string | undefined;
382
+ }
383
+ export interface ListHubsResponse {
384
+ HubSummaries: HubInfo[] | undefined;
385
+ NextToken?: string | undefined;
386
+ }
387
+ export interface ListHumanTaskUisRequest {
388
+ CreationTimeAfter?: Date | undefined;
389
+ CreationTimeBefore?: Date | undefined;
390
+ SortOrder?: SortOrder | undefined;
391
+ NextToken?: string | undefined;
392
+ MaxResults?: number | undefined;
393
+ }
394
+ export interface ListHumanTaskUisResponse {
395
+ HumanTaskUiSummaries: HumanTaskUiSummary[] | undefined;
396
+ NextToken?: string | undefined;
397
+ }
398
+ export interface ListHyperParameterTuningJobsRequest {
399
+ NextToken?: string | undefined;
400
+ MaxResults?: number | undefined;
401
+ SortBy?: HyperParameterTuningJobSortByOptions | undefined;
402
+ SortOrder?: SortOrder | undefined;
403
+ NameContains?: string | undefined;
404
+ CreationTimeAfter?: Date | undefined;
405
+ CreationTimeBefore?: Date | undefined;
406
+ LastModifiedTimeAfter?: Date | undefined;
407
+ LastModifiedTimeBefore?: Date | undefined;
408
+ StatusEquals?: HyperParameterTuningJobStatus | undefined;
409
+ }
410
+ export interface ListHyperParameterTuningJobsResponse {
411
+ HyperParameterTuningJobSummaries:
412
+ | HyperParameterTuningJobSummary[]
413
+ | undefined;
414
+ NextToken?: string | undefined;
415
+ }
416
+ export interface ListImagesRequest {
417
+ CreationTimeAfter?: Date | undefined;
418
+ CreationTimeBefore?: Date | undefined;
419
+ LastModifiedTimeAfter?: Date | undefined;
420
+ LastModifiedTimeBefore?: Date | undefined;
421
+ MaxResults?: number | undefined;
422
+ NameContains?: string | undefined;
423
+ NextToken?: string | undefined;
424
+ SortBy?: ImageSortBy | undefined;
425
+ SortOrder?: ImageSortOrder | undefined;
426
+ }
427
+ export interface ListImagesResponse {
428
+ Images?: Image[] | undefined;
429
+ NextToken?: string | undefined;
430
+ }
431
+ export interface ListImageVersionsRequest {
432
+ CreationTimeAfter?: Date | undefined;
433
+ CreationTimeBefore?: Date | undefined;
434
+ ImageName: string | undefined;
435
+ LastModifiedTimeAfter?: Date | undefined;
436
+ LastModifiedTimeBefore?: Date | undefined;
437
+ MaxResults?: number | undefined;
438
+ NextToken?: string | undefined;
439
+ SortBy?: ImageVersionSortBy | undefined;
440
+ SortOrder?: ImageVersionSortOrder | undefined;
441
+ }
442
+ export interface ListImageVersionsResponse {
443
+ ImageVersions?: ImageVersion[] | undefined;
444
+ NextToken?: string | undefined;
445
+ }
446
+ export interface ListInferenceComponentsInput {
447
+ SortBy?: InferenceComponentSortKey | undefined;
448
+ SortOrder?: OrderKey | undefined;
449
+ NextToken?: string | undefined;
450
+ MaxResults?: number | undefined;
451
+ NameContains?: string | undefined;
452
+ CreationTimeBefore?: Date | undefined;
453
+ CreationTimeAfter?: Date | undefined;
454
+ LastModifiedTimeBefore?: Date | undefined;
455
+ LastModifiedTimeAfter?: Date | undefined;
456
+ StatusEquals?: InferenceComponentStatus | undefined;
457
+ EndpointNameEquals?: string | undefined;
458
+ VariantNameEquals?: string | undefined;
459
+ }
460
+ export interface ListInferenceComponentsOutput {
461
+ InferenceComponents: InferenceComponentSummary[] | undefined;
462
+ NextToken?: string | undefined;
463
+ }
464
+ export declare const SortInferenceExperimentsBy: {
465
+ readonly CREATION_TIME: "CreationTime";
466
+ readonly NAME: "Name";
467
+ readonly STATUS: "Status";
468
+ };
469
+ export type SortInferenceExperimentsBy =
470
+ (typeof SortInferenceExperimentsBy)[keyof typeof SortInferenceExperimentsBy];
471
+ export interface ListInferenceExperimentsRequest {
472
+ NameContains?: string | undefined;
473
+ Type?: InferenceExperimentType | undefined;
474
+ StatusEquals?: InferenceExperimentStatus | undefined;
475
+ CreationTimeAfter?: Date | undefined;
476
+ CreationTimeBefore?: Date | undefined;
477
+ LastModifiedTimeAfter?: Date | undefined;
478
+ LastModifiedTimeBefore?: Date | undefined;
479
+ SortBy?: SortInferenceExperimentsBy | undefined;
480
+ SortOrder?: SortOrder | undefined;
481
+ NextToken?: string | undefined;
482
+ MaxResults?: number | undefined;
483
+ }
484
+ export interface ListInferenceExperimentsResponse {
485
+ InferenceExperiments?: InferenceExperimentSummary[] | undefined;
486
+ NextToken?: string | undefined;
487
+ }
488
+ export declare const ListInferenceRecommendationsJobsSortBy: {
489
+ readonly CREATION_TIME: "CreationTime";
490
+ readonly NAME: "Name";
491
+ readonly STATUS: "Status";
492
+ };
493
+ export type ListInferenceRecommendationsJobsSortBy =
494
+ (typeof ListInferenceRecommendationsJobsSortBy)[keyof typeof ListInferenceRecommendationsJobsSortBy];
495
+ export interface ListInferenceRecommendationsJobsRequest {
496
+ CreationTimeAfter?: Date | undefined;
497
+ CreationTimeBefore?: Date | undefined;
498
+ LastModifiedTimeAfter?: Date | undefined;
499
+ LastModifiedTimeBefore?: Date | undefined;
500
+ NameContains?: string | undefined;
501
+ StatusEquals?: RecommendationJobStatus | undefined;
502
+ SortBy?: ListInferenceRecommendationsJobsSortBy | undefined;
503
+ SortOrder?: SortOrder | undefined;
504
+ NextToken?: string | undefined;
505
+ MaxResults?: number | undefined;
506
+ ModelNameEquals?: string | undefined;
507
+ ModelPackageVersionArnEquals?: string | undefined;
508
+ }
509
+ export interface ListInferenceRecommendationsJobsResponse {
510
+ InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
511
+ NextToken?: string | undefined;
512
+ }
513
+ export interface ListInferenceRecommendationsJobStepsRequest {
514
+ JobName: string | undefined;
515
+ Status?: RecommendationJobStatus | undefined;
516
+ StepType?: RecommendationStepType | undefined;
517
+ MaxResults?: number | undefined;
518
+ NextToken?: string | undefined;
519
+ }
520
+ export interface ListInferenceRecommendationsJobStepsResponse {
521
+ Steps?: InferenceRecommendationsJobStep[] | undefined;
522
+ NextToken?: string | undefined;
523
+ }
524
+ export declare const SortBy: {
525
+ readonly CREATION_TIME: "CreationTime";
526
+ readonly NAME: "Name";
527
+ readonly STATUS: "Status";
528
+ };
529
+ export type SortBy = (typeof SortBy)[keyof typeof SortBy];
530
+ export interface ListLabelingJobsRequest {
531
+ CreationTimeAfter?: Date | undefined;
532
+ CreationTimeBefore?: Date | undefined;
533
+ LastModifiedTimeAfter?: Date | undefined;
534
+ LastModifiedTimeBefore?: Date | undefined;
535
+ MaxResults?: number | undefined;
536
+ NextToken?: string | undefined;
537
+ NameContains?: string | undefined;
538
+ SortBy?: SortBy | undefined;
539
+ SortOrder?: SortOrder | undefined;
540
+ StatusEquals?: LabelingJobStatus | undefined;
541
+ }
542
+ export interface ListLabelingJobsResponse {
543
+ LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
544
+ NextToken?: string | undefined;
545
+ }
546
+ export declare const ListLabelingJobsForWorkteamSortByOptions: {
547
+ readonly CREATION_TIME: "CreationTime";
548
+ };
549
+ export type ListLabelingJobsForWorkteamSortByOptions =
550
+ (typeof ListLabelingJobsForWorkteamSortByOptions)[keyof typeof ListLabelingJobsForWorkteamSortByOptions];
551
+ export interface ListLabelingJobsForWorkteamRequest {
552
+ WorkteamArn: string | undefined;
553
+ MaxResults?: number | undefined;
554
+ NextToken?: string | undefined;
555
+ CreationTimeAfter?: Date | undefined;
556
+ CreationTimeBefore?: Date | undefined;
557
+ JobReferenceCodeContains?: string | undefined;
558
+ SortBy?: ListLabelingJobsForWorkteamSortByOptions | undefined;
559
+ SortOrder?: SortOrder | undefined;
560
+ }
561
+ export interface ListLabelingJobsForWorkteamResponse {
562
+ LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
563
+ NextToken?: string | undefined;
564
+ }
565
+ export declare const SortLineageGroupsBy: {
566
+ readonly CREATION_TIME: "CreationTime";
567
+ readonly NAME: "Name";
568
+ };
569
+ export type SortLineageGroupsBy =
570
+ (typeof SortLineageGroupsBy)[keyof typeof SortLineageGroupsBy];
571
+ export interface ListLineageGroupsRequest {
572
+ CreatedAfter?: Date | undefined;
573
+ CreatedBefore?: Date | undefined;
574
+ SortBy?: SortLineageGroupsBy | undefined;
575
+ SortOrder?: SortOrder | undefined;
576
+ NextToken?: string | undefined;
577
+ MaxResults?: number | undefined;
578
+ }
579
+ export interface ListLineageGroupsResponse {
580
+ LineageGroupSummaries?: LineageGroupSummary[] | undefined;
581
+ NextToken?: string | undefined;
582
+ }
173
583
  export declare const SortTrackingServerBy: {
174
584
  readonly CREATION_TIME: "CreationTime";
175
585
  readonly NAME: "Name";
@@ -696,6 +1106,21 @@ export interface ListOptimizationJobsResponse {
696
1106
  OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
697
1107
  NextToken?: string | undefined;
698
1108
  }
1109
+ export interface ListPartnerAppsRequest {
1110
+ MaxResults?: number | undefined;
1111
+ NextToken?: string | undefined;
1112
+ }
1113
+ export interface PartnerAppSummary {
1114
+ Arn?: string | undefined;
1115
+ Name?: string | undefined;
1116
+ Type?: PartnerAppType | undefined;
1117
+ Status?: PartnerAppStatus | undefined;
1118
+ CreationTime?: Date | undefined;
1119
+ }
1120
+ export interface ListPartnerAppsResponse {
1121
+ Summaries?: PartnerAppSummary[] | undefined;
1122
+ NextToken?: string | undefined;
1123
+ }
699
1124
  export declare const SortPipelineExecutionsBy: {
700
1125
  readonly CREATION_TIME: "CreationTime";
701
1126
  readonly PIPELINE_EXECUTION_ARN: "PipelineExecutionArn";
@@ -1045,6 +1470,7 @@ export interface ListTrainingJobsRequest {
1045
1470
  SortBy?: SortBy | undefined;
1046
1471
  SortOrder?: SortOrder | undefined;
1047
1472
  WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
1473
+ TrainingPlanArnEquals?: string | undefined;
1048
1474
  }
1049
1475
  export interface TrainingJobSummary {
1050
1476
  TrainingJobName: string | undefined;
@@ -1055,6 +1481,7 @@ export interface TrainingJobSummary {
1055
1481
  TrainingJobStatus: TrainingJobStatus | undefined;
1056
1482
  SecondaryStatus?: SecondaryStatus | undefined;
1057
1483
  WarmPoolStatus?: WarmPoolStatus | undefined;
1484
+ TrainingPlanArn?: string | undefined;
1058
1485
  }
1059
1486
  export interface ListTrainingJobsResponse {
1060
1487
  TrainingJobSummaries: TrainingJobSummary[] | undefined;
@@ -1080,6 +1507,58 @@ export interface ListTrainingJobsForHyperParameterTuningJobResponse {
1080
1507
  TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
1081
1508
  NextToken?: string | undefined;
1082
1509
  }
1510
+ export declare const TrainingPlanFilterName: {
1511
+ readonly STATUS: "Status";
1512
+ };
1513
+ export type TrainingPlanFilterName =
1514
+ (typeof TrainingPlanFilterName)[keyof typeof TrainingPlanFilterName];
1515
+ export interface TrainingPlanFilter {
1516
+ Name: TrainingPlanFilterName | undefined;
1517
+ Value: string | undefined;
1518
+ }
1519
+ export declare const TrainingPlanSortBy: {
1520
+ readonly NAME: "TrainingPlanName";
1521
+ readonly START_TIME: "StartTime";
1522
+ readonly STATUS: "Status";
1523
+ };
1524
+ export type TrainingPlanSortBy =
1525
+ (typeof TrainingPlanSortBy)[keyof typeof TrainingPlanSortBy];
1526
+ export declare const TrainingPlanSortOrder: {
1527
+ readonly ASCENDING: "Ascending";
1528
+ readonly DESCENDING: "Descending";
1529
+ };
1530
+ export type TrainingPlanSortOrder =
1531
+ (typeof TrainingPlanSortOrder)[keyof typeof TrainingPlanSortOrder];
1532
+ export interface ListTrainingPlansRequest {
1533
+ NextToken?: string | undefined;
1534
+ MaxResults?: number | undefined;
1535
+ StartTimeAfter?: Date | undefined;
1536
+ StartTimeBefore?: Date | undefined;
1537
+ SortBy?: TrainingPlanSortBy | undefined;
1538
+ SortOrder?: TrainingPlanSortOrder | undefined;
1539
+ Filters?: TrainingPlanFilter[] | undefined;
1540
+ }
1541
+ export interface TrainingPlanSummary {
1542
+ TrainingPlanArn: string | undefined;
1543
+ TrainingPlanName: string | undefined;
1544
+ Status: TrainingPlanStatus | undefined;
1545
+ StatusMessage?: string | undefined;
1546
+ DurationHours?: number | undefined;
1547
+ DurationMinutes?: number | undefined;
1548
+ StartTime?: Date | undefined;
1549
+ EndTime?: Date | undefined;
1550
+ UpfrontFee?: string | undefined;
1551
+ CurrencyCode?: string | undefined;
1552
+ TotalInstanceCount?: number | undefined;
1553
+ AvailableInstanceCount?: number | undefined;
1554
+ InUseInstanceCount?: number | undefined;
1555
+ TargetResources?: SageMakerResourceName[] | undefined;
1556
+ ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
1557
+ }
1558
+ export interface ListTrainingPlansResponse {
1559
+ NextToken?: string | undefined;
1560
+ TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
1561
+ }
1083
1562
  export interface ListTransformJobsRequest {
1084
1563
  CreationTimeAfter?: Date | undefined;
1085
1564
  CreationTimeBefore?: Date | undefined;
@@ -1521,6 +2000,15 @@ export interface RenderUiTemplateResponse {
1521
2000
  RenderedContent: string | undefined;
1522
2001
  Errors: RenderingError[] | undefined;
1523
2002
  }
2003
+ export interface ReservedCapacityOffering {
2004
+ InstanceType: ReservedCapacityInstanceType | undefined;
2005
+ InstanceCount: number | undefined;
2006
+ AvailabilityZone?: string | undefined;
2007
+ DurationHours?: number | undefined;
2008
+ DurationMinutes?: number | undefined;
2009
+ StartTime?: Date | undefined;
2010
+ EndTime?: Date | undefined;
2011
+ }
1524
2012
  export interface ResourceConfigForUpdate {
1525
2013
  KeepAlivePeriodInSeconds: number | undefined;
1526
2014
  }
@@ -1653,6 +2141,28 @@ export interface SearchResponse {
1653
2141
  Results?: SearchRecord[] | undefined;
1654
2142
  NextToken?: string | undefined;
1655
2143
  }
2144
+ export interface SearchTrainingPlanOfferingsRequest {
2145
+ InstanceType: ReservedCapacityInstanceType | undefined;
2146
+ InstanceCount: number | undefined;
2147
+ StartTimeAfter?: Date | undefined;
2148
+ EndTimeBefore?: Date | undefined;
2149
+ DurationHours?: number | undefined;
2150
+ TargetResources: SageMakerResourceName[] | undefined;
2151
+ }
2152
+ export interface TrainingPlanOffering {
2153
+ TrainingPlanOfferingId: string | undefined;
2154
+ TargetResources: SageMakerResourceName[] | undefined;
2155
+ RequestedStartTimeAfter?: Date | undefined;
2156
+ RequestedEndTimeBefore?: Date | undefined;
2157
+ DurationHours?: number | undefined;
2158
+ DurationMinutes?: number | undefined;
2159
+ UpfrontFee?: string | undefined;
2160
+ CurrencyCode?: string | undefined;
2161
+ ReservedCapacityOfferings?: ReservedCapacityOffering[] | undefined;
2162
+ }
2163
+ export interface SearchTrainingPlanOfferingsResponse {
2164
+ TrainingPlanOfferings: TrainingPlanOffering[] | undefined;
2165
+ }
1656
2166
  export interface SendPipelineExecutionStepFailureRequest {
1657
2167
  CallbackToken: string | undefined;
1658
2168
  FailureReason?: string | undefined;
@@ -1773,365 +2283,9 @@ export interface UpdateActionRequest {
1773
2283
  Properties?: Record<string, string> | undefined;
1774
2284
  PropertiesToRemove?: string[] | undefined;
1775
2285
  }
1776
- export interface UpdateActionResponse {
1777
- ActionArn?: string | undefined;
1778
- }
1779
- export interface UpdateAppImageConfigRequest {
1780
- AppImageConfigName: string | undefined;
1781
- KernelGatewayImageConfig?: KernelGatewayImageConfig | undefined;
1782
- JupyterLabAppImageConfig?: JupyterLabAppImageConfig | undefined;
1783
- CodeEditorAppImageConfig?: CodeEditorAppImageConfig | undefined;
1784
- }
1785
- export interface UpdateAppImageConfigResponse {
1786
- AppImageConfigArn?: string | undefined;
1787
- }
1788
- export interface UpdateArtifactRequest {
1789
- ArtifactArn: string | undefined;
1790
- ArtifactName?: string | undefined;
1791
- Properties?: Record<string, string> | undefined;
1792
- PropertiesToRemove?: string[] | undefined;
1793
- }
1794
- export interface UpdateArtifactResponse {
1795
- ArtifactArn?: string | undefined;
1796
- }
1797
- export interface UpdateClusterRequest {
1798
- ClusterName: string | undefined;
1799
- InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
1800
- NodeRecovery?: ClusterNodeRecovery | undefined;
1801
- }
1802
- export interface UpdateClusterResponse {
1803
- ClusterArn: string | undefined;
1804
- }
1805
- export interface UpdateClusterSoftwareRequest {
1806
- ClusterName: string | undefined;
1807
- }
1808
- export interface UpdateClusterSoftwareResponse {
1809
- ClusterArn: string | undefined;
1810
- }
1811
- export interface UpdateCodeRepositoryInput {
1812
- CodeRepositoryName: string | undefined;
1813
- GitConfig?: GitConfigForUpdate | undefined;
1814
- }
1815
- export interface UpdateCodeRepositoryOutput {
1816
- CodeRepositoryArn: string | undefined;
1817
- }
1818
- export interface UpdateContextRequest {
1819
- ContextName: string | undefined;
1820
- Description?: string | undefined;
1821
- Properties?: Record<string, string> | undefined;
1822
- PropertiesToRemove?: string[] | undefined;
1823
- }
1824
- export interface UpdateContextResponse {
1825
- ContextArn?: string | undefined;
1826
- }
1827
- export interface UpdateDeviceFleetRequest {
1828
- DeviceFleetName: string | undefined;
1829
- RoleArn?: string | undefined;
1830
- Description?: string | undefined;
1831
- OutputConfig: EdgeOutputConfig | undefined;
1832
- EnableIotRoleAlias?: boolean | undefined;
1833
- }
1834
- export interface UpdateDevicesRequest {
1835
- DeviceFleetName: string | undefined;
1836
- Devices: Device[] | undefined;
1837
- }
1838
- export interface UpdateDomainRequest {
1839
- DomainId: string | undefined;
1840
- DefaultUserSettings?: UserSettings | undefined;
1841
- DomainSettingsForUpdate?: DomainSettingsForUpdate | undefined;
1842
- AppSecurityGroupManagement?: AppSecurityGroupManagement | undefined;
1843
- DefaultSpaceSettings?: DefaultSpaceSettings | undefined;
1844
- SubnetIds?: string[] | undefined;
1845
- AppNetworkAccessType?: AppNetworkAccessType | undefined;
1846
- TagPropagation?: TagPropagation | undefined;
1847
- }
1848
- export interface UpdateDomainResponse {
1849
- DomainArn?: string | undefined;
1850
- }
1851
- export declare const VariantPropertyType: {
1852
- readonly DataCaptureConfig: "DataCaptureConfig";
1853
- readonly DesiredInstanceCount: "DesiredInstanceCount";
1854
- readonly DesiredWeight: "DesiredWeight";
1855
- };
1856
- export type VariantPropertyType =
1857
- (typeof VariantPropertyType)[keyof typeof VariantPropertyType];
1858
- export interface VariantProperty {
1859
- VariantPropertyType: VariantPropertyType | undefined;
1860
- }
1861
- export interface UpdateEndpointInput {
1862
- EndpointName: string | undefined;
1863
- EndpointConfigName: string | undefined;
1864
- RetainAllVariantProperties?: boolean | undefined;
1865
- ExcludeRetainedVariantProperties?: VariantProperty[] | undefined;
1866
- DeploymentConfig?: DeploymentConfig | undefined;
1867
- RetainDeploymentConfig?: boolean | undefined;
1868
- }
1869
- export interface UpdateEndpointOutput {
1870
- EndpointArn: string | undefined;
1871
- }
1872
- export interface UpdateEndpointWeightsAndCapacitiesInput {
1873
- EndpointName: string | undefined;
1874
- DesiredWeightsAndCapacities: DesiredWeightAndCapacity[] | undefined;
1875
- }
1876
- export interface UpdateEndpointWeightsAndCapacitiesOutput {
1877
- EndpointArn: string | undefined;
1878
- }
1879
- export interface UpdateExperimentRequest {
1880
- ExperimentName: string | undefined;
1881
- DisplayName?: string | undefined;
1882
- Description?: string | undefined;
1883
- }
1884
- export interface UpdateExperimentResponse {
1885
- ExperimentArn?: string | undefined;
1886
- }
1887
- export interface ThroughputConfigUpdate {
1888
- ThroughputMode?: ThroughputMode | undefined;
1889
- ProvisionedReadCapacityUnits?: number | undefined;
1890
- ProvisionedWriteCapacityUnits?: number | undefined;
1891
- }
1892
- export interface UpdateFeatureGroupRequest {
1893
- FeatureGroupName: string | undefined;
1894
- FeatureAdditions?: FeatureDefinition[] | undefined;
1895
- OnlineStoreConfig?: OnlineStoreConfigUpdate | undefined;
1896
- ThroughputConfig?: ThroughputConfigUpdate | undefined;
1897
- }
1898
- export interface UpdateFeatureGroupResponse {
1899
- FeatureGroupArn: string | undefined;
1900
- }
1901
- export interface UpdateFeatureMetadataRequest {
1902
- FeatureGroupName: string | undefined;
1903
- FeatureName: string | undefined;
1904
- Description?: string | undefined;
1905
- ParameterAdditions?: FeatureParameter[] | undefined;
1906
- ParameterRemovals?: string[] | undefined;
1907
- }
1908
- export interface UpdateHubRequest {
1909
- HubName: string | undefined;
1910
- HubDescription?: string | undefined;
1911
- HubDisplayName?: string | undefined;
1912
- HubSearchKeywords?: string[] | undefined;
1913
- }
1914
- export interface UpdateHubResponse {
1915
- HubArn: string | undefined;
1916
- }
1917
- export interface UpdateImageRequest {
1918
- DeleteProperties?: string[] | undefined;
1919
- Description?: string | undefined;
1920
- DisplayName?: string | undefined;
1921
- ImageName: string | undefined;
1922
- RoleArn?: string | undefined;
1923
- }
1924
- export interface UpdateImageResponse {
1925
- ImageArn?: string | undefined;
1926
- }
1927
- export interface UpdateImageVersionRequest {
1928
- ImageName: string | undefined;
1929
- Alias?: string | undefined;
1930
- Version?: number | undefined;
1931
- AliasesToAdd?: string[] | undefined;
1932
- AliasesToDelete?: string[] | undefined;
1933
- VendorGuidance?: VendorGuidance | undefined;
1934
- JobType?: JobType | undefined;
1935
- MLFramework?: string | undefined;
1936
- ProgrammingLang?: string | undefined;
1937
- Processor?: Processor | undefined;
1938
- Horovod?: boolean | undefined;
1939
- ReleaseNotes?: string | undefined;
1940
- }
1941
- export interface UpdateImageVersionResponse {
1942
- ImageVersionArn?: string | undefined;
1943
- }
1944
- export interface UpdateInferenceComponentInput {
1945
- InferenceComponentName: string | undefined;
1946
- Specification?: InferenceComponentSpecification | undefined;
1947
- RuntimeConfig?: InferenceComponentRuntimeConfig | undefined;
1948
- }
1949
- export interface UpdateInferenceComponentOutput {
1950
- InferenceComponentArn: string | undefined;
1951
- }
1952
- export interface UpdateInferenceComponentRuntimeConfigInput {
1953
- InferenceComponentName: string | undefined;
1954
- DesiredRuntimeConfig: InferenceComponentRuntimeConfig | undefined;
1955
- }
1956
- export interface UpdateInferenceComponentRuntimeConfigOutput {
1957
- InferenceComponentArn: string | undefined;
1958
- }
1959
- export interface UpdateInferenceExperimentRequest {
1960
- Name: string | undefined;
1961
- Schedule?: InferenceExperimentSchedule | undefined;
1962
- Description?: string | undefined;
1963
- ModelVariants?: ModelVariantConfig[] | undefined;
1964
- DataStorageConfig?: InferenceExperimentDataStorageConfig | undefined;
1965
- ShadowModeConfig?: ShadowModeConfig | undefined;
1966
- }
1967
- export interface UpdateInferenceExperimentResponse {
1968
- InferenceExperimentArn: string | undefined;
1969
- }
1970
- export interface UpdateMlflowTrackingServerRequest {
1971
- TrackingServerName: string | undefined;
1972
- ArtifactStoreUri?: string | undefined;
1973
- TrackingServerSize?: TrackingServerSize | undefined;
1974
- AutomaticModelRegistration?: boolean | undefined;
1975
- WeeklyMaintenanceWindowStart?: string | undefined;
1976
- }
1977
- export interface UpdateMlflowTrackingServerResponse {
1978
- TrackingServerArn?: string | undefined;
1979
- }
1980
- export interface UpdateModelCardRequest {
1981
- ModelCardName: string | undefined;
1982
- Content?: string | undefined;
1983
- ModelCardStatus?: ModelCardStatus | undefined;
1984
- }
1985
- export interface UpdateModelCardResponse {
1986
- ModelCardArn: string | undefined;
1987
- }
1988
- export interface UpdateModelPackageInput {
1989
- ModelPackageArn: string | undefined;
1990
- ModelApprovalStatus?: ModelApprovalStatus | undefined;
1991
- ApprovalDescription?: string | undefined;
1992
- CustomerMetadataProperties?: Record<string, string> | undefined;
1993
- CustomerMetadataPropertiesToRemove?: string[] | undefined;
1994
- AdditionalInferenceSpecificationsToAdd?:
1995
- | AdditionalInferenceSpecificationDefinition[]
1996
- | undefined;
1997
- InferenceSpecification?: InferenceSpecification | undefined;
1998
- SourceUri?: string | undefined;
1999
- ModelCard?: ModelPackageModelCard | undefined;
2000
- ModelLifeCycle?: ModelLifeCycle | undefined;
2001
- ClientToken?: string | undefined;
2002
- }
2003
- export interface UpdateModelPackageOutput {
2004
- ModelPackageArn: string | undefined;
2005
- }
2006
- export interface UpdateMonitoringAlertRequest {
2007
- MonitoringScheduleName: string | undefined;
2008
- MonitoringAlertName: string | undefined;
2009
- DatapointsToAlert: number | undefined;
2010
- EvaluationPeriod: number | undefined;
2011
- }
2012
- export interface UpdateMonitoringAlertResponse {
2013
- MonitoringScheduleArn: string | undefined;
2014
- MonitoringAlertName?: string | undefined;
2015
- }
2016
- export interface UpdateMonitoringScheduleRequest {
2017
- MonitoringScheduleName: string | undefined;
2018
- MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
2019
- }
2020
- export interface UpdateMonitoringScheduleResponse {
2021
- MonitoringScheduleArn: string | undefined;
2022
- }
2023
- export interface UpdateNotebookInstanceInput {
2024
- NotebookInstanceName: string | undefined;
2025
- InstanceType?: _InstanceType | undefined;
2026
- RoleArn?: string | undefined;
2027
- LifecycleConfigName?: string | undefined;
2028
- DisassociateLifecycleConfig?: boolean | undefined;
2029
- VolumeSizeInGB?: number | undefined;
2030
- DefaultCodeRepository?: string | undefined;
2031
- AdditionalCodeRepositories?: string[] | undefined;
2032
- AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
2033
- DisassociateAcceleratorTypes?: boolean | undefined;
2034
- DisassociateDefaultCodeRepository?: boolean | undefined;
2035
- DisassociateAdditionalCodeRepositories?: boolean | undefined;
2036
- RootAccess?: RootAccess | undefined;
2037
- InstanceMetadataServiceConfiguration?:
2038
- | InstanceMetadataServiceConfiguration
2039
- | undefined;
2040
- }
2041
- export interface UpdateNotebookInstanceOutput {}
2042
- export interface UpdateNotebookInstanceLifecycleConfigInput {
2043
- NotebookInstanceLifecycleConfigName: string | undefined;
2044
- OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
2045
- OnStart?: NotebookInstanceLifecycleHook[] | undefined;
2046
- }
2047
- export interface UpdateNotebookInstanceLifecycleConfigOutput {}
2048
- export interface UpdatePipelineRequest {
2049
- PipelineName: string | undefined;
2050
- PipelineDisplayName?: string | undefined;
2051
- PipelineDefinition?: string | undefined;
2052
- PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
2053
- PipelineDescription?: string | undefined;
2054
- RoleArn?: string | undefined;
2055
- ParallelismConfiguration?: ParallelismConfiguration | undefined;
2056
- }
2057
- export interface UpdatePipelineResponse {
2058
- PipelineArn?: string | undefined;
2059
- }
2060
- export interface UpdatePipelineExecutionRequest {
2061
- PipelineExecutionArn: string | undefined;
2062
- PipelineExecutionDescription?: string | undefined;
2063
- PipelineExecutionDisplayName?: string | undefined;
2064
- ParallelismConfiguration?: ParallelismConfiguration | undefined;
2065
- }
2066
- export interface UpdatePipelineExecutionResponse {
2067
- PipelineExecutionArn?: string | undefined;
2068
- }
2069
- export interface ServiceCatalogProvisioningUpdateDetails {
2070
- ProvisioningArtifactId?: string | undefined;
2071
- ProvisioningParameters?: ProvisioningParameter[] | undefined;
2072
- }
2073
- export interface UpdateProjectInput {
2074
- ProjectName: string | undefined;
2075
- ProjectDescription?: string | undefined;
2076
- ServiceCatalogProvisioningUpdateDetails?:
2077
- | ServiceCatalogProvisioningUpdateDetails
2078
- | undefined;
2079
- Tags?: Tag[] | undefined;
2080
- }
2081
- export interface UpdateProjectOutput {
2082
- ProjectArn: string | undefined;
2083
- }
2084
- export interface UpdateSpaceRequest {
2085
- DomainId: string | undefined;
2086
- SpaceName: string | undefined;
2087
- SpaceSettings?: SpaceSettings | undefined;
2088
- SpaceDisplayName?: string | undefined;
2089
- }
2090
- export interface UpdateSpaceResponse {
2091
- SpaceArn?: string | undefined;
2092
- }
2093
- export interface UpdateTrainingJobRequest {
2094
- TrainingJobName: string | undefined;
2095
- ProfilerConfig?: ProfilerConfigForUpdate | undefined;
2096
- ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
2097
- ResourceConfig?: ResourceConfigForUpdate | undefined;
2098
- RemoteDebugConfig?: RemoteDebugConfigForUpdate | undefined;
2099
- }
2100
- export interface UpdateTrainingJobResponse {
2101
- TrainingJobArn: string | undefined;
2102
- }
2103
- export interface UpdateTrialRequest {
2104
- TrialName: string | undefined;
2105
- DisplayName?: string | undefined;
2106
- }
2107
- export interface UpdateTrialResponse {
2108
- TrialArn?: string | undefined;
2109
- }
2110
- export interface UpdateTrialComponentRequest {
2111
- TrialComponentName: string | undefined;
2112
- DisplayName?: string | undefined;
2113
- Status?: TrialComponentStatus | undefined;
2114
- StartTime?: Date | undefined;
2115
- EndTime?: Date | undefined;
2116
- Parameters?: Record<string, TrialComponentParameterValue> | undefined;
2117
- ParametersToRemove?: string[] | undefined;
2118
- InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
2119
- InputArtifactsToRemove?: string[] | undefined;
2120
- OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
2121
- OutputArtifactsToRemove?: string[] | undefined;
2122
- }
2123
- export interface UpdateTrialComponentResponse {
2124
- TrialComponentArn?: string | undefined;
2125
- }
2126
2286
  export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
2127
2287
  export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
2128
2288
  export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
2129
2289
  export declare const SearchResponseFilterSensitiveLog: (
2130
2290
  obj: SearchResponse
2131
2291
  ) => any;
2132
- export declare const UpdateModelCardRequestFilterSensitiveLog: (
2133
- obj: UpdateModelCardRequest
2134
- ) => any;
2135
- export declare const UpdateModelPackageInputFilterSensitiveLog: (
2136
- obj: UpdateModelPackageInput
2137
- ) => any;