@aws-sdk/client-sagemaker 3.296.0 → 3.297.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 (379) hide show
  1. package/dist-types/SageMaker.d.ts +302 -1
  2. package/dist-types/SageMakerClient.d.ts +24 -4
  3. package/dist-types/commands/AddAssociationCommand.d.ts +16 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateActionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateAlgorithmCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateArtifactCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateCompilationJobCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContextCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateExperimentCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateHubCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateImageVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +16 -0
  33. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +16 -0
  34. package/dist-types/commands/CreateLabelingJobCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateModelCardCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +16 -0
  45. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/CreatePipelineCommand.d.ts +16 -0
  47. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +16 -0
  48. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +16 -0
  49. package/dist-types/commands/CreateProcessingJobCommand.d.ts +16 -0
  50. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  51. package/dist-types/commands/CreateSpaceCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/CreateTrainingJobCommand.d.ts +16 -0
  54. package/dist-types/commands/CreateTransformJobCommand.d.ts +16 -0
  55. package/dist-types/commands/CreateTrialCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateTrialComponentCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateWorkforceCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateWorkteamCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteActionCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteArtifactCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteAssociationCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteContextCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteExperimentCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteHubCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteHubContentCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteImageVersionCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteModelCardCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteModelPackageCommand.d.ts +16 -0
  89. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +16 -0
  90. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +16 -0
  91. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +16 -0
  92. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +16 -0
  93. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +16 -0
  94. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  95. package/dist-types/commands/DeletePipelineCommand.d.ts +16 -0
  96. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  97. package/dist-types/commands/DeleteSpaceCommand.d.ts +16 -0
  98. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +16 -0
  99. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  100. package/dist-types/commands/DeleteTrialCommand.d.ts +16 -0
  101. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +16 -0
  102. package/dist-types/commands/DeleteUserProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/DeleteWorkforceCommand.d.ts +16 -0
  104. package/dist-types/commands/DeleteWorkteamCommand.d.ts +16 -0
  105. package/dist-types/commands/DeregisterDevicesCommand.d.ts +16 -0
  106. package/dist-types/commands/DescribeActionCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeArtifactCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +16 -0
  112. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +16 -0
  113. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +16 -0
  114. package/dist-types/commands/DescribeContextCommand.d.ts +16 -0
  115. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +16 -0
  116. package/dist-types/commands/DescribeDeviceCommand.d.ts +16 -0
  117. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +16 -0
  118. package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
  119. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +16 -0
  120. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +16 -0
  121. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  122. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +16 -0
  123. package/dist-types/commands/DescribeExperimentCommand.d.ts +16 -0
  124. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +16 -0
  125. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +16 -0
  126. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +16 -0
  127. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  128. package/dist-types/commands/DescribeHubContentCommand.d.ts +16 -0
  129. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +16 -0
  130. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +16 -0
  131. package/dist-types/commands/DescribeImageCommand.d.ts +16 -0
  132. package/dist-types/commands/DescribeImageVersionCommand.d.ts +16 -0
  133. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +16 -0
  134. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +16 -0
  135. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +16 -0
  136. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +16 -0
  137. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +16 -0
  138. package/dist-types/commands/DescribeModelCardCommand.d.ts +16 -0
  139. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +16 -0
  140. package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
  141. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  142. package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -0
  143. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +16 -0
  144. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +16 -0
  145. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +16 -0
  147. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  148. package/dist-types/commands/DescribePipelineCommand.d.ts +16 -0
  149. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +16 -0
  150. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +16 -0
  151. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +16 -0
  152. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeSpaceCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeTransformJobCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeTrialCommand.d.ts +16 -0
  159. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +16 -0
  160. package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
  161. package/dist-types/commands/DescribeWorkforceCommand.d.ts +16 -0
  162. package/dist-types/commands/DescribeWorkteamCommand.d.ts +16 -0
  163. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  164. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +16 -0
  165. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  166. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +16 -0
  167. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +16 -0
  168. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +16 -0
  169. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +16 -0
  170. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +16 -0
  171. package/dist-types/commands/ImportHubContentCommand.d.ts +16 -0
  172. package/dist-types/commands/ListActionsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListAlgorithmsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  175. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +16 -0
  176. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  177. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  178. package/dist-types/commands/ListAssociationsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +16 -0
  180. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +16 -0
  181. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +16 -0
  182. package/dist-types/commands/ListCompilationJobsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListContextsCommand.d.ts +16 -0
  184. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +16 -0
  186. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +16 -0
  189. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +16 -0
  191. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListExperimentsCommand.d.ts +16 -0
  193. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +16 -0
  194. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +16 -0
  195. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListHubContentsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListHubsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +16 -0
  199. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +16 -0
  200. package/dist-types/commands/ListImageVersionsCommand.d.ts +16 -0
  201. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  202. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +16 -0
  203. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListLabelingJobsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +16 -0
  207. package/dist-types/commands/ListLineageGroupsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +16 -0
  209. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +16 -0
  210. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
  211. package/dist-types/commands/ListModelCardsCommand.d.ts +16 -0
  212. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +16 -0
  213. package/dist-types/commands/ListModelMetadataCommand.d.ts +16 -0
  214. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +16 -0
  215. package/dist-types/commands/ListModelPackagesCommand.d.ts +16 -0
  216. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +16 -0
  217. package/dist-types/commands/ListModelsCommand.d.ts +16 -0
  218. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +16 -0
  219. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +16 -0
  220. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +16 -0
  221. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +16 -0
  222. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +16 -0
  223. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +16 -0
  224. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +16 -0
  225. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
  226. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +16 -0
  227. package/dist-types/commands/ListPipelinesCommand.d.ts +16 -0
  228. package/dist-types/commands/ListProcessingJobsCommand.d.ts +16 -0
  229. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  230. package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
  231. package/dist-types/commands/ListStageDevicesCommand.d.ts +16 -0
  232. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +16 -0
  233. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +16 -0
  234. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  235. package/dist-types/commands/ListTrainingJobsCommand.d.ts +17 -1
  236. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +16 -0
  237. package/dist-types/commands/ListTransformJobsCommand.d.ts +16 -0
  238. package/dist-types/commands/ListTrialComponentsCommand.d.ts +16 -0
  239. package/dist-types/commands/ListTrialsCommand.d.ts +16 -0
  240. package/dist-types/commands/ListUserProfilesCommand.d.ts +16 -0
  241. package/dist-types/commands/ListWorkforcesCommand.d.ts +16 -0
  242. package/dist-types/commands/ListWorkteamsCommand.d.ts +16 -0
  243. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +16 -0
  244. package/dist-types/commands/QueryLineageCommand.d.ts +16 -0
  245. package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
  246. package/dist-types/commands/RenderUiTemplateCommand.d.ts +16 -0
  247. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +16 -0
  248. package/dist-types/commands/SearchCommand.d.ts +16 -0
  249. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +16 -0
  250. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +16 -0
  251. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +16 -0
  252. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +16 -0
  253. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +16 -0
  254. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +16 -0
  255. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -0
  256. package/dist-types/commands/StopAutoMLJobCommand.d.ts +16 -0
  257. package/dist-types/commands/StopCompilationJobCommand.d.ts +16 -0
  258. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +16 -0
  259. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +16 -0
  260. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +16 -0
  261. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +16 -0
  262. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +16 -0
  263. package/dist-types/commands/StopLabelingJobCommand.d.ts +16 -0
  264. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +16 -0
  265. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +16 -0
  266. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +16 -0
  267. package/dist-types/commands/StopProcessingJobCommand.d.ts +16 -0
  268. package/dist-types/commands/StopTrainingJobCommand.d.ts +16 -0
  269. package/dist-types/commands/StopTransformJobCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateActionCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
  272. package/dist-types/commands/UpdateArtifactCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +16 -0
  274. package/dist-types/commands/UpdateContextCommand.d.ts +16 -0
  275. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +16 -0
  276. package/dist-types/commands/UpdateDevicesCommand.d.ts +16 -0
  277. package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
  278. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  279. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +16 -0
  280. package/dist-types/commands/UpdateExperimentCommand.d.ts +16 -0
  281. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +16 -0
  282. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +16 -0
  283. package/dist-types/commands/UpdateHubCommand.d.ts +16 -0
  284. package/dist-types/commands/UpdateImageCommand.d.ts +16 -0
  285. package/dist-types/commands/UpdateImageVersionCommand.d.ts +16 -0
  286. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +16 -0
  287. package/dist-types/commands/UpdateModelCardCommand.d.ts +16 -0
  288. package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -0
  289. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +16 -0
  290. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +16 -0
  291. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +16 -0
  292. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  293. package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -0
  294. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +16 -0
  295. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  296. package/dist-types/commands/UpdateSpaceCommand.d.ts +16 -0
  297. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +16 -0
  298. package/dist-types/commands/UpdateTrialCommand.d.ts +16 -0
  299. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +16 -0
  300. package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
  301. package/dist-types/commands/UpdateWorkforceCommand.d.ts +16 -0
  302. package/dist-types/commands/UpdateWorkteamCommand.d.ts +16 -0
  303. package/dist-types/models/SageMakerServiceException.d.ts +2 -0
  304. package/dist-types/models/models_0.d.ts +634 -84
  305. package/dist-types/models/models_1.d.ts +641 -6
  306. package/dist-types/models/models_2.d.ts +712 -14
  307. package/dist-types/models/models_3.d.ts +776 -6
  308. package/dist-types/models/models_4.d.ts +162 -0
  309. package/dist-types/pagination/Interfaces.d.ts +3 -0
  310. package/dist-types/pagination/ListActionsPaginator.d.ts +3 -0
  311. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +3 -0
  312. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  313. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +3 -0
  314. package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
  315. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  316. package/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  317. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +3 -0
  318. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +3 -0
  319. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +3 -0
  320. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +3 -0
  321. package/dist-types/pagination/ListContextsPaginator.d.ts +3 -0
  322. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +3 -0
  323. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +3 -0
  324. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  325. package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
  326. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +3 -0
  327. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +3 -0
  328. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +3 -0
  329. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  330. package/dist-types/pagination/ListExperimentsPaginator.d.ts +3 -0
  331. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +3 -0
  332. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +3 -0
  333. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +3 -0
  334. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +3 -0
  335. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  336. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +3 -0
  337. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +3 -0
  338. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +3 -0
  339. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +3 -0
  340. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +3 -0
  341. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +3 -0
  342. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +3 -0
  343. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +3 -0
  344. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +3 -0
  345. package/dist-types/pagination/ListModelCardsPaginator.d.ts +3 -0
  346. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +3 -0
  347. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +3 -0
  348. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +3 -0
  349. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +3 -0
  350. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +3 -0
  351. package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
  352. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +3 -0
  353. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +3 -0
  354. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +3 -0
  355. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +3 -0
  356. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +3 -0
  357. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +3 -0
  358. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +3 -0
  359. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  360. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +3 -0
  361. package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  362. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +3 -0
  363. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  364. package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
  365. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +3 -0
  366. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +3 -0
  367. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +3 -0
  368. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  369. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +3 -0
  370. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +3 -0
  371. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +3 -0
  372. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +3 -0
  373. package/dist-types/pagination/ListTrialsPaginator.d.ts +3 -0
  374. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +3 -0
  375. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +3 -0
  376. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +3 -0
  377. package/dist-types/pagination/QueryLineagePaginator.d.ts +3 -0
  378. package/dist-types/pagination/SearchPaginator.d.ts +3 -0
  379. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartInferenceExperimentRequest, StartInferenceExperimentResponse } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartInferenceExperimentCommand}.
8
10
  */
9
11
  export interface StartInferenceExperimentCommandInput extends StartInferenceExperimentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartInferenceExperimentCommand}.
13
17
  */
14
18
  export interface StartInferenceExperimentCommandOutput extends StartInferenceExperimentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an inference experiment.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartInferenceExperimentCommandOutput extends StartInferenceExp
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartInferenceExperimentCommandInput - {@link StartInferenceExperimentCommandInput}
34
+ * @returns {@link StartInferenceExperimentCommandOutput}
28
35
  * @see {@link StartInferenceExperimentCommandInput} for command's `input` shape.
29
36
  * @see {@link StartInferenceExperimentCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StartInferenceExperimentCommandOutput extends StartInferenceExp
41
48
  export declare class StartInferenceExperimentCommand extends $Command<StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput, SageMakerClientResolvedConfig> {
42
49
  readonly input: StartInferenceExperimentCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StartInferenceExperimentCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartMonitoringScheduleRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartMonitoringScheduleCommand}.
8
10
  */
9
11
  export interface StartMonitoringScheduleCommandInput extends StartMonitoringScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartMonitoringScheduleCommand}.
13
17
  */
14
18
  export interface StartMonitoringScheduleCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a previously stopped monitoring schedule.</p>
18
23
  * <note>
19
24
  * <p>By default, when you successfully create a new schedule, the status of a monitoring
@@ -29,6 +34,8 @@ export interface StartMonitoringScheduleCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param StartMonitoringScheduleCommandInput - {@link StartMonitoringScheduleCommandInput}
38
+ * @returns {@link StartMonitoringScheduleCommandOutput}
32
39
  * @see {@link StartMonitoringScheduleCommandInput} for command's `input` shape.
33
40
  * @see {@link StartMonitoringScheduleCommandOutput} for command's `response` shape.
34
41
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StartMonitoringScheduleCommandOutput extends __MetadataBearer {
41
48
  export declare class StartMonitoringScheduleCommand extends $Command<StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
42
49
  readonly input: StartMonitoringScheduleCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StartMonitoringScheduleCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartNotebookInstanceInput } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartNotebookInstanceCommand}.
8
10
  */
9
11
  export interface StartNotebookInstanceCommandInput extends StartNotebookInstanceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartNotebookInstanceCommand}.
13
17
  */
14
18
  export interface StartNotebookInstanceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Launches an ML compute instance with the latest version of the libraries and
18
23
  * attaches your ML storage volume. After configuring the notebook instance, SageMaker sets the
19
24
  * notebook instance status to <code>InService</code>. A notebook instance's status must be
@@ -28,6 +33,8 @@ export interface StartNotebookInstanceCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param StartNotebookInstanceCommandInput - {@link StartNotebookInstanceCommandInput}
37
+ * @returns {@link StartNotebookInstanceCommandOutput}
31
38
  * @see {@link StartNotebookInstanceCommandInput} for command's `input` shape.
32
39
  * @see {@link StartNotebookInstanceCommandOutput} for command's `response` shape.
33
40
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StartNotebookInstanceCommandOutput extends __MetadataBearer {
41
48
  export declare class StartNotebookInstanceCommand extends $Command<StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
42
49
  readonly input: StartNotebookInstanceCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StartNotebookInstanceCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartPipelineExecutionRequest, StartPipelineExecutionResponse } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartPipelineExecutionCommand}.
8
10
  */
9
11
  export interface StartPipelineExecutionCommandInput extends StartPipelineExecutionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartPipelineExecutionCommand}.
13
17
  */
14
18
  export interface StartPipelineExecutionCommandOutput extends StartPipelineExecutionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a pipeline execution.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartPipelineExecutionCommandInput - {@link StartPipelineExecutionCommandInput}
34
+ * @returns {@link StartPipelineExecutionCommandOutput}
28
35
  * @see {@link StartPipelineExecutionCommandInput} for command's `input` shape.
29
36
  * @see {@link StartPipelineExecutionCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut
41
48
  export declare class StartPipelineExecutionCommand extends $Command<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, SageMakerClientResolvedConfig> {
42
49
  readonly input: StartPipelineExecutionCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StartPipelineExecutionCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopAutoMLJobRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopAutoMLJobCommand}.
8
10
  */
9
11
  export interface StopAutoMLJobCommandInput extends StopAutoMLJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopAutoMLJobCommand}.
13
17
  */
14
18
  export interface StopAutoMLJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A method for forcing a running job to shut down.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopAutoMLJobCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopAutoMLJobCommandInput - {@link StopAutoMLJobCommandInput}
34
+ * @returns {@link StopAutoMLJobCommandOutput}
28
35
  * @see {@link StopAutoMLJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopAutoMLJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -37,11 +44,20 @@ export interface StopAutoMLJobCommandOutput extends __MetadataBearer {
37
44
  export declare class StopAutoMLJobCommand extends $Command<StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput, SageMakerClientResolvedConfig> {
38
45
  readonly input: StopAutoMLJobCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: StopAutoMLJobCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopCompilationJobRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopCompilationJobCommand}.
8
10
  */
9
11
  export interface StopCompilationJobCommandInput extends StopCompilationJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopCompilationJobCommand}.
13
17
  */
14
18
  export interface StopCompilationJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a model compilation job.</p>
18
23
  * <p> To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the
19
24
  * job down. If the job hasn't stopped, it sends the SIGKILL signal.</p>
@@ -30,6 +35,8 @@ export interface StopCompilationJobCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param StopCompilationJobCommandInput - {@link StopCompilationJobCommandInput}
39
+ * @returns {@link StopCompilationJobCommandOutput}
33
40
  * @see {@link StopCompilationJobCommandInput} for command's `input` shape.
34
41
  * @see {@link StopCompilationJobCommandOutput} for command's `response` shape.
35
42
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -42,11 +49,20 @@ export interface StopCompilationJobCommandOutput extends __MetadataBearer {
42
49
  export declare class StopCompilationJobCommand extends $Command<StopCompilationJobCommandInput, StopCompilationJobCommandOutput, SageMakerClientResolvedConfig> {
43
50
  readonly input: StopCompilationJobCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: StopCompilationJobCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCompilationJobCommandInput, StopCompilationJobCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopEdgeDeploymentStageRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopEdgeDeploymentStageCommand}.
8
10
  */
9
11
  export interface StopEdgeDeploymentStageCommandInput extends StopEdgeDeploymentStageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopEdgeDeploymentStageCommand}.
13
17
  */
14
18
  export interface StopEdgeDeploymentStageCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a stage in an edge deployment plan.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopEdgeDeploymentStageCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopEdgeDeploymentStageCommandInput - {@link StopEdgeDeploymentStageCommandInput}
34
+ * @returns {@link StopEdgeDeploymentStageCommandOutput}
28
35
  * @see {@link StopEdgeDeploymentStageCommandInput} for command's `input` shape.
29
36
  * @see {@link StopEdgeDeploymentStageCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -34,11 +41,20 @@ export interface StopEdgeDeploymentStageCommandOutput extends __MetadataBearer {
34
41
  export declare class StopEdgeDeploymentStageCommand extends $Command<StopEdgeDeploymentStageCommandInput, StopEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig> {
35
42
  readonly input: StopEdgeDeploymentStageCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: StopEdgeDeploymentStageCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEdgeDeploymentStageCommandInput, StopEdgeDeploymentStageCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopEdgePackagingJobRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopEdgePackagingJobCommand}.
8
10
  */
9
11
  export interface StopEdgePackagingJobCommandInput extends StopEdgePackagingJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopEdgePackagingJobCommand}.
13
17
  */
14
18
  export interface StopEdgePackagingJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Request to stop an edge packaging job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopEdgePackagingJobCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopEdgePackagingJobCommandInput - {@link StopEdgePackagingJobCommandInput}
34
+ * @returns {@link StopEdgePackagingJobCommandOutput}
28
35
  * @see {@link StopEdgePackagingJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopEdgePackagingJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -34,11 +41,20 @@ export interface StopEdgePackagingJobCommandOutput extends __MetadataBearer {
34
41
  export declare class StopEdgePackagingJobCommand extends $Command<StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig> {
35
42
  readonly input: StopEdgePackagingJobCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: StopEdgePackagingJobCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopHyperParameterTuningJobRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopHyperParameterTuningJobCommand}.
8
10
  */
9
11
  export interface StopHyperParameterTuningJobCommandInput extends StopHyperParameterTuningJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopHyperParameterTuningJobCommand}.
13
17
  */
14
18
  export interface StopHyperParameterTuningJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a running hyperparameter tuning job and all running training jobs that the
18
23
  * tuning job launched.</p>
19
24
  * <p>All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All
@@ -31,6 +36,8 @@ export interface StopHyperParameterTuningJobCommandOutput extends __MetadataBear
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param StopHyperParameterTuningJobCommandInput - {@link StopHyperParameterTuningJobCommandInput}
40
+ * @returns {@link StopHyperParameterTuningJobCommandOutput}
34
41
  * @see {@link StopHyperParameterTuningJobCommandInput} for command's `input` shape.
35
42
  * @see {@link StopHyperParameterTuningJobCommandOutput} for command's `response` shape.
36
43
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -43,11 +50,20 @@ export interface StopHyperParameterTuningJobCommandOutput extends __MetadataBear
43
50
  export declare class StopHyperParameterTuningJobCommand extends $Command<StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig> {
44
51
  readonly input: StopHyperParameterTuningJobCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: StopHyperParameterTuningJobCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopInferenceExperimentRequest, StopInferenceExperimentResponse } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopInferenceExperimentCommand}.
8
10
  */
9
11
  export interface StopInferenceExperimentCommandInput extends StopInferenceExperimentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopInferenceExperimentCommand}.
13
17
  */
14
18
  export interface StopInferenceExperimentCommandOutput extends StopInferenceExperimentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an inference experiment.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopInferenceExperimentCommandOutput extends StopInferenceExper
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopInferenceExperimentCommandInput - {@link StopInferenceExperimentCommandInput}
34
+ * @returns {@link StopInferenceExperimentCommandOutput}
28
35
  * @see {@link StopInferenceExperimentCommandInput} for command's `input` shape.
29
36
  * @see {@link StopInferenceExperimentCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StopInferenceExperimentCommandOutput extends StopInferenceExper
41
48
  export declare class StopInferenceExperimentCommand extends $Command<StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput, SageMakerClientResolvedConfig> {
42
49
  readonly input: StopInferenceExperimentCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StopInferenceExperimentCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopInferenceRecommendationsJobRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopInferenceRecommendationsJobCommand}.
8
10
  */
9
11
  export interface StopInferenceRecommendationsJobCommandInput extends StopInferenceRecommendationsJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopInferenceRecommendationsJobCommand}.
13
17
  */
14
18
  export interface StopInferenceRecommendationsJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an Inference Recommender job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopInferenceRecommendationsJobCommandOutput extends __Metadata
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopInferenceRecommendationsJobCommandInput - {@link StopInferenceRecommendationsJobCommandInput}
34
+ * @returns {@link StopInferenceRecommendationsJobCommandOutput}
28
35
  * @see {@link StopInferenceRecommendationsJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopInferenceRecommendationsJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -37,11 +44,20 @@ export interface StopInferenceRecommendationsJobCommandOutput extends __Metadata
37
44
  export declare class StopInferenceRecommendationsJobCommand extends $Command<StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig> {
38
45
  readonly input: StopInferenceRecommendationsJobCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: StopInferenceRecommendationsJobCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopLabelingJobRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopLabelingJobCommand}.
8
10
  */
9
11
  export interface StopLabelingJobCommandInput extends StopLabelingJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopLabelingJobCommand}.
13
17
  */
14
18
  export interface StopLabelingJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results
18
23
  * obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StopLabelingJobCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StopLabelingJobCommandInput - {@link StopLabelingJobCommandInput}
35
+ * @returns {@link StopLabelingJobCommandOutput}
29
36
  * @see {@link StopLabelingJobCommandInput} for command's `input` shape.
30
37
  * @see {@link StopLabelingJobCommandOutput} for command's `response` shape.
31
38
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -38,11 +45,20 @@ export interface StopLabelingJobCommandOutput extends __MetadataBearer {
38
45
  export declare class StopLabelingJobCommand extends $Command<StopLabelingJobCommandInput, StopLabelingJobCommandOutput, SageMakerClientResolvedConfig> {
39
46
  readonly input: StopLabelingJobCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: StopLabelingJobCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopLabelingJobCommandInput, StopLabelingJobCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopMonitoringScheduleRequest } from "../models/models_3";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopMonitoringScheduleCommand}.
8
10
  */
9
11
  export interface StopMonitoringScheduleCommandInput extends StopMonitoringScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopMonitoringScheduleCommand}.
13
17
  */
14
18
  export interface StopMonitoringScheduleCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a previously started monitoring schedule.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopMonitoringScheduleCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopMonitoringScheduleCommandInput - {@link StopMonitoringScheduleCommandInput}
34
+ * @returns {@link StopMonitoringScheduleCommandOutput}
28
35
  * @see {@link StopMonitoringScheduleCommandInput} for command's `input` shape.
29
36
  * @see {@link StopMonitoringScheduleCommandOutput} for command's `response` shape.
30
37
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
@@ -37,11 +44,20 @@ export interface StopMonitoringScheduleCommandOutput extends __MetadataBearer {
37
44
  export declare class StopMonitoringScheduleCommand extends $Command<StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
38
45
  readonly input: StopMonitoringScheduleCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: StopMonitoringScheduleCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }