@aws-sdk/client-sagemaker 3.218.0 → 3.221.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 (419) hide show
  1. package/dist-cjs/SageMaker.js +510 -0
  2. package/dist-cjs/commands/CreateHubCommand.js +46 -0
  3. package/dist-cjs/commands/CreateInferenceExperimentCommand.js +46 -0
  4. package/dist-cjs/commands/CreateModelCardCommand.js +46 -0
  5. package/dist-cjs/commands/CreateModelCardExportJobCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSpaceCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteHubCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteHubContentCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +46 -0
  10. package/dist-cjs/commands/DeleteModelCardCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteSpaceCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeAppImageConfigCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeArtifactCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeAutoMLJobCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeCompilationJobCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeContextCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeDeviceCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeDeviceFleetCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeDomainCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEndpointCommand.js +1 -2
  25. package/dist-cjs/commands/DescribeHubCommand.js +46 -0
  26. package/dist-cjs/commands/DescribeHubContentCommand.js +46 -0
  27. package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +46 -0
  28. package/dist-cjs/commands/DescribeModelCardCommand.js +46 -0
  29. package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +46 -0
  30. package/dist-cjs/commands/DescribeSpaceCommand.js +46 -0
  31. package/dist-cjs/commands/ImportHubContentCommand.js +46 -0
  32. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -1
  33. package/dist-cjs/commands/ListCompilationJobsCommand.js +3 -3
  34. package/dist-cjs/commands/ListContextsCommand.js +3 -3
  35. package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +3 -3
  36. package/dist-cjs/commands/ListDeviceFleetsCommand.js +3 -3
  37. package/dist-cjs/commands/ListDevicesCommand.js +3 -3
  38. package/dist-cjs/commands/ListDomainsCommand.js +3 -3
  39. package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +3 -3
  40. package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +3 -3
  41. package/dist-cjs/commands/ListEndpointConfigsCommand.js +3 -3
  42. package/dist-cjs/commands/ListEndpointsCommand.js +3 -3
  43. package/dist-cjs/commands/ListExperimentsCommand.js +3 -3
  44. package/dist-cjs/commands/ListFeatureGroupsCommand.js +3 -3
  45. package/dist-cjs/commands/ListFlowDefinitionsCommand.js +3 -3
  46. package/dist-cjs/commands/ListHubContentVersionsCommand.js +46 -0
  47. package/dist-cjs/commands/ListHubContentsCommand.js +46 -0
  48. package/dist-cjs/commands/ListHubsCommand.js +46 -0
  49. package/dist-cjs/commands/ListHumanTaskUisCommand.js +3 -3
  50. package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +3 -3
  51. package/dist-cjs/commands/ListImageVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListImagesCommand.js +3 -3
  53. package/dist-cjs/commands/ListInferenceExperimentsCommand.js +46 -0
  54. package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +3 -3
  55. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +3 -3
  56. package/dist-cjs/commands/ListLabelingJobsCommand.js +3 -3
  57. package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +3 -3
  58. package/dist-cjs/commands/ListLineageGroupsCommand.js +3 -3
  59. package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +3 -3
  60. package/dist-cjs/commands/ListModelCardExportJobsCommand.js +46 -0
  61. package/dist-cjs/commands/ListModelCardVersionsCommand.js +46 -0
  62. package/dist-cjs/commands/ListModelCardsCommand.js +46 -0
  63. package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +3 -3
  64. package/dist-cjs/commands/ListModelMetadataCommand.js +1 -2
  65. package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +46 -0
  66. package/dist-cjs/commands/ListMonitoringAlertsCommand.js +46 -0
  67. package/dist-cjs/commands/ListSpacesCommand.js +46 -0
  68. package/dist-cjs/commands/SearchCommand.js +2 -1
  69. package/dist-cjs/commands/StartInferenceExperimentCommand.js +46 -0
  70. package/dist-cjs/commands/StopInferenceExperimentCommand.js +46 -0
  71. package/dist-cjs/commands/UpdateHubCommand.js +46 -0
  72. package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +46 -0
  73. package/dist-cjs/commands/UpdateModelCardCommand.js +46 -0
  74. package/dist-cjs/commands/UpdateModelPackageCommand.js +3 -3
  75. package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +46 -0
  76. package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +3 -3
  77. package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +3 -3
  79. package/dist-cjs/commands/UpdatePipelineCommand.js +3 -3
  80. package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +3 -3
  81. package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
  82. package/dist-cjs/commands/UpdateSpaceCommand.js +46 -0
  83. package/dist-cjs/commands/UpdateTrainingJobCommand.js +3 -3
  84. package/dist-cjs/commands/UpdateTrialCommand.js +3 -3
  85. package/dist-cjs/commands/UpdateTrialComponentCommand.js +3 -3
  86. package/dist-cjs/commands/UpdateUserProfileCommand.js +3 -3
  87. package/dist-cjs/commands/UpdateWorkforceCommand.js +3 -3
  88. package/dist-cjs/commands/UpdateWorkteamCommand.js +3 -3
  89. package/dist-cjs/commands/index.js +34 -0
  90. package/dist-cjs/models/index.js +1 -0
  91. package/dist-cjs/models/models_0.js +15 -15
  92. package/dist-cjs/models/models_1.js +194 -207
  93. package/dist-cjs/models/models_2.js +333 -293
  94. package/dist-cjs/models/models_3.js +512 -129
  95. package/dist-cjs/models/models_4.js +158 -0
  96. package/dist-cjs/pagination/ListInferenceExperimentsPaginator.js +36 -0
  97. package/dist-cjs/pagination/ListModelCardExportJobsPaginator.js +36 -0
  98. package/dist-cjs/pagination/ListModelCardVersionsPaginator.js +36 -0
  99. package/dist-cjs/pagination/ListModelCardsPaginator.js +36 -0
  100. package/dist-cjs/pagination/ListMonitoringAlertHistoryPaginator.js +36 -0
  101. package/dist-cjs/pagination/ListMonitoringAlertsPaginator.js +36 -0
  102. package/dist-cjs/pagination/ListSpacesPaginator.js +36 -0
  103. package/dist-cjs/pagination/index.js +7 -0
  104. package/dist-cjs/protocols/Aws_json1_1.js +3050 -107
  105. package/dist-es/SageMaker.js +510 -0
  106. package/dist-es/commands/CreateHubCommand.js +42 -0
  107. package/dist-es/commands/CreateInferenceExperimentCommand.js +42 -0
  108. package/dist-es/commands/CreateModelCardCommand.js +42 -0
  109. package/dist-es/commands/CreateModelCardExportJobCommand.js +42 -0
  110. package/dist-es/commands/CreateSpaceCommand.js +42 -0
  111. package/dist-es/commands/DeleteHubCommand.js +42 -0
  112. package/dist-es/commands/DeleteHubContentCommand.js +42 -0
  113. package/dist-es/commands/DeleteInferenceExperimentCommand.js +42 -0
  114. package/dist-es/commands/DeleteModelCardCommand.js +42 -0
  115. package/dist-es/commands/DeleteSpaceCommand.js +42 -0
  116. package/dist-es/commands/DescribeAppImageConfigCommand.js +1 -1
  117. package/dist-es/commands/DescribeArtifactCommand.js +1 -1
  118. package/dist-es/commands/DescribeAutoMLJobCommand.js +1 -1
  119. package/dist-es/commands/DescribeCodeRepositoryCommand.js +1 -1
  120. package/dist-es/commands/DescribeCompilationJobCommand.js +1 -1
  121. package/dist-es/commands/DescribeContextCommand.js +1 -1
  122. package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +1 -1
  123. package/dist-es/commands/DescribeDeviceCommand.js +1 -1
  124. package/dist-es/commands/DescribeDeviceFleetCommand.js +1 -1
  125. package/dist-es/commands/DescribeDomainCommand.js +1 -1
  126. package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +1 -1
  127. package/dist-es/commands/DescribeEdgePackagingJobCommand.js +1 -1
  128. package/dist-es/commands/DescribeEndpointCommand.js +1 -2
  129. package/dist-es/commands/DescribeHubCommand.js +42 -0
  130. package/dist-es/commands/DescribeHubContentCommand.js +42 -0
  131. package/dist-es/commands/DescribeInferenceExperimentCommand.js +42 -0
  132. package/dist-es/commands/DescribeModelCardCommand.js +42 -0
  133. package/dist-es/commands/DescribeModelCardExportJobCommand.js +42 -0
  134. package/dist-es/commands/DescribeSpaceCommand.js +42 -0
  135. package/dist-es/commands/ImportHubContentCommand.js +42 -0
  136. package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -1
  137. package/dist-es/commands/ListCompilationJobsCommand.js +1 -1
  138. package/dist-es/commands/ListContextsCommand.js +1 -1
  139. package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +1 -1
  140. package/dist-es/commands/ListDeviceFleetsCommand.js +1 -1
  141. package/dist-es/commands/ListDevicesCommand.js +1 -1
  142. package/dist-es/commands/ListDomainsCommand.js +1 -1
  143. package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +1 -1
  144. package/dist-es/commands/ListEdgePackagingJobsCommand.js +1 -1
  145. package/dist-es/commands/ListEndpointConfigsCommand.js +1 -1
  146. package/dist-es/commands/ListEndpointsCommand.js +1 -1
  147. package/dist-es/commands/ListExperimentsCommand.js +1 -1
  148. package/dist-es/commands/ListFeatureGroupsCommand.js +1 -1
  149. package/dist-es/commands/ListFlowDefinitionsCommand.js +1 -1
  150. package/dist-es/commands/ListHubContentVersionsCommand.js +42 -0
  151. package/dist-es/commands/ListHubContentsCommand.js +42 -0
  152. package/dist-es/commands/ListHubsCommand.js +42 -0
  153. package/dist-es/commands/ListHumanTaskUisCommand.js +1 -1
  154. package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +1 -1
  155. package/dist-es/commands/ListImageVersionsCommand.js +1 -1
  156. package/dist-es/commands/ListImagesCommand.js +1 -1
  157. package/dist-es/commands/ListInferenceExperimentsCommand.js +42 -0
  158. package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +1 -1
  159. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +1 -1
  160. package/dist-es/commands/ListLabelingJobsCommand.js +1 -1
  161. package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +1 -1
  162. package/dist-es/commands/ListLineageGroupsCommand.js +1 -1
  163. package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +1 -1
  164. package/dist-es/commands/ListModelCardExportJobsCommand.js +42 -0
  165. package/dist-es/commands/ListModelCardVersionsCommand.js +42 -0
  166. package/dist-es/commands/ListModelCardsCommand.js +42 -0
  167. package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +1 -1
  168. package/dist-es/commands/ListModelMetadataCommand.js +1 -2
  169. package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +42 -0
  170. package/dist-es/commands/ListMonitoringAlertsCommand.js +42 -0
  171. package/dist-es/commands/ListSpacesCommand.js +42 -0
  172. package/dist-es/commands/SearchCommand.js +2 -1
  173. package/dist-es/commands/StartInferenceExperimentCommand.js +42 -0
  174. package/dist-es/commands/StopInferenceExperimentCommand.js +42 -0
  175. package/dist-es/commands/UpdateHubCommand.js +42 -0
  176. package/dist-es/commands/UpdateInferenceExperimentCommand.js +42 -0
  177. package/dist-es/commands/UpdateModelCardCommand.js +42 -0
  178. package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
  179. package/dist-es/commands/UpdateMonitoringAlertCommand.js +42 -0
  180. package/dist-es/commands/UpdateMonitoringScheduleCommand.js +1 -1
  181. package/dist-es/commands/UpdateNotebookInstanceCommand.js +1 -1
  182. package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +1 -1
  183. package/dist-es/commands/UpdatePipelineCommand.js +1 -1
  184. package/dist-es/commands/UpdatePipelineExecutionCommand.js +1 -1
  185. package/dist-es/commands/UpdateProjectCommand.js +1 -1
  186. package/dist-es/commands/UpdateSpaceCommand.js +42 -0
  187. package/dist-es/commands/UpdateTrainingJobCommand.js +1 -1
  188. package/dist-es/commands/UpdateTrialCommand.js +1 -1
  189. package/dist-es/commands/UpdateTrialComponentCommand.js +1 -1
  190. package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
  191. package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
  192. package/dist-es/commands/UpdateWorkteamCommand.js +1 -1
  193. package/dist-es/commands/index.js +34 -0
  194. package/dist-es/models/index.js +1 -0
  195. package/dist-es/models/models_0.js +9 -9
  196. package/dist-es/models/models_1.js +157 -169
  197. package/dist-es/models/models_2.js +275 -234
  198. package/dist-es/models/models_3.js +411 -93
  199. package/dist-es/models/models_4.js +118 -0
  200. package/dist-es/pagination/ListInferenceExperimentsPaginator.js +32 -0
  201. package/dist-es/pagination/ListModelCardExportJobsPaginator.js +32 -0
  202. package/dist-es/pagination/ListModelCardVersionsPaginator.js +32 -0
  203. package/dist-es/pagination/ListModelCardsPaginator.js +32 -0
  204. package/dist-es/pagination/ListMonitoringAlertHistoryPaginator.js +32 -0
  205. package/dist-es/pagination/ListMonitoringAlertsPaginator.js +32 -0
  206. package/dist-es/pagination/ListSpacesPaginator.js +32 -0
  207. package/dist-es/pagination/index.js +7 -0
  208. package/dist-es/protocols/Aws_json1_1.js +2970 -96
  209. package/dist-types/SageMaker.d.ts +266 -0
  210. package/dist-types/SageMakerClient.d.ts +36 -2
  211. package/dist-types/commands/CreateHubCommand.d.ts +37 -0
  212. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +51 -0
  213. package/dist-types/commands/CreateModelCardCommand.d.ts +38 -0
  214. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +37 -0
  215. package/dist-types/commands/CreateSpaceCommand.d.ts +37 -0
  216. package/dist-types/commands/DeleteHubCommand.d.ts +37 -0
  217. package/dist-types/commands/DeleteHubContentCommand.d.ts +37 -0
  218. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +43 -0
  219. package/dist-types/commands/DeleteModelCardCommand.d.ts +37 -0
  220. package/dist-types/commands/DeleteSpaceCommand.d.ts +37 -0
  221. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  234. package/dist-types/commands/DescribeHubCommand.d.ts +37 -0
  235. package/dist-types/commands/DescribeHubContentCommand.d.ts +37 -0
  236. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +37 -0
  237. package/dist-types/commands/DescribeModelCardCommand.d.ts +37 -0
  238. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +37 -0
  239. package/dist-types/commands/DescribeSpaceCommand.d.ts +37 -0
  240. package/dist-types/commands/ImportHubContentCommand.d.ts +37 -0
  241. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +2 -1
  242. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  243. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  244. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  245. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  246. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  247. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  248. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  249. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  250. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  251. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  252. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  253. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  254. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  255. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +37 -0
  256. package/dist-types/commands/ListHubContentsCommand.d.ts +37 -0
  257. package/dist-types/commands/ListHubsCommand.d.ts +37 -0
  258. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  259. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  260. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  261. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  262. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +37 -0
  263. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  264. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  265. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  266. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  267. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  268. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  269. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +37 -0
  270. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +37 -0
  271. package/dist-types/commands/ListModelCardsCommand.d.ts +37 -0
  272. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  273. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
  274. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +37 -0
  275. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +37 -0
  276. package/dist-types/commands/ListSpacesCommand.d.ts +37 -0
  277. package/dist-types/commands/SearchCommand.d.ts +2 -1
  278. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +37 -0
  279. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +37 -0
  280. package/dist-types/commands/UpdateHubCommand.d.ts +37 -0
  281. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +41 -0
  282. package/dist-types/commands/UpdateModelCardCommand.d.ts +40 -0
  283. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
  284. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +37 -0
  285. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  286. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  287. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  288. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  289. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  290. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  291. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  292. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  293. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  294. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  295. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  296. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
  298. package/dist-types/commands/index.d.ts +34 -0
  299. package/dist-types/models/index.d.ts +1 -0
  300. package/dist-types/models/models_0.d.ts +82 -143
  301. package/dist-types/models/models_1.d.ts +900 -1156
  302. package/dist-types/models/models_2.d.ts +5496 -5051
  303. package/dist-types/models/models_3.d.ts +5386 -3240
  304. package/dist-types/models/models_4.d.ts +841 -0
  305. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListModelCardsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +4 -0
  310. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListSpacesPaginator.d.ts +4 -0
  312. package/dist-types/pagination/index.d.ts +7 -0
  313. package/dist-types/protocols/Aws_json1_1.d.ts +102 -0
  314. package/dist-types/ts3.4/SageMaker.d.ts +578 -0
  315. package/dist-types/ts3.4/SageMakerClient.d.ts +204 -0
  316. package/dist-types/ts3.4/commands/CreateHubCommand.d.ts +34 -0
  317. package/dist-types/ts3.4/commands/CreateInferenceExperimentCommand.d.ts +41 -0
  318. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +37 -0
  319. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +41 -0
  320. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +34 -0
  321. package/dist-types/ts3.4/commands/DeleteHubCommand.d.ts +32 -0
  322. package/dist-types/ts3.4/commands/DeleteHubContentCommand.d.ts +32 -0
  323. package/dist-types/ts3.4/commands/DeleteInferenceExperimentCommand.d.ts +41 -0
  324. package/dist-types/ts3.4/commands/DeleteModelCardCommand.d.ts +32 -0
  325. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +32 -0
  326. package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  339. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -0
  340. package/dist-types/ts3.4/commands/DescribeHubContentCommand.d.ts +38 -0
  341. package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +41 -0
  342. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +38 -0
  343. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +41 -0
  344. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +37 -0
  345. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +37 -0
  346. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +2 -4
  347. package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +1 -1
  348. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +1 -1
  349. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  350. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +1 -1
  351. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  352. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
  353. package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  354. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  355. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
  356. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
  357. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
  358. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
  359. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  360. package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +37 -0
  362. package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +34 -0
  363. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
  364. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  365. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
  366. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
  367. package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +41 -0
  368. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  369. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  370. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  371. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  372. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  373. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  374. package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +41 -0
  375. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +41 -0
  376. package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +37 -0
  377. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  378. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +4 -2
  379. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +41 -0
  380. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +41 -0
  381. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +34 -0
  382. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  383. package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +41 -0
  384. package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +41 -0
  385. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +34 -0
  386. package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +41 -0
  387. package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +37 -0
  388. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
  389. package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +41 -0
  390. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  391. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  392. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  393. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  394. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  395. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  396. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +34 -0
  397. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  398. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
  399. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
  400. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  401. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
  402. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +1 -1
  403. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  404. package/dist-types/ts3.4/models/index.d.ts +1 -0
  405. package/dist-types/ts3.4/models/models_0.d.ts +27 -22
  406. package/dist-types/ts3.4/models/models_1.d.ts +326 -463
  407. package/dist-types/ts3.4/models/models_2.d.ts +717 -586
  408. package/dist-types/ts3.4/models/models_3.d.ts +1123 -289
  409. package/dist-types/ts3.4/models/models_4.d.ts +335 -0
  410. package/dist-types/ts3.4/pagination/ListInferenceExperimentsPaginator.d.ts +11 -0
  411. package/dist-types/ts3.4/pagination/ListModelCardExportJobsPaginator.d.ts +11 -0
  412. package/dist-types/ts3.4/pagination/ListModelCardVersionsPaginator.d.ts +11 -0
  413. package/dist-types/ts3.4/pagination/ListModelCardsPaginator.d.ts +11 -0
  414. package/dist-types/ts3.4/pagination/ListMonitoringAlertHistoryPaginator.d.ts +11 -0
  415. package/dist-types/ts3.4/pagination/ListMonitoringAlertsPaginator.d.ts +11 -0
  416. package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +11 -0
  417. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  418. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +408 -0
  419. package/package.json +1 -1
@@ -1,5 +1,138 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
- import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, DataCatalogConfig, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, FeatureDefinition, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, S3StorageConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
3
+ export declare enum TableFormat {
4
+ GLUE = "Glue",
5
+ ICEBERG = "Iceberg"
6
+ }
7
+ /**
8
+ * <p>The configuration of an <code>OfflineStore</code>.</p>
9
+ * <p>Provide an <code>OfflineStoreConfig</code> in a request to
10
+ * <code>CreateFeatureGroup</code> to create an <code>OfflineStore</code>.</p>
11
+ * <p>To encrypt an <code>OfflineStore</code> using at rest data encryption, specify Amazon Web Services Key
12
+ * Management Service (KMS) key ID, or <code>KMSKeyId</code>, in
13
+ * <code>S3StorageConfig</code>.</p>
14
+ */
15
+ export interface OfflineStoreConfig {
16
+ /**
17
+ * <p>The Amazon Simple Storage (Amazon S3) location of <code>OfflineStore</code>.</p>
18
+ */
19
+ S3StorageConfig: S3StorageConfig | undefined;
20
+ /**
21
+ * <p>Set to <code>True</code> to disable the automatic creation of an Amazon Web Services Glue table when
22
+ * configuring an <code>OfflineStore</code>.</p>
23
+ */
24
+ DisableGlueTableCreation?: boolean;
25
+ /**
26
+ * <p>The meta data of the Glue table that is autogenerated when an <code>OfflineStore</code>
27
+ * is created. </p>
28
+ */
29
+ DataCatalogConfig?: DataCatalogConfig;
30
+ /**
31
+ * <p>Format for the offline store feature group. <code>Iceberg</code> is the optimal format for feature groups shared between offline and online stores.</p>
32
+ */
33
+ TableFormat?: TableFormat | string;
34
+ }
35
+ /**
36
+ * <p>The security configuration for <code>OnlineStore</code>.</p>
37
+ */
38
+ export interface OnlineStoreSecurityConfig {
39
+ /**
40
+ * <p>The ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker Feature Store uses
41
+ * to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.</p>
42
+ * <p>The caller (either IAM user or IAM role) of <code>CreateFeatureGroup</code> must have
43
+ * below permissions to the <code>OnlineStore</code>
44
+ * <code>KmsKeyId</code>:</p>
45
+ * <ul>
46
+ * <li>
47
+ * <p>
48
+ * <code>"kms:Encrypt"</code>
49
+ * </p>
50
+ * </li>
51
+ * <li>
52
+ * <p>
53
+ * <code>"kms:Decrypt"</code>
54
+ * </p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>"kms:DescribeKey"</code>
59
+ * </p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <code>"kms:CreateGrant"</code>
64
+ * </p>
65
+ * </li>
66
+ * <li>
67
+ * <p>
68
+ * <code>"kms:RetireGrant"</code>
69
+ * </p>
70
+ * </li>
71
+ * <li>
72
+ * <p>
73
+ * <code>"kms:ReEncryptFrom"</code>
74
+ * </p>
75
+ * </li>
76
+ * <li>
77
+ * <p>
78
+ * <code>"kms:ReEncryptTo"</code>
79
+ * </p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <code>"kms:GenerateDataKey"</code>
84
+ * </p>
85
+ * </li>
86
+ * <li>
87
+ * <p>
88
+ * <code>"kms:ListAliases"</code>
89
+ * </p>
90
+ * </li>
91
+ * <li>
92
+ * <p>
93
+ * <code>"kms:ListGrants"</code>
94
+ * </p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>"kms:RevokeGrant"</code>
99
+ * </p>
100
+ * </li>
101
+ * </ul>
102
+ * <p>The caller (either IAM user or IAM role) to all DataPlane operations
103
+ * (<code>PutRecord</code>, <code>GetRecord</code>, <code>DeleteRecord</code>) must have
104
+ * the following permissions to the <code>KmsKeyId</code>:</p>
105
+ * <ul>
106
+ * <li>
107
+ * <p>
108
+ * <code>"kms:Decrypt"</code>
109
+ * </p>
110
+ * </li>
111
+ * </ul>
112
+ */
113
+ KmsKeyId?: string;
114
+ }
115
+ /**
116
+ * <p>Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or
117
+ * <code>KMSKeyId</code>, for at rest data encryption. You can turn
118
+ * <code>OnlineStore</code> on or off by specifying the <code>EnableOnlineStore</code> flag
119
+ * at General Assembly; the default value is <code>False</code>.</p>
120
+ */
121
+ export interface OnlineStoreConfig {
122
+ /**
123
+ * <p>Use to specify KMS Key ID (<code>KMSKeyId</code>) for at-rest encryption of your
124
+ * <code>OnlineStore</code>.</p>
125
+ */
126
+ SecurityConfig?: OnlineStoreSecurityConfig;
127
+ /**
128
+ * <p>Turn <code>OnlineStore</code> off by specifying <code>False</code>
129
+ * for the <code>EnableOnlineStore</code> flag. Turn <code>OnlineStore</code>
130
+ * on by specifying <code>True</code>
131
+ * for the <code>EnableOnlineStore</code> flag. </p>
132
+ * <p>The default value is <code>False</code>.</p>
133
+ */
134
+ EnableOnlineStore?: boolean;
135
+ }
3
136
  export interface CreateFeatureGroupRequest {
4
137
  /**
5
138
  * <p>The name of the <code>FeatureGroup</code>. The name must be unique within an Amazon Web Services Region
@@ -891,6 +1024,47 @@ export interface CreateFlowDefinitionResponse {
891
1024
  */
892
1025
  FlowDefinitionArn: string | undefined;
893
1026
  }
1027
+ /**
1028
+ * <p>The Amazon S3 storage configuration of a hub.</p>
1029
+ */
1030
+ export interface HubS3StorageConfig {
1031
+ /**
1032
+ * <p>The Amazon S3 output path for the hub.</p>
1033
+ */
1034
+ S3OutputPath?: string;
1035
+ }
1036
+ export interface CreateHubRequest {
1037
+ /**
1038
+ * <p>The name of the hub to create.</p>
1039
+ */
1040
+ HubName: string | undefined;
1041
+ /**
1042
+ * <p>A description of the hub.</p>
1043
+ */
1044
+ HubDescription: string | undefined;
1045
+ /**
1046
+ * <p>The display name of the hub.</p>
1047
+ */
1048
+ HubDisplayName?: string;
1049
+ /**
1050
+ * <p>The searchable keywords for the hub.</p>
1051
+ */
1052
+ HubSearchKeywords?: string[];
1053
+ /**
1054
+ * <p>The Amazon S3 storage configuration for the hub.</p>
1055
+ */
1056
+ S3StorageConfig?: HubS3StorageConfig;
1057
+ /**
1058
+ * <p>Any tags to associate with the hub.</p>
1059
+ */
1060
+ Tags?: Tag[];
1061
+ }
1062
+ export interface CreateHubResponse {
1063
+ /**
1064
+ * <p>The Amazon Resource Name (ARN) of the hub.</p>
1065
+ */
1066
+ HubArn: string | undefined;
1067
+ }
894
1068
  /**
895
1069
  * <p>The Liquid template for the worker user interface.</p>
896
1070
  */
@@ -1696,108 +1870,426 @@ export interface CreateImageVersionResponse {
1696
1870
  ImageVersionArn?: string;
1697
1871
  }
1698
1872
  /**
1699
- * <p>The configuration for the payload for a recommendation job.</p>
1873
+ * <p>The Amazon S3 location and configuration for storing inference experiment data.</p>
1700
1874
  */
1701
- export interface RecommendationJobPayloadConfig {
1875
+ export interface InferenceExperimentDataStorageConfig {
1702
1876
  /**
1703
- * <p>The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).</p>
1877
+ * <p>The Amazon S3 bucket where the inference experiment data is stored. </p>
1704
1878
  */
1705
- SamplePayloadUrl?: string;
1879
+ Destination: string | undefined;
1706
1880
  /**
1707
- * <p>The supported MIME types for the input data.</p>
1881
+ * <p>
1882
+ * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt
1883
+ * captured data when uploading to Amazon S3.
1884
+ * </p>
1708
1885
  */
1709
- SupportedContentTypes?: string[];
1886
+ KmsKey?: string;
1887
+ /**
1888
+ * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
1889
+ * will by default base64 encode when capturing the data.</p>
1890
+ */
1891
+ ContentType?: CaptureContentTypeHeader;
1892
+ }
1893
+ export declare enum ModelInfrastructureType {
1894
+ REAL_TIME_INFERENCE = "RealTimeInference"
1895
+ }
1896
+ export declare enum _InstanceType {
1897
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
1898
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
1899
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
1900
+ ML_C4_XLARGE = "ml.c4.xlarge",
1901
+ ML_C5D_18XLARGE = "ml.c5d.18xlarge",
1902
+ ML_C5D_2XLARGE = "ml.c5d.2xlarge",
1903
+ ML_C5D_4XLARGE = "ml.c5d.4xlarge",
1904
+ ML_C5D_9XLARGE = "ml.c5d.9xlarge",
1905
+ ML_C5D_XLARGE = "ml.c5d.xlarge",
1906
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
1907
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
1908
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
1909
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
1910
+ ML_C5_XLARGE = "ml.c5.xlarge",
1911
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
1912
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
1913
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
1914
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
1915
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
1916
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
1917
+ ML_G5_12XLARGE = "ml.g5.12xlarge",
1918
+ ML_G5_16XLARGE = "ml.g5.16xlarge",
1919
+ ML_G5_24XLARGE = "ml.g5.24xlarge",
1920
+ ML_G5_2XLARGE = "ml.g5.2xlarge",
1921
+ ML_G5_48XLARGE = "ml.g5.48xlarge",
1922
+ ML_G5_4XLARGE = "ml.g5.4xlarge",
1923
+ ML_G5_8XLARGE = "ml.g5.8xlarge",
1924
+ ML_G5_XLARGE = "ml.g5.xlarge",
1925
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
1926
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
1927
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
1928
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
1929
+ ML_M4_XLARGE = "ml.m4.xlarge",
1930
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
1931
+ ML_M5D_16XLARGE = "ml.m5d.16xlarge",
1932
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
1933
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
1934
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
1935
+ ML_M5D_8XLARGE = "ml.m5d.8xlarge",
1936
+ ML_M5D_LARGE = "ml.m5d.large",
1937
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
1938
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
1939
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
1940
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
1941
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
1942
+ ML_M5_XLARGE = "ml.m5.xlarge",
1943
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
1944
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
1945
+ ML_P2_XLARGE = "ml.p2.xlarge",
1946
+ ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
1947
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
1948
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
1949
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
1950
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
1951
+ ML_R5_16XLARGE = "ml.r5.16xlarge",
1952
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
1953
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
1954
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
1955
+ ML_R5_8XLARGE = "ml.r5.8xlarge",
1956
+ ML_R5_LARGE = "ml.r5.large",
1957
+ ML_R5_XLARGE = "ml.r5.xlarge",
1958
+ ML_T2_2XLARGE = "ml.t2.2xlarge",
1959
+ ML_T2_LARGE = "ml.t2.large",
1960
+ ML_T2_MEDIUM = "ml.t2.medium",
1961
+ ML_T2_XLARGE = "ml.t2.xlarge",
1962
+ ML_T3_2XLARGE = "ml.t3.2xlarge",
1963
+ ML_T3_LARGE = "ml.t3.large",
1964
+ ML_T3_MEDIUM = "ml.t3.medium",
1965
+ ML_T3_XLARGE = "ml.t3.xlarge"
1710
1966
  }
1711
1967
  /**
1712
- * <p>Specifies mandatory fields for running an Inference Recommender job directly in the
1713
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html">CreateInferenceRecommendationsJob</a>
1714
- * API. The fields specified in <code>ContainerConfig</code> override the corresponding fields in the model package. Use
1715
- * <code>ContainerConfig</code> if you want to specify these fields for the recommendation job but don't want to edit them in your model package.</p>
1968
+ * <p>The infrastructure configuration for deploying the model to real-time inference.</p>
1716
1969
  */
1717
- export interface RecommendationJobContainerConfig {
1970
+ export interface RealTimeInferenceConfig {
1718
1971
  /**
1719
- * <p>The machine learning domain of the model and its components.</p>
1720
- * <p>Valid Values: <code>COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING |
1721
- * MACHINE_LEARNING</code>
1722
- * </p>
1972
+ * <p>The number of instances of the type specified by <code>InstanceType</code>.</p>
1723
1973
  */
1724
- Domain?: string;
1974
+ InstanceType: _InstanceType | string | undefined;
1725
1975
  /**
1726
- * <p>The machine learning task that the model accomplishes.</p>
1727
- * <p>Valid Values: <code>IMAGE_CLASSIFICATION | OBJECT_DETECTION
1728
- * | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION |
1729
- * REGRESSION | OTHER</code>
1730
- * </p>
1976
+ * <p>The instance type the model is deployed to.</p>
1731
1977
  */
1732
- Task?: string;
1978
+ InstanceCount: number | undefined;
1979
+ }
1980
+ /**
1981
+ * <p>The configuration for the infrastructure that the model will be deployed to.</p>
1982
+ */
1983
+ export interface ModelInfrastructureConfig {
1733
1984
  /**
1734
- * <p>The machine learning framework of the container image.</p>
1735
- * <p>Valid Values: <code>TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN</code>
1736
- * </p>
1985
+ * <p>The inference option to which to deploy your model. Possible values are the following:</p>
1986
+ * <ul>
1987
+ * <li>
1988
+ * <p>
1989
+ * <code>RealTime</code>: Deploy to real-time inference.</p>
1990
+ * </li>
1991
+ * </ul>
1737
1992
  */
1738
- Framework?: string;
1993
+ InfrastructureType: ModelInfrastructureType | string | undefined;
1739
1994
  /**
1740
- * <p>The framework version of the container image.</p>
1995
+ * <p>The infrastructure configuration for deploying the model to real-time inference.</p>
1741
1996
  */
1742
- FrameworkVersion?: string;
1997
+ RealTimeInferenceConfig: RealTimeInferenceConfig | undefined;
1998
+ }
1999
+ /**
2000
+ * <p>Contains information about the deployment options of a model.</p>
2001
+ */
2002
+ export interface ModelVariantConfig {
1743
2003
  /**
1744
- * <p>Specifies the <code>SamplePayloadUrl</code> and all other sample payload-related fields.</p>
2004
+ * <p>The name of the model.</p>
1745
2005
  */
1746
- PayloadConfig?: RecommendationJobPayloadConfig;
2006
+ ModelName: string | undefined;
1747
2007
  /**
1748
- * <p>The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model.</p>
1749
- * <p>Valid Values: <code>efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn |
1750
- * densenet201-gluon | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased | xceptionV1-keras | resnet50 | retinanet</code>
1751
- * </p>
2008
+ * <p>The name of the variant.</p>
1752
2009
  */
1753
- NearestModelName?: string;
2010
+ VariantName: string | undefined;
1754
2011
  /**
1755
- * <p>A list of the instance types that are used to generate inferences in real-time.</p>
2012
+ * <p>The configuration for the infrastructure that the model will be deployed to.</p>
1756
2013
  */
1757
- SupportedInstanceTypes?: string[];
2014
+ InfrastructureConfig: ModelInfrastructureConfig | undefined;
1758
2015
  }
1759
2016
  /**
1760
- * <p>Specifies the range of environment parameters</p>
2017
+ * <p>The start and end times of an inference experiment.</p>
2018
+ * <p>The maximum duration that you can set for an inference experiment is 30 days.</p>
1761
2019
  */
1762
- export interface EnvironmentParameterRanges {
2020
+ export interface InferenceExperimentSchedule {
1763
2021
  /**
1764
- * <p>Specified a list of parameters for each category.</p>
2022
+ * <p>The timestamp at which the inference experiment started or will start.</p>
1765
2023
  */
1766
- CategoricalParameterRanges?: CategoricalParameter[];
2024
+ StartTime?: Date;
2025
+ /**
2026
+ * <p>The timestamp at which the inference experiment ended or will end.</p>
2027
+ */
2028
+ EndTime?: Date;
1767
2029
  }
1768
2030
  /**
1769
- * <p>The endpoint configuration for the load test.</p>
2031
+ * <p>The name and sampling percentage of a shadow variant.</p>
1770
2032
  */
1771
- export interface EndpointInputConfiguration {
1772
- /**
1773
- * <p>The instance types to use for the load test.</p>
1774
- */
1775
- InstanceType: ProductionVariantInstanceType | string | undefined;
2033
+ export interface ShadowModelVariantConfig {
1776
2034
  /**
1777
- * <p>The inference specification name in the model package version.</p>
2035
+ * <p>The name of the shadow variant.</p>
1778
2036
  */
1779
- InferenceSpecificationName?: string;
2037
+ ShadowModelVariantName: string | undefined;
1780
2038
  /**
1781
- * <p> The parameter you want to benchmark against.</p>
2039
+ * <p>The percentage of inference requests that are replicated to the shadow variant.</p>
1782
2040
  */
1783
- EnvironmentParameterRanges?: EnvironmentParameterRanges;
2041
+ SamplingPercentage: number | undefined;
1784
2042
  }
1785
2043
  /**
1786
- * <p>Details about a customer endpoint that was compared in an Inference Recommender job.</p>
2044
+ * <p>
2045
+ * Shows which variant is a production variant and which variant is a shadow variant. For shadow
2046
+ * variants, also shows the sampling percentages.
2047
+ * </p>
1787
2048
  */
1788
- export interface EndpointInfo {
2049
+ export interface ShadowModeConfig {
1789
2050
  /**
1790
- * <p>The name of a customer's endpoint.</p>
2051
+ * <p>
2052
+ * The name of the production variant.
2053
+ * </p>
1791
2054
  */
1792
- EndpointName: string | undefined;
1793
- }
1794
- /**
1795
- * <p>Specifies the maximum number of jobs that can run in parallel
1796
- * and the maximum number of jobs that can run.</p>
1797
- */
1798
- export interface RecommendationJobResourceLimit {
2055
+ SourceModelVariantName: string | undefined;
1799
2056
  /**
1800
- * <p>Defines the maximum number of load tests.</p>
2057
+ * <p>List of shadow variant configurations.</p>
2058
+ */
2059
+ ShadowModelVariants: ShadowModelVariantConfig[] | undefined;
2060
+ }
2061
+ export declare enum InferenceExperimentType {
2062
+ SHADOW_MODE = "ShadowMode"
2063
+ }
2064
+ export interface CreateInferenceExperimentRequest {
2065
+ /**
2066
+ * <p>The name for the inference experiment.</p>
2067
+ */
2068
+ Name: string | undefined;
2069
+ /**
2070
+ * <p>
2071
+ * The type of the inference experiment that you want to run. The following types of experiments are possible:
2072
+ * </p>
2073
+ * <ul>
2074
+ * <li>
2075
+ * <p>
2076
+ * <code>ShadowMode</code>: You can use this type to validate a shadow variant. For more information,
2077
+ * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests.html">Shadow tests</a>.
2078
+ * </p>
2079
+ * </li>
2080
+ * </ul>
2081
+ */
2082
+ Type: InferenceExperimentType | string | undefined;
2083
+ /**
2084
+ * <p>
2085
+ * The duration for which you want the inference experiment to run. If you don't specify this field, the
2086
+ * experiment automatically concludes after 7 days.
2087
+ * </p>
2088
+ */
2089
+ Schedule?: InferenceExperimentSchedule;
2090
+ /**
2091
+ * <p>A description for the inference experiment.</p>
2092
+ */
2093
+ Description?: string;
2094
+ /**
2095
+ * <p>
2096
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
2097
+ * </p>
2098
+ */
2099
+ RoleArn: string | undefined;
2100
+ /**
2101
+ * <p>
2102
+ * The name of the Amazon SageMaker endpoint on which you want to run the inference experiment.
2103
+ * </p>
2104
+ */
2105
+ EndpointName: string | undefined;
2106
+ /**
2107
+ * <p>
2108
+ * Array of <code>ModelVariantConfigSummary</code> objects. There is one for each variant in the inference
2109
+ * experiment. Each <code>ModelVariantConfigSummary</code> object in the array describes the infrastructure
2110
+ * configuration for the corresponding variant.
2111
+ * </p>
2112
+ */
2113
+ ModelVariants: ModelVariantConfig[] | undefined;
2114
+ /**
2115
+ * <p>
2116
+ * The storage configuration for the inference experiment. This is an optional parameter that you can use for
2117
+ * data capture. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html">Capture data</a>.
2118
+ * </p>
2119
+ */
2120
+ DataStorageConfig?: InferenceExperimentDataStorageConfig;
2121
+ /**
2122
+ * <p>
2123
+ * Shows which variant is the production variant and which variant is the shadow variant. For the shadow
2124
+ * variant, also shows the sampling percentage.
2125
+ * </p>
2126
+ */
2127
+ ShadowModeConfig: ShadowModeConfig | undefined;
2128
+ /**
2129
+ * <p>
2130
+ * The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt
2131
+ * data on the storage volume attached to the ML compute instance that hosts the endpoint. The <code>KmsKey</code>
2132
+ * can be any of the following formats:
2133
+ * </p>
2134
+ * <ul>
2135
+ * <li>
2136
+ * <p>KMS key ID</p>
2137
+ * <p>
2138
+ * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
2139
+ * </p>
2140
+ * </li>
2141
+ * <li>
2142
+ * <p>Amazon Resource Name (ARN) of a KMS key</p>
2143
+ * <p>
2144
+ * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
2145
+ * </p>
2146
+ * </li>
2147
+ * <li>
2148
+ * <p>KMS key Alias</p>
2149
+ * <p>
2150
+ * <code>"alias/ExampleAlias"</code>
2151
+ * </p>
2152
+ * </li>
2153
+ * <li>
2154
+ * <p>Amazon Resource Name (ARN) of a KMS key Alias</p>
2155
+ * <p>
2156
+ * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
2157
+ * </p>
2158
+ * </li>
2159
+ * </ul>
2160
+ * <p>
2161
+ * If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to
2162
+ * call <code>kms:Encrypt</code>. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for
2163
+ * your role's account. Amazon SageMaker uses server-side encryption with KMS managed keys for
2164
+ * <code>OutputDataConfig</code>. If you use a bucket policy with an <code>s3:PutObject</code> permission that
2165
+ * only allows objects with server-side encryption, set the condition key of
2166
+ * <code>s3:x-amz-server-side-encryption</code> to <code>"aws:kms"</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS managed Encryption Keys</a>
2167
+ * in the <i>Amazon Simple Storage Service Developer Guide.</i>
2168
+ * </p>
2169
+ * <p>
2170
+ * The KMS key policy must grant permission to the IAM role that you specify in your
2171
+ * <code>CreateEndpoint</code> and <code>UpdateEndpoint</code> requests. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services Key Management Service Developer
2172
+ * Guide</i>.
2173
+ * </p>
2174
+ */
2175
+ KmsKey?: string;
2176
+ /**
2177
+ * <p>
2178
+ * Array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different
2179
+ * ways, for example, by purpose, owner, or environment. For more information, see <a href="https://docs.aws.amazon.com/ARG/latest/userguide/tagging.html">Tagging your Amazon Web Services Resources</a>.
2180
+ * </p>
2181
+ */
2182
+ Tags?: Tag[];
2183
+ }
2184
+ export interface CreateInferenceExperimentResponse {
2185
+ /**
2186
+ * <p>The ARN for your inference experiment.</p>
2187
+ */
2188
+ InferenceExperimentArn: string | undefined;
2189
+ }
2190
+ /**
2191
+ * <p>The configuration for the payload for a recommendation job.</p>
2192
+ */
2193
+ export interface RecommendationJobPayloadConfig {
2194
+ /**
2195
+ * <p>The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).</p>
2196
+ */
2197
+ SamplePayloadUrl?: string;
2198
+ /**
2199
+ * <p>The supported MIME types for the input data.</p>
2200
+ */
2201
+ SupportedContentTypes?: string[];
2202
+ }
2203
+ /**
2204
+ * <p>Specifies mandatory fields for running an Inference Recommender job directly in the
2205
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html">CreateInferenceRecommendationsJob</a>
2206
+ * API. The fields specified in <code>ContainerConfig</code> override the corresponding fields in the model package. Use
2207
+ * <code>ContainerConfig</code> if you want to specify these fields for the recommendation job but don't want to edit them in your model package.</p>
2208
+ */
2209
+ export interface RecommendationJobContainerConfig {
2210
+ /**
2211
+ * <p>The machine learning domain of the model and its components.</p>
2212
+ * <p>Valid Values: <code>COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING |
2213
+ * MACHINE_LEARNING</code>
2214
+ * </p>
2215
+ */
2216
+ Domain?: string;
2217
+ /**
2218
+ * <p>The machine learning task that the model accomplishes.</p>
2219
+ * <p>Valid Values: <code>IMAGE_CLASSIFICATION | OBJECT_DETECTION
2220
+ * | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION |
2221
+ * REGRESSION | OTHER</code>
2222
+ * </p>
2223
+ */
2224
+ Task?: string;
2225
+ /**
2226
+ * <p>The machine learning framework of the container image.</p>
2227
+ * <p>Valid Values: <code>TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN</code>
2228
+ * </p>
2229
+ */
2230
+ Framework?: string;
2231
+ /**
2232
+ * <p>The framework version of the container image.</p>
2233
+ */
2234
+ FrameworkVersion?: string;
2235
+ /**
2236
+ * <p>Specifies the <code>SamplePayloadUrl</code> and all other sample payload-related fields.</p>
2237
+ */
2238
+ PayloadConfig?: RecommendationJobPayloadConfig;
2239
+ /**
2240
+ * <p>The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model.</p>
2241
+ * <p>Valid Values: <code>efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn |
2242
+ * densenet201-gluon | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased | xceptionV1-keras | resnet50 | retinanet</code>
2243
+ * </p>
2244
+ */
2245
+ NearestModelName?: string;
2246
+ /**
2247
+ * <p>A list of the instance types that are used to generate inferences in real-time.</p>
2248
+ */
2249
+ SupportedInstanceTypes?: string[];
2250
+ }
2251
+ /**
2252
+ * <p>Specifies the range of environment parameters</p>
2253
+ */
2254
+ export interface EnvironmentParameterRanges {
2255
+ /**
2256
+ * <p>Specified a list of parameters for each category.</p>
2257
+ */
2258
+ CategoricalParameterRanges?: CategoricalParameter[];
2259
+ }
2260
+ /**
2261
+ * <p>The endpoint configuration for the load test.</p>
2262
+ */
2263
+ export interface EndpointInputConfiguration {
2264
+ /**
2265
+ * <p>The instance types to use for the load test.</p>
2266
+ */
2267
+ InstanceType: ProductionVariantInstanceType | string | undefined;
2268
+ /**
2269
+ * <p>The inference specification name in the model package version.</p>
2270
+ */
2271
+ InferenceSpecificationName?: string;
2272
+ /**
2273
+ * <p> The parameter you want to benchmark against.</p>
2274
+ */
2275
+ EnvironmentParameterRanges?: EnvironmentParameterRanges;
2276
+ }
2277
+ /**
2278
+ * <p>Details about a customer endpoint that was compared in an Inference Recommender job.</p>
2279
+ */
2280
+ export interface EndpointInfo {
2281
+ /**
2282
+ * <p>The name of a customer's endpoint.</p>
2283
+ */
2284
+ EndpointName: string | undefined;
2285
+ }
2286
+ /**
2287
+ * <p>Specifies the maximum number of jobs that can run in parallel
2288
+ * and the maximum number of jobs that can run.</p>
2289
+ */
2290
+ export interface RecommendationJobResourceLimit {
2291
+ /**
2292
+ * <p>Defines the maximum number of load tests.</p>
1801
2293
  */
1802
2294
  MaxNumberOfTests?: number;
1803
2295
  /**
@@ -4356,6 +4848,105 @@ export interface CreateModelBiasJobDefinitionResponse {
4356
4848
  */
4357
4849
  JobDefinitionArn: string | undefined;
4358
4850
  }
4851
+ export declare enum ModelCardStatus {
4852
+ APPROVED = "Approved",
4853
+ ARCHIVED = "Archived",
4854
+ DRAFT = "Draft",
4855
+ PENDINGREVIEW = "PendingReview"
4856
+ }
4857
+ /**
4858
+ * <p>Configure the security settings to protect model card data.</p>
4859
+ */
4860
+ export interface ModelCardSecurityConfig {
4861
+ /**
4862
+ * <p>A Key Management Service
4863
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id">key
4864
+ * ID</a> to use for encrypting a model card.</p>
4865
+ */
4866
+ KmsKeyId?: string;
4867
+ }
4868
+ export interface CreateModelCardRequest {
4869
+ /**
4870
+ * <p>The unique name of the model card.</p>
4871
+ */
4872
+ ModelCardName: string | undefined;
4873
+ /**
4874
+ * <p>An optional Key Management Service
4875
+ * key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with
4876
+ * highly sensitive data.</p>
4877
+ */
4878
+ SecurityConfig?: ModelCardSecurityConfig;
4879
+ /**
4880
+ * <p>The content of the model card. Content must be in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-api-json-schema.html">model card JSON schema</a> and provided as a string.</p>
4881
+ */
4882
+ Content: string | undefined;
4883
+ /**
4884
+ * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
4885
+ * <ul>
4886
+ * <li>
4887
+ * <p>
4888
+ * <code>Draft</code>: The model card is a work in progress.</p>
4889
+ * </li>
4890
+ * <li>
4891
+ * <p>
4892
+ * <code>PendingReview</code>: The model card is pending review.</p>
4893
+ * </li>
4894
+ * <li>
4895
+ * <p>
4896
+ * <code>Approved</code>: The model card is approved.</p>
4897
+ * </li>
4898
+ * <li>
4899
+ * <p>
4900
+ * <code>Archived</code>: The model card is archived. No more updates should be made to the model
4901
+ * card, but it can still be exported.</p>
4902
+ * </li>
4903
+ * </ul>
4904
+ */
4905
+ ModelCardStatus: ModelCardStatus | string | undefined;
4906
+ /**
4907
+ * <p>Key-value pairs used to manage metadata for model cards.</p>
4908
+ */
4909
+ Tags?: Tag[];
4910
+ }
4911
+ export interface CreateModelCardResponse {
4912
+ /**
4913
+ * <p>The Amazon Resource Name (ARN) of the successfully created model card.</p>
4914
+ */
4915
+ ModelCardArn: string | undefined;
4916
+ }
4917
+ /**
4918
+ * <p>Configure the export output details for an Amazon SageMaker Model Card.</p>
4919
+ */
4920
+ export interface ModelCardExportOutputConfig {
4921
+ /**
4922
+ * <p>The Amazon S3 output path to export your model card PDF.</p>
4923
+ */
4924
+ S3OutputPath: string | undefined;
4925
+ }
4926
+ export interface CreateModelCardExportJobRequest {
4927
+ /**
4928
+ * <p>The name of the model card to export.</p>
4929
+ */
4930
+ ModelCardName: string | undefined;
4931
+ /**
4932
+ * <p>The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.</p>
4933
+ */
4934
+ ModelCardVersion?: number;
4935
+ /**
4936
+ * <p>The name of the model card export job.</p>
4937
+ */
4938
+ ModelCardExportJobName: string | undefined;
4939
+ /**
4940
+ * <p>The model card output configuration that specifies the Amazon S3 path for exporting.</p>
4941
+ */
4942
+ OutputConfig: ModelCardExportOutputConfig | undefined;
4943
+ }
4944
+ export interface CreateModelCardExportJobResponse {
4945
+ /**
4946
+ * <p>The Amazon Resource Name (ARN) of the model card export job.</p>
4947
+ */
4948
+ ModelCardExportJobArn: string | undefined;
4949
+ }
4359
4950
  /**
4360
4951
  * <p>Docker container image configuration object for the model explainability job.</p>
4361
4952
  */
@@ -5211,77 +5802,6 @@ export interface InstanceMetadataServiceConfiguration {
5211
5802
  */
5212
5803
  MinimumInstanceMetadataServiceVersion: string | undefined;
5213
5804
  }
5214
- export declare enum _InstanceType {
5215
- ML_C4_2XLARGE = "ml.c4.2xlarge",
5216
- ML_C4_4XLARGE = "ml.c4.4xlarge",
5217
- ML_C4_8XLARGE = "ml.c4.8xlarge",
5218
- ML_C4_XLARGE = "ml.c4.xlarge",
5219
- ML_C5D_18XLARGE = "ml.c5d.18xlarge",
5220
- ML_C5D_2XLARGE = "ml.c5d.2xlarge",
5221
- ML_C5D_4XLARGE = "ml.c5d.4xlarge",
5222
- ML_C5D_9XLARGE = "ml.c5d.9xlarge",
5223
- ML_C5D_XLARGE = "ml.c5d.xlarge",
5224
- ML_C5_18XLARGE = "ml.c5.18xlarge",
5225
- ML_C5_2XLARGE = "ml.c5.2xlarge",
5226
- ML_C5_4XLARGE = "ml.c5.4xlarge",
5227
- ML_C5_9XLARGE = "ml.c5.9xlarge",
5228
- ML_C5_XLARGE = "ml.c5.xlarge",
5229
- ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
5230
- ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
5231
- ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
5232
- ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
5233
- ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
5234
- ML_G4DN_XLARGE = "ml.g4dn.xlarge",
5235
- ML_G5_12XLARGE = "ml.g5.12xlarge",
5236
- ML_G5_16XLARGE = "ml.g5.16xlarge",
5237
- ML_G5_24XLARGE = "ml.g5.24xlarge",
5238
- ML_G5_2XLARGE = "ml.g5.2xlarge",
5239
- ML_G5_48XLARGE = "ml.g5.48xlarge",
5240
- ML_G5_4XLARGE = "ml.g5.4xlarge",
5241
- ML_G5_8XLARGE = "ml.g5.8xlarge",
5242
- ML_G5_XLARGE = "ml.g5.xlarge",
5243
- ML_M4_10XLARGE = "ml.m4.10xlarge",
5244
- ML_M4_16XLARGE = "ml.m4.16xlarge",
5245
- ML_M4_2XLARGE = "ml.m4.2xlarge",
5246
- ML_M4_4XLARGE = "ml.m4.4xlarge",
5247
- ML_M4_XLARGE = "ml.m4.xlarge",
5248
- ML_M5D_12XLARGE = "ml.m5d.12xlarge",
5249
- ML_M5D_16XLARGE = "ml.m5d.16xlarge",
5250
- ML_M5D_24XLARGE = "ml.m5d.24xlarge",
5251
- ML_M5D_2XLARGE = "ml.m5d.2xlarge",
5252
- ML_M5D_4XLARGE = "ml.m5d.4xlarge",
5253
- ML_M5D_8XLARGE = "ml.m5d.8xlarge",
5254
- ML_M5D_LARGE = "ml.m5d.large",
5255
- ML_M5D_XLARGE = "ml.m5d.xlarge",
5256
- ML_M5_12XLARGE = "ml.m5.12xlarge",
5257
- ML_M5_24XLARGE = "ml.m5.24xlarge",
5258
- ML_M5_2XLARGE = "ml.m5.2xlarge",
5259
- ML_M5_4XLARGE = "ml.m5.4xlarge",
5260
- ML_M5_XLARGE = "ml.m5.xlarge",
5261
- ML_P2_16XLARGE = "ml.p2.16xlarge",
5262
- ML_P2_8XLARGE = "ml.p2.8xlarge",
5263
- ML_P2_XLARGE = "ml.p2.xlarge",
5264
- ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
5265
- ML_P3_16XLARGE = "ml.p3.16xlarge",
5266
- ML_P3_2XLARGE = "ml.p3.2xlarge",
5267
- ML_P3_8XLARGE = "ml.p3.8xlarge",
5268
- ML_R5_12XLARGE = "ml.r5.12xlarge",
5269
- ML_R5_16XLARGE = "ml.r5.16xlarge",
5270
- ML_R5_24XLARGE = "ml.r5.24xlarge",
5271
- ML_R5_2XLARGE = "ml.r5.2xlarge",
5272
- ML_R5_4XLARGE = "ml.r5.4xlarge",
5273
- ML_R5_8XLARGE = "ml.r5.8xlarge",
5274
- ML_R5_LARGE = "ml.r5.large",
5275
- ML_R5_XLARGE = "ml.r5.xlarge",
5276
- ML_T2_2XLARGE = "ml.t2.2xlarge",
5277
- ML_T2_LARGE = "ml.t2.large",
5278
- ML_T2_MEDIUM = "ml.t2.medium",
5279
- ML_T2_XLARGE = "ml.t2.xlarge",
5280
- ML_T3_2XLARGE = "ml.t3.2xlarge",
5281
- ML_T3_LARGE = "ml.t3.large",
5282
- ML_T3_MEDIUM = "ml.t3.medium",
5283
- ML_T3_XLARGE = "ml.t3.xlarge"
5284
- }
5285
5805
  export declare enum RootAccess {
5286
5806
  DISABLED = "Disabled",
5287
5807
  ENABLED = "Enabled"
@@ -5540,6 +6060,10 @@ export interface CreatePresignedDomainUrlRequest {
5540
6060
  * 300.</p>
5541
6061
  */
5542
6062
  ExpiresInSeconds?: number;
6063
+ /**
6064
+ * <p>The name of the space.</p>
6065
+ */
6066
+ SpaceName?: string;
5543
6067
  }
5544
6068
  export interface CreatePresignedDomainUrlResponse {
5545
6069
  /**
@@ -5599,6 +6123,10 @@ export interface ExperimentConfig {
5599
6123
  * the trial component name.</p>
5600
6124
  */
5601
6125
  TrialComponentDisplayName?: string;
6126
+ /**
6127
+ * <p>The name of the experiment run to associate the trial component with.</p>
6128
+ */
6129
+ RunName?: string;
5602
6130
  }
5603
6131
  export declare enum DataDistributionType {
5604
6132
  FULLYREPLICATED = "FullyReplicated",
@@ -6057,6 +6585,45 @@ export interface CreateProjectOutput {
6057
6585
  */
6058
6586
  ProjectId: string | undefined;
6059
6587
  }
6588
+ /**
6589
+ * <p>A collection of space settings.</p>
6590
+ */
6591
+ export interface SpaceSettings {
6592
+ /**
6593
+ * <p>The JupyterServer app settings.</p>
6594
+ */
6595
+ JupyterServerAppSettings?: JupyterServerAppSettings;
6596
+ /**
6597
+ * <p>The KernelGateway app settings.</p>
6598
+ */
6599
+ KernelGatewayAppSettings?: KernelGatewayAppSettings;
6600
+ }
6601
+ export interface CreateSpaceRequest {
6602
+ /**
6603
+ * <p>The ID of the associated Domain.</p>
6604
+ */
6605
+ DomainId: string | undefined;
6606
+ /**
6607
+ * <p>The name of the space.</p>
6608
+ */
6609
+ SpaceName: string | undefined;
6610
+ /**
6611
+ * <p>Tags to associated with the space. Each tag consists of a key and an optional value.
6612
+ * Tag keys must be unique for each resource. Tags are searchable using the
6613
+ * <code>Search</code> API.</p>
6614
+ */
6615
+ Tags?: Tag[];
6616
+ /**
6617
+ * <p>A collection of space settings.</p>
6618
+ */
6619
+ SpaceSettings?: SpaceSettings;
6620
+ }
6621
+ export interface CreateSpaceResponse {
6622
+ /**
6623
+ * <p>The space's Amazon Resource Name (ARN).</p>
6624
+ */
6625
+ SpaceArn?: string;
6626
+ }
6060
6627
  export declare enum StudioLifecycleConfigAppType {
6061
6628
  JupyterServer = "JupyterServer",
6062
6629
  KernelGateway = "KernelGateway"
@@ -6086,7 +6653,7 @@ export interface CreateStudioLifecycleConfigResponse {
6086
6653
  StudioLifecycleConfigArn?: string;
6087
6654
  }
6088
6655
  /**
6089
- * <p>Configuration information for the Debugger hook parameters, metric and tensor collections, and
6656
+ * <p>Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and
6090
6657
  * storage paths. To learn more about
6091
6658
  * how to configure the <code>DebugHookConfig</code> parameter,
6092
6659
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
@@ -6102,11 +6669,11 @@ export interface DebugHookConfig {
6102
6669
  */
6103
6670
  S3OutputPath: string | undefined;
6104
6671
  /**
6105
- * <p>Configuration information for the Debugger hook parameters.</p>
6672
+ * <p>Configuration information for the Amazon SageMaker Debugger hook parameters.</p>
6106
6673
  */
6107
6674
  HookParameters?: Record<string, string>;
6108
6675
  /**
6109
- * <p>Configuration information for Debugger tensor collections. To learn more about
6676
+ * <p>Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about
6110
6677
  * how to configure the <code>CollectionConfiguration</code> parameter,
6111
6678
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.
6112
6679
  * </p>
@@ -6138,7 +6705,7 @@ export interface DebugRuleConfiguration {
6138
6705
  */
6139
6706
  RuleEvaluatorImage: string | undefined;
6140
6707
  /**
6141
- * <p>The instance type to deploy a Debugger custom rule for debugging a training job.</p>
6708
+ * <p>The instance type to deploy a custom rule for debugging a training job.</p>
6142
6709
  */
6143
6710
  InstanceType?: ProcessingInstanceType | string;
6144
6711
  /**
@@ -6151,7 +6718,7 @@ export interface DebugRuleConfiguration {
6151
6718
  RuleParameters?: Record<string, string>;
6152
6719
  }
6153
6720
  /**
6154
- * <p>Configuration information for Debugger system monitoring, framework profiling, and
6721
+ * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
6155
6722
  * storage paths.</p>
6156
6723
  */
6157
6724
  export interface ProfilerConfig {
@@ -6174,7 +6741,7 @@ export interface ProfilerConfig {
6174
6741
  */
6175
6742
  ProfilingParameters?: Record<string, string>;
6176
6743
  /**
6177
- * <p>To disable system monitoring and profiling, set to <code>True</code>.</p>
6744
+ * <p>Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn it off, set to <code>True</code>.</p>
6178
6745
  */
6179
6746
  DisableProfiler?: boolean;
6180
6747
  }
@@ -6195,11 +6762,11 @@ export interface ProfilerRuleConfiguration {
6195
6762
  */
6196
6763
  S3OutputPath?: string;
6197
6764
  /**
6198
- * <p>The Amazon Elastic Container (ECR) Image for the managed rule evaluation.</p>
6765
+ * <p>The Amazon Elastic Container Registry Image for the managed rule evaluation.</p>
6199
6766
  */
6200
6767
  RuleEvaluatorImage: string | undefined;
6201
6768
  /**
6202
- * <p>The instance type to deploy a Debugger custom rule for profiling a training job.</p>
6769
+ * <p>The instance type to deploy a custom rule for profiling a training job.</p>
6203
6770
  */
6204
6771
  InstanceType?: ProcessingInstanceType | string;
6205
6772
  /**
@@ -6212,7 +6779,7 @@ export interface ProfilerRuleConfiguration {
6212
6779
  RuleParameters?: Record<string, string>;
6213
6780
  }
6214
6781
  /**
6215
- * <p>Configuration of storage locations for the Debugger TensorBoard output data.</p>
6782
+ * <p>Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.</p>
6216
6783
  */
6217
6784
  export interface TensorBoardOutputConfig {
6218
6785
  /**
@@ -6354,18 +6921,18 @@ export interface CreateTrainingJobRequest {
6354
6921
  */
6355
6922
  CheckpointConfig?: CheckpointConfig;
6356
6923
  /**
6357
- * <p>Configuration information for the Debugger hook parameters, metric and tensor collections, and
6924
+ * <p>Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and
6358
6925
  * storage paths. To learn more about
6359
6926
  * how to configure the <code>DebugHookConfig</code> parameter,
6360
6927
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
6361
6928
  */
6362
6929
  DebugHookConfig?: DebugHookConfig;
6363
6930
  /**
6364
- * <p>Configuration information for Debugger rules for debugging output tensors.</p>
6931
+ * <p>Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.</p>
6365
6932
  */
6366
6933
  DebugRuleConfigurations?: DebugRuleConfiguration[];
6367
6934
  /**
6368
- * <p>Configuration of storage locations for the Debugger TensorBoard output data.</p>
6935
+ * <p>Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.</p>
6369
6936
  */
6370
6937
  TensorBoardOutputConfig?: TensorBoardOutputConfig;
6371
6938
  /**
@@ -6391,12 +6958,12 @@ export interface CreateTrainingJobRequest {
6391
6958
  */
6392
6959
  ExperimentConfig?: ExperimentConfig;
6393
6960
  /**
6394
- * <p>Configuration information for Debugger system monitoring, framework profiling, and
6961
+ * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
6395
6962
  * storage paths.</p>
6396
6963
  */
6397
6964
  ProfilerConfig?: ProfilerConfig;
6398
6965
  /**
6399
- * <p>Configuration information for Debugger rules for profiling system and framework
6966
+ * <p>Configuration information for Amazon SageMaker Debugger rules for profiling system and framework
6400
6967
  * metrics.</p>
6401
6968
  */
6402
6969
  ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
@@ -7127,7 +7694,7 @@ export interface DeleteAppRequest {
7127
7694
  /**
7128
7695
  * <p>The user profile name.</p>
7129
7696
  */
7130
- UserProfileName: string | undefined;
7697
+ UserProfileName?: string;
7131
7698
  /**
7132
7699
  * <p>The type of app.</p>
7133
7700
  */
@@ -7136,6 +7703,10 @@ export interface DeleteAppRequest {
7136
7703
  * <p>The name of the app.</p>
7137
7704
  */
7138
7705
  AppName: string | undefined;
7706
+ /**
7707
+ * <p>The name of the space.</p>
7708
+ */
7709
+ SpaceName?: string;
7139
7710
  }
7140
7711
  export interface DeleteAppImageConfigRequest {
7141
7712
  /**
@@ -7290,6 +7861,34 @@ export interface DeleteFlowDefinitionRequest {
7290
7861
  }
7291
7862
  export interface DeleteFlowDefinitionResponse {
7292
7863
  }
7864
+ export interface DeleteHubRequest {
7865
+ /**
7866
+ * <p>The name of the hub to delete.</p>
7867
+ */
7868
+ HubName: string | undefined;
7869
+ }
7870
+ export declare enum HubContentType {
7871
+ MODEL = "Model",
7872
+ NOTEBOOK = "Notebook"
7873
+ }
7874
+ export interface DeleteHubContentRequest {
7875
+ /**
7876
+ * <p>The name of the hub that you want to delete content in.</p>
7877
+ */
7878
+ HubName: string | undefined;
7879
+ /**
7880
+ * <p>The type of content that you want to delete from a hub.</p>
7881
+ */
7882
+ HubContentType: HubContentType | string | undefined;
7883
+ /**
7884
+ * <p>The name of the content that you want to delete from a hub.</p>
7885
+ */
7886
+ HubContentName: string | undefined;
7887
+ /**
7888
+ * <p>The version of the content that you want to delete from a hub.</p>
7889
+ */
7890
+ HubContentVersion: string | undefined;
7891
+ }
7293
7892
  export interface DeleteHumanTaskUiRequest {
7294
7893
  /**
7295
7894
  * <p>The name of the human task user interface (work task template) you want to delete.</p>
@@ -7318,6 +7917,18 @@ export interface DeleteImageVersionRequest {
7318
7917
  }
7319
7918
  export interface DeleteImageVersionResponse {
7320
7919
  }
7920
+ export interface DeleteInferenceExperimentRequest {
7921
+ /**
7922
+ * <p>The name of the inference experiment you want to delete.</p>
7923
+ */
7924
+ Name: string | undefined;
7925
+ }
7926
+ export interface DeleteInferenceExperimentResponse {
7927
+ /**
7928
+ * <p>The ARN of the deleted inference experiment.</p>
7929
+ */
7930
+ InferenceExperimentArn: string | undefined;
7931
+ }
7321
7932
  export interface DeleteModelInput {
7322
7933
  /**
7323
7934
  * <p>The name of the model to delete.</p>
@@ -7330,6 +7941,12 @@ export interface DeleteModelBiasJobDefinitionRequest {
7330
7941
  */
7331
7942
  JobDefinitionName: string | undefined;
7332
7943
  }
7944
+ export interface DeleteModelCardRequest {
7945
+ /**
7946
+ * <p>The name of the model card to delete.</p>
7947
+ */
7948
+ ModelCardName: string | undefined;
7949
+ }
7333
7950
  export interface DeleteModelExplainabilityJobDefinitionRequest {
7334
7951
  /**
7335
7952
  * <p>The name of the model explainability job definition to delete.</p>
@@ -7403,6 +8020,16 @@ export interface DeleteProjectInput {
7403
8020
  */
7404
8021
  ProjectName: string | undefined;
7405
8022
  }
8023
+ export interface DeleteSpaceRequest {
8024
+ /**
8025
+ * <p>The ID of the associated Domain.</p>
8026
+ */
8027
+ DomainId: string | undefined;
8028
+ /**
8029
+ * <p>The name of the space.</p>
8030
+ */
8031
+ SpaceName: string | undefined;
8032
+ }
7406
8033
  export interface DeleteStudioLifecycleConfigRequest {
7407
8034
  /**
7408
8035
  * <p>The name of the Studio Lifecycle Configuration to delete.</p>
@@ -7613,7 +8240,7 @@ export interface DescribeActionResponse {
7613
8240
  CreationTime?: Date;
7614
8241
  /**
7615
8242
  * <p>Information about the user who created or modified an experiment, trial, trial
7616
- * component, lineage group, or project.</p>
8243
+ * component, lineage group, project, or model card.</p>
7617
8244
  */
7618
8245
  CreatedBy?: UserContext;
7619
8246
  /**
@@ -7622,7 +8249,7 @@ export interface DescribeActionResponse {
7622
8249
  LastModifiedTime?: Date;
7623
8250
  /**
7624
8251
  * <p>Information about the user who created or modified an experiment, trial, trial
7625
- * component, lineage group, or project.</p>
8252
+ * component, lineage group, project, or model card.</p>
7626
8253
  */
7627
8254
  LastModifiedBy?: UserContext;
7628
8255
  /**
@@ -7696,7 +8323,7 @@ export interface DescribeAppRequest {
7696
8323
  /**
7697
8324
  * <p>The user profile name.</p>
7698
8325
  */
7699
- UserProfileName: string | undefined;
8326
+ UserProfileName?: string;
7700
8327
  /**
7701
8328
  * <p>The type of app.</p>
7702
8329
  */
@@ -7705,6 +8332,10 @@ export interface DescribeAppRequest {
7705
8332
  * <p>The name of the app.</p>
7706
8333
  */
7707
8334
  AppName: string | undefined;
8335
+ /**
8336
+ * <p>The name of the space.</p>
8337
+ */
8338
+ SpaceName?: string;
7708
8339
  }
7709
8340
  export interface DescribeAppResponse {
7710
8341
  /**
@@ -7751,896 +8382,25 @@ export interface DescribeAppResponse {
7751
8382
  * <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>
7752
8383
  */
7753
8384
  ResourceSpec?: ResourceSpec;
7754
- }
7755
- export interface DescribeAppImageConfigRequest {
7756
- /**
7757
- * <p>The name of the AppImageConfig to describe.</p>
7758
- */
7759
- AppImageConfigName: string | undefined;
7760
- }
7761
- export interface DescribeAppImageConfigResponse {
7762
- /**
7763
- * <p>The Amazon Resource Name (ARN) of the AppImageConfig.</p>
7764
- */
7765
- AppImageConfigArn?: string;
7766
- /**
7767
- * <p>The name of the AppImageConfig.</p>
7768
- */
7769
- AppImageConfigName?: string;
7770
- /**
7771
- * <p>When the AppImageConfig was created.</p>
7772
- */
7773
- CreationTime?: Date;
7774
- /**
7775
- * <p>When the AppImageConfig was last modified.</p>
7776
- */
7777
- LastModifiedTime?: Date;
7778
- /**
7779
- * <p>The configuration of a KernelGateway app.</p>
7780
- */
7781
- KernelGatewayImageConfig?: KernelGatewayImageConfig;
7782
- }
7783
- export interface DescribeArtifactRequest {
7784
- /**
7785
- * <p>The Amazon Resource Name (ARN) of the artifact to describe.</p>
7786
- */
7787
- ArtifactArn: string | undefined;
7788
- }
7789
- export interface DescribeArtifactResponse {
7790
- /**
7791
- * <p>The name of the artifact.</p>
7792
- */
7793
- ArtifactName?: string;
7794
- /**
7795
- * <p>The Amazon Resource Name (ARN) of the artifact.</p>
7796
- */
7797
- ArtifactArn?: string;
7798
- /**
7799
- * <p>The source of the artifact.</p>
7800
- */
7801
- Source?: ArtifactSource;
7802
- /**
7803
- * <p>The type of the artifact.</p>
7804
- */
7805
- ArtifactType?: string;
7806
- /**
7807
- * <p>A list of the artifact's properties.</p>
7808
- */
7809
- Properties?: Record<string, string>;
7810
- /**
7811
- * <p>When the artifact was created.</p>
7812
- */
7813
- CreationTime?: Date;
7814
- /**
7815
- * <p>Information about the user who created or modified an experiment, trial, trial
7816
- * component, lineage group, or project.</p>
7817
- */
7818
- CreatedBy?: UserContext;
7819
- /**
7820
- * <p>When the artifact was last modified.</p>
7821
- */
7822
- LastModifiedTime?: Date;
7823
- /**
7824
- * <p>Information about the user who created or modified an experiment, trial, trial
7825
- * component, lineage group, or project.</p>
7826
- */
7827
- LastModifiedBy?: UserContext;
7828
- /**
7829
- * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
7830
- */
7831
- MetadataProperties?: MetadataProperties;
7832
- /**
7833
- * <p>The Amazon Resource Name (ARN) of the lineage group.</p>
7834
- */
7835
- LineageGroupArn?: string;
7836
- }
7837
- export interface DescribeAutoMLJobRequest {
7838
8385
  /**
7839
- * <p>Requests information about an AutoML job using its unique name.</p>
8386
+ * <p>The name of the space.</p>
7840
8387
  */
7841
- AutoMLJobName: string | undefined;
8388
+ SpaceName?: string;
7842
8389
  }
7843
8390
  /**
7844
- * <p>Provides information about the endpoint of the model deployment.</p>
8391
+ * @internal
7845
8392
  */
7846
- export interface ModelDeployResult {
7847
- /**
7848
- * <p>The name of the endpoint to which the model has been deployed.</p>
7849
- * <note>
7850
- * <p>If model deployment fails, this field is omitted from the response.</p>
7851
- * </note>
7852
- */
7853
- EndpointName?: string;
7854
- }
8393
+ export declare const OfflineStoreConfigFilterSensitiveLog: (obj: OfflineStoreConfig) => any;
7855
8394
  /**
7856
- * <p>The resolved attributes.</p>
8395
+ * @internal
7857
8396
  */
7858
- export interface ResolvedAttributes {
7859
- /**
7860
- * <p>Specifies a metric to minimize or maximize as the objective of a job.</p>
7861
- */
7862
- AutoMLJobObjective?: AutoMLJobObjective;
7863
- /**
7864
- * <p>The problem type.</p>
7865
- */
7866
- ProblemType?: ProblemType | string;
7867
- /**
7868
- * <p>How long a job is allowed to run, or how many candidates a job is allowed to
7869
- * generate.</p>
7870
- */
7871
- CompletionCriteria?: AutoMLJobCompletionCriteria;
7872
- }
7873
- export interface DescribeAutoMLJobResponse {
7874
- /**
7875
- * <p>Returns the name of the AutoML job.</p>
7876
- */
7877
- AutoMLJobName: string | undefined;
7878
- /**
7879
- * <p>Returns the ARN of the AutoML job.</p>
7880
- */
7881
- AutoMLJobArn: string | undefined;
7882
- /**
7883
- * <p>Returns the input data configuration for the AutoML job..</p>
7884
- */
7885
- InputDataConfig: AutoMLChannel[] | undefined;
7886
- /**
7887
- * <p>Returns the job's output data config.</p>
7888
- */
7889
- OutputDataConfig: AutoMLOutputDataConfig | undefined;
7890
- /**
7891
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
7892
- * has read permission to the input data location and write permission to the output data
7893
- * location in Amazon S3.</p>
7894
- */
7895
- RoleArn: string | undefined;
7896
- /**
7897
- * <p>Returns the job's objective.</p>
7898
- */
7899
- AutoMLJobObjective?: AutoMLJobObjective;
7900
- /**
7901
- * <p>Returns the job's problem type.</p>
7902
- */
7903
- ProblemType?: ProblemType | string;
7904
- /**
7905
- * <p>Returns the configuration for the AutoML job.</p>
7906
- */
7907
- AutoMLJobConfig?: AutoMLJobConfig;
7908
- /**
7909
- * <p>Returns the creation time of the AutoML job.</p>
7910
- */
7911
- CreationTime: Date | undefined;
7912
- /**
7913
- * <p>Returns the end time of the AutoML job.</p>
7914
- */
7915
- EndTime?: Date;
7916
- /**
7917
- * <p>Returns the job's last modified time.</p>
7918
- */
7919
- LastModifiedTime: Date | undefined;
7920
- /**
7921
- * <p>Returns the failure reason for an AutoML job, when applicable.</p>
7922
- */
7923
- FailureReason?: string;
7924
- /**
7925
- * <p>Returns a list of reasons for partial failures within an AutoML job.</p>
7926
- */
7927
- PartialFailureReasons?: AutoMLPartialFailureReason[];
7928
- /**
7929
- * <p>Returns the job's best <code>AutoMLCandidate</code>.</p>
7930
- */
7931
- BestCandidate?: AutoMLCandidate;
7932
- /**
7933
- * <p>Returns the status of the AutoML job.</p>
7934
- */
7935
- AutoMLJobStatus: AutoMLJobStatus | string | undefined;
7936
- /**
7937
- * <p>Returns the secondary status of the AutoML job.</p>
7938
- */
7939
- AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
7940
- /**
7941
- * <p>Indicates whether the output for an AutoML job generates candidate definitions
7942
- * only.</p>
7943
- */
7944
- GenerateCandidateDefinitionsOnly?: boolean;
7945
- /**
7946
- * <p>Returns information on the job's artifacts found in
7947
- * <code>AutoMLJobArtifacts</code>.</p>
7948
- */
7949
- AutoMLJobArtifacts?: AutoMLJobArtifacts;
7950
- /**
7951
- * <p>This contains <code>ProblemType</code>, <code>AutoMLJobObjective</code>, and
7952
- * <code>CompletionCriteria</code>. If you do not provide these values, they are
7953
- * auto-inferred. If you do provide them, the values used are the ones you provide.</p>
7954
- */
7955
- ResolvedAttributes?: ResolvedAttributes;
7956
- /**
7957
- * <p>Indicates whether the model was deployed automatically to an endpoint and the name of
7958
- * that endpoint if deployed automatically.</p>
7959
- */
7960
- ModelDeployConfig?: ModelDeployConfig;
7961
- /**
7962
- * <p>Provides information about endpoint for the model deployment.</p>
7963
- */
7964
- ModelDeployResult?: ModelDeployResult;
7965
- }
7966
- export interface DescribeCodeRepositoryInput {
7967
- /**
7968
- * <p>The name of the Git repository to describe.</p>
7969
- */
7970
- CodeRepositoryName: string | undefined;
7971
- }
7972
- export interface DescribeCodeRepositoryOutput {
7973
- /**
7974
- * <p>The name of the Git repository.</p>
7975
- */
7976
- CodeRepositoryName: string | undefined;
7977
- /**
7978
- * <p>The Amazon Resource Name (ARN) of the Git repository.</p>
7979
- */
7980
- CodeRepositoryArn: string | undefined;
7981
- /**
7982
- * <p>The date and time that the repository was created.</p>
7983
- */
7984
- CreationTime: Date | undefined;
7985
- /**
7986
- * <p>The date and time that the repository was last changed.</p>
7987
- */
7988
- LastModifiedTime: Date | undefined;
7989
- /**
7990
- * <p>Configuration details about the repository, including the URL where the repository is
7991
- * located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the
7992
- * repository.</p>
7993
- */
7994
- GitConfig?: GitConfig;
7995
- }
7996
- export interface DescribeCompilationJobRequest {
7997
- /**
7998
- * <p>The name of the model compilation job that you want information about.</p>
7999
- */
8000
- CompilationJobName: string | undefined;
8001
- }
8397
+ export declare const OnlineStoreSecurityConfigFilterSensitiveLog: (obj: OnlineStoreSecurityConfig) => any;
8002
8398
  /**
8003
- * <p>Provides information about the location that is configured for storing model
8004
- * artifacts. </p>
8005
- * <p>Model artifacts are the output that results from training a model, and typically
8006
- * consist of trained parameters, a model definition that describes how to compute
8007
- * inferences, and other metadata.</p>
8399
+ * @internal
8008
8400
  */
8009
- export interface ModelArtifacts {
8010
- /**
8011
- * <p>The path of the S3 object that contains the model artifacts. For example,
8012
- * <code>s3://bucket-name/keynameprefix/model.tar.gz</code>.</p>
8013
- */
8014
- S3ModelArtifacts: string | undefined;
8015
- }
8401
+ export declare const OnlineStoreConfigFilterSensitiveLog: (obj: OnlineStoreConfig) => any;
8016
8402
  /**
8017
- * <p>Provides information to verify the integrity of stored model artifacts. </p>
8018
- */
8019
- export interface ModelDigests {
8020
- /**
8021
- * <p>Provides a hash value that uniquely identifies the stored model
8022
- * artifacts.</p>
8023
- */
8024
- ArtifactDigest?: string;
8025
- }
8026
- export interface DescribeCompilationJobResponse {
8027
- /**
8028
- * <p>The name of the model compilation job.</p>
8029
- */
8030
- CompilationJobName: string | undefined;
8031
- /**
8032
- * <p>The Amazon Resource Name (ARN) of the model compilation job.</p>
8033
- */
8034
- CompilationJobArn: string | undefined;
8035
- /**
8036
- * <p>The status of the model compilation job.</p>
8037
- */
8038
- CompilationJobStatus: CompilationJobStatus | string | undefined;
8039
- /**
8040
- * <p>The time when the model compilation job started the <code>CompilationJob</code>
8041
- * instances. </p>
8042
- * <p>You are billed for the time between this timestamp and the timestamp in the <a>DescribeCompilationJobResponse$CompilationEndTime</a> field. In Amazon CloudWatch Logs,
8043
- * the start time might be later than this time. That's because it takes time to download
8044
- * the compilation job, which depends on the size of the compilation job container. </p>
8045
- */
8046
- CompilationStartTime?: Date;
8047
- /**
8048
- * <p>The time when the model compilation job on a compilation job instance ended. For a
8049
- * successful or stopped job, this is when the job's model artifacts have finished
8050
- * uploading. For a failed job, this is when Amazon SageMaker detected that the job failed. </p>
8051
- */
8052
- CompilationEndTime?: Date;
8053
- /**
8054
- * <p>Specifies a limit to how long a model compilation job can run. When the job reaches
8055
- * the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training
8056
- * costs.</p>
8057
- */
8058
- StoppingCondition: StoppingCondition | undefined;
8059
- /**
8060
- * <p>The inference image to use when compiling a model.
8061
- * Specify an image only if the target device is a cloud instance.</p>
8062
- */
8063
- InferenceImage?: string;
8064
- /**
8065
- * <p>The Amazon Resource Name (ARN) of the versioned model package that was
8066
- * provided to SageMaker Neo when you initiated a compilation job.</p>
8067
- */
8068
- ModelPackageVersionArn?: string;
8069
- /**
8070
- * <p>The time that the model compilation job was created.</p>
8071
- */
8072
- CreationTime: Date | undefined;
8073
- /**
8074
- * <p>The time that the status
8075
- * of
8076
- * the model compilation job was last modified.</p>
8077
- */
8078
- LastModifiedTime: Date | undefined;
8079
- /**
8080
- * <p>If a model compilation job failed, the reason it failed. </p>
8081
- */
8082
- FailureReason: string | undefined;
8083
- /**
8084
- * <p>Information about the location in Amazon S3 that has been configured for storing the model
8085
- * artifacts used in the compilation job.</p>
8086
- */
8087
- ModelArtifacts: ModelArtifacts | undefined;
8088
- /**
8089
- * <p>Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.</p>
8090
- */
8091
- ModelDigests?: ModelDigests;
8092
- /**
8093
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model
8094
- * compilation job.</p>
8095
- */
8096
- RoleArn: string | undefined;
8097
- /**
8098
- * <p>Information about the location in Amazon S3 of the input model artifacts, the name and
8099
- * shape of the expected data inputs, and the framework in which the model was
8100
- * trained.</p>
8101
- */
8102
- InputConfig: InputConfig | undefined;
8103
- /**
8104
- * <p>Information about the output location for the compiled model and the target device
8105
- * that the model runs on.</p>
8106
- */
8107
- OutputConfig: OutputConfig | undefined;
8108
- /**
8109
- * <p>A <a>VpcConfig</a> object that specifies the VPC that you want your
8110
- * compilation job to connect to. Control access to your models by
8111
- * configuring the VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html">Protect Compilation Jobs by Using an Amazon
8112
- * Virtual Private Cloud</a>.</p>
8113
- */
8114
- VpcConfig?: NeoVpcConfig;
8115
- }
8116
- export interface DescribeContextRequest {
8117
- /**
8118
- * <p>The name of the context to describe.</p>
8119
- */
8120
- ContextName: string | undefined;
8121
- }
8122
- export interface DescribeContextResponse {
8123
- /**
8124
- * <p>The name of the context.</p>
8125
- */
8126
- ContextName?: string;
8127
- /**
8128
- * <p>The Amazon Resource Name (ARN) of the context.</p>
8129
- */
8130
- ContextArn?: string;
8131
- /**
8132
- * <p>The source of the context.</p>
8133
- */
8134
- Source?: ContextSource;
8135
- /**
8136
- * <p>The type of the context.</p>
8137
- */
8138
- ContextType?: string;
8139
- /**
8140
- * <p>The description of the context.</p>
8141
- */
8142
- Description?: string;
8143
- /**
8144
- * <p>A list of the context's properties.</p>
8145
- */
8146
- Properties?: Record<string, string>;
8147
- /**
8148
- * <p>When the context was created.</p>
8149
- */
8150
- CreationTime?: Date;
8151
- /**
8152
- * <p>Information about the user who created or modified an experiment, trial, trial
8153
- * component, lineage group, or project.</p>
8154
- */
8155
- CreatedBy?: UserContext;
8156
- /**
8157
- * <p>When the context was last modified.</p>
8158
- */
8159
- LastModifiedTime?: Date;
8160
- /**
8161
- * <p>Information about the user who created or modified an experiment, trial, trial
8162
- * component, lineage group, or project.</p>
8163
- */
8164
- LastModifiedBy?: UserContext;
8165
- /**
8166
- * <p>The Amazon Resource Name (ARN) of the lineage group.</p>
8167
- */
8168
- LineageGroupArn?: string;
8169
- }
8170
- export interface DescribeDataQualityJobDefinitionRequest {
8171
- /**
8172
- * <p>The name of the data quality monitoring job definition to describe.</p>
8173
- */
8174
- JobDefinitionName: string | undefined;
8175
- }
8176
- export interface DescribeDataQualityJobDefinitionResponse {
8177
- /**
8178
- * <p>The Amazon Resource Name (ARN) of the data quality monitoring job definition.</p>
8179
- */
8180
- JobDefinitionArn: string | undefined;
8181
- /**
8182
- * <p>The name of the data quality monitoring job definition.</p>
8183
- */
8184
- JobDefinitionName: string | undefined;
8185
- /**
8186
- * <p>The time that the data quality monitoring job definition was created.</p>
8187
- */
8188
- CreationTime: Date | undefined;
8189
- /**
8190
- * <p>The constraints and baselines for the data quality monitoring job definition.</p>
8191
- */
8192
- DataQualityBaselineConfig?: DataQualityBaselineConfig;
8193
- /**
8194
- * <p>Information about the container that runs the data quality monitoring job.</p>
8195
- */
8196
- DataQualityAppSpecification: DataQualityAppSpecification | undefined;
8197
- /**
8198
- * <p>The list of inputs for the data quality monitoring job. Currently endpoints are
8199
- * supported.</p>
8200
- */
8201
- DataQualityJobInput: DataQualityJobInput | undefined;
8202
- /**
8203
- * <p>The output configuration for monitoring jobs.</p>
8204
- */
8205
- DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
8206
- /**
8207
- * <p>Identifies the resources to deploy for a monitoring job.</p>
8208
- */
8209
- JobResources: MonitoringResources | undefined;
8210
- /**
8211
- * <p>The networking configuration for the data quality monitoring job.</p>
8212
- */
8213
- NetworkConfig?: MonitoringNetworkConfig;
8214
- /**
8215
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
8216
- * perform tasks on your behalf.</p>
8217
- */
8218
- RoleArn: string | undefined;
8219
- /**
8220
- * <p>A time limit for how long the monitoring job is allowed to run before stopping.</p>
8221
- */
8222
- StoppingCondition?: MonitoringStoppingCondition;
8223
- }
8224
- export interface DescribeDeviceRequest {
8225
- /**
8226
- * <p>Next token of device description.</p>
8227
- */
8228
- NextToken?: string;
8229
- /**
8230
- * <p>The unique ID of the device.</p>
8231
- */
8232
- DeviceName: string | undefined;
8233
- /**
8234
- * <p>The name of the fleet the devices belong to.</p>
8235
- */
8236
- DeviceFleetName: string | undefined;
8237
- }
8238
- /**
8239
- * <p>The model on the edge device.</p>
8240
- */
8241
- export interface EdgeModel {
8242
- /**
8243
- * <p>The name of the model.</p>
8244
- */
8245
- ModelName: string | undefined;
8246
- /**
8247
- * <p>The model version.</p>
8248
- */
8249
- ModelVersion: string | undefined;
8250
- /**
8251
- * <p>The timestamp of the last data sample taken.</p>
8252
- */
8253
- LatestSampleTime?: Date;
8254
- /**
8255
- * <p>The timestamp of the last inference that was made.</p>
8256
- */
8257
- LatestInference?: Date;
8258
- }
8259
- export interface DescribeDeviceResponse {
8260
- /**
8261
- * <p>The Amazon Resource Name (ARN) of the device.</p>
8262
- */
8263
- DeviceArn?: string;
8264
- /**
8265
- * <p>The unique identifier of the device.</p>
8266
- */
8267
- DeviceName: string | undefined;
8268
- /**
8269
- * <p>A description of the device.</p>
8270
- */
8271
- Description?: string;
8272
- /**
8273
- * <p>The name of the fleet the device belongs to.</p>
8274
- */
8275
- DeviceFleetName: string | undefined;
8276
- /**
8277
- * <p>The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.</p>
8278
- */
8279
- IotThingName?: string;
8280
- /**
8281
- * <p>The timestamp of the last registration or de-reregistration.</p>
8282
- */
8283
- RegistrationTime: Date | undefined;
8284
- /**
8285
- * <p>The last heartbeat received from the device.</p>
8286
- */
8287
- LatestHeartbeat?: Date;
8288
- /**
8289
- * <p>Models on the device.</p>
8290
- */
8291
- Models?: EdgeModel[];
8292
- /**
8293
- * <p>The maximum number of models.</p>
8294
- */
8295
- MaxModels?: number;
8296
- /**
8297
- * <p>The response from the last list when returning a list large enough to need tokening.</p>
8298
- */
8299
- NextToken?: string;
8300
- /**
8301
- * <p>Edge Manager agent version.</p>
8302
- */
8303
- AgentVersion?: string;
8304
- }
8305
- export interface DescribeDeviceFleetRequest {
8306
- /**
8307
- * <p>The name of the fleet.</p>
8308
- */
8309
- DeviceFleetName: string | undefined;
8310
- }
8311
- export interface DescribeDeviceFleetResponse {
8312
- /**
8313
- * <p>The name of the fleet.</p>
8314
- */
8315
- DeviceFleetName: string | undefined;
8316
- /**
8317
- * <p>The The Amazon Resource Name (ARN) of the fleet.</p>
8318
- */
8319
- DeviceFleetArn: string | undefined;
8320
- /**
8321
- * <p>The output configuration for storing sampled data.</p>
8322
- */
8323
- OutputConfig: EdgeOutputConfig | undefined;
8324
- /**
8325
- * <p>A description of the fleet.</p>
8326
- */
8327
- Description?: string;
8328
- /**
8329
- * <p>Timestamp of when the device fleet was created.</p>
8330
- */
8331
- CreationTime: Date | undefined;
8332
- /**
8333
- * <p>Timestamp of when the device fleet was last updated.</p>
8334
- */
8335
- LastModifiedTime: Date | undefined;
8336
- /**
8337
- * <p>The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).</p>
8338
- */
8339
- RoleArn?: string;
8340
- /**
8341
- * <p>The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).</p>
8342
- */
8343
- IotRoleAlias?: string;
8344
- }
8345
- export interface DescribeDomainRequest {
8346
- /**
8347
- * <p>The domain ID.</p>
8348
- */
8349
- DomainId: string | undefined;
8350
- }
8351
- export declare enum DomainStatus {
8352
- Delete_Failed = "Delete_Failed",
8353
- Deleting = "Deleting",
8354
- Failed = "Failed",
8355
- InService = "InService",
8356
- Pending = "Pending",
8357
- Update_Failed = "Update_Failed",
8358
- Updating = "Updating"
8359
- }
8360
- export interface DescribeDomainResponse {
8361
- /**
8362
- * <p>The domain's Amazon Resource Name (ARN).</p>
8363
- */
8364
- DomainArn?: string;
8365
- /**
8366
- * <p>The domain ID.</p>
8367
- */
8368
- DomainId?: string;
8369
- /**
8370
- * <p>The domain name.</p>
8371
- */
8372
- DomainName?: string;
8373
- /**
8374
- * <p>The ID of the Amazon Elastic File System (EFS) managed by this Domain.</p>
8375
- */
8376
- HomeEfsFileSystemId?: string;
8377
- /**
8378
- * <p>The IAM Identity Center managed application instance ID.</p>
8379
- */
8380
- SingleSignOnManagedApplicationInstanceId?: string;
8381
- /**
8382
- * <p>The status.</p>
8383
- */
8384
- Status?: DomainStatus | string;
8385
- /**
8386
- * <p>The creation time.</p>
8387
- */
8388
- CreationTime?: Date;
8389
- /**
8390
- * <p>The last modified time.</p>
8391
- */
8392
- LastModifiedTime?: Date;
8393
- /**
8394
- * <p>The failure reason.</p>
8395
- */
8396
- FailureReason?: string;
8397
- /**
8398
- * <p>The domain's authentication mode.</p>
8399
- */
8400
- AuthMode?: AuthMode | string;
8401
- /**
8402
- * <p>Settings which are applied to UserProfiles in this domain if settings are not explicitly specified
8403
- * in a given UserProfile.
8404
- * </p>
8405
- */
8406
- DefaultUserSettings?: UserSettings;
8407
- /**
8408
- * <p>Specifies the VPC used for non-EFS traffic. The default value is
8409
- * <code>PublicInternetOnly</code>.</p>
8410
- * <ul>
8411
- * <li>
8412
- * <p>
8413
- * <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by
8414
- * Amazon SageMaker, which allows direct internet access</p>
8415
- * </li>
8416
- * <li>
8417
- * <p>
8418
- * <code>VpcOnly</code> - All Studio traffic is through the specified VPC and subnets</p>
8419
- * </li>
8420
- * </ul>
8421
- */
8422
- AppNetworkAccessType?: AppNetworkAccessType | string;
8423
- /**
8424
- * @deprecated
8425
- *
8426
- * <p>Use <code>KmsKeyId</code>.</p>
8427
- */
8428
- HomeEfsFileSystemKmsKeyId?: string;
8429
- /**
8430
- * <p>The VPC subnets that Studio uses for communication.</p>
8431
- */
8432
- SubnetIds?: string[];
8433
- /**
8434
- * <p>The domain's URL.</p>
8435
- */
8436
- Url?: string;
8437
- /**
8438
- * <p>The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.</p>
8439
- */
8440
- VpcId?: string;
8441
- /**
8442
- * <p>The Amazon Web Services KMS customer managed key used to encrypt
8443
- * the EFS volume attached to the domain.</p>
8444
- */
8445
- KmsKeyId?: string;
8446
- /**
8447
- * <p>A collection of <code>Domain</code> settings.</p>
8448
- */
8449
- DomainSettings?: DomainSettings;
8450
- /**
8451
- * <p>The entity that creates and manages the required security groups for inter-app
8452
- * communication in <code>VPCOnly</code> mode. Required when
8453
- * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
8454
- * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
8455
- * provided.</p>
8456
- */
8457
- AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
8458
- /**
8459
- * <p>The ID of the security group that authorizes traffic between the
8460
- * <code>RSessionGateway</code> apps and the <code>RStudioServerPro</code> app.</p>
8461
- */
8462
- SecurityGroupIdForDomainBoundary?: string;
8463
- }
8464
- export interface DescribeEdgeDeploymentPlanRequest {
8465
- /**
8466
- * <p>The name of the deployment plan to describe.</p>
8467
- */
8468
- EdgeDeploymentPlanName: string | undefined;
8469
- /**
8470
- * <p>If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.</p>
8471
- */
8472
- NextToken?: string;
8473
- /**
8474
- * <p>The maximum number of results to select (50 by default).</p>
8475
- */
8476
- MaxResults?: number;
8477
- }
8478
- export interface DescribeEdgeDeploymentPlanResponse {
8479
- /**
8480
- * <p>The ARN of edge deployment plan.</p>
8481
- */
8482
- EdgeDeploymentPlanArn: string | undefined;
8483
- /**
8484
- * <p>The name of the edge deployment plan.</p>
8485
- */
8486
- EdgeDeploymentPlanName: string | undefined;
8487
- /**
8488
- * <p>List of models associated with the edge deployment plan.</p>
8489
- */
8490
- ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
8491
- /**
8492
- * <p>The device fleet used for this edge deployment plan.</p>
8493
- */
8494
- DeviceFleetName: string | undefined;
8495
- /**
8496
- * <p>The number of edge devices with the successful deployment.</p>
8497
- */
8498
- EdgeDeploymentSuccess?: number;
8499
- /**
8500
- * <p>The number of edge devices yet to pick up deployment, or in progress.</p>
8501
- */
8502
- EdgeDeploymentPending?: number;
8503
- /**
8504
- * <p>The number of edge devices that failed the deployment.</p>
8505
- */
8506
- EdgeDeploymentFailed?: number;
8507
- /**
8508
- * <p>List of stages in the edge deployment plan.</p>
8509
- */
8510
- Stages: DeploymentStageStatusSummary[] | undefined;
8511
- /**
8512
- * <p>Token to use when calling the next set of stages in the edge deployment plan.</p>
8513
- */
8514
- NextToken?: string;
8515
- /**
8516
- * <p>The time when the edge deployment plan was created.</p>
8517
- */
8518
- CreationTime?: Date;
8519
- /**
8520
- * <p>The time when the edge deployment plan was last updated.</p>
8521
- */
8522
- LastModifiedTime?: Date;
8523
- }
8524
- export interface DescribeEdgePackagingJobRequest {
8525
- /**
8526
- * <p>The name of the edge packaging job.</p>
8527
- */
8528
- EdgePackagingJobName: string | undefined;
8529
- }
8530
- export declare enum EdgePackagingJobStatus {
8531
- Completed = "COMPLETED",
8532
- Failed = "FAILED",
8533
- InProgress = "INPROGRESS",
8534
- Starting = "STARTING",
8535
- Stopped = "STOPPED",
8536
- Stopping = "STOPPING"
8537
- }
8538
- export declare enum EdgePresetDeploymentStatus {
8539
- Completed = "COMPLETED",
8540
- Failed = "FAILED"
8541
- }
8542
- /**
8543
- * <p>The output of a SageMaker Edge Manager deployable resource.</p>
8544
- */
8545
- export interface EdgePresetDeploymentOutput {
8546
- /**
8547
- * <p>The deployment type created by SageMaker Edge Manager. Currently only
8548
- * supports Amazon Web Services IoT Greengrass Version 2 components.</p>
8549
- */
8550
- Type: EdgePresetDeploymentType | string | undefined;
8551
- /**
8552
- * <p>The Amazon Resource Name (ARN) of the generated deployable resource.</p>
8553
- */
8554
- Artifact?: string;
8555
- /**
8556
- * <p>The status of the deployable resource.</p>
8557
- */
8558
- Status?: EdgePresetDeploymentStatus | string;
8559
- /**
8560
- * <p>Returns a message describing the status of the deployed resource.</p>
8561
- */
8562
- StatusMessage?: string;
8563
- }
8564
- export interface DescribeEdgePackagingJobResponse {
8565
- /**
8566
- * <p>The Amazon Resource Name (ARN) of the edge packaging job.</p>
8567
- */
8568
- EdgePackagingJobArn: string | undefined;
8569
- /**
8570
- * <p>The name of the edge packaging job.</p>
8571
- */
8572
- EdgePackagingJobName: string | undefined;
8573
- /**
8574
- * <p>The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.</p>
8575
- */
8576
- CompilationJobName?: string;
8577
- /**
8578
- * <p>The name of the model.</p>
8579
- */
8580
- ModelName?: string;
8581
- /**
8582
- * <p>The version of the model.</p>
8583
- */
8584
- ModelVersion?: string;
8585
- /**
8586
- * <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.</p>
8587
- */
8588
- RoleArn?: string;
8589
- /**
8590
- * <p>The output configuration for the edge packaging job.</p>
8591
- */
8592
- OutputConfig?: EdgeOutputConfig;
8593
- /**
8594
- * <p>The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.</p>
8595
- */
8596
- ResourceKey?: string;
8597
- /**
8598
- * <p>The current status of the packaging job.</p>
8599
- */
8600
- EdgePackagingJobStatus: EdgePackagingJobStatus | string | undefined;
8601
- /**
8602
- * <p>Returns a message describing the job status and error messages.</p>
8603
- */
8604
- EdgePackagingJobStatusMessage?: string;
8605
- /**
8606
- * <p>The timestamp of when the packaging job was created.</p>
8607
- */
8608
- CreationTime?: Date;
8609
- /**
8610
- * <p>The timestamp of when the job was last updated.</p>
8611
- */
8612
- LastModifiedTime?: Date;
8613
- /**
8614
- * <p>The Amazon Simple Storage (S3) URI where model artifacts ares stored.</p>
8615
- */
8616
- ModelArtifact?: string;
8617
- /**
8618
- * <p>The signature document of files in the model artifact.</p>
8619
- */
8620
- ModelSignature?: string;
8621
- /**
8622
- * <p>The output of a SageMaker Edge Manager deployable resource.</p>
8623
- */
8624
- PresetDeploymentOutput?: EdgePresetDeploymentOutput;
8625
- }
8626
- export interface DescribeEndpointInput {
8627
- /**
8628
- * <p>The name of the endpoint.</p>
8629
- */
8630
- EndpointName: string | undefined;
8631
- }
8632
- export declare enum EndpointStatus {
8633
- CREATING = "Creating",
8634
- DELETING = "Deleting",
8635
- FAILED = "Failed",
8636
- IN_SERVICE = "InService",
8637
- OUT_OF_SERVICE = "OutOfService",
8638
- ROLLING_BACK = "RollingBack",
8639
- SYSTEM_UPDATING = "SystemUpdating",
8640
- UPDATING = "Updating"
8641
- }
8642
- /**
8643
- * @internal
8403
+ * @internal
8644
8404
  */
8645
8405
  export declare const CreateFeatureGroupRequestFilterSensitiveLog: (obj: CreateFeatureGroupRequest) => any;
8646
8406
  /**
@@ -8683,6 +8443,18 @@ export declare const CreateFlowDefinitionRequestFilterSensitiveLog: (obj: Create
8683
8443
  * @internal
8684
8444
  */
8685
8445
  export declare const CreateFlowDefinitionResponseFilterSensitiveLog: (obj: CreateFlowDefinitionResponse) => any;
8446
+ /**
8447
+ * @internal
8448
+ */
8449
+ export declare const HubS3StorageConfigFilterSensitiveLog: (obj: HubS3StorageConfig) => any;
8450
+ /**
8451
+ * @internal
8452
+ */
8453
+ export declare const CreateHubRequestFilterSensitiveLog: (obj: CreateHubRequest) => any;
8454
+ /**
8455
+ * @internal
8456
+ */
8457
+ export declare const CreateHubResponseFilterSensitiveLog: (obj: CreateHubResponse) => any;
8686
8458
  /**
8687
8459
  * @internal
8688
8460
  */
@@ -8775,6 +8547,42 @@ export declare const CreateImageVersionRequestFilterSensitiveLog: (obj: CreateIm
8775
8547
  * @internal
8776
8548
  */
8777
8549
  export declare const CreateImageVersionResponseFilterSensitiveLog: (obj: CreateImageVersionResponse) => any;
8550
+ /**
8551
+ * @internal
8552
+ */
8553
+ export declare const InferenceExperimentDataStorageConfigFilterSensitiveLog: (obj: InferenceExperimentDataStorageConfig) => any;
8554
+ /**
8555
+ * @internal
8556
+ */
8557
+ export declare const RealTimeInferenceConfigFilterSensitiveLog: (obj: RealTimeInferenceConfig) => any;
8558
+ /**
8559
+ * @internal
8560
+ */
8561
+ export declare const ModelInfrastructureConfigFilterSensitiveLog: (obj: ModelInfrastructureConfig) => any;
8562
+ /**
8563
+ * @internal
8564
+ */
8565
+ export declare const ModelVariantConfigFilterSensitiveLog: (obj: ModelVariantConfig) => any;
8566
+ /**
8567
+ * @internal
8568
+ */
8569
+ export declare const InferenceExperimentScheduleFilterSensitiveLog: (obj: InferenceExperimentSchedule) => any;
8570
+ /**
8571
+ * @internal
8572
+ */
8573
+ export declare const ShadowModelVariantConfigFilterSensitiveLog: (obj: ShadowModelVariantConfig) => any;
8574
+ /**
8575
+ * @internal
8576
+ */
8577
+ export declare const ShadowModeConfigFilterSensitiveLog: (obj: ShadowModeConfig) => any;
8578
+ /**
8579
+ * @internal
8580
+ */
8581
+ export declare const CreateInferenceExperimentRequestFilterSensitiveLog: (obj: CreateInferenceExperimentRequest) => any;
8582
+ /**
8583
+ * @internal
8584
+ */
8585
+ export declare const CreateInferenceExperimentResponseFilterSensitiveLog: (obj: CreateInferenceExperimentResponse) => any;
8778
8586
  /**
8779
8587
  * @internal
8780
8588
  */
@@ -8923,6 +8731,30 @@ export declare const CreateModelBiasJobDefinitionRequestFilterSensitiveLog: (obj
8923
8731
  * @internal
8924
8732
  */
8925
8733
  export declare const CreateModelBiasJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelBiasJobDefinitionResponse) => any;
8734
+ /**
8735
+ * @internal
8736
+ */
8737
+ export declare const ModelCardSecurityConfigFilterSensitiveLog: (obj: ModelCardSecurityConfig) => any;
8738
+ /**
8739
+ * @internal
8740
+ */
8741
+ export declare const CreateModelCardRequestFilterSensitiveLog: (obj: CreateModelCardRequest) => any;
8742
+ /**
8743
+ * @internal
8744
+ */
8745
+ export declare const CreateModelCardResponseFilterSensitiveLog: (obj: CreateModelCardResponse) => any;
8746
+ /**
8747
+ * @internal
8748
+ */
8749
+ export declare const ModelCardExportOutputConfigFilterSensitiveLog: (obj: ModelCardExportOutputConfig) => any;
8750
+ /**
8751
+ * @internal
8752
+ */
8753
+ export declare const CreateModelCardExportJobRequestFilterSensitiveLog: (obj: CreateModelCardExportJobRequest) => any;
8754
+ /**
8755
+ * @internal
8756
+ */
8757
+ export declare const CreateModelCardExportJobResponseFilterSensitiveLog: (obj: CreateModelCardExportJobResponse) => any;
8926
8758
  /**
8927
8759
  * @internal
8928
8760
  */
@@ -9199,6 +9031,18 @@ export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectIn
9199
9031
  * @internal
9200
9032
  */
9201
9033
  export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
9034
+ /**
9035
+ * @internal
9036
+ */
9037
+ export declare const SpaceSettingsFilterSensitiveLog: (obj: SpaceSettings) => any;
9038
+ /**
9039
+ * @internal
9040
+ */
9041
+ export declare const CreateSpaceRequestFilterSensitiveLog: (obj: CreateSpaceRequest) => any;
9042
+ /**
9043
+ * @internal
9044
+ */
9045
+ export declare const CreateSpaceResponseFilterSensitiveLog: (obj: CreateSpaceResponse) => any;
9202
9046
  /**
9203
9047
  * @internal
9204
9048
  */
@@ -9435,6 +9279,14 @@ export declare const DeleteFlowDefinitionRequestFilterSensitiveLog: (obj: Delete
9435
9279
  * @internal
9436
9280
  */
9437
9281
  export declare const DeleteFlowDefinitionResponseFilterSensitiveLog: (obj: DeleteFlowDefinitionResponse) => any;
9282
+ /**
9283
+ * @internal
9284
+ */
9285
+ export declare const DeleteHubRequestFilterSensitiveLog: (obj: DeleteHubRequest) => any;
9286
+ /**
9287
+ * @internal
9288
+ */
9289
+ export declare const DeleteHubContentRequestFilterSensitiveLog: (obj: DeleteHubContentRequest) => any;
9438
9290
  /**
9439
9291
  * @internal
9440
9292
  */
@@ -9459,6 +9311,14 @@ export declare const DeleteImageVersionRequestFilterSensitiveLog: (obj: DeleteIm
9459
9311
  * @internal
9460
9312
  */
9461
9313
  export declare const DeleteImageVersionResponseFilterSensitiveLog: (obj: DeleteImageVersionResponse) => any;
9314
+ /**
9315
+ * @internal
9316
+ */
9317
+ export declare const DeleteInferenceExperimentRequestFilterSensitiveLog: (obj: DeleteInferenceExperimentRequest) => any;
9318
+ /**
9319
+ * @internal
9320
+ */
9321
+ export declare const DeleteInferenceExperimentResponseFilterSensitiveLog: (obj: DeleteInferenceExperimentResponse) => any;
9462
9322
  /**
9463
9323
  * @internal
9464
9324
  */
@@ -9467,6 +9327,10 @@ export declare const DeleteModelInputFilterSensitiveLog: (obj: DeleteModelInput)
9467
9327
  * @internal
9468
9328
  */
9469
9329
  export declare const DeleteModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelBiasJobDefinitionRequest) => any;
9330
+ /**
9331
+ * @internal
9332
+ */
9333
+ export declare const DeleteModelCardRequestFilterSensitiveLog: (obj: DeleteModelCardRequest) => any;
9470
9334
  /**
9471
9335
  * @internal
9472
9336
  */
@@ -9511,6 +9375,10 @@ export declare const DeletePipelineResponseFilterSensitiveLog: (obj: DeletePipel
9511
9375
  * @internal
9512
9376
  */
9513
9377
  export declare const DeleteProjectInputFilterSensitiveLog: (obj: DeleteProjectInput) => any;
9378
+ /**
9379
+ * @internal
9380
+ */
9381
+ export declare const DeleteSpaceRequestFilterSensitiveLog: (obj: DeleteSpaceRequest) => any;
9514
9382
  /**
9515
9383
  * @internal
9516
9384
  */
@@ -9599,127 +9467,3 @@ export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequ
9599
9467
  * @internal
9600
9468
  */
9601
9469
  export declare const DescribeAppResponseFilterSensitiveLog: (obj: DescribeAppResponse) => any;
9602
- /**
9603
- * @internal
9604
- */
9605
- export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (obj: DescribeAppImageConfigRequest) => any;
9606
- /**
9607
- * @internal
9608
- */
9609
- export declare const DescribeAppImageConfigResponseFilterSensitiveLog: (obj: DescribeAppImageConfigResponse) => any;
9610
- /**
9611
- * @internal
9612
- */
9613
- export declare const DescribeArtifactRequestFilterSensitiveLog: (obj: DescribeArtifactRequest) => any;
9614
- /**
9615
- * @internal
9616
- */
9617
- export declare const DescribeArtifactResponseFilterSensitiveLog: (obj: DescribeArtifactResponse) => any;
9618
- /**
9619
- * @internal
9620
- */
9621
- export declare const DescribeAutoMLJobRequestFilterSensitiveLog: (obj: DescribeAutoMLJobRequest) => any;
9622
- /**
9623
- * @internal
9624
- */
9625
- export declare const ModelDeployResultFilterSensitiveLog: (obj: ModelDeployResult) => any;
9626
- /**
9627
- * @internal
9628
- */
9629
- export declare const ResolvedAttributesFilterSensitiveLog: (obj: ResolvedAttributes) => any;
9630
- /**
9631
- * @internal
9632
- */
9633
- export declare const DescribeAutoMLJobResponseFilterSensitiveLog: (obj: DescribeAutoMLJobResponse) => any;
9634
- /**
9635
- * @internal
9636
- */
9637
- export declare const DescribeCodeRepositoryInputFilterSensitiveLog: (obj: DescribeCodeRepositoryInput) => any;
9638
- /**
9639
- * @internal
9640
- */
9641
- export declare const DescribeCodeRepositoryOutputFilterSensitiveLog: (obj: DescribeCodeRepositoryOutput) => any;
9642
- /**
9643
- * @internal
9644
- */
9645
- export declare const DescribeCompilationJobRequestFilterSensitiveLog: (obj: DescribeCompilationJobRequest) => any;
9646
- /**
9647
- * @internal
9648
- */
9649
- export declare const ModelArtifactsFilterSensitiveLog: (obj: ModelArtifacts) => any;
9650
- /**
9651
- * @internal
9652
- */
9653
- export declare const ModelDigestsFilterSensitiveLog: (obj: ModelDigests) => any;
9654
- /**
9655
- * @internal
9656
- */
9657
- export declare const DescribeCompilationJobResponseFilterSensitiveLog: (obj: DescribeCompilationJobResponse) => any;
9658
- /**
9659
- * @internal
9660
- */
9661
- export declare const DescribeContextRequestFilterSensitiveLog: (obj: DescribeContextRequest) => any;
9662
- /**
9663
- * @internal
9664
- */
9665
- export declare const DescribeContextResponseFilterSensitiveLog: (obj: DescribeContextResponse) => any;
9666
- /**
9667
- * @internal
9668
- */
9669
- export declare const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeDataQualityJobDefinitionRequest) => any;
9670
- /**
9671
- * @internal
9672
- */
9673
- export declare const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeDataQualityJobDefinitionResponse) => any;
9674
- /**
9675
- * @internal
9676
- */
9677
- export declare const DescribeDeviceRequestFilterSensitiveLog: (obj: DescribeDeviceRequest) => any;
9678
- /**
9679
- * @internal
9680
- */
9681
- export declare const EdgeModelFilterSensitiveLog: (obj: EdgeModel) => any;
9682
- /**
9683
- * @internal
9684
- */
9685
- export declare const DescribeDeviceResponseFilterSensitiveLog: (obj: DescribeDeviceResponse) => any;
9686
- /**
9687
- * @internal
9688
- */
9689
- export declare const DescribeDeviceFleetRequestFilterSensitiveLog: (obj: DescribeDeviceFleetRequest) => any;
9690
- /**
9691
- * @internal
9692
- */
9693
- export declare const DescribeDeviceFleetResponseFilterSensitiveLog: (obj: DescribeDeviceFleetResponse) => any;
9694
- /**
9695
- * @internal
9696
- */
9697
- export declare const DescribeDomainRequestFilterSensitiveLog: (obj: DescribeDomainRequest) => any;
9698
- /**
9699
- * @internal
9700
- */
9701
- export declare const DescribeDomainResponseFilterSensitiveLog: (obj: DescribeDomainResponse) => any;
9702
- /**
9703
- * @internal
9704
- */
9705
- export declare const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog: (obj: DescribeEdgeDeploymentPlanRequest) => any;
9706
- /**
9707
- * @internal
9708
- */
9709
- export declare const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog: (obj: DescribeEdgeDeploymentPlanResponse) => any;
9710
- /**
9711
- * @internal
9712
- */
9713
- export declare const DescribeEdgePackagingJobRequestFilterSensitiveLog: (obj: DescribeEdgePackagingJobRequest) => any;
9714
- /**
9715
- * @internal
9716
- */
9717
- export declare const EdgePresetDeploymentOutputFilterSensitiveLog: (obj: EdgePresetDeploymentOutput) => any;
9718
- /**
9719
- * @internal
9720
- */
9721
- export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (obj: DescribeEdgePackagingJobResponse) => any;
9722
- /**
9723
- * @internal
9724
- */
9725
- export declare const DescribeEndpointInputFilterSensitiveLog: (obj: DescribeEndpointInput) => any;