@aws-sdk/client-sagemaker 3.289.0 → 3.290.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 (301) hide show
  1. package/dist-types/commands/AddAssociationCommand.d.ts +8 -0
  2. package/dist-types/commands/AddTagsCommand.d.ts +1 -0
  3. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +8 -0
  4. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateActionCommand.d.ts +5 -0
  6. package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateAppCommand.d.ts +8 -0
  8. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +4 -0
  9. package/dist-types/commands/CreateArtifactCommand.d.ts +5 -0
  10. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +8 -0
  11. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateCompilationJobCommand.d.ts +8 -0
  13. package/dist-types/commands/CreateContextCommand.d.ts +5 -0
  14. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +8 -0
  15. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +8 -0
  16. package/dist-types/commands/CreateDomainCommand.d.ts +8 -0
  17. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +5 -0
  18. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +5 -0
  19. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +5 -0
  20. package/dist-types/commands/CreateEndpointCommand.d.ts +5 -0
  21. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +5 -0
  22. package/dist-types/commands/CreateExperimentCommand.d.ts +5 -0
  23. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +8 -0
  24. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +8 -0
  25. package/dist-types/commands/CreateHubCommand.d.ts +8 -0
  26. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +8 -0
  27. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -0
  28. package/dist-types/commands/CreateImageCommand.d.ts +8 -0
  29. package/dist-types/commands/CreateImageVersionCommand.d.ts +11 -0
  30. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +8 -0
  31. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateLabelingJobCommand.d.ts +8 -0
  33. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +8 -0
  34. package/dist-types/commands/CreateModelCardCommand.d.ts +9 -0
  35. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +12 -0
  36. package/dist-types/commands/CreateModelCommand.d.ts +5 -0
  37. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +8 -0
  38. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  39. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +5 -0
  40. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +8 -0
  41. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +8 -0
  42. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +5 -0
  43. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +5 -0
  44. package/dist-types/commands/CreatePipelineCommand.d.ts +8 -0
  45. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +4 -0
  46. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -0
  47. package/dist-types/commands/CreateProcessingJobCommand.d.ts +11 -0
  48. package/dist-types/commands/CreateProjectCommand.d.ts +5 -0
  49. package/dist-types/commands/CreateSpaceCommand.d.ts +8 -0
  50. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +4 -0
  51. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -0
  52. package/dist-types/commands/CreateTransformJobCommand.d.ts +11 -0
  53. package/dist-types/commands/CreateTrialCommand.d.ts +8 -0
  54. package/dist-types/commands/CreateTrialComponentCommand.d.ts +5 -0
  55. package/dist-types/commands/CreateUserProfileCommand.d.ts +8 -0
  56. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -0
  57. package/dist-types/commands/CreateWorkteamCommand.d.ts +8 -0
  58. package/dist-types/commands/DeleteActionCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -0
  60. package/dist-types/commands/DeleteAppCommand.d.ts +7 -0
  61. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteArtifactCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -0
  65. package/dist-types/commands/DeleteContextCommand.d.ts +4 -0
  66. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +4 -0
  67. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +4 -0
  68. package/dist-types/commands/DeleteDomainCommand.d.ts +7 -0
  69. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +4 -0
  70. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
  71. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -0
  72. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -0
  73. package/dist-types/commands/DeleteExperimentCommand.d.ts +4 -0
  74. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +4 -0
  75. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +7 -0
  76. package/dist-types/commands/DeleteHubCommand.d.ts +7 -0
  77. package/dist-types/commands/DeleteHubContentCommand.d.ts +7 -0
  78. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteImageCommand.d.ts +7 -0
  80. package/dist-types/commands/DeleteImageVersionCommand.d.ts +7 -0
  81. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +8 -0
  82. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteModelCardCommand.d.ts +8 -0
  84. package/dist-types/commands/DeleteModelCommand.d.ts +1 -0
  85. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteModelPackageCommand.d.ts +5 -0
  87. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +5 -0
  88. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -0
  89. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +4 -0
  90. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +4 -0
  91. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -0
  92. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -0
  93. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  94. package/dist-types/commands/DeleteProjectCommand.d.ts +5 -0
  95. package/dist-types/commands/DeleteSpaceCommand.d.ts +7 -0
  96. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +7 -0
  97. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -0
  98. package/dist-types/commands/DeleteTrialCommand.d.ts +4 -0
  99. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +4 -0
  100. package/dist-types/commands/DeleteUserProfileCommand.d.ts +7 -0
  101. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -0
  102. package/dist-types/commands/DeleteWorkteamCommand.d.ts +5 -0
  103. package/dist-types/commands/DeregisterDevicesCommand.d.ts +1 -0
  104. package/dist-types/commands/DescribeActionCommand.d.ts +4 -0
  105. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -0
  106. package/dist-types/commands/DescribeAppCommand.d.ts +4 -0
  107. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +4 -0
  108. package/dist-types/commands/DescribeArtifactCommand.d.ts +4 -0
  109. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +4 -0
  110. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -0
  111. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +4 -0
  112. package/dist-types/commands/DescribeContextCommand.d.ts +4 -0
  113. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +4 -0
  114. package/dist-types/commands/DescribeDeviceCommand.d.ts +4 -0
  115. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
  117. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +4 -0
  118. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +4 -0
  119. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -0
  120. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -0
  121. package/dist-types/commands/DescribeExperimentCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +4 -0
  123. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +4 -0
  124. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +4 -0
  125. package/dist-types/commands/DescribeHubCommand.d.ts +4 -0
  126. package/dist-types/commands/DescribeHubContentCommand.d.ts +4 -0
  127. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +4 -0
  128. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +4 -0
  129. package/dist-types/commands/DescribeImageCommand.d.ts +4 -0
  130. package/dist-types/commands/DescribeImageVersionCommand.d.ts +4 -0
  131. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +4 -0
  132. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -0
  133. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +4 -0
  134. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +4 -0
  135. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +4 -0
  136. package/dist-types/commands/DescribeModelCardCommand.d.ts +4 -0
  137. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +4 -0
  138. package/dist-types/commands/DescribeModelCommand.d.ts +1 -0
  139. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +4 -0
  140. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -0
  141. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -0
  142. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +4 -0
  143. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +4 -0
  144. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -0
  145. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -0
  146. package/dist-types/commands/DescribePipelineCommand.d.ts +4 -0
  147. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +4 -0
  148. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
  149. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -0
  151. package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -0
  152. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +4 -0
  153. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -0
  154. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +4 -0
  155. package/dist-types/commands/DescribeTransformJobCommand.d.ts +4 -0
  156. package/dist-types/commands/DescribeTrialCommand.d.ts +4 -0
  157. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +4 -0
  158. package/dist-types/commands/DescribeUserProfileCommand.d.ts +4 -0
  159. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -0
  160. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -0
  161. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
  162. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +4 -0
  163. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
  164. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -0
  165. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +4 -0
  166. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -0
  167. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -0
  168. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -0
  169. package/dist-types/commands/ImportHubContentCommand.d.ts +11 -0
  170. package/dist-types/commands/ListActionsCommand.d.ts +4 -0
  171. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -0
  172. package/dist-types/commands/ListAliasesCommand.d.ts +4 -0
  173. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -0
  174. package/dist-types/commands/ListAppsCommand.d.ts +1 -0
  175. package/dist-types/commands/ListArtifactsCommand.d.ts +4 -0
  176. package/dist-types/commands/ListAssociationsCommand.d.ts +4 -0
  177. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -0
  178. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -0
  179. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -0
  180. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -0
  181. package/dist-types/commands/ListContextsCommand.d.ts +4 -0
  182. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -0
  183. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -0
  184. package/dist-types/commands/ListDevicesCommand.d.ts +1 -0
  185. package/dist-types/commands/ListDomainsCommand.d.ts +1 -0
  186. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -0
  187. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -0
  188. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -0
  189. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -0
  190. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -0
  191. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -0
  192. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -0
  193. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +4 -0
  194. package/dist-types/commands/ListHubContentsCommand.d.ts +4 -0
  195. package/dist-types/commands/ListHubsCommand.d.ts +1 -0
  196. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -0
  197. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -0
  198. package/dist-types/commands/ListImageVersionsCommand.d.ts +4 -0
  199. package/dist-types/commands/ListImagesCommand.d.ts +1 -0
  200. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -0
  201. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -0
  202. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -0
  203. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -0
  204. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +4 -0
  205. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -0
  206. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -0
  207. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -0
  208. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +4 -0
  209. package/dist-types/commands/ListModelCardsCommand.d.ts +1 -0
  210. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -0
  211. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -0
  212. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -0
  213. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
  214. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -0
  215. package/dist-types/commands/ListModelsCommand.d.ts +1 -0
  216. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +4 -0
  217. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +4 -0
  218. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -0
  219. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -0
  220. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -0
  221. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -0
  222. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +4 -0
  223. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +4 -0
  224. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +4 -0
  225. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -0
  226. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -0
  227. package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
  228. package/dist-types/commands/ListSpacesCommand.d.ts +1 -0
  229. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -0
  230. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +4 -0
  231. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -0
  232. package/dist-types/commands/ListTagsCommand.d.ts +1 -0
  233. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -0
  234. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +4 -0
  235. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -0
  236. package/dist-types/commands/ListTrialComponentsCommand.d.ts +4 -0
  237. package/dist-types/commands/ListTrialsCommand.d.ts +4 -0
  238. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -0
  239. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -0
  240. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -0
  241. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -0
  242. package/dist-types/commands/QueryLineageCommand.d.ts +4 -0
  243. package/dist-types/commands/RegisterDevicesCommand.d.ts +5 -0
  244. package/dist-types/commands/RenderUiTemplateCommand.d.ts +4 -0
  245. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +12 -0
  246. package/dist-types/commands/SearchCommand.d.ts +1 -0
  247. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +8 -0
  248. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +8 -0
  249. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +1 -0
  250. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +8 -0
  251. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +4 -0
  252. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +5 -0
  253. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +8 -0
  254. package/dist-types/commands/StopAutoMLJobCommand.d.ts +4 -0
  255. package/dist-types/commands/StopCompilationJobCommand.d.ts +4 -0
  256. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -0
  257. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -0
  258. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +4 -0
  259. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +8 -0
  260. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +4 -0
  261. package/dist-types/commands/StopLabelingJobCommand.d.ts +4 -0
  262. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +4 -0
  263. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -0
  264. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  265. package/dist-types/commands/StopProcessingJobCommand.d.ts +4 -0
  266. package/dist-types/commands/StopTrainingJobCommand.d.ts +4 -0
  267. package/dist-types/commands/StopTransformJobCommand.d.ts +4 -0
  268. package/dist-types/commands/UpdateActionCommand.d.ts +8 -0
  269. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +4 -0
  270. package/dist-types/commands/UpdateArtifactCommand.d.ts +8 -0
  271. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -0
  272. package/dist-types/commands/UpdateContextCommand.d.ts +8 -0
  273. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +4 -0
  274. package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -0
  275. package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
  276. package/dist-types/commands/UpdateEndpointCommand.d.ts +5 -0
  277. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +5 -0
  278. package/dist-types/commands/UpdateExperimentCommand.d.ts +8 -0
  279. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +4 -0
  280. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +4 -0
  281. package/dist-types/commands/UpdateHubCommand.d.ts +4 -0
  282. package/dist-types/commands/UpdateImageCommand.d.ts +7 -0
  283. package/dist-types/commands/UpdateImageVersionCommand.d.ts +7 -0
  284. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +8 -0
  285. package/dist-types/commands/UpdateModelCardCommand.d.ts +12 -0
  286. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -0
  287. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +8 -0
  288. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +8 -0
  289. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +5 -0
  290. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +5 -0
  291. package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
  292. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
  293. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
  294. package/dist-types/commands/UpdateSpaceCommand.d.ts +11 -0
  295. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
  296. package/dist-types/commands/UpdateTrialCommand.d.ts +8 -0
  297. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +8 -0
  298. package/dist-types/commands/UpdateUserProfileCommand.d.ts +11 -0
  299. package/dist-types/commands/UpdateWorkforceCommand.d.ts +5 -0
  300. package/dist-types/commands/UpdateWorkteamCommand.d.ts +5 -0
  301. package/package.json +30 -30
@@ -33,6 +33,14 @@ export interface AddAssociationCommandOutput extends AddAssociationResponse, __M
33
33
  * @see {@link AddAssociationCommandOutput} for command's `response` shape.
34
34
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ * @throws {@link ResourceNotFound} (client fault)
41
+ * <p>Resource being access is not found.</p>
42
+ *
43
+ *
36
44
  */
37
45
  export declare class AddAssociationCommand extends $Command<AddAssociationCommandInput, AddAssociationCommandOutput, SageMakerClientResolvedConfig> {
38
46
  readonly input: AddAssociationCommandInput;
@@ -53,6 +53,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
53
53
  * @see {@link AddTagsCommandOutput} for command's `response` shape.
54
54
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
55
55
  *
56
+ *
56
57
  */
57
58
  export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, SageMakerClientResolvedConfig> {
58
59
  readonly input: AddTagsCommandInput;
@@ -30,6 +30,14 @@ export interface AssociateTrialComponentCommandOutput extends AssociateTrialComp
30
30
  * @see {@link AssociateTrialComponentCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceLimitExceeded} (client fault)
34
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
35
+ * training jobs created. </p>
36
+ *
37
+ * @throws {@link ResourceNotFound} (client fault)
38
+ * <p>Resource being access is not found.</p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class AssociateTrialComponentCommand extends $Command<AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
35
43
  readonly input: AssociateTrialComponentCommandInput;
@@ -29,6 +29,7 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
29
29
  * @see {@link BatchDescribeModelPackageCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class BatchDescribeModelPackageCommand extends $Command<BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput, SageMakerClientResolvedConfig> {
34
35
  readonly input: BatchDescribeModelPackageCommandInput;
@@ -33,6 +33,11 @@ export interface CreateActionCommandOutput extends CreateActionResponse, __Metad
33
33
  * @see {@link CreateActionCommandOutput} for command's `response` shape.
34
34
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
36
41
  */
37
42
  export declare class CreateActionCommand extends $Command<CreateActionCommandInput, CreateActionCommandOutput, SageMakerClientResolvedConfig> {
38
43
  readonly input: CreateActionCommandInput;
@@ -29,6 +29,7 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
29
29
  * @see {@link CreateAlgorithmCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class CreateAlgorithmCommand extends $Command<CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput, SageMakerClientResolvedConfig> {
34
35
  readonly input: CreateAlgorithmCommandInput;
@@ -31,6 +31,14 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
31
31
  * @see {@link CreateAppCommandOutput} for command's `response` shape.
32
32
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceInUse} (client fault)
35
+ * <p>Resource being accessed is in use.</p>
36
+ *
37
+ * @throws {@link ResourceLimitExceeded} (client fault)
38
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
39
+ * training jobs created. </p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, SageMakerClientResolvedConfig> {
36
44
  readonly input: CreateAppCommandInput;
@@ -31,6 +31,10 @@ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigR
31
31
  * @see {@link CreateAppImageConfigCommandOutput} for command's `response` shape.
32
32
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceInUse} (client fault)
35
+ * <p>Resource being accessed is in use.</p>
36
+ *
37
+ *
34
38
  */
35
39
  export declare class CreateAppImageConfigCommand extends $Command<CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput, SageMakerClientResolvedConfig> {
36
40
  readonly input: CreateAppImageConfigCommandInput;
@@ -33,6 +33,11 @@ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __M
33
33
  * @see {@link CreateArtifactCommandOutput} for command's `response` shape.
34
34
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
36
41
  */
37
42
  export declare class CreateArtifactCommand extends $Command<CreateArtifactCommandInput, CreateArtifactCommandOutput, SageMakerClientResolvedConfig> {
38
43
  readonly input: CreateArtifactCommandInput;
@@ -32,6 +32,14 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
32
32
  * @see {@link CreateAutoMLJobCommandOutput} for command's `response` shape.
33
33
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
34
34
  *
35
+ * @throws {@link ResourceInUse} (client fault)
36
+ * <p>Resource being accessed is in use.</p>
37
+ *
38
+ * @throws {@link ResourceLimitExceeded} (client fault)
39
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
40
+ * training jobs created. </p>
41
+ *
42
+ *
35
43
  */
36
44
  export declare class CreateAutoMLJobCommand extends $Command<CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput, SageMakerClientResolvedConfig> {
37
45
  readonly input: CreateAutoMLJobCommandInput;
@@ -35,6 +35,7 @@ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryO
35
35
  * @see {@link CreateCodeRepositoryCommandOutput} for command's `response` shape.
36
36
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
37
37
  *
38
+ *
38
39
  */
39
40
  export declare class CreateCodeRepositoryCommand extends $Command<CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput, SageMakerClientResolvedConfig> {
40
41
  readonly input: CreateCodeRepositoryCommandInput;
@@ -60,6 +60,14 @@ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobR
60
60
  * @see {@link CreateCompilationJobCommandOutput} for command's `response` shape.
61
61
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
62
62
  *
63
+ * @throws {@link ResourceInUse} (client fault)
64
+ * <p>Resource being accessed is in use.</p>
65
+ *
66
+ * @throws {@link ResourceLimitExceeded} (client fault)
67
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
68
+ * training jobs created. </p>
69
+ *
70
+ *
63
71
  */
64
72
  export declare class CreateCompilationJobCommand extends $Command<CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput, SageMakerClientResolvedConfig> {
65
73
  readonly input: CreateCompilationJobCommandInput;
@@ -33,6 +33,11 @@ export interface CreateContextCommandOutput extends CreateContextResponse, __Met
33
33
  * @see {@link CreateContextCommandOutput} for command's `response` shape.
34
34
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
36
41
  */
37
42
  export declare class CreateContextCommand extends $Command<CreateContextCommandInput, CreateContextCommandOutput, SageMakerClientResolvedConfig> {
38
43
  readonly input: CreateContextCommandInput;
@@ -30,6 +30,14 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
30
30
  * @see {@link CreateDataQualityJobDefinitionCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceInUse} (client fault)
34
+ * <p>Resource being accessed is in use.</p>
35
+ *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class CreateDataQualityJobDefinitionCommand extends $Command<CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
35
43
  readonly input: CreateDataQualityJobDefinitionCommandInput;
@@ -29,6 +29,14 @@ export interface CreateDeviceFleetCommandOutput extends __MetadataBearer {
29
29
  * @see {@link CreateDeviceFleetCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceInUse} (client fault)
33
+ * <p>Resource being accessed is in use.</p>
34
+ *
35
+ * @throws {@link ResourceLimitExceeded} (client fault)
36
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
37
+ * training jobs created. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class CreateDeviceFleetCommand extends $Command<CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput, SageMakerClientResolvedConfig> {
34
42
  readonly input: CreateDeviceFleetCommandInput;
@@ -73,6 +73,14 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
73
73
  * @see {@link CreateDomainCommandOutput} for command's `response` shape.
74
74
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
75
75
  *
76
+ * @throws {@link ResourceInUse} (client fault)
77
+ * <p>Resource being accessed is in use.</p>
78
+ *
79
+ * @throws {@link ResourceLimitExceeded} (client fault)
80
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
81
+ * training jobs created. </p>
82
+ *
83
+ *
76
84
  */
77
85
  export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, SageMakerClientResolvedConfig> {
78
86
  readonly input: CreateDomainCommandInput;
@@ -29,6 +29,11 @@ export interface CreateEdgeDeploymentPlanCommandOutput extends CreateEdgeDeploym
29
29
  * @see {@link CreateEdgeDeploymentPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceLimitExceeded} (client fault)
33
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
34
+ * training jobs created. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class CreateEdgeDeploymentPlanCommand extends $Command<CreateEdgeDeploymentPlanCommandInput, CreateEdgeDeploymentPlanCommandOutput, SageMakerClientResolvedConfig> {
34
39
  readonly input: CreateEdgeDeploymentPlanCommandInput;
@@ -29,6 +29,11 @@ export interface CreateEdgeDeploymentStageCommandOutput extends __MetadataBearer
29
29
  * @see {@link CreateEdgeDeploymentStageCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceLimitExceeded} (client fault)
33
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
34
+ * training jobs created. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class CreateEdgeDeploymentStageCommand extends $Command<CreateEdgeDeploymentStageCommandInput, CreateEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig> {
34
39
  readonly input: CreateEdgeDeploymentStageCommandInput;
@@ -29,6 +29,11 @@ export interface CreateEdgePackagingJobCommandOutput extends __MetadataBearer {
29
29
  * @see {@link CreateEdgePackagingJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceLimitExceeded} (client fault)
33
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
34
+ * training jobs created. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class CreateEdgePackagingJobCommand extends $Command<CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig> {
34
39
  readonly input: CreateEdgePackagingJobCommandInput;
@@ -106,6 +106,11 @@ export interface CreateEndpointCommandOutput extends CreateEndpointOutput, __Met
106
106
  * @see {@link CreateEndpointCommandOutput} for command's `response` shape.
107
107
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
108
108
  *
109
+ * @throws {@link ResourceLimitExceeded} (client fault)
110
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
111
+ * training jobs created. </p>
112
+ *
113
+ *
109
114
  */
110
115
  export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, SageMakerClientResolvedConfig> {
111
116
  readonly input: CreateEndpointCommandInput;
@@ -57,6 +57,11 @@ export interface CreateEndpointConfigCommandOutput extends CreateEndpointConfigO
57
57
  * @see {@link CreateEndpointConfigCommandOutput} for command's `response` shape.
58
58
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
59
59
  *
60
+ * @throws {@link ResourceLimitExceeded} (client fault)
61
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
62
+ * training jobs created. </p>
63
+ *
64
+ *
60
65
  */
61
66
  export declare class CreateEndpointConfigCommand extends $Command<CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput, SageMakerClientResolvedConfig> {
62
67
  readonly input: CreateEndpointConfigCommandInput;
@@ -49,6 +49,11 @@ export interface CreateExperimentCommandOutput extends CreateExperimentResponse,
49
49
  * @see {@link CreateExperimentCommandOutput} for command's `response` shape.
50
50
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
51
51
  *
52
+ * @throws {@link ResourceLimitExceeded} (client fault)
53
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
54
+ * training jobs created. </p>
55
+ *
56
+ *
52
57
  */
53
58
  export declare class CreateExperimentCommand extends $Command<CreateExperimentCommandInput, CreateExperimentCommandOutput, SageMakerClientResolvedConfig> {
54
59
  readonly input: CreateExperimentCommandInput;
@@ -41,6 +41,14 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo
41
41
  * @see {@link CreateFeatureGroupCommandOutput} for command's `response` shape.
42
42
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
43
43
  *
44
+ * @throws {@link ResourceInUse} (client fault)
45
+ * <p>Resource being accessed is in use.</p>
46
+ *
47
+ * @throws {@link ResourceLimitExceeded} (client fault)
48
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
49
+ * training jobs created. </p>
50
+ *
51
+ *
44
52
  */
45
53
  export declare class CreateFeatureGroupCommand extends $Command<CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput, SageMakerClientResolvedConfig> {
46
54
  readonly input: CreateFeatureGroupCommandInput;
@@ -29,6 +29,14 @@ export interface CreateFlowDefinitionCommandOutput extends CreateFlowDefinitionR
29
29
  * @see {@link CreateFlowDefinitionCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceInUse} (client fault)
33
+ * <p>Resource being accessed is in use.</p>
34
+ *
35
+ * @throws {@link ResourceLimitExceeded} (client fault)
36
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
37
+ * training jobs created. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class CreateFlowDefinitionCommand extends $Command<CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput, SageMakerClientResolvedConfig> {
34
42
  readonly input: CreateFlowDefinitionCommandInput;
@@ -32,6 +32,14 @@ export interface CreateHubCommandOutput extends CreateHubResponse, __MetadataBea
32
32
  * @see {@link CreateHubCommandOutput} for command's `response` shape.
33
33
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
34
34
  *
35
+ * @throws {@link ResourceInUse} (client fault)
36
+ * <p>Resource being accessed is in use.</p>
37
+ *
38
+ * @throws {@link ResourceLimitExceeded} (client fault)
39
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
40
+ * training jobs created. </p>
41
+ *
42
+ *
35
43
  */
36
44
  export declare class CreateHubCommand extends $Command<CreateHubCommandInput, CreateHubCommandOutput, SageMakerClientResolvedConfig> {
37
45
  readonly input: CreateHubCommandInput;
@@ -29,6 +29,14 @@ export interface CreateHumanTaskUiCommandOutput extends CreateHumanTaskUiRespons
29
29
  * @see {@link CreateHumanTaskUiCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceInUse} (client fault)
33
+ * <p>Resource being accessed is in use.</p>
34
+ *
35
+ * @throws {@link ResourceLimitExceeded} (client fault)
36
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
37
+ * training jobs created. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class CreateHumanTaskUiCommand extends $Command<CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput, SageMakerClientResolvedConfig> {
34
42
  readonly input: CreateHumanTaskUiCommandInput;
@@ -43,6 +43,14 @@ export interface CreateHyperParameterTuningJobCommandOutput extends CreateHyperP
43
43
  * @see {@link CreateHyperParameterTuningJobCommandOutput} for command's `response` shape.
44
44
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
45
45
  *
46
+ * @throws {@link ResourceInUse} (client fault)
47
+ * <p>Resource being accessed is in use.</p>
48
+ *
49
+ * @throws {@link ResourceLimitExceeded} (client fault)
50
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
51
+ * training jobs created. </p>
52
+ *
53
+ *
46
54
  */
47
55
  export declare class CreateHyperParameterTuningJobCommand extends $Command<CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig> {
48
56
  readonly input: CreateHyperParameterTuningJobCommandInput;
@@ -31,6 +31,14 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat
31
31
  * @see {@link CreateImageCommandOutput} for command's `response` shape.
32
32
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceInUse} (client fault)
35
+ * <p>Resource being accessed is in use.</p>
36
+ *
37
+ * @throws {@link ResourceLimitExceeded} (client fault)
38
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
39
+ * training jobs created. </p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class CreateImageCommand extends $Command<CreateImageCommandInput, CreateImageCommandOutput, SageMakerClientResolvedConfig> {
36
44
  readonly input: CreateImageCommandInput;
@@ -30,6 +30,17 @@ export interface CreateImageVersionCommandOutput extends CreateImageVersionRespo
30
30
  * @see {@link CreateImageVersionCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceInUse} (client fault)
34
+ * <p>Resource being accessed is in use.</p>
35
+ *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ * @throws {@link ResourceNotFound} (client fault)
41
+ * <p>Resource being access is not found.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class CreateImageVersionCommand extends $Command<CreateImageVersionCommandInput, CreateImageVersionCommandOutput, SageMakerClientResolvedConfig> {
35
46
  readonly input: CreateImageVersionCommandInput;
@@ -43,6 +43,14 @@ export interface CreateInferenceExperimentCommandOutput extends CreateInferenceE
43
43
  * @see {@link CreateInferenceExperimentCommandOutput} for command's `response` shape.
44
44
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
45
45
  *
46
+ * @throws {@link ResourceInUse} (client fault)
47
+ * <p>Resource being accessed is in use.</p>
48
+ *
49
+ * @throws {@link ResourceLimitExceeded} (client fault)
50
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
51
+ * training jobs created. </p>
52
+ *
53
+ *
46
54
  */
47
55
  export declare class CreateInferenceExperimentCommand extends $Command<CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput, SageMakerClientResolvedConfig> {
48
56
  readonly input: CreateInferenceExperimentCommandInput;
@@ -30,6 +30,14 @@ export interface CreateInferenceRecommendationsJobCommandOutput extends CreateIn
30
30
  * @see {@link CreateInferenceRecommendationsJobCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceInUse} (client fault)
34
+ * <p>Resource being accessed is in use.</p>
35
+ *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class CreateInferenceRecommendationsJobCommand extends $Command<CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig> {
35
43
  readonly input: CreateInferenceRecommendationsJobCommandInput;
@@ -66,6 +66,14 @@ export interface CreateLabelingJobCommandOutput extends CreateLabelingJobRespons
66
66
  * @see {@link CreateLabelingJobCommandOutput} for command's `response` shape.
67
67
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
68
68
  *
69
+ * @throws {@link ResourceInUse} (client fault)
70
+ * <p>Resource being accessed is in use.</p>
71
+ *
72
+ * @throws {@link ResourceLimitExceeded} (client fault)
73
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
74
+ * training jobs created. </p>
75
+ *
76
+ *
69
77
  */
70
78
  export declare class CreateLabelingJobCommand extends $Command<CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput, SageMakerClientResolvedConfig> {
71
79
  readonly input: CreateLabelingJobCommandInput;
@@ -29,6 +29,14 @@ export interface CreateModelBiasJobDefinitionCommandOutput extends CreateModelBi
29
29
  * @see {@link CreateModelBiasJobDefinitionCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceInUse} (client fault)
33
+ * <p>Resource being accessed is in use.</p>
34
+ *
35
+ * @throws {@link ResourceLimitExceeded} (client fault)
36
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
37
+ * training jobs created. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class CreateModelBiasJobDefinitionCommand extends $Command<CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
34
42
  readonly input: CreateModelBiasJobDefinitionCommandInput;
@@ -30,6 +30,15 @@ export interface CreateModelCardCommandOutput extends CreateModelCardResponse, _
30
30
  * @see {@link CreateModelCardCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
35
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
36
+ *
37
+ * @throws {@link ResourceLimitExceeded} (client fault)
38
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
39
+ * training jobs created. </p>
40
+ *
41
+ *
33
42
  */
34
43
  export declare class CreateModelCardCommand extends $Command<CreateModelCardCommandInput, CreateModelCardCommandOutput, SageMakerClientResolvedConfig> {
35
44
  readonly input: CreateModelCardCommandInput;
@@ -29,6 +29,18 @@ export interface CreateModelCardExportJobCommandOutput extends CreateModelCardEx
29
29
  * @see {@link CreateModelCardExportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
34
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
35
+ *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ * @throws {@link ResourceNotFound} (client fault)
41
+ * <p>Resource being access is not found.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class CreateModelCardExportJobCommand extends $Command<CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput, SageMakerClientResolvedConfig> {
34
46
  readonly input: CreateModelCardExportJobCommandInput;
@@ -48,6 +48,11 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
48
48
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
49
49
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
50
50
  *
51
+ * @throws {@link ResourceLimitExceeded} (client fault)
52
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
53
+ * training jobs created. </p>
54
+ *
55
+ *
51
56
  */
52
57
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, SageMakerClientResolvedConfig> {
53
58
  readonly input: CreateModelCommandInput;
@@ -29,6 +29,14 @@ export interface CreateModelExplainabilityJobDefinitionCommandOutput extends Cre
29
29
  * @see {@link CreateModelExplainabilityJobDefinitionCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceInUse} (client fault)
33
+ * <p>Resource being accessed is in use.</p>
34
+ *
35
+ * @throws {@link ResourceLimitExceeded} (client fault)
36
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
37
+ * training jobs created. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class CreateModelExplainabilityJobDefinitionCommand extends $Command<CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
34
42
  readonly input: CreateModelExplainabilityJobDefinitionCommandInput;
@@ -48,6 +48,15 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
48
48
  * @see {@link CreateModelPackageCommandOutput} for command's `response` shape.
49
49
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
50
50
  *
51
+ * @throws {@link ConflictException} (client fault)
52
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
53
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
54
+ *
55
+ * @throws {@link ResourceLimitExceeded} (client fault)
56
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
57
+ * training jobs created. </p>
58
+ *
59
+ *
51
60
  */
52
61
  export declare class CreateModelPackageCommand extends $Command<CreateModelPackageCommandInput, CreateModelPackageCommandOutput, SageMakerClientResolvedConfig> {
53
62
  readonly input: CreateModelPackageCommandInput;
@@ -29,6 +29,11 @@ export interface CreateModelPackageGroupCommandOutput extends CreateModelPackage
29
29
  * @see {@link CreateModelPackageGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceLimitExceeded} (client fault)
33
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
34
+ * training jobs created. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class CreateModelPackageGroupCommand extends $Command<CreateModelPackageGroupCommandInput, CreateModelPackageGroupCommandOutput, SageMakerClientResolvedConfig> {
34
39
  readonly input: CreateModelPackageGroupCommandInput;
@@ -30,6 +30,14 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
30
30
  * @see {@link CreateModelQualityJobDefinitionCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceInUse} (client fault)
34
+ * <p>Resource being accessed is in use.</p>
35
+ *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class CreateModelQualityJobDefinitionCommand extends $Command<CreateModelQualityJobDefinitionCommandInput, CreateModelQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
35
43
  readonly input: CreateModelQualityJobDefinitionCommandInput;
@@ -30,6 +30,14 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
30
30
  * @see {@link CreateMonitoringScheduleCommandOutput} for command's `response` shape.
31
31
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceInUse} (client fault)
34
+ * <p>Resource being accessed is in use.</p>
35
+ *
36
+ * @throws {@link ResourceLimitExceeded} (client fault)
37
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
38
+ * training jobs created. </p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class CreateMonitoringScheduleCommand extends $Command<CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
35
43
  readonly input: CreateMonitoringScheduleCommandInput;
@@ -63,6 +63,11 @@ export interface CreateNotebookInstanceCommandOutput extends CreateNotebookInsta
63
63
  * @see {@link CreateNotebookInstanceCommandOutput} for command's `response` shape.
64
64
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
65
65
  *
66
+ * @throws {@link ResourceLimitExceeded} (client fault)
67
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
68
+ * training jobs created. </p>
69
+ *
70
+ *
66
71
  */
67
72
  export declare class CreateNotebookInstanceCommand extends $Command<CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
68
73
  readonly input: CreateNotebookInstanceCommandInput;