@aws-sdk/client-sagemaker 3.40.0 → 3.44.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 (428) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/SageMaker.js +135 -0
  3. package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  14. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeProcessingJobCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeProjectCommand.js +1 -2
  19. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
  20. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
  21. package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
  22. package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
  23. package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
  24. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  25. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  26. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  27. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  28. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  29. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  30. package/dist-cjs/commands/QueryLineageCommand.js +36 -0
  31. package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
  32. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  33. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  34. package/dist-cjs/commands/SearchCommand.js +1 -2
  35. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  36. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  37. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
  38. package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
  39. package/dist-cjs/commands/StartPipelineExecutionCommand.js +3 -3
  40. package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -2
  41. package/dist-cjs/commands/StopCompilationJobCommand.js +2 -2
  42. package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -2
  43. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
  44. package/dist-cjs/commands/index.js +9 -0
  45. package/dist-cjs/endpoints.js +24 -0
  46. package/dist-cjs/models/models_0.js +157 -156
  47. package/dist-cjs/models/models_1.js +236 -256
  48. package/dist-cjs/models/models_2.js +371 -350
  49. package/dist-cjs/models/models_3.js +377 -2
  50. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
  51. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
  52. package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
  53. package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
  54. package/dist-cjs/pagination/index.js +4 -0
  55. package/dist-cjs/protocols/Aws_json1_1.js +1654 -30
  56. package/dist-es/SageMaker.js +135 -0
  57. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  58. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  59. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  60. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  61. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  62. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  63. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  64. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  65. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  66. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  67. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  68. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  69. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  70. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  71. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -1
  72. package/dist-es/commands/DescribeProjectCommand.js +1 -2
  73. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  74. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  75. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  76. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  77. package/dist-es/commands/ListTransformJobsCommand.js +2 -1
  78. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  79. package/dist-es/commands/ListTrialsCommand.js +1 -1
  80. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  81. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  82. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  83. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  84. package/dist-es/commands/QueryLineageCommand.js +39 -0
  85. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  86. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  87. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  88. package/dist-es/commands/SearchCommand.js +1 -2
  89. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  90. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  91. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  92. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  93. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -1
  94. package/dist-es/commands/StopAutoMLJobCommand.js +1 -1
  95. package/dist-es/commands/StopCompilationJobCommand.js +1 -1
  96. package/dist-es/commands/StopEdgePackagingJobCommand.js +1 -1
  97. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  98. package/dist-es/commands/index.js +9 -0
  99. package/dist-es/endpoints.js +24 -0
  100. package/dist-es/models/models_0.js +137 -136
  101. package/dist-es/models/models_1.js +162 -192
  102. package/dist-es/models/models_2.js +279 -240
  103. package/dist-es/models/models_3.js +260 -0
  104. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  105. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  106. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  107. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  108. package/dist-es/pagination/index.js +4 -0
  109. package/dist-es/protocols/Aws_json1_1.js +1597 -37
  110. package/dist-types/SageMaker.d.ts +72 -0
  111. package/dist-types/SageMakerClient.d.ts +11 -2
  112. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  113. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  114. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
  115. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
  129. package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
  130. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -1
  131. package/dist-types/commands/CreateExperimentCommand.d.ts +1 -1
  132. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
  134. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
  135. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
  136. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  137. package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
  138. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  139. package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -1
  140. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
  141. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -1
  144. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -1
  145. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  146. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  149. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  150. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  151. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  152. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  153. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  154. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  155. package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
  156. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  157. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  158. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  159. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  160. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
  161. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
  163. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
  164. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  165. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  166. package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
  167. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  168. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
  169. package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
  170. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
  171. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
  177. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
  178. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  191. package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
  197. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  198. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
  200. package/dist-types/commands/DeregisterDevicesCommand.d.ts +1 -1
  201. package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
  202. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  203. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  204. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  205. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  206. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  207. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  208. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  209. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  210. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  211. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  212. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  213. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  214. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  215. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
  216. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  217. package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
  218. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
  219. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  220. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
  221. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  225. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  227. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -2
  228. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -2
  230. package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
  231. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +2 -2
  232. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -2
  233. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -2
  234. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +2 -2
  235. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -2
  236. package/dist-types/commands/DescribePipelineCommand.d.ts +2 -2
  237. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -2
  238. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -2
  239. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
  240. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -3
  241. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  242. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  243. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  244. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  245. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  246. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  247. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  248. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  249. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  250. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  251. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  252. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  253. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
  254. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  255. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
  256. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -1
  257. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  258. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  259. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  260. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
  261. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  262. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  263. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  264. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  265. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  266. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
  267. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  268. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  269. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  270. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  271. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  272. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  273. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  274. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  275. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  276. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  277. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  278. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  279. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  280. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  281. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  282. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  283. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  284. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  285. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  286. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  287. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  288. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  289. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  290. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  291. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  292. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  293. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  294. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  295. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  296. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  297. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  298. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
  299. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  300. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  301. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  302. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  303. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  304. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  305. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  306. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  307. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  308. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  309. package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -2
  310. package/dist-types/commands/ListTrialComponentsCommand.d.ts +2 -2
  311. package/dist-types/commands/ListTrialsCommand.d.ts +2 -2
  312. package/dist-types/commands/ListUserProfilesCommand.d.ts +2 -2
  313. package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -2
  314. package/dist-types/commands/ListWorkteamsCommand.d.ts +2 -2
  315. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -2
  316. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  317. package/dist-types/commands/RegisterDevicesCommand.d.ts +2 -2
  318. package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -2
  319. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
  320. package/dist-types/commands/SearchCommand.d.ts +2 -3
  321. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -2
  322. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -2
  323. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +2 -2
  324. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -2
  325. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -2
  326. package/dist-types/commands/StopAutoMLJobCommand.d.ts +2 -2
  327. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  328. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +2 -2
  329. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  330. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  331. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
  332. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
  333. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  334. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
  335. package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
  336. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  337. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  338. package/dist-types/commands/UpdateActionCommand.d.ts +1 -1
  339. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
  340. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  341. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
  342. package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
  343. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
  344. package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
  345. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  346. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  347. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  348. package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
  349. package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
  350. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
  351. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  352. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
  353. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  354. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  355. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  356. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  357. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  358. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  359. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  360. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  361. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  362. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
  363. package/dist-types/commands/index.d.ts +9 -0
  364. package/dist-types/models/models_0.d.ts +462 -1998
  365. package/dist-types/models/models_1.d.ts +6616 -5046
  366. package/dist-types/models/models_2.d.ts +5421 -6005
  367. package/dist-types/models/models_3.d.ts +2404 -4
  368. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  369. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  370. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  371. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  372. package/dist-types/pagination/index.d.ts +4 -0
  373. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  374. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  375. package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
  376. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  377. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  378. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  379. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  380. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  381. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  382. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  383. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  384. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  385. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  386. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  387. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  388. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  389. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  390. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
  391. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +1 -2
  392. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  393. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  394. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  395. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  396. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
  397. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  398. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  399. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  400. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  401. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  402. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  403. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  404. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  405. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  406. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  407. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  408. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  409. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  410. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  411. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  412. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
  413. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
  414. package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
  415. package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
  416. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  417. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  418. package/dist-types/ts3.4/models/models_0.d.ts +240 -213
  419. package/dist-types/ts3.4/models/models_1.d.ts +506 -582
  420. package/dist-types/ts3.4/models/models_2.d.ts +2520 -2655
  421. package/dist-types/ts3.4/models/models_3.d.ts +1082 -3
  422. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  423. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  424. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  425. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  426. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  427. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  428. package/package.json +4 -4
@@ -1,4 +1,217 @@
1
- import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoRollbackConfig, BatchStrategy, Bias, BlueGreenUpdatePolicy, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, LabelingJobInputConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, EnvironmentParameterRanges, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+
3
+ export interface EndpointInputConfiguration {
4
+
5
+ InstanceType: ProductionVariantInstanceType | string | undefined;
6
+
7
+ InferenceSpecificationName?: string;
8
+
9
+ EnvironmentParameterRanges?: EnvironmentParameterRanges;
10
+ }
11
+ export declare namespace EndpointInputConfiguration {
12
+
13
+ const filterSensitiveLog: (obj: EndpointInputConfiguration) => any;
14
+ }
15
+
16
+ export interface RecommendationJobResourceLimit {
17
+
18
+ MaxNumberOfTests?: number;
19
+
20
+ MaxParallelOfTests?: number;
21
+ }
22
+ export declare namespace RecommendationJobResourceLimit {
23
+
24
+ const filterSensitiveLog: (obj: RecommendationJobResourceLimit) => any;
25
+ }
26
+
27
+ export interface Phase {
28
+
29
+ InitialNumberOfUsers?: number;
30
+
31
+ SpawnRate?: number;
32
+
33
+ DurationInSeconds?: number;
34
+ }
35
+ export declare namespace Phase {
36
+
37
+ const filterSensitiveLog: (obj: Phase) => any;
38
+ }
39
+ export declare enum TrafficType {
40
+ PHASES = "PHASES"
41
+ }
42
+
43
+ export interface TrafficPattern {
44
+
45
+ TrafficType?: TrafficType | string;
46
+
47
+ Phases?: Phase[];
48
+ }
49
+ export declare namespace TrafficPattern {
50
+
51
+ const filterSensitiveLog: (obj: TrafficPattern) => any;
52
+ }
53
+
54
+ export interface RecommendationJobInputConfig {
55
+
56
+ ModelPackageVersionArn: string | undefined;
57
+
58
+ JobDurationInSeconds?: number;
59
+
60
+ TrafficPattern?: TrafficPattern;
61
+
62
+ ResourceLimit?: RecommendationJobResourceLimit;
63
+
64
+ EndpointConfigurations?: EndpointInputConfiguration[];
65
+ }
66
+ export declare namespace RecommendationJobInputConfig {
67
+
68
+ const filterSensitiveLog: (obj: RecommendationJobInputConfig) => any;
69
+ }
70
+ export declare enum RecommendationJobType {
71
+ ADVANCED = "Advanced",
72
+ DEFAULT = "Default"
73
+ }
74
+
75
+ export interface ModelLatencyThreshold {
76
+
77
+ Percentile?: string;
78
+
79
+ ValueInMilliseconds?: number;
80
+ }
81
+ export declare namespace ModelLatencyThreshold {
82
+
83
+ const filterSensitiveLog: (obj: ModelLatencyThreshold) => any;
84
+ }
85
+
86
+ export interface RecommendationJobStoppingConditions {
87
+
88
+ MaxInvocations?: number;
89
+
90
+ ModelLatencyThresholds?: ModelLatencyThreshold[];
91
+ }
92
+ export declare namespace RecommendationJobStoppingConditions {
93
+
94
+ const filterSensitiveLog: (obj: RecommendationJobStoppingConditions) => any;
95
+ }
96
+ export interface CreateInferenceRecommendationsJobRequest {
97
+
98
+ JobName: string | undefined;
99
+
100
+ JobType: RecommendationJobType | string | undefined;
101
+
102
+ RoleArn: string | undefined;
103
+
104
+ InputConfig: RecommendationJobInputConfig | undefined;
105
+
106
+ JobDescription?: string;
107
+
108
+ StoppingConditions?: RecommendationJobStoppingConditions;
109
+
110
+ Tags?: Tag[];
111
+ }
112
+ export declare namespace CreateInferenceRecommendationsJobRequest {
113
+
114
+ const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobRequest) => any;
115
+ }
116
+ export interface CreateInferenceRecommendationsJobResponse {
117
+
118
+ JobArn: string | undefined;
119
+ }
120
+ export declare namespace CreateInferenceRecommendationsJobResponse {
121
+
122
+ const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobResponse) => any;
123
+ }
124
+
125
+ export interface UiConfig {
126
+
127
+ UiTemplateS3Uri?: string;
128
+
129
+ HumanTaskUiArn?: string;
130
+ }
131
+ export declare namespace UiConfig {
132
+
133
+ const filterSensitiveLog: (obj: UiConfig) => any;
134
+ }
135
+
136
+ export interface HumanTaskConfig {
137
+
138
+ WorkteamArn: string | undefined;
139
+
140
+ UiConfig: UiConfig | undefined;
141
+
142
+ PreHumanTaskLambdaArn: string | undefined;
143
+
144
+ TaskKeywords?: string[];
145
+
146
+ TaskTitle: string | undefined;
147
+
148
+ TaskDescription: string | undefined;
149
+
150
+ NumberOfHumanWorkersPerDataObject: number | undefined;
151
+
152
+ TaskTimeLimitInSeconds: number | undefined;
153
+
154
+ TaskAvailabilityLifetimeInSeconds?: number;
155
+
156
+ MaxConcurrentTaskCount?: number;
157
+
158
+ AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
159
+
160
+ PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
161
+ }
162
+ export declare namespace HumanTaskConfig {
163
+
164
+ const filterSensitiveLog: (obj: HumanTaskConfig) => any;
165
+ }
166
+
167
+ export interface LabelingJobDataAttributes {
168
+
169
+ ContentClassifiers?: (ContentClassifier | string)[];
170
+ }
171
+ export declare namespace LabelingJobDataAttributes {
172
+
173
+ const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
174
+ }
175
+
176
+ export interface LabelingJobS3DataSource {
177
+
178
+ ManifestS3Uri: string | undefined;
179
+ }
180
+ export declare namespace LabelingJobS3DataSource {
181
+
182
+ const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
183
+ }
184
+
185
+ export interface LabelingJobSnsDataSource {
186
+
187
+ SnsTopicArn: string | undefined;
188
+ }
189
+ export declare namespace LabelingJobSnsDataSource {
190
+
191
+ const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
192
+ }
193
+
194
+ export interface LabelingJobDataSource {
195
+
196
+ S3DataSource?: LabelingJobS3DataSource;
197
+
198
+ SnsDataSource?: LabelingJobSnsDataSource;
199
+ }
200
+ export declare namespace LabelingJobDataSource {
201
+
202
+ const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
203
+ }
204
+
205
+ export interface LabelingJobInputConfig {
206
+
207
+ DataSource: LabelingJobDataSource | undefined;
208
+
209
+ DataAttributes?: LabelingJobDataAttributes;
210
+ }
211
+ export declare namespace LabelingJobInputConfig {
212
+
213
+ const filterSensitiveLog: (obj: LabelingJobInputConfig) => any;
214
+ }
2
215
 
3
216
  export interface LabelingJobResourceConfig {
4
217
 
@@ -272,6 +485,80 @@ export declare namespace CreateModelExplainabilityJobDefinitionResponse {
272
485
  const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
273
486
  }
274
487
 
488
+ export interface FileSource {
489
+
490
+ ContentType?: string;
491
+
492
+ ContentDigest?: string;
493
+
494
+ S3Uri: string | undefined;
495
+ }
496
+ export declare namespace FileSource {
497
+
498
+ const filterSensitiveLog: (obj: FileSource) => any;
499
+ }
500
+
501
+ export interface DriftCheckBias {
502
+
503
+ ConfigFile?: FileSource;
504
+
505
+ PreTrainingConstraints?: MetricsSource;
506
+
507
+ PostTrainingConstraints?: MetricsSource;
508
+ }
509
+ export declare namespace DriftCheckBias {
510
+
511
+ const filterSensitiveLog: (obj: DriftCheckBias) => any;
512
+ }
513
+
514
+ export interface DriftCheckExplainability {
515
+
516
+ Constraints?: MetricsSource;
517
+
518
+ ConfigFile?: FileSource;
519
+ }
520
+ export declare namespace DriftCheckExplainability {
521
+
522
+ const filterSensitiveLog: (obj: DriftCheckExplainability) => any;
523
+ }
524
+
525
+ export interface DriftCheckModelDataQuality {
526
+
527
+ Statistics?: MetricsSource;
528
+
529
+ Constraints?: MetricsSource;
530
+ }
531
+ export declare namespace DriftCheckModelDataQuality {
532
+
533
+ const filterSensitiveLog: (obj: DriftCheckModelDataQuality) => any;
534
+ }
535
+
536
+ export interface DriftCheckModelQuality {
537
+
538
+ Statistics?: MetricsSource;
539
+
540
+ Constraints?: MetricsSource;
541
+ }
542
+ export declare namespace DriftCheckModelQuality {
543
+
544
+ const filterSensitiveLog: (obj: DriftCheckModelQuality) => any;
545
+ }
546
+
547
+ export interface DriftCheckBaselines {
548
+
549
+ Bias?: DriftCheckBias;
550
+
551
+ Explainability?: DriftCheckExplainability;
552
+
553
+ ModelQuality?: DriftCheckModelQuality;
554
+
555
+ ModelDataQuality?: DriftCheckModelDataQuality;
556
+ }
557
+ export declare namespace DriftCheckBaselines {
558
+
559
+ const filterSensitiveLog: (obj: DriftCheckBaselines) => any;
560
+ }
561
+
275
562
  export interface Explainability {
276
563
 
277
564
  Report?: MetricsSource;
@@ -388,6 +675,16 @@ export interface CreateModelPackageInput {
388
675
  CustomerMetadataProperties?: {
389
676
  [key: string]: string;
390
677
  };
678
+
679
+ DriftCheckBaselines?: DriftCheckBaselines;
680
+
681
+ Domain?: string;
682
+
683
+ Task?: string;
684
+
685
+ SamplePayloadUrl?: string;
686
+
687
+ AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
391
688
  }
392
689
  export declare namespace CreateModelPackageInput {
393
690
 
@@ -2150,17 +2447,6 @@ export declare namespace DeployedImage {
2150
2447
 
2151
2448
  const filterSensitiveLog: (obj: DeployedImage) => any;
2152
2449
  }
2153
-
2154
- export interface DeploymentConfig {
2155
-
2156
- BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
2157
-
2158
- AutoRollbackConfiguration?: AutoRollbackConfig;
2159
- }
2160
- export declare namespace DeploymentConfig {
2161
-
2162
- const filterSensitiveLog: (obj: DeploymentConfig) => any;
2163
- }
2164
2450
  export interface DeregisterDevicesRequest {
2165
2451
 
2166
2452
  DeviceFleetName: string | undefined;
@@ -2206,6 +2492,8 @@ export interface DescribeActionResponse {
2206
2492
  LastModifiedBy?: UserContext;
2207
2493
 
2208
2494
  MetadataProperties?: MetadataProperties;
2495
+
2496
+ LineageGroupArn?: string;
2209
2497
  }
2210
2498
  export declare namespace DescribeActionResponse {
2211
2499
 
@@ -2344,6 +2632,8 @@ export interface DescribeArtifactResponse {
2344
2632
  LastModifiedBy?: UserContext;
2345
2633
 
2346
2634
  MetadataProperties?: MetadataProperties;
2635
+
2636
+ LineageGroupArn?: string;
2347
2637
  }
2348
2638
  export declare namespace DescribeArtifactResponse {
2349
2639
 
@@ -2493,6 +2783,8 @@ export interface DescribeCompilationJobResponse {
2493
2783
 
2494
2784
  InferenceImage?: string;
2495
2785
 
2786
+ ModelPackageVersionArn?: string;
2787
+
2496
2788
  CreationTime: Date | undefined;
2497
2789
 
2498
2790
  LastModifiedTime: Date | undefined;
@@ -2546,6 +2838,8 @@ export interface DescribeContextResponse {
2546
2838
  LastModifiedTime?: Date;
2547
2839
 
2548
2840
  LastModifiedBy?: UserContext;
2841
+
2842
+ LineageGroupArn?: string;
2549
2843
  }
2550
2844
  export declare namespace DescribeContextResponse {
2551
2845
 
@@ -2824,6 +3118,68 @@ export declare enum EndpointStatus {
2824
3118
  SYSTEM_UPDATING = "SystemUpdating",
2825
3119
  UPDATING = "Updating"
2826
3120
  }
3121
+ export declare enum VariantStatus {
3122
+ ACTIVATING_TRAFFIC = "ActivatingTraffic",
3123
+ BAKING = "Baking",
3124
+ CREATING = "Creating",
3125
+ DELETING = "Deleting",
3126
+ UPDATING = "Updating"
3127
+ }
3128
+
3129
+ export interface ProductionVariantStatus {
3130
+
3131
+ Status: VariantStatus | string | undefined;
3132
+
3133
+ StatusMessage?: string;
3134
+
3135
+ StartTime?: Date;
3136
+ }
3137
+ export declare namespace ProductionVariantStatus {
3138
+
3139
+ const filterSensitiveLog: (obj: ProductionVariantStatus) => any;
3140
+ }
3141
+
3142
+ export interface PendingProductionVariantSummary {
3143
+
3144
+ VariantName: string | undefined;
3145
+
3146
+ DeployedImages?: DeployedImage[];
3147
+
3148
+ CurrentWeight?: number;
3149
+
3150
+ DesiredWeight?: number;
3151
+
3152
+ CurrentInstanceCount?: number;
3153
+
3154
+ DesiredInstanceCount?: number;
3155
+
3156
+ InstanceType?: ProductionVariantInstanceType | string;
3157
+
3158
+ AcceleratorType?: ProductionVariantAcceleratorType | string;
3159
+
3160
+ VariantStatus?: ProductionVariantStatus[];
3161
+
3162
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3163
+
3164
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
3165
+ }
3166
+ export declare namespace PendingProductionVariantSummary {
3167
+
3168
+ const filterSensitiveLog: (obj: PendingProductionVariantSummary) => any;
3169
+ }
3170
+
3171
+ export interface PendingDeploymentSummary {
3172
+
3173
+ EndpointConfigName: string | undefined;
3174
+
3175
+ ProductionVariants?: PendingProductionVariantSummary[];
3176
+
3177
+ StartTime?: Date;
3178
+ }
3179
+ export declare namespace PendingDeploymentSummary {
3180
+
3181
+ const filterSensitiveLog: (obj: PendingDeploymentSummary) => any;
3182
+ }
2827
3183
 
2828
3184
  export interface ProductionVariantSummary {
2829
3185
 
@@ -2838,6 +3194,12 @@ export interface ProductionVariantSummary {
2838
3194
  CurrentInstanceCount?: number;
2839
3195
 
2840
3196
  DesiredInstanceCount?: number;
3197
+
3198
+ VariantStatus?: ProductionVariantStatus[];
3199
+
3200
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3201
+
3202
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
2841
3203
  }
2842
3204
  export declare namespace ProductionVariantSummary {
2843
3205
 
@@ -2866,6 +3228,8 @@ export interface DescribeEndpointOutput {
2866
3228
  LastDeploymentConfig?: DeploymentConfig;
2867
3229
 
2868
3230
  AsyncInferenceConfig?: AsyncInferenceConfig;
3231
+
3232
+ PendingDeploymentSummary?: PendingDeploymentSummary;
2869
3233
  }
2870
3234
  export declare namespace DescribeEndpointOutput {
2871
3235
 
@@ -3304,411 +3668,170 @@ export declare namespace DescribeImageVersionResponse {
3304
3668
 
3305
3669
  const filterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
3306
3670
  }
3307
- export interface DescribeLabelingJobRequest {
3671
+ export interface DescribeInferenceRecommendationsJobRequest {
3308
3672
 
3309
- LabelingJobName: string | undefined;
3673
+ JobName: string | undefined;
3310
3674
  }
3311
- export declare namespace DescribeLabelingJobRequest {
3675
+ export declare namespace DescribeInferenceRecommendationsJobRequest {
3312
3676
 
3313
- const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
3677
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
3314
3678
  }
3315
3679
 
3316
- export interface LabelCounters {
3317
-
3318
- TotalLabeled?: number;
3680
+ export interface EndpointOutputConfiguration {
3319
3681
 
3320
- HumanLabeled?: number;
3682
+ EndpointName: string | undefined;
3321
3683
 
3322
- MachineLabeled?: number;
3684
+ VariantName: string | undefined;
3323
3685
 
3324
- FailedNonRetryableError?: number;
3686
+ InstanceType: ProductionVariantInstanceType | string | undefined;
3325
3687
 
3326
- Unlabeled?: number;
3688
+ InitialInstanceCount: number | undefined;
3327
3689
  }
3328
- export declare namespace LabelCounters {
3690
+ export declare namespace EndpointOutputConfiguration {
3329
3691
 
3330
- const filterSensitiveLog: (obj: LabelCounters) => any;
3692
+ const filterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
3331
3693
  }
3332
3694
 
3333
- export interface LabelingJobOutput {
3695
+ export interface RecommendationMetrics {
3334
3696
 
3335
- OutputDatasetS3Uri: string | undefined;
3697
+ CostPerHour: number | undefined;
3336
3698
 
3337
- FinalActiveLearningModelArn?: string;
3338
- }
3339
- export declare namespace LabelingJobOutput {
3699
+ CostPerInference: number | undefined;
3340
3700
 
3341
- const filterSensitiveLog: (obj: LabelingJobOutput) => any;
3701
+ MaxInvocations: number | undefined;
3702
+
3703
+ ModelLatency: number | undefined;
3342
3704
  }
3343
- export declare enum LabelingJobStatus {
3344
- COMPLETED = "Completed",
3345
- FAILED = "Failed",
3346
- INITIALIZING = "Initializing",
3347
- IN_PROGRESS = "InProgress",
3348
- STOPPED = "Stopped",
3349
- STOPPING = "Stopping"
3705
+ export declare namespace RecommendationMetrics {
3706
+
3707
+ const filterSensitiveLog: (obj: RecommendationMetrics) => any;
3350
3708
  }
3351
- export interface DescribeLabelingJobResponse {
3709
+
3710
+ export interface EnvironmentParameter {
3352
3711
 
3353
- LabelingJobStatus: LabelingJobStatus | string | undefined;
3712
+ Key: string | undefined;
3354
3713
 
3355
- LabelCounters: LabelCounters | undefined;
3714
+ ValueType: string | undefined;
3356
3715
 
3357
- FailureReason?: string;
3358
-
3359
- CreationTime: Date | undefined;
3360
-
3361
- LastModifiedTime: Date | undefined;
3362
-
3363
- JobReferenceCode: string | undefined;
3364
-
3365
- LabelingJobName: string | undefined;
3366
-
3367
- LabelingJobArn: string | undefined;
3368
-
3369
- LabelAttributeName?: string;
3370
-
3371
- InputConfig: LabelingJobInputConfig | undefined;
3372
-
3373
- OutputConfig: LabelingJobOutputConfig | undefined;
3374
-
3375
- RoleArn: string | undefined;
3376
-
3377
- LabelCategoryConfigS3Uri?: string;
3378
-
3379
- StoppingConditions?: LabelingJobStoppingConditions;
3380
-
3381
- LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
3382
-
3383
- HumanTaskConfig: HumanTaskConfig | undefined;
3384
-
3385
- Tags?: Tag[];
3386
-
3387
- LabelingJobOutput?: LabelingJobOutput;
3388
- }
3389
- export declare namespace DescribeLabelingJobResponse {
3390
-
3391
- const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
3392
- }
3393
- export interface DescribeModelInput {
3394
-
3395
- ModelName: string | undefined;
3396
- }
3397
- export declare namespace DescribeModelInput {
3398
-
3399
- const filterSensitiveLog: (obj: DescribeModelInput) => any;
3400
- }
3401
- export interface DescribeModelOutput {
3402
-
3403
- ModelName: string | undefined;
3404
-
3405
- PrimaryContainer?: ContainerDefinition;
3406
-
3407
- Containers?: ContainerDefinition[];
3408
-
3409
- InferenceExecutionConfig?: InferenceExecutionConfig;
3410
-
3411
- ExecutionRoleArn: string | undefined;
3412
-
3413
- VpcConfig?: VpcConfig;
3414
-
3415
- CreationTime: Date | undefined;
3416
-
3417
- ModelArn: string | undefined;
3418
-
3419
- EnableNetworkIsolation?: boolean;
3420
- }
3421
- export declare namespace DescribeModelOutput {
3422
-
3423
- const filterSensitiveLog: (obj: DescribeModelOutput) => any;
3424
- }
3425
- export interface DescribeModelBiasJobDefinitionRequest {
3426
-
3427
- JobDefinitionName: string | undefined;
3428
- }
3429
- export declare namespace DescribeModelBiasJobDefinitionRequest {
3430
-
3431
- const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
3432
- }
3433
- export interface DescribeModelBiasJobDefinitionResponse {
3434
-
3435
- JobDefinitionArn: string | undefined;
3436
-
3437
- JobDefinitionName: string | undefined;
3438
-
3439
- CreationTime: Date | undefined;
3440
-
3441
- ModelBiasBaselineConfig?: ModelBiasBaselineConfig;
3442
-
3443
- ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
3444
-
3445
- ModelBiasJobInput: ModelBiasJobInput | undefined;
3446
-
3447
- ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
3448
-
3449
- JobResources: MonitoringResources | undefined;
3450
-
3451
- NetworkConfig?: MonitoringNetworkConfig;
3452
-
3453
- RoleArn: string | undefined;
3454
-
3455
- StoppingCondition?: MonitoringStoppingCondition;
3456
- }
3457
- export declare namespace DescribeModelBiasJobDefinitionResponse {
3458
-
3459
- const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
3460
- }
3461
- export interface DescribeModelExplainabilityJobDefinitionRequest {
3462
-
3463
- JobDefinitionName: string | undefined;
3464
- }
3465
- export declare namespace DescribeModelExplainabilityJobDefinitionRequest {
3466
-
3467
- const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
3716
+ Value: string | undefined;
3468
3717
  }
3469
- export interface DescribeModelExplainabilityJobDefinitionResponse {
3470
-
3471
- JobDefinitionArn: string | undefined;
3472
-
3473
- JobDefinitionName: string | undefined;
3474
-
3475
- CreationTime: Date | undefined;
3476
-
3477
- ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
3478
-
3479
- ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
3480
-
3481
- ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
3482
-
3483
- ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
3718
+ export declare namespace EnvironmentParameter {
3484
3719
 
3485
- JobResources: MonitoringResources | undefined;
3486
-
3487
- NetworkConfig?: MonitoringNetworkConfig;
3488
-
3489
- RoleArn: string | undefined;
3490
-
3491
- StoppingCondition?: MonitoringStoppingCondition;
3720
+ const filterSensitiveLog: (obj: EnvironmentParameter) => any;
3492
3721
  }
3493
- export declare namespace DescribeModelExplainabilityJobDefinitionResponse {
3722
+
3723
+ export interface ModelConfiguration {
3494
3724
 
3495
- const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
3496
- }
3497
- export interface DescribeModelPackageInput {
3725
+ InferenceSpecificationName?: string;
3498
3726
 
3499
- ModelPackageName: string | undefined;
3727
+ EnvironmentParameters?: EnvironmentParameter[];
3500
3728
  }
3501
- export declare namespace DescribeModelPackageInput {
3729
+ export declare namespace ModelConfiguration {
3502
3730
 
3503
- const filterSensitiveLog: (obj: DescribeModelPackageInput) => any;
3504
- }
3505
- export declare enum DetailedModelPackageStatus {
3506
- COMPLETED = "Completed",
3507
- FAILED = "Failed",
3508
- IN_PROGRESS = "InProgress",
3509
- NOT_STARTED = "NotStarted"
3731
+ const filterSensitiveLog: (obj: ModelConfiguration) => any;
3510
3732
  }
3511
3733
 
3512
- export interface ModelPackageStatusItem {
3734
+ export interface InferenceRecommendation {
3513
3735
 
3514
- Name: string | undefined;
3736
+ Metrics: RecommendationMetrics | undefined;
3515
3737
 
3516
- Status: DetailedModelPackageStatus | string | undefined;
3738
+ EndpointConfiguration: EndpointOutputConfiguration | undefined;
3517
3739
 
3518
- FailureReason?: string;
3740
+ ModelConfiguration: ModelConfiguration | undefined;
3519
3741
  }
3520
- export declare namespace ModelPackageStatusItem {
3742
+ export declare namespace InferenceRecommendation {
3521
3743
 
3522
- const filterSensitiveLog: (obj: ModelPackageStatusItem) => any;
3744
+ const filterSensitiveLog: (obj: InferenceRecommendation) => any;
3523
3745
  }
3524
-
3525
- export interface ModelPackageStatusDetails {
3526
-
3527
- ValidationStatuses: ModelPackageStatusItem[] | undefined;
3528
-
3529
- ImageScanStatuses?: ModelPackageStatusItem[];
3746
+ export declare enum RecommendationJobStatus {
3747
+ COMPLETED = "COMPLETED",
3748
+ FAILED = "FAILED",
3749
+ IN_PROGRESS = "IN_PROGRESS",
3750
+ PENDING = "PENDING",
3751
+ STOPPED = "STOPPED",
3752
+ STOPPING = "STOPPING"
3530
3753
  }
3531
- export declare namespace ModelPackageStatusDetails {
3754
+ export interface DescribeInferenceRecommendationsJobResponse {
3532
3755
 
3533
- const filterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
3534
- }
3535
- export interface DescribeModelPackageOutput {
3756
+ JobName: string | undefined;
3536
3757
 
3537
- ModelPackageName: string | undefined;
3758
+ JobDescription?: string;
3538
3759
 
3539
- ModelPackageGroupName?: string;
3760
+ JobType: RecommendationJobType | string | undefined;
3540
3761
 
3541
- ModelPackageVersion?: number;
3762
+ JobArn: string | undefined;
3542
3763
 
3543
- ModelPackageArn: string | undefined;
3764
+ RoleArn: string | undefined;
3544
3765
 
3545
- ModelPackageDescription?: string;
3766
+ Status: RecommendationJobStatus | string | undefined;
3546
3767
 
3547
3768
  CreationTime: Date | undefined;
3548
3769
 
3549
- InferenceSpecification?: InferenceSpecification;
3550
-
3551
- SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
3552
-
3553
- ValidationSpecification?: ModelPackageValidationSpecification;
3554
-
3555
- ModelPackageStatus: ModelPackageStatus | string | undefined;
3556
-
3557
- ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
3558
-
3559
- CertifyForMarketplace?: boolean;
3560
-
3561
- ModelApprovalStatus?: ModelApprovalStatus | string;
3562
-
3563
- CreatedBy?: UserContext;
3564
-
3565
- MetadataProperties?: MetadataProperties;
3770
+ CompletionTime?: Date;
3566
3771
 
3567
- ModelMetrics?: ModelMetrics;
3772
+ LastModifiedTime: Date | undefined;
3568
3773
 
3569
- LastModifiedTime?: Date;
3774
+ FailureReason?: string;
3570
3775
 
3571
- LastModifiedBy?: UserContext;
3776
+ InputConfig: RecommendationJobInputConfig | undefined;
3572
3777
 
3573
- ApprovalDescription?: string;
3778
+ StoppingConditions?: RecommendationJobStoppingConditions;
3574
3779
 
3575
- CustomerMetadataProperties?: {
3576
- [key: string]: string;
3577
- };
3780
+ InferenceRecommendations?: InferenceRecommendation[];
3578
3781
  }
3579
- export declare namespace DescribeModelPackageOutput {
3782
+ export declare namespace DescribeInferenceRecommendationsJobResponse {
3580
3783
 
3581
- const filterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
3784
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
3582
3785
  }
3583
- export interface DescribeModelPackageGroupInput {
3786
+ export interface DescribeLabelingJobRequest {
3584
3787
 
3585
- ModelPackageGroupName: string | undefined;
3788
+ LabelingJobName: string | undefined;
3586
3789
  }
3587
- export declare namespace DescribeModelPackageGroupInput {
3790
+ export declare namespace DescribeLabelingJobRequest {
3588
3791
 
3589
- const filterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
3590
- }
3591
- export declare enum ModelPackageGroupStatus {
3592
- COMPLETED = "Completed",
3593
- DELETE_FAILED = "DeleteFailed",
3594
- DELETING = "Deleting",
3595
- FAILED = "Failed",
3596
- IN_PROGRESS = "InProgress",
3597
- PENDING = "Pending"
3792
+ const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
3598
3793
  }
3599
- export interface DescribeModelPackageGroupOutput {
3600
-
3601
- ModelPackageGroupName: string | undefined;
3602
-
3603
- ModelPackageGroupArn: string | undefined;
3604
-
3605
- ModelPackageGroupDescription?: string;
3606
-
3607
- CreationTime: Date | undefined;
3794
+
3795
+ export interface LabelCounters {
3608
3796
 
3609
- CreatedBy: UserContext | undefined;
3797
+ TotalLabeled?: number;
3610
3798
 
3611
- ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
3612
- }
3613
- export declare namespace DescribeModelPackageGroupOutput {
3799
+ HumanLabeled?: number;
3614
3800
 
3615
- const filterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
3616
- }
3617
- export interface DescribeModelQualityJobDefinitionRequest {
3801
+ MachineLabeled?: number;
3618
3802
 
3619
- JobDefinitionName: string | undefined;
3620
- }
3621
- export declare namespace DescribeModelQualityJobDefinitionRequest {
3803
+ FailedNonRetryableError?: number;
3622
3804
 
3623
- const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
3805
+ Unlabeled?: number;
3624
3806
  }
3625
- export interface DescribeModelQualityJobDefinitionResponse {
3626
-
3627
- JobDefinitionArn: string | undefined;
3628
-
3629
- JobDefinitionName: string | undefined;
3630
-
3631
- CreationTime: Date | undefined;
3632
-
3633
- ModelQualityBaselineConfig?: ModelQualityBaselineConfig;
3634
-
3635
- ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
3636
-
3637
- ModelQualityJobInput: ModelQualityJobInput | undefined;
3638
-
3639
- ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
3640
-
3641
- JobResources: MonitoringResources | undefined;
3642
-
3643
- NetworkConfig?: MonitoringNetworkConfig;
3644
-
3645
- RoleArn: string | undefined;
3807
+ export declare namespace LabelCounters {
3646
3808
 
3647
- StoppingCondition?: MonitoringStoppingCondition;
3809
+ const filterSensitiveLog: (obj: LabelCounters) => any;
3648
3810
  }
3649
- export declare namespace DescribeModelQualityJobDefinitionResponse {
3811
+
3812
+ export interface LabelingJobOutput {
3650
3813
 
3651
- const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
3652
- }
3653
- export interface DescribeMonitoringScheduleRequest {
3814
+ OutputDatasetS3Uri: string | undefined;
3654
3815
 
3655
- MonitoringScheduleName: string | undefined;
3816
+ FinalActiveLearningModelArn?: string;
3656
3817
  }
3657
- export declare namespace DescribeMonitoringScheduleRequest {
3818
+ export declare namespace LabelingJobOutput {
3658
3819
 
3659
- const filterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
3820
+ const filterSensitiveLog: (obj: LabelingJobOutput) => any;
3660
3821
  }
3661
- export declare enum ExecutionStatus {
3822
+ export declare enum LabelingJobStatus {
3662
3823
  COMPLETED = "Completed",
3663
- COMPLETED_WITH_VIOLATIONS = "CompletedWithViolations",
3664
3824
  FAILED = "Failed",
3825
+ INITIALIZING = "Initializing",
3665
3826
  IN_PROGRESS = "InProgress",
3666
- PENDING = "Pending",
3667
3827
  STOPPED = "Stopped",
3668
3828
  STOPPING = "Stopping"
3669
3829
  }
3670
-
3671
- export interface MonitoringExecutionSummary {
3672
-
3673
- MonitoringScheduleName: string | undefined;
3674
-
3675
- ScheduledTime: Date | undefined;
3676
-
3677
- CreationTime: Date | undefined;
3678
-
3679
- LastModifiedTime: Date | undefined;
3680
-
3681
- MonitoringExecutionStatus: ExecutionStatus | string | undefined;
3682
-
3683
- ProcessingJobArn?: string;
3684
-
3685
- EndpointName?: string;
3686
-
3687
- FailureReason?: string;
3688
-
3689
- MonitoringJobDefinitionName?: string;
3690
-
3691
- MonitoringType?: MonitoringType | string;
3692
- }
3693
- export declare namespace MonitoringExecutionSummary {
3694
-
3695
- const filterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
3696
- }
3697
- export declare enum ScheduleStatus {
3698
- FAILED = "Failed",
3699
- PENDING = "Pending",
3700
- SCHEDULED = "Scheduled",
3701
- STOPPED = "Stopped"
3702
- }
3703
- export interface DescribeMonitoringScheduleResponse {
3704
-
3705
- MonitoringScheduleArn: string | undefined;
3706
-
3707
- MonitoringScheduleName: string | undefined;
3830
+ export interface DescribeLabelingJobResponse {
3708
3831
 
3709
- MonitoringScheduleStatus: ScheduleStatus | string | undefined;
3832
+ LabelingJobStatus: LabelingJobStatus | string | undefined;
3710
3833
 
3711
- MonitoringType?: MonitoringType | string;
3834
+ LabelCounters: LabelCounters | undefined;
3712
3835
 
3713
3836
  FailureReason?: string;
3714
3837
 
@@ -3716,302 +3839,103 @@ export interface DescribeMonitoringScheduleResponse {
3716
3839
 
3717
3840
  LastModifiedTime: Date | undefined;
3718
3841
 
3719
- MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
3720
-
3721
- EndpointName?: string;
3722
-
3723
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
3724
- }
3725
- export declare namespace DescribeMonitoringScheduleResponse {
3726
-
3727
- const filterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
3728
- }
3729
- export interface DescribeNotebookInstanceInput {
3730
-
3731
- NotebookInstanceName: string | undefined;
3732
- }
3733
- export declare namespace DescribeNotebookInstanceInput {
3734
-
3735
- const filterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
3736
- }
3737
- export declare enum NotebookInstanceStatus {
3738
- Deleting = "Deleting",
3739
- Failed = "Failed",
3740
- InService = "InService",
3741
- Pending = "Pending",
3742
- Stopped = "Stopped",
3743
- Stopping = "Stopping",
3744
- Updating = "Updating"
3745
- }
3746
- export interface DescribeNotebookInstanceOutput {
3747
-
3748
- NotebookInstanceArn?: string;
3749
-
3750
- NotebookInstanceName?: string;
3751
-
3752
- NotebookInstanceStatus?: NotebookInstanceStatus | string;
3753
-
3754
- FailureReason?: string;
3755
-
3756
- Url?: string;
3757
-
3758
- InstanceType?: _InstanceType | string;
3759
-
3760
- SubnetId?: string;
3761
-
3762
- SecurityGroups?: string[];
3763
-
3764
- RoleArn?: string;
3765
-
3766
- KmsKeyId?: string;
3767
-
3768
- NetworkInterfaceId?: string;
3769
-
3770
- LastModifiedTime?: Date;
3842
+ JobReferenceCode: string | undefined;
3771
3843
 
3772
- CreationTime?: Date;
3844
+ LabelingJobName: string | undefined;
3773
3845
 
3774
- NotebookInstanceLifecycleConfigName?: string;
3846
+ LabelingJobArn: string | undefined;
3775
3847
 
3776
- DirectInternetAccess?: DirectInternetAccess | string;
3848
+ LabelAttributeName?: string;
3777
3849
 
3778
- VolumeSizeInGB?: number;
3850
+ InputConfig: LabelingJobInputConfig | undefined;
3779
3851
 
3780
- AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
3852
+ OutputConfig: LabelingJobOutputConfig | undefined;
3781
3853
 
3782
- DefaultCodeRepository?: string;
3854
+ RoleArn: string | undefined;
3783
3855
 
3784
- AdditionalCodeRepositories?: string[];
3856
+ LabelCategoryConfigS3Uri?: string;
3785
3857
 
3786
- RootAccess?: RootAccess | string;
3858
+ StoppingConditions?: LabelingJobStoppingConditions;
3787
3859
 
3788
- PlatformIdentifier?: string;
3789
- }
3790
- export declare namespace DescribeNotebookInstanceOutput {
3860
+ LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
3791
3861
 
3792
- const filterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
3793
- }
3794
- export interface DescribeNotebookInstanceLifecycleConfigInput {
3862
+ HumanTaskConfig: HumanTaskConfig | undefined;
3795
3863
 
3796
- NotebookInstanceLifecycleConfigName: string | undefined;
3797
- }
3798
- export declare namespace DescribeNotebookInstanceLifecycleConfigInput {
3864
+ Tags?: Tag[];
3799
3865
 
3800
- const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
3866
+ LabelingJobOutput?: LabelingJobOutput;
3801
3867
  }
3802
- export interface DescribeNotebookInstanceLifecycleConfigOutput {
3803
-
3804
- NotebookInstanceLifecycleConfigArn?: string;
3805
-
3806
- NotebookInstanceLifecycleConfigName?: string;
3807
-
3808
- OnCreate?: NotebookInstanceLifecycleHook[];
3809
-
3810
- OnStart?: NotebookInstanceLifecycleHook[];
3811
-
3812
- LastModifiedTime?: Date;
3868
+ export declare namespace DescribeLabelingJobResponse {
3813
3869
 
3814
- CreationTime?: Date;
3870
+ const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
3815
3871
  }
3816
- export declare namespace DescribeNotebookInstanceLifecycleConfigOutput {
3872
+ export interface DescribeLineageGroupRequest {
3817
3873
 
3818
- const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
3874
+ LineageGroupName: string | undefined;
3819
3875
  }
3820
- export interface DescribePipelineRequest {
3876
+ export declare namespace DescribeLineageGroupRequest {
3821
3877
 
3822
- PipelineName: string | undefined;
3878
+ const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
3823
3879
  }
3824
- export declare namespace DescribePipelineRequest {
3880
+ export interface DescribeLineageGroupResponse {
3825
3881
 
3826
- const filterSensitiveLog: (obj: DescribePipelineRequest) => any;
3827
- }
3828
- export declare enum PipelineStatus {
3829
- ACTIVE = "Active"
3830
- }
3831
- export interface DescribePipelineResponse {
3882
+ LineageGroupName?: string;
3832
3883
 
3833
- PipelineArn?: string;
3884
+ LineageGroupArn?: string;
3834
3885
 
3835
- PipelineName?: string;
3836
-
3837
- PipelineDisplayName?: string;
3838
-
3839
- PipelineDefinition?: string;
3840
-
3841
- PipelineDescription?: string;
3842
-
3843
- RoleArn?: string;
3886
+ DisplayName?: string;
3844
3887
 
3845
- PipelineStatus?: PipelineStatus | string;
3888
+ Description?: string;
3846
3889
 
3847
3890
  CreationTime?: Date;
3848
3891
 
3849
- LastModifiedTime?: Date;
3850
-
3851
- LastRunTime?: Date;
3852
-
3853
3892
  CreatedBy?: UserContext;
3854
3893
 
3855
- LastModifiedBy?: UserContext;
3856
- }
3857
- export declare namespace DescribePipelineResponse {
3858
-
3859
- const filterSensitiveLog: (obj: DescribePipelineResponse) => any;
3860
- }
3861
- export interface DescribePipelineDefinitionForExecutionRequest {
3862
-
3863
- PipelineExecutionArn: string | undefined;
3864
- }
3865
- export declare namespace DescribePipelineDefinitionForExecutionRequest {
3866
-
3867
- const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
3868
- }
3869
- export interface DescribePipelineDefinitionForExecutionResponse {
3870
-
3871
- PipelineDefinition?: string;
3872
-
3873
- CreationTime?: Date;
3874
- }
3875
- export declare namespace DescribePipelineDefinitionForExecutionResponse {
3876
-
3877
- const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
3878
- }
3879
- export interface DescribePipelineExecutionRequest {
3880
-
3881
- PipelineExecutionArn: string | undefined;
3882
- }
3883
- export declare namespace DescribePipelineExecutionRequest {
3884
-
3885
- const filterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
3886
- }
3887
- export declare enum PipelineExecutionStatus {
3888
- EXECUTING = "Executing",
3889
- FAILED = "Failed",
3890
- STOPPED = "Stopped",
3891
- STOPPING = "Stopping",
3892
- SUCCEEDED = "Succeeded"
3893
- }
3894
-
3895
- export interface PipelineExperimentConfig {
3896
-
3897
- ExperimentName?: string;
3898
-
3899
- TrialName?: string;
3900
- }
3901
- export declare namespace PipelineExperimentConfig {
3902
-
3903
- const filterSensitiveLog: (obj: PipelineExperimentConfig) => any;
3904
- }
3905
- export interface DescribePipelineExecutionResponse {
3906
-
3907
- PipelineArn?: string;
3908
-
3909
- PipelineExecutionArn?: string;
3910
-
3911
- PipelineExecutionDisplayName?: string;
3912
-
3913
- PipelineExecutionStatus?: PipelineExecutionStatus | string;
3914
-
3915
- PipelineExecutionDescription?: string;
3916
-
3917
- PipelineExperimentConfig?: PipelineExperimentConfig;
3918
-
3919
- FailureReason?: string;
3920
-
3921
- CreationTime?: Date;
3922
-
3923
3894
  LastModifiedTime?: Date;
3924
3895
 
3925
- CreatedBy?: UserContext;
3926
-
3927
3896
  LastModifiedBy?: UserContext;
3928
3897
  }
3929
- export declare namespace DescribePipelineExecutionResponse {
3898
+ export declare namespace DescribeLineageGroupResponse {
3930
3899
 
3931
- const filterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
3900
+ const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
3932
3901
  }
3933
- export interface DescribeProcessingJobRequest {
3902
+ export interface DescribeModelInput {
3934
3903
 
3935
- ProcessingJobName: string | undefined;
3904
+ ModelName: string | undefined;
3936
3905
  }
3937
- export declare namespace DescribeProcessingJobRequest {
3906
+ export declare namespace DescribeModelInput {
3938
3907
 
3939
- const filterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
3940
- }
3941
- export declare enum ProcessingJobStatus {
3942
- COMPLETED = "Completed",
3943
- FAILED = "Failed",
3944
- IN_PROGRESS = "InProgress",
3945
- STOPPED = "Stopped",
3946
- STOPPING = "Stopping"
3908
+ const filterSensitiveLog: (obj: DescribeModelInput) => any;
3947
3909
  }
3948
- export interface DescribeProcessingJobResponse {
3949
-
3950
- ProcessingInputs?: ProcessingInput[];
3951
-
3952
- ProcessingOutputConfig?: ProcessingOutputConfig;
3953
-
3954
- ProcessingJobName: string | undefined;
3955
-
3956
- ProcessingResources: ProcessingResources | undefined;
3957
-
3958
- StoppingCondition?: ProcessingStoppingCondition;
3959
-
3960
- AppSpecification: AppSpecification | undefined;
3961
-
3962
- Environment?: {
3963
- [key: string]: string;
3964
- };
3965
-
3966
- NetworkConfig?: NetworkConfig;
3967
-
3968
- RoleArn?: string;
3969
-
3970
- ExperimentConfig?: ExperimentConfig;
3971
-
3972
- ProcessingJobArn: string | undefined;
3910
+ export interface DescribeModelOutput {
3973
3911
 
3974
- ProcessingJobStatus: ProcessingJobStatus | string | undefined;
3912
+ ModelName: string | undefined;
3975
3913
 
3976
- ExitMessage?: string;
3914
+ PrimaryContainer?: ContainerDefinition;
3977
3915
 
3978
- FailureReason?: string;
3916
+ Containers?: ContainerDefinition[];
3979
3917
 
3980
- ProcessingEndTime?: Date;
3918
+ InferenceExecutionConfig?: InferenceExecutionConfig;
3981
3919
 
3982
- ProcessingStartTime?: Date;
3920
+ ExecutionRoleArn: string | undefined;
3983
3921
 
3984
- LastModifiedTime?: Date;
3922
+ VpcConfig?: VpcConfig;
3985
3923
 
3986
3924
  CreationTime: Date | undefined;
3987
3925
 
3988
- MonitoringScheduleArn?: string;
3989
-
3990
- AutoMLJobArn?: string;
3926
+ ModelArn: string | undefined;
3991
3927
 
3992
- TrainingJobArn?: string;
3928
+ EnableNetworkIsolation?: boolean;
3993
3929
  }
3994
- export declare namespace DescribeProcessingJobResponse {
3930
+ export declare namespace DescribeModelOutput {
3995
3931
 
3996
- const filterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
3932
+ const filterSensitiveLog: (obj: DescribeModelOutput) => any;
3997
3933
  }
3998
- export interface DescribeProjectInput {
3934
+ export interface DescribeModelBiasJobDefinitionRequest {
3999
3935
 
4000
- ProjectName: string | undefined;
3936
+ JobDefinitionName: string | undefined;
4001
3937
  }
4002
- export declare namespace DescribeProjectInput {
3938
+ export declare namespace DescribeModelBiasJobDefinitionRequest {
4003
3939
 
4004
- const filterSensitiveLog: (obj: DescribeProjectInput) => any;
4005
- }
4006
- export declare enum ProjectStatus {
4007
- CREATE_COMPLETED = "CreateCompleted",
4008
- CREATE_FAILED = "CreateFailed",
4009
- CREATE_IN_PROGRESS = "CreateInProgress",
4010
- DELETE_COMPLETED = "DeleteCompleted",
4011
- DELETE_FAILED = "DeleteFailed",
4012
- DELETE_IN_PROGRESS = "DeleteInProgress",
4013
- PENDING = "Pending",
4014
- UPDATE_COMPLETED = "UpdateCompleted",
4015
- UPDATE_FAILED = "UpdateFailed",
4016
- UPDATE_IN_PROGRESS = "UpdateInProgress"
3940
+ const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
4017
3941
  }