@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
@@ -25,6 +25,7 @@ import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from ".
25
25
  import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "./commands/CreateHyperParameterTuningJobCommand";
26
26
  import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
27
27
  import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "./commands/CreateImageVersionCommand";
28
+ import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "./commands/CreateInferenceRecommendationsJobCommand";
28
29
  import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "./commands/CreateLabelingJobCommand";
29
30
  import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "./commands/CreateModelBiasJobDefinitionCommand";
30
31
  import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
@@ -110,7 +111,9 @@ import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } fro
110
111
  import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
111
112
  import { DescribeImageCommandInput, DescribeImageCommandOutput } from "./commands/DescribeImageCommand";
112
113
  import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "./commands/DescribeImageVersionCommand";
114
+ import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "./commands/DescribeInferenceRecommendationsJobCommand";
113
115
  import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "./commands/DescribeLabelingJobCommand";
116
+ import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "./commands/DescribeLineageGroupCommand";
114
117
  import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "./commands/DescribeModelBiasJobDefinitionCommand";
115
118
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
116
119
  import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "./commands/DescribeModelExplainabilityJobDefinitionCommand";
@@ -138,6 +141,7 @@ import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerSe
138
141
  import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "./commands/DisassociateTrialComponentCommand";
139
142
  import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
140
143
  import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "./commands/GetDeviceFleetReportCommand";
144
+ import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "./commands/GetLineageGroupPolicyCommand";
141
145
  import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "./commands/GetModelPackageGroupPolicyCommand";
142
146
  import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
143
147
  import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "./commands/GetSearchSuggestionsCommand";
@@ -166,10 +170,13 @@ import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "./c
166
170
  import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "./commands/ListHyperParameterTuningJobsCommand";
167
171
  import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
168
172
  import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "./commands/ListImageVersionsCommand";
173
+ import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "./commands/ListInferenceRecommendationsJobsCommand";
169
174
  import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "./commands/ListLabelingJobsCommand";
170
175
  import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "./commands/ListLabelingJobsForWorkteamCommand";
176
+ import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "./commands/ListLineageGroupsCommand";
171
177
  import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "./commands/ListModelBiasJobDefinitionsCommand";
172
178
  import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "./commands/ListModelExplainabilityJobDefinitionsCommand";
179
+ import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "./commands/ListModelMetadataCommand";
173
180
  import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "./commands/ListModelPackageGroupsCommand";
174
181
  import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "./commands/ListModelPackagesCommand";
175
182
  import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "./commands/ListModelQualityJobDefinitionsCommand";
@@ -196,6 +203,7 @@ import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "./c
196
203
  import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "./commands/ListWorkforcesCommand";
197
204
  import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "./commands/ListWorkteamsCommand";
198
205
  import { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "./commands/PutModelPackageGroupPolicyCommand";
206
+ import { QueryLineageCommandInput, QueryLineageCommandOutput } from "./commands/QueryLineageCommand";
199
207
  import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "./commands/RegisterDevicesCommand";
200
208
  import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "./commands/RenderUiTemplateCommand";
201
209
  import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "./commands/RetryPipelineExecutionCommand";
@@ -209,6 +217,7 @@ import { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "./command
209
217
  import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "./commands/StopCompilationJobCommand";
210
218
  import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "./commands/StopEdgePackagingJobCommand";
211
219
  import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "./commands/StopHyperParameterTuningJobCommand";
220
+ import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "./commands/StopInferenceRecommendationsJobCommand";
212
221
  import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "./commands/StopLabelingJobCommand";
213
222
  import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "./commands/StopMonitoringScheduleCommand";
214
223
  import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "./commands/StopNotebookInstanceCommand";
@@ -691,6 +700,13 @@ export declare class SageMaker extends SageMakerClient {
691
700
  createImageVersion(args: CreateImageVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageVersionCommandOutput>;
692
701
  createImageVersion(args: CreateImageVersionCommandInput, cb: (err: any, data?: CreateImageVersionCommandOutput) => void): void;
693
702
  createImageVersion(args: CreateImageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageVersionCommandOutput) => void): void;
703
+ /**
704
+ * <p>Starts a recommendation job. You can create either an instance
705
+ * recommendation or load test job.</p>
706
+ */
707
+ createInferenceRecommendationsJob(args: CreateInferenceRecommendationsJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateInferenceRecommendationsJobCommandOutput>;
708
+ createInferenceRecommendationsJob(args: CreateInferenceRecommendationsJobCommandInput, cb: (err: any, data?: CreateInferenceRecommendationsJobCommandOutput) => void): void;
709
+ createInferenceRecommendationsJob(args: CreateInferenceRecommendationsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInferenceRecommendationsJobCommandOutput) => void): void;
694
710
  /**
695
711
  * <p>Creates a job that uses workers to label the data objects in your input dataset. You
696
712
  * can use the labeled data to train machine learning models. </p>
@@ -1598,12 +1614,27 @@ export declare class SageMaker extends SageMakerClient {
1598
1614
  describeImageVersion(args: DescribeImageVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageVersionCommandOutput>;
1599
1615
  describeImageVersion(args: DescribeImageVersionCommandInput, cb: (err: any, data?: DescribeImageVersionCommandOutput) => void): void;
1600
1616
  describeImageVersion(args: DescribeImageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageVersionCommandOutput) => void): void;
1617
+ /**
1618
+ * <p>Provides the results of the Inference Recommender job.
1619
+ * One or more recommendation jobs are returned.</p>
1620
+ */
1621
+ describeInferenceRecommendationsJob(args: DescribeInferenceRecommendationsJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInferenceRecommendationsJobCommandOutput>;
1622
+ describeInferenceRecommendationsJob(args: DescribeInferenceRecommendationsJobCommandInput, cb: (err: any, data?: DescribeInferenceRecommendationsJobCommandOutput) => void): void;
1623
+ describeInferenceRecommendationsJob(args: DescribeInferenceRecommendationsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInferenceRecommendationsJobCommandOutput) => void): void;
1601
1624
  /**
1602
1625
  * <p>Gets information about a labeling job.</p>
1603
1626
  */
1604
1627
  describeLabelingJob(args: DescribeLabelingJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLabelingJobCommandOutput>;
1605
1628
  describeLabelingJob(args: DescribeLabelingJobCommandInput, cb: (err: any, data?: DescribeLabelingJobCommandOutput) => void): void;
1606
1629
  describeLabelingJob(args: DescribeLabelingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLabelingJobCommandOutput) => void): void;
1630
+ /**
1631
+ * <p>Provides a list of properties for the requested lineage group.
1632
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html">
1633
+ * Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
1634
+ */
1635
+ describeLineageGroup(args: DescribeLineageGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLineageGroupCommandOutput>;
1636
+ describeLineageGroup(args: DescribeLineageGroupCommandInput, cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void): void;
1637
+ describeLineageGroup(args: DescribeLineageGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void): void;
1607
1638
  /**
1608
1639
  * <p>Describes a model that you created using the <code>CreateModel</code>
1609
1640
  * API.</p>
@@ -1793,6 +1824,12 @@ export declare class SageMaker extends SageMakerClient {
1793
1824
  getDeviceFleetReport(args: GetDeviceFleetReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceFleetReportCommandOutput>;
1794
1825
  getDeviceFleetReport(args: GetDeviceFleetReportCommandInput, cb: (err: any, data?: GetDeviceFleetReportCommandOutput) => void): void;
1795
1826
  getDeviceFleetReport(args: GetDeviceFleetReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceFleetReportCommandOutput) => void): void;
1827
+ /**
1828
+ * <p>The resource policy for the lineage group.</p>
1829
+ */
1830
+ getLineageGroupPolicy(args: GetLineageGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetLineageGroupPolicyCommandOutput>;
1831
+ getLineageGroupPolicy(args: GetLineageGroupPolicyCommandInput, cb: (err: any, data?: GetLineageGroupPolicyCommandOutput) => void): void;
1832
+ getLineageGroupPolicy(args: GetLineageGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLineageGroupPolicyCommandOutput) => void): void;
1796
1833
  /**
1797
1834
  * <p>Gets a resource policy that manages access for a model group. For information about
1798
1835
  * resource policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
@@ -1978,6 +2015,12 @@ export declare class SageMaker extends SageMakerClient {
1978
2015
  listImageVersions(args: ListImageVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageVersionsCommandOutput>;
1979
2016
  listImageVersions(args: ListImageVersionsCommandInput, cb: (err: any, data?: ListImageVersionsCommandOutput) => void): void;
1980
2017
  listImageVersions(args: ListImageVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageVersionsCommandOutput) => void): void;
2018
+ /**
2019
+ * <p>Lists recommendation jobs that satisfy various filters.</p>
2020
+ */
2021
+ listInferenceRecommendationsJobs(args: ListInferenceRecommendationsJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceRecommendationsJobsCommandOutput>;
2022
+ listInferenceRecommendationsJobs(args: ListInferenceRecommendationsJobsCommandInput, cb: (err: any, data?: ListInferenceRecommendationsJobsCommandOutput) => void): void;
2023
+ listInferenceRecommendationsJobs(args: ListInferenceRecommendationsJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceRecommendationsJobsCommandOutput) => void): void;
1981
2024
  /**
1982
2025
  * <p>Gets a list of labeling jobs.</p>
1983
2026
  */
@@ -1990,6 +2033,14 @@ export declare class SageMaker extends SageMakerClient {
1990
2033
  listLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, options?: __HttpHandlerOptions): Promise<ListLabelingJobsForWorkteamCommandOutput>;
1991
2034
  listLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, cb: (err: any, data?: ListLabelingJobsForWorkteamCommandOutput) => void): void;
1992
2035
  listLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLabelingJobsForWorkteamCommandOutput) => void): void;
2036
+ /**
2037
+ * <p>A list of lineage groups shared with your Amazon Web Services account.
2038
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html">
2039
+ * Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
2040
+ */
2041
+ listLineageGroups(args: ListLineageGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListLineageGroupsCommandOutput>;
2042
+ listLineageGroups(args: ListLineageGroupsCommandInput, cb: (err: any, data?: ListLineageGroupsCommandOutput) => void): void;
2043
+ listLineageGroups(args: ListLineageGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLineageGroupsCommandOutput) => void): void;
1993
2044
  /**
1994
2045
  * <p>Lists model bias jobs definitions that satisfy various filters.</p>
1995
2046
  */
@@ -2002,6 +2053,13 @@ export declare class SageMaker extends SageMakerClient {
2002
2053
  listModelExplainabilityJobDefinitions(args: ListModelExplainabilityJobDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelExplainabilityJobDefinitionsCommandOutput>;
2003
2054
  listModelExplainabilityJobDefinitions(args: ListModelExplainabilityJobDefinitionsCommandInput, cb: (err: any, data?: ListModelExplainabilityJobDefinitionsCommandOutput) => void): void;
2004
2055
  listModelExplainabilityJobDefinitions(args: ListModelExplainabilityJobDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelExplainabilityJobDefinitionsCommandOutput) => void): void;
2056
+ /**
2057
+ * <p>Lists the domain, framework, task, and model name of standard
2058
+ * machine learning models found in common model zoos.</p>
2059
+ */
2060
+ listModelMetadata(args: ListModelMetadataCommandInput, options?: __HttpHandlerOptions): Promise<ListModelMetadataCommandOutput>;
2061
+ listModelMetadata(args: ListModelMetadataCommandInput, cb: (err: any, data?: ListModelMetadataCommandOutput) => void): void;
2062
+ listModelMetadata(args: ListModelMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelMetadataCommandOutput) => void): void;
2005
2063
  /**
2006
2064
  * <p>Gets a list of the model groups in your Amazon Web Services account.</p>
2007
2065
  */
@@ -2210,6 +2268,14 @@ export declare class SageMaker extends SageMakerClient {
2210
2268
  putModelPackageGroupPolicy(args: PutModelPackageGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutModelPackageGroupPolicyCommandOutput>;
2211
2269
  putModelPackageGroupPolicy(args: PutModelPackageGroupPolicyCommandInput, cb: (err: any, data?: PutModelPackageGroupPolicyCommandOutput) => void): void;
2212
2270
  putModelPackageGroupPolicy(args: PutModelPackageGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutModelPackageGroupPolicyCommandOutput) => void): void;
2271
+ /**
2272
+ * <p>Use this action to inspect your lineage and discover relationships between entities.
2273
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html">
2274
+ * Querying Lineage Entities</a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
2275
+ */
2276
+ queryLineage(args: QueryLineageCommandInput, options?: __HttpHandlerOptions): Promise<QueryLineageCommandOutput>;
2277
+ queryLineage(args: QueryLineageCommandInput, cb: (err: any, data?: QueryLineageCommandOutput) => void): void;
2278
+ queryLineage(args: QueryLineageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryLineageCommandOutput) => void): void;
2213
2279
  /**
2214
2280
  * <p>Register devices.</p>
2215
2281
  */
@@ -2314,6 +2380,12 @@ export declare class SageMaker extends SageMakerClient {
2314
2380
  stopHyperParameterTuningJob(args: StopHyperParameterTuningJobCommandInput, options?: __HttpHandlerOptions): Promise<StopHyperParameterTuningJobCommandOutput>;
2315
2381
  stopHyperParameterTuningJob(args: StopHyperParameterTuningJobCommandInput, cb: (err: any, data?: StopHyperParameterTuningJobCommandOutput) => void): void;
2316
2382
  stopHyperParameterTuningJob(args: StopHyperParameterTuningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopHyperParameterTuningJobCommandOutput) => void): void;
2383
+ /**
2384
+ * <p>Stops an Inference Recommender job.</p>
2385
+ */
2386
+ stopInferenceRecommendationsJob(args: StopInferenceRecommendationsJobCommandInput, options?: __HttpHandlerOptions): Promise<StopInferenceRecommendationsJobCommandOutput>;
2387
+ stopInferenceRecommendationsJob(args: StopInferenceRecommendationsJobCommandInput, cb: (err: any, data?: StopInferenceRecommendationsJobCommandOutput) => void): void;
2388
+ stopInferenceRecommendationsJob(args: StopInferenceRecommendationsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInferenceRecommendationsJobCommandOutput) => void): void;
2317
2389
  /**
2318
2390
  * <p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results
2319
2391
  * obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>
@@ -32,6 +32,7 @@ import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from ".
32
32
  import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "./commands/CreateHyperParameterTuningJobCommand";
33
33
  import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
34
34
  import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "./commands/CreateImageVersionCommand";
35
+ import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "./commands/CreateInferenceRecommendationsJobCommand";
35
36
  import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "./commands/CreateLabelingJobCommand";
36
37
  import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "./commands/CreateModelBiasJobDefinitionCommand";
37
38
  import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
@@ -117,7 +118,9 @@ import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } fro
117
118
  import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
118
119
  import { DescribeImageCommandInput, DescribeImageCommandOutput } from "./commands/DescribeImageCommand";
119
120
  import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "./commands/DescribeImageVersionCommand";
121
+ import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "./commands/DescribeInferenceRecommendationsJobCommand";
120
122
  import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "./commands/DescribeLabelingJobCommand";
123
+ import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "./commands/DescribeLineageGroupCommand";
121
124
  import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "./commands/DescribeModelBiasJobDefinitionCommand";
122
125
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
123
126
  import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "./commands/DescribeModelExplainabilityJobDefinitionCommand";
@@ -145,6 +148,7 @@ import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerSe
145
148
  import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "./commands/DisassociateTrialComponentCommand";
146
149
  import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
147
150
  import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "./commands/GetDeviceFleetReportCommand";
151
+ import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "./commands/GetLineageGroupPolicyCommand";
148
152
  import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "./commands/GetModelPackageGroupPolicyCommand";
149
153
  import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
150
154
  import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "./commands/GetSearchSuggestionsCommand";
@@ -173,10 +177,13 @@ import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "./c
173
177
  import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "./commands/ListHyperParameterTuningJobsCommand";
174
178
  import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
175
179
  import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "./commands/ListImageVersionsCommand";
180
+ import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "./commands/ListInferenceRecommendationsJobsCommand";
176
181
  import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "./commands/ListLabelingJobsCommand";
177
182
  import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "./commands/ListLabelingJobsForWorkteamCommand";
183
+ import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "./commands/ListLineageGroupsCommand";
178
184
  import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "./commands/ListModelBiasJobDefinitionsCommand";
179
185
  import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "./commands/ListModelExplainabilityJobDefinitionsCommand";
186
+ import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "./commands/ListModelMetadataCommand";
180
187
  import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "./commands/ListModelPackageGroupsCommand";
181
188
  import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "./commands/ListModelPackagesCommand";
182
189
  import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "./commands/ListModelQualityJobDefinitionsCommand";
@@ -203,6 +210,7 @@ import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "./c
203
210
  import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "./commands/ListWorkforcesCommand";
204
211
  import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "./commands/ListWorkteamsCommand";
205
212
  import { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "./commands/PutModelPackageGroupPolicyCommand";
213
+ import { QueryLineageCommandInput, QueryLineageCommandOutput } from "./commands/QueryLineageCommand";
206
214
  import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "./commands/RegisterDevicesCommand";
207
215
  import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "./commands/RenderUiTemplateCommand";
208
216
  import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "./commands/RetryPipelineExecutionCommand";
@@ -216,6 +224,7 @@ import { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "./command
216
224
  import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "./commands/StopCompilationJobCommand";
217
225
  import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "./commands/StopEdgePackagingJobCommand";
218
226
  import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "./commands/StopHyperParameterTuningJobCommand";
227
+ import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "./commands/StopInferenceRecommendationsJobCommand";
219
228
  import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "./commands/StopLabelingJobCommand";
220
229
  import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "./commands/StopMonitoringScheduleCommand";
221
230
  import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "./commands/StopNotebookInstanceCommand";
@@ -248,8 +257,8 @@ import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } f
248
257
  import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
249
258
  import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./commands/UpdateWorkforceCommand";
250
259
  import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
251
- export declare type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFlowDefinitionCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeLabelingJobCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateImageCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
252
- export declare type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeLabelingJobCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateImageCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
260
+ export declare type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFlowDefinitionCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateImageCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
261
+ export declare type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateImageCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
253
262
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
254
263
  /**
255
264
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -24,7 +24,7 @@ export interface AddAssociationCommandOutput extends AddAssociationResponse, __M
24
24
  *
25
25
  * @see {@link AddAssociationCommandInput} for command's `input` shape.
26
26
  * @see {@link AddAssociationCommandOutput} for command's `response` shape.
27
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class AddAssociationCommand extends $Command<AddAssociationCommandInput, AddAssociationCommandOutput, SageMakerClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
45
45
  *
46
46
  * @see {@link AddTagsCommandInput} for command's `input` shape.
47
47
  * @see {@link AddTagsCommandOutput} for command's `response` shape.
48
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, SageMakerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComp
21
21
  *
22
22
  * @see {@link AssociateTrialComponentCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateTrialComponentCommandOutput} for command's `response` shape.
24
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateTrialComponentCommand extends $Command<AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
20
20
  *
21
21
  * @see {@link BatchDescribeModelPackageCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDescribeModelPackageCommandOutput} for command's `response` shape.
23
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchDescribeModelPackageCommand extends $Command<BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput, SageMakerClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad
24
24
  *
25
25
  * @see {@link CreateActionCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateActionCommandOutput} for command's `response` shape.
27
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateActionCommand extends $Command<CreateActionCommandInput, CreateActionCommandOutput, SageMakerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
21
21
  *
22
22
  * @see {@link CreateAlgorithmCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateAlgorithmCommandOutput} for command's `response` shape.
24
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateAlgorithmCommand extends $Command<CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput, SageMakerClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
23
23
  *
24
24
  * @see {@link CreateAppCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateAppCommandOutput} for command's `response` shape.
26
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, SageMakerClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigR
22
22
  *
23
23
  * @see {@link CreateAppImageConfigCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateAppImageConfigCommandOutput} for command's `response` shape.
25
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateAppImageConfigCommand extends $Command<CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput, SageMakerClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __M
24
24
  *
25
25
  * @see {@link CreateArtifactCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateArtifactCommandOutput} for command's `response` shape.
27
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateArtifactCommand extends $Command<CreateArtifactCommandInput, CreateArtifactCommandOutput, SageMakerClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
23
23
  *
24
24
  * @see {@link CreateAutoMLJobCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateAutoMLJobCommandOutput} for command's `response` shape.
26
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateAutoMLJobCommand extends $Command<CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput, SageMakerClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryO
26
26
  *
27
27
  * @see {@link CreateCodeRepositoryCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateCodeRepositoryCommandOutput} for command's `response` shape.
29
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateCodeRepositoryCommand extends $Command<CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput, SageMakerClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobR
51
51
  *
52
52
  * @see {@link CreateCompilationJobCommandInput} for command's `input` shape.
53
53
  * @see {@link CreateCompilationJobCommandOutput} for command's `response` shape.
54
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class CreateCompilationJobCommand extends $Command<CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput, SageMakerClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateContextCommandOutput extends CreateContextResponse, __Met
24
24
  *
25
25
  * @see {@link CreateContextCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateContextCommandOutput} for command's `response` shape.
27
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateContextCommand extends $Command<CreateContextCommandInput, CreateContextCommandOutput, SageMakerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
21
21
  *
22
22
  * @see {@link CreateDataQualityJobDefinitionCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDataQualityJobDefinitionCommandOutput} for command's `response` shape.
24
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateDataQualityJobDefinitionCommand extends $Command<CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDeviceFleetCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link CreateDeviceFleetCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDeviceFleetCommandOutput} for command's `response` shape.
23
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDeviceFleetCommand extends $Command<CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput, SageMakerClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
66
66
  *
67
67
  * @see {@link CreateDomainCommandInput} for command's `input` shape.
68
68
  * @see {@link CreateDomainCommandOutput} for command's `response` shape.
69
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, SageMakerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateEdgePackagingJobCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link CreateEdgePackagingJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateEdgePackagingJobCommandOutput} for command's `response` shape.
23
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateEdgePackagingJobCommand extends $Command<CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig> {
@@ -96,7 +96,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointOutput, __Met
96
96
  *
97
97
  * @see {@link CreateEndpointCommandInput} for command's `input` shape.
98
98
  * @see {@link CreateEndpointCommandOutput} for command's `response` shape.
99
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
99
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
100
100
  *
101
101
  */
102
102
  export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, SageMakerClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface CreateEndpointConfigCommandOutput extends CreateEndpointConfigO
48
48
  *
49
49
  * @see {@link CreateEndpointConfigCommandInput} for command's `input` shape.
50
50
  * @see {@link CreateEndpointConfigCommandOutput} for command's `response` shape.
51
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class CreateEndpointConfigCommand extends $Command<CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput, SageMakerClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface CreateExperimentCommandOutput extends CreateExperimentResponse,
36
36
  *
37
37
  * @see {@link CreateExperimentCommandInput} for command's `input` shape.
38
38
  * @see {@link CreateExperimentCommandOutput} for command's `response` shape.
39
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class CreateExperimentCommand extends $Command<CreateExperimentCommandInput, CreateExperimentCommandOutput, SageMakerClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo
32
32
  *
33
33
  * @see {@link CreateFeatureGroupCommandInput} for command's `input` shape.
34
34
  * @see {@link CreateFeatureGroupCommandOutput} for command's `response` shape.
35
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class CreateFeatureGroupCommand extends $Command<CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput, SageMakerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateFlowDefinitionCommandOutput extends CreateFlowDefinitionR
20
20
  *
21
21
  * @see {@link CreateFlowDefinitionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateFlowDefinitionCommandOutput} for command's `response` shape.
23
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateFlowDefinitionCommand extends $Command<CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput, SageMakerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateHumanTaskUiCommandOutput extends CreateHumanTaskUiRespons
20
20
  *
21
21
  * @see {@link CreateHumanTaskUiCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateHumanTaskUiCommandOutput} for command's `response` shape.
23
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateHumanTaskUiCommand extends $Command<CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput, SageMakerClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateHyperParameterTuningJobCommandOutput extends CreateHyperP
24
24
  *
25
25
  * @see {@link CreateHyperParameterTuningJobCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateHyperParameterTuningJobCommandOutput} for command's `response` shape.
27
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateHyperParameterTuningJobCommand extends $Command<CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat
22
22
  *
23
23
  * @see {@link CreateImageCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateImageCommandOutput} for command's `response` shape.
25
- * @see {@link SageMakerClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateImageCommand extends $Command<CreateImageCommandInput, CreateImageCommandOutput, SageMakerClientResolvedConfig> {