@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
@@ -301,6 +301,7 @@ import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./com
301
301
  import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
302
302
  import { SageMakerClient } from "./SageMakerClient";
303
303
  /**
304
+ * @public
304
305
  * <p>Provides APIs for creating and managing SageMaker resources. </p>
305
306
  * <p>Other Resources:</p>
306
307
  * <ul>
@@ -320,6 +321,7 @@ import { SageMakerClient } from "./SageMakerClient";
320
321
  */
321
322
  export declare class SageMaker extends SageMakerClient {
322
323
  /**
324
+ * @public
323
325
  * <p>Creates an <i>association</i> between the source and the destination. A
324
326
  * source can be associated with multiple destinations, and a destination can be associated
325
327
  * with multiple sources. An association is a lineage tracking entity. For more information, see
@@ -330,6 +332,7 @@ export declare class SageMaker extends SageMakerClient {
330
332
  addAssociation(args: AddAssociationCommandInput, cb: (err: any, data?: AddAssociationCommandOutput) => void): void;
331
333
  addAssociation(args: AddAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddAssociationCommandOutput) => void): void;
332
334
  /**
335
+ * @public
333
336
  * <p>Adds or overwrites one or more tags for the specified SageMaker resource. You can add
334
337
  * tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform
335
338
  * jobs, models, labeling jobs, work teams, endpoint configurations, and
@@ -360,6 +363,7 @@ export declare class SageMaker extends SageMakerClient {
360
363
  addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
361
364
  addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
362
365
  /**
366
+ * @public
363
367
  * <p>Associates a trial component with a trial. A trial component can be associated with
364
368
  * multiple trials. To disassociate a trial component from a trial, call the <a>DisassociateTrialComponent</a> API.</p>
365
369
  */
@@ -367,12 +371,14 @@ export declare class SageMaker extends SageMakerClient {
367
371
  associateTrialComponent(args: AssociateTrialComponentCommandInput, cb: (err: any, data?: AssociateTrialComponentCommandOutput) => void): void;
368
372
  associateTrialComponent(args: AssociateTrialComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrialComponentCommandOutput) => void): void;
369
373
  /**
374
+ * @public
370
375
  * <p>This action batch describes a list of versioned model packages</p>
371
376
  */
372
377
  batchDescribeModelPackage(args: BatchDescribeModelPackageCommandInput, options?: __HttpHandlerOptions): Promise<BatchDescribeModelPackageCommandOutput>;
373
378
  batchDescribeModelPackage(args: BatchDescribeModelPackageCommandInput, cb: (err: any, data?: BatchDescribeModelPackageCommandOutput) => void): void;
374
379
  batchDescribeModelPackage(args: BatchDescribeModelPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDescribeModelPackageCommandOutput) => void): void;
375
380
  /**
381
+ * @public
376
382
  * <p>Creates an <i>action</i>. An action is a lineage tracking entity that
377
383
  * represents an action or activity. For example, a model deployment or an HPO job.
378
384
  * Generally, an action involves at least one input or output artifact. For more information, see
@@ -383,12 +389,14 @@ export declare class SageMaker extends SageMakerClient {
383
389
  createAction(args: CreateActionCommandInput, cb: (err: any, data?: CreateActionCommandOutput) => void): void;
384
390
  createAction(args: CreateActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateActionCommandOutput) => void): void;
385
391
  /**
392
+ * @public
386
393
  * <p>Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.</p>
387
394
  */
388
395
  createAlgorithm(args: CreateAlgorithmCommandInput, options?: __HttpHandlerOptions): Promise<CreateAlgorithmCommandOutput>;
389
396
  createAlgorithm(args: CreateAlgorithmCommandInput, cb: (err: any, data?: CreateAlgorithmCommandOutput) => void): void;
390
397
  createAlgorithm(args: CreateAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAlgorithmCommandOutput) => void): void;
391
398
  /**
399
+ * @public
392
400
  * <p>Creates a running app for the specified UserProfile. This operation is automatically
393
401
  * invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel
394
402
  * configurations are selected by the user. A user may have multiple Apps active simultaneously.</p>
@@ -397,6 +405,7 @@ export declare class SageMaker extends SageMakerClient {
397
405
  createApp(args: CreateAppCommandInput, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
398
406
  createApp(args: CreateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
399
407
  /**
408
+ * @public
400
409
  * <p>Creates a configuration for running a SageMaker image as a KernelGateway app. The
401
410
  * configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the
402
411
  * kernels in the image.</p>
@@ -405,6 +414,7 @@ export declare class SageMaker extends SageMakerClient {
405
414
  createAppImageConfig(args: CreateAppImageConfigCommandInput, cb: (err: any, data?: CreateAppImageConfigCommandOutput) => void): void;
406
415
  createAppImageConfig(args: CreateAppImageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppImageConfigCommandOutput) => void): void;
407
416
  /**
417
+ * @public
408
418
  * <p>Creates an <i>artifact</i>. An artifact is a lineage tracking entity that
409
419
  * represents a URI addressable object or data. Some examples are the S3 URI of a dataset and
410
420
  * the ECR registry path of an image. For more information, see
@@ -415,6 +425,7 @@ export declare class SageMaker extends SageMakerClient {
415
425
  createArtifact(args: CreateArtifactCommandInput, cb: (err: any, data?: CreateArtifactCommandOutput) => void): void;
416
426
  createArtifact(args: CreateArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateArtifactCommandOutput) => void): void;
417
427
  /**
428
+ * @public
418
429
  * <p>Creates an Autopilot job.</p>
419
430
  * <p>Find the best-performing model after you run an Autopilot job by calling .</p>
420
431
  * <p>For information about how to use Autopilot, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">Automate Model
@@ -424,6 +435,7 @@ export declare class SageMaker extends SageMakerClient {
424
435
  createAutoMLJob(args: CreateAutoMLJobCommandInput, cb: (err: any, data?: CreateAutoMLJobCommandOutput) => void): void;
425
436
  createAutoMLJob(args: CreateAutoMLJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoMLJobCommandOutput) => void): void;
426
437
  /**
438
+ * @public
427
439
  * <p>Creates a Git repository as a resource in your SageMaker account. You can associate the
428
440
  * repository with notebook instances so that you can use Git source control for the
429
441
  * notebooks you create. The Git repository is a resource in your SageMaker account, so it can
@@ -436,6 +448,7 @@ export declare class SageMaker extends SageMakerClient {
436
448
  createCodeRepository(args: CreateCodeRepositoryCommandInput, cb: (err: any, data?: CreateCodeRepositoryCommandOutput) => void): void;
437
449
  createCodeRepository(args: CreateCodeRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCodeRepositoryCommandOutput) => void): void;
438
450
  /**
451
+ * @public
439
452
  * <p>Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the
440
453
  * resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify. </p>
441
454
  * <p>If
@@ -473,6 +486,7 @@ export declare class SageMaker extends SageMakerClient {
473
486
  createCompilationJob(args: CreateCompilationJobCommandInput, cb: (err: any, data?: CreateCompilationJobCommandOutput) => void): void;
474
487
  createCompilationJob(args: CreateCompilationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCompilationJobCommandOutput) => void): void;
475
488
  /**
489
+ * @public
476
490
  * <p>Creates a <i>context</i>. A context is a lineage tracking entity that
477
491
  * represents a logical grouping of other tracking or experiment entities. Some examples are
478
492
  * an endpoint and a model package. For more information, see
@@ -483,6 +497,7 @@ export declare class SageMaker extends SageMakerClient {
483
497
  createContext(args: CreateContextCommandInput, cb: (err: any, data?: CreateContextCommandOutput) => void): void;
484
498
  createContext(args: CreateContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContextCommandOutput) => void): void;
485
499
  /**
500
+ * @public
486
501
  * <p>Creates a definition for a job that monitors data quality and drift. For information
487
502
  * about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model Monitor</a>.</p>
488
503
  */
@@ -490,12 +505,14 @@ export declare class SageMaker extends SageMakerClient {
490
505
  createDataQualityJobDefinition(args: CreateDataQualityJobDefinitionCommandInput, cb: (err: any, data?: CreateDataQualityJobDefinitionCommandOutput) => void): void;
491
506
  createDataQualityJobDefinition(args: CreateDataQualityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataQualityJobDefinitionCommandOutput) => void): void;
492
507
  /**
508
+ * @public
493
509
  * <p>Creates a device fleet.</p>
494
510
  */
495
511
  createDeviceFleet(args: CreateDeviceFleetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeviceFleetCommandOutput>;
496
512
  createDeviceFleet(args: CreateDeviceFleetCommandInput, cb: (err: any, data?: CreateDeviceFleetCommandOutput) => void): void;
497
513
  createDeviceFleet(args: CreateDeviceFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeviceFleetCommandOutput) => void): void;
498
514
  /**
515
+ * @public
499
516
  * <p>Creates a <code>Domain</code> used by Amazon SageMaker Studio. A domain consists of an associated
500
517
  * Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application,
501
518
  * policy, and Amazon Virtual Private Cloud (VPC) configurations.
@@ -546,24 +563,28 @@ export declare class SageMaker extends SageMakerClient {
546
563
  createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
547
564
  createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
548
565
  /**
566
+ * @public
549
567
  * <p>Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.</p>
550
568
  */
551
569
  createEdgeDeploymentPlan(args: CreateEdgeDeploymentPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateEdgeDeploymentPlanCommandOutput>;
552
570
  createEdgeDeploymentPlan(args: CreateEdgeDeploymentPlanCommandInput, cb: (err: any, data?: CreateEdgeDeploymentPlanCommandOutput) => void): void;
553
571
  createEdgeDeploymentPlan(args: CreateEdgeDeploymentPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEdgeDeploymentPlanCommandOutput) => void): void;
554
572
  /**
573
+ * @public
555
574
  * <p>Creates a new stage in an existing edge deployment plan.</p>
556
575
  */
557
576
  createEdgeDeploymentStage(args: CreateEdgeDeploymentStageCommandInput, options?: __HttpHandlerOptions): Promise<CreateEdgeDeploymentStageCommandOutput>;
558
577
  createEdgeDeploymentStage(args: CreateEdgeDeploymentStageCommandInput, cb: (err: any, data?: CreateEdgeDeploymentStageCommandOutput) => void): void;
559
578
  createEdgeDeploymentStage(args: CreateEdgeDeploymentStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEdgeDeploymentStageCommandOutput) => void): void;
560
579
  /**
580
+ * @public
561
581
  * <p>Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.</p>
562
582
  */
563
583
  createEdgePackagingJob(args: CreateEdgePackagingJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateEdgePackagingJobCommandOutput>;
564
584
  createEdgePackagingJob(args: CreateEdgePackagingJobCommandInput, cb: (err: any, data?: CreateEdgePackagingJobCommandOutput) => void): void;
565
585
  createEdgePackagingJob(args: CreateEdgePackagingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEdgePackagingJobCommandOutput) => void): void;
566
586
  /**
587
+ * @public
567
588
  * <p>Creates an endpoint using the endpoint configuration specified in the request. SageMaker
568
589
  * uses the endpoint to provision resources and deploy models. You create the endpoint
569
590
  * configuration with the <a>CreateEndpointConfig</a> API. </p>
@@ -647,6 +668,7 @@ export declare class SageMaker extends SageMakerClient {
647
668
  createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
648
669
  createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
649
670
  /**
671
+ * @public
650
672
  * <p>Creates an endpoint configuration that SageMaker hosting services uses to deploy models. In
651
673
  * the configuration, you identify one or more models, created using the
652
674
  * <code>CreateModel</code> API, to deploy and the resources that you want SageMaker to
@@ -681,6 +703,7 @@ export declare class SageMaker extends SageMakerClient {
681
703
  createEndpointConfig(args: CreateEndpointConfigCommandInput, cb: (err: any, data?: CreateEndpointConfigCommandOutput) => void): void;
682
704
  createEndpointConfig(args: CreateEndpointConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointConfigCommandOutput) => void): void;
683
705
  /**
706
+ * @public
684
707
  * <p>Creates a SageMaker <i>experiment</i>. An experiment is a collection of
685
708
  * <i>trials</i> that are observed, compared and evaluated as a group. A trial is
686
709
  * a set of steps, called <i>trial components</i>, that produce a machine learning
@@ -707,6 +730,7 @@ export declare class SageMaker extends SageMakerClient {
707
730
  createExperiment(args: CreateExperimentCommandInput, cb: (err: any, data?: CreateExperimentCommandOutput) => void): void;
708
731
  createExperiment(args: CreateExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExperimentCommandOutput) => void): void;
709
732
  /**
733
+ * @public
710
734
  * <p>Create a new <code>FeatureGroup</code>. A <code>FeatureGroup</code> is a group of
711
735
  * <code>Features</code> defined in the <code>FeatureStore</code> to describe a
712
736
  * <code>Record</code>. </p>
@@ -725,12 +749,14 @@ export declare class SageMaker extends SageMakerClient {
725
749
  createFeatureGroup(args: CreateFeatureGroupCommandInput, cb: (err: any, data?: CreateFeatureGroupCommandOutput) => void): void;
726
750
  createFeatureGroup(args: CreateFeatureGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFeatureGroupCommandOutput) => void): void;
727
751
  /**
752
+ * @public
728
753
  * <p>Creates a flow definition.</p>
729
754
  */
730
755
  createFlowDefinition(args: CreateFlowDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowDefinitionCommandOutput>;
731
756
  createFlowDefinition(args: CreateFlowDefinitionCommandInput, cb: (err: any, data?: CreateFlowDefinitionCommandOutput) => void): void;
732
757
  createFlowDefinition(args: CreateFlowDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlowDefinitionCommandOutput) => void): void;
733
758
  /**
759
+ * @public
734
760
  * <p>Create a hub.</p>
735
761
  * <note>
736
762
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -740,12 +766,14 @@ export declare class SageMaker extends SageMakerClient {
740
766
  createHub(args: CreateHubCommandInput, cb: (err: any, data?: CreateHubCommandOutput) => void): void;
741
767
  createHub(args: CreateHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHubCommandOutput) => void): void;
742
768
  /**
769
+ * @public
743
770
  * <p>Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.</p>
744
771
  */
745
772
  createHumanTaskUi(args: CreateHumanTaskUiCommandInput, options?: __HttpHandlerOptions): Promise<CreateHumanTaskUiCommandOutput>;
746
773
  createHumanTaskUi(args: CreateHumanTaskUiCommandInput, cb: (err: any, data?: CreateHumanTaskUiCommandOutput) => void): void;
747
774
  createHumanTaskUi(args: CreateHumanTaskUiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHumanTaskUiCommandOutput) => void): void;
748
775
  /**
776
+ * @public
749
777
  * <p>Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version
750
778
  * of a model by running many training jobs on your dataset using the algorithm you choose
751
779
  * and values for hyperparameters within ranges that you specify. It then chooses the
@@ -766,6 +794,7 @@ export declare class SageMaker extends SageMakerClient {
766
794
  createHyperParameterTuningJob(args: CreateHyperParameterTuningJobCommandInput, cb: (err: any, data?: CreateHyperParameterTuningJobCommandOutput) => void): void;
767
795
  createHyperParameterTuningJob(args: CreateHyperParameterTuningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHyperParameterTuningJobCommandOutput) => void): void;
768
796
  /**
797
+ * @public
769
798
  * <p>Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image
770
799
  * version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see
771
800
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring your own SageMaker image</a>.</p>
@@ -774,6 +803,7 @@ export declare class SageMaker extends SageMakerClient {
774
803
  createImage(args: CreateImageCommandInput, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
775
804
  createImage(args: CreateImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
776
805
  /**
806
+ * @public
777
807
  * <p>Creates a version of the SageMaker image specified by <code>ImageName</code>. The version
778
808
  * represents the Amazon Elastic Container Registry (ECR) container image specified by <code>BaseImage</code>.</p>
779
809
  */
@@ -781,6 +811,7 @@ export declare class SageMaker extends SageMakerClient {
781
811
  createImageVersion(args: CreateImageVersionCommandInput, cb: (err: any, data?: CreateImageVersionCommandOutput) => void): void;
782
812
  createImageVersion(args: CreateImageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageVersionCommandOutput) => void): void;
783
813
  /**
814
+ * @public
784
815
  * <p>
785
816
  * Creates an inference experiment using the configurations specified in the request.
786
817
  * </p>
@@ -801,6 +832,7 @@ export declare class SageMaker extends SageMakerClient {
801
832
  createInferenceExperiment(args: CreateInferenceExperimentCommandInput, cb: (err: any, data?: CreateInferenceExperimentCommandOutput) => void): void;
802
833
  createInferenceExperiment(args: CreateInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInferenceExperimentCommandOutput) => void): void;
803
834
  /**
835
+ * @public
804
836
  * <p>Starts a recommendation job. You can create either an instance
805
837
  * recommendation or load test job.</p>
806
838
  */
@@ -808,6 +840,7 @@ export declare class SageMaker extends SageMakerClient {
808
840
  createInferenceRecommendationsJob(args: CreateInferenceRecommendationsJobCommandInput, cb: (err: any, data?: CreateInferenceRecommendationsJobCommandOutput) => void): void;
809
841
  createInferenceRecommendationsJob(args: CreateInferenceRecommendationsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInferenceRecommendationsJobCommandOutput) => void): void;
810
842
  /**
843
+ * @public
811
844
  * <p>Creates a job that uses workers to label the data objects in your input dataset. You
812
845
  * can use the labeled data to train machine learning models. </p>
813
846
  * <p>You can select your workforce from one of three providers:</p>
@@ -851,6 +884,7 @@ export declare class SageMaker extends SageMakerClient {
851
884
  createLabelingJob(args: CreateLabelingJobCommandInput, cb: (err: any, data?: CreateLabelingJobCommandOutput) => void): void;
852
885
  createLabelingJob(args: CreateLabelingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLabelingJobCommandOutput) => void): void;
853
886
  /**
887
+ * @public
854
888
  * <p>Creates a model in SageMaker. In the request, you name the model and describe a primary
855
889
  * container. For the primary container, you specify the Docker image that
856
890
  * contains inference code, artifacts (from prior training), and a custom environment map
@@ -876,12 +910,14 @@ export declare class SageMaker extends SageMakerClient {
876
910
  createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
877
911
  createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
878
912
  /**
913
+ * @public
879
914
  * <p>Creates the definition for a model bias job.</p>
880
915
  */
881
916
  createModelBiasJobDefinition(args: CreateModelBiasJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelBiasJobDefinitionCommandOutput>;
882
917
  createModelBiasJobDefinition(args: CreateModelBiasJobDefinitionCommandInput, cb: (err: any, data?: CreateModelBiasJobDefinitionCommandOutput) => void): void;
883
918
  createModelBiasJobDefinition(args: CreateModelBiasJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelBiasJobDefinitionCommandOutput) => void): void;
884
919
  /**
920
+ * @public
885
921
  * <p>Creates an Amazon SageMaker Model Card.</p>
886
922
  * <p>For information about how to use model cards, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html">Amazon SageMaker Model Card</a>.</p>
887
923
  */
@@ -889,18 +925,21 @@ export declare class SageMaker extends SageMakerClient {
889
925
  createModelCard(args: CreateModelCardCommandInput, cb: (err: any, data?: CreateModelCardCommandOutput) => void): void;
890
926
  createModelCard(args: CreateModelCardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCardCommandOutput) => void): void;
891
927
  /**
928
+ * @public
892
929
  * <p>Creates an Amazon SageMaker Model Card export job.</p>
893
930
  */
894
931
  createModelCardExportJob(args: CreateModelCardExportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCardExportJobCommandOutput>;
895
932
  createModelCardExportJob(args: CreateModelCardExportJobCommandInput, cb: (err: any, data?: CreateModelCardExportJobCommandOutput) => void): void;
896
933
  createModelCardExportJob(args: CreateModelCardExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCardExportJobCommandOutput) => void): void;
897
934
  /**
935
+ * @public
898
936
  * <p>Creates the definition for a model explainability job.</p>
899
937
  */
900
938
  createModelExplainabilityJobDefinition(args: CreateModelExplainabilityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelExplainabilityJobDefinitionCommandOutput>;
901
939
  createModelExplainabilityJobDefinition(args: CreateModelExplainabilityJobDefinitionCommandInput, cb: (err: any, data?: CreateModelExplainabilityJobDefinitionCommandOutput) => void): void;
902
940
  createModelExplainabilityJobDefinition(args: CreateModelExplainabilityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelExplainabilityJobDefinitionCommandOutput) => void): void;
903
941
  /**
942
+ * @public
904
943
  * <p>Creates a model package that you can use to create SageMaker models or list on Amazon Web Services
905
944
  * Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to
906
945
  * model packages listed on Amazon Web Services Marketplace to create models in SageMaker.</p>
@@ -926,12 +965,14 @@ export declare class SageMaker extends SageMakerClient {
926
965
  createModelPackage(args: CreateModelPackageCommandInput, cb: (err: any, data?: CreateModelPackageCommandOutput) => void): void;
927
966
  createModelPackage(args: CreateModelPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelPackageCommandOutput) => void): void;
928
967
  /**
968
+ * @public
929
969
  * <p>Creates a model group. A model group contains a group of model versions.</p>
930
970
  */
931
971
  createModelPackageGroup(args: CreateModelPackageGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelPackageGroupCommandOutput>;
932
972
  createModelPackageGroup(args: CreateModelPackageGroupCommandInput, cb: (err: any, data?: CreateModelPackageGroupCommandOutput) => void): void;
933
973
  createModelPackageGroup(args: CreateModelPackageGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelPackageGroupCommandOutput) => void): void;
934
974
  /**
975
+ * @public
935
976
  * <p>Creates a definition for a job that monitors model quality and drift. For information
936
977
  * about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model Monitor</a>.</p>
937
978
  */
@@ -939,6 +980,7 @@ export declare class SageMaker extends SageMakerClient {
939
980
  createModelQualityJobDefinition(args: CreateModelQualityJobDefinitionCommandInput, cb: (err: any, data?: CreateModelQualityJobDefinitionCommandOutput) => void): void;
940
981
  createModelQualityJobDefinition(args: CreateModelQualityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelQualityJobDefinitionCommandOutput) => void): void;
941
982
  /**
983
+ * @public
942
984
  * <p>Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data
943
985
  * captured for an Amazon SageMaker Endpoint.</p>
944
986
  */
@@ -946,6 +988,7 @@ export declare class SageMaker extends SageMakerClient {
946
988
  createMonitoringSchedule(args: CreateMonitoringScheduleCommandInput, cb: (err: any, data?: CreateMonitoringScheduleCommandOutput) => void): void;
947
989
  createMonitoringSchedule(args: CreateMonitoringScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMonitoringScheduleCommandOutput) => void): void;
948
990
  /**
991
+ * @public
949
992
  * <p>Creates an SageMaker notebook instance. A notebook instance is a machine learning (ML)
950
993
  * compute instance running on a Jupyter notebook. </p>
951
994
  * <p>In a <code>CreateNotebookInstance</code> request, specify the type of ML compute
@@ -986,6 +1029,7 @@ export declare class SageMaker extends SageMakerClient {
986
1029
  createNotebookInstance(args: CreateNotebookInstanceCommandInput, cb: (err: any, data?: CreateNotebookInstanceCommandOutput) => void): void;
987
1030
  createNotebookInstance(args: CreateNotebookInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNotebookInstanceCommandOutput) => void): void;
988
1031
  /**
1032
+ * @public
989
1033
  * <p>Creates a lifecycle configuration that you can associate with a notebook instance. A
990
1034
  * <i>lifecycle configuration</i> is a collection of shell scripts that
991
1035
  * run when you create or start a notebook instance.</p>
@@ -1005,12 +1049,14 @@ export declare class SageMaker extends SageMakerClient {
1005
1049
  createNotebookInstanceLifecycleConfig(args: CreateNotebookInstanceLifecycleConfigCommandInput, cb: (err: any, data?: CreateNotebookInstanceLifecycleConfigCommandOutput) => void): void;
1006
1050
  createNotebookInstanceLifecycleConfig(args: CreateNotebookInstanceLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNotebookInstanceLifecycleConfigCommandOutput) => void): void;
1007
1051
  /**
1052
+ * @public
1008
1053
  * <p>Creates a pipeline using a JSON pipeline definition.</p>
1009
1054
  */
1010
1055
  createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
1011
1056
  createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
1012
1057
  createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
1013
1058
  /**
1059
+ * @public
1014
1060
  * <p>Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser,
1015
1061
  * the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of
1016
1062
  * the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume.
@@ -1033,6 +1079,7 @@ export declare class SageMaker extends SageMakerClient {
1033
1079
  createPresignedDomainUrl(args: CreatePresignedDomainUrlCommandInput, cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void): void;
1034
1080
  createPresignedDomainUrl(args: CreatePresignedDomainUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void): void;
1035
1081
  /**
1082
+ * @public
1036
1083
  * <p>Returns a URL that you can use to connect to the Jupyter server from a notebook
1037
1084
  * instance. In the SageMaker console, when you choose <code>Open</code> next to a notebook
1038
1085
  * instance, SageMaker opens a new tab showing the Jupyter server home page from the notebook
@@ -1056,12 +1103,14 @@ export declare class SageMaker extends SageMakerClient {
1056
1103
  createPresignedNotebookInstanceUrl(args: CreatePresignedNotebookInstanceUrlCommandInput, cb: (err: any, data?: CreatePresignedNotebookInstanceUrlCommandOutput) => void): void;
1057
1104
  createPresignedNotebookInstanceUrl(args: CreatePresignedNotebookInstanceUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePresignedNotebookInstanceUrlCommandOutput) => void): void;
1058
1105
  /**
1106
+ * @public
1059
1107
  * <p>Creates a processing job.</p>
1060
1108
  */
1061
1109
  createProcessingJob(args: CreateProcessingJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateProcessingJobCommandOutput>;
1062
1110
  createProcessingJob(args: CreateProcessingJobCommandInput, cb: (err: any, data?: CreateProcessingJobCommandOutput) => void): void;
1063
1111
  createProcessingJob(args: CreateProcessingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProcessingJobCommandOutput) => void): void;
1064
1112
  /**
1113
+ * @public
1065
1114
  * <p>Creates a machine learning (ML) project that can contain one or more templates that set
1066
1115
  * up an ML pipeline from training to deploying an approved model.</p>
1067
1116
  */
@@ -1069,18 +1118,21 @@ export declare class SageMaker extends SageMakerClient {
1069
1118
  createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
1070
1119
  createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
1071
1120
  /**
1121
+ * @public
1072
1122
  * <p>Creates a space used for real time collaboration in a Domain.</p>
1073
1123
  */
1074
1124
  createSpace(args: CreateSpaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSpaceCommandOutput>;
1075
1125
  createSpace(args: CreateSpaceCommandInput, cb: (err: any, data?: CreateSpaceCommandOutput) => void): void;
1076
1126
  createSpace(args: CreateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSpaceCommandOutput) => void): void;
1077
1127
  /**
1128
+ * @public
1078
1129
  * <p>Creates a new Studio Lifecycle Configuration.</p>
1079
1130
  */
1080
1131
  createStudioLifecycleConfig(args: CreateStudioLifecycleConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateStudioLifecycleConfigCommandOutput>;
1081
1132
  createStudioLifecycleConfig(args: CreateStudioLifecycleConfigCommandInput, cb: (err: any, data?: CreateStudioLifecycleConfigCommandOutput) => void): void;
1082
1133
  createStudioLifecycleConfig(args: CreateStudioLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStudioLifecycleConfigCommandOutput) => void): void;
1083
1134
  /**
1135
+ * @public
1084
1136
  * <p>Starts a model training job. After training completes, SageMaker saves the resulting
1085
1137
  * model artifacts to an Amazon S3 location that you specify. </p>
1086
1138
  * <p>If you choose to host your model using SageMaker hosting services, you can use the
@@ -1164,6 +1216,7 @@ export declare class SageMaker extends SageMakerClient {
1164
1216
  createTrainingJob(args: CreateTrainingJobCommandInput, cb: (err: any, data?: CreateTrainingJobCommandOutput) => void): void;
1165
1217
  createTrainingJob(args: CreateTrainingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrainingJobCommandOutput) => void): void;
1166
1218
  /**
1219
+ * @public
1167
1220
  * <p>Starts a transform job. A transform job uses a trained model to get inferences on a
1168
1221
  * dataset and saves these results to an Amazon S3 location that you specify.</p>
1169
1222
  * <p>To perform batch transformations, you create a transform job and use the data that you
@@ -1204,6 +1257,7 @@ export declare class SageMaker extends SageMakerClient {
1204
1257
  createTransformJob(args: CreateTransformJobCommandInput, cb: (err: any, data?: CreateTransformJobCommandOutput) => void): void;
1205
1258
  createTransformJob(args: CreateTransformJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransformJobCommandOutput) => void): void;
1206
1259
  /**
1260
+ * @public
1207
1261
  * <p>Creates an SageMaker <i>trial</i>. A trial is a set of steps called
1208
1262
  * <i>trial components</i> that produce a machine learning model. A trial is part
1209
1263
  * of a single SageMaker <i>experiment</i>.</p>
@@ -1220,6 +1274,7 @@ export declare class SageMaker extends SageMakerClient {
1220
1274
  createTrial(args: CreateTrialCommandInput, cb: (err: any, data?: CreateTrialCommandOutput) => void): void;
1221
1275
  createTrial(args: CreateTrialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrialCommandOutput) => void): void;
1222
1276
  /**
1277
+ * @public
1223
1278
  * <p>Creates a <i>trial component</i>, which is a stage of a machine learning
1224
1279
  * <i>trial</i>. A trial is composed of one or more trial components. A trial
1225
1280
  * component can be used in multiple trials.</p>
@@ -1235,6 +1290,7 @@ export declare class SageMaker extends SageMakerClient {
1235
1290
  createTrialComponent(args: CreateTrialComponentCommandInput, cb: (err: any, data?: CreateTrialComponentCommandOutput) => void): void;
1236
1291
  createTrialComponent(args: CreateTrialComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrialComponentCommandOutput) => void): void;
1237
1292
  /**
1293
+ * @public
1238
1294
  * <p>Creates a user profile. A user profile represents a single user within a domain, and is
1239
1295
  * the main way to reference a "person" for the purposes of sharing, reporting, and other
1240
1296
  * user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an
@@ -1247,6 +1303,7 @@ export declare class SageMaker extends SageMakerClient {
1247
1303
  createUserProfile(args: CreateUserProfileCommandInput, cb: (err: any, data?: CreateUserProfileCommandOutput) => void): void;
1248
1304
  createUserProfile(args: CreateUserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserProfileCommandOutput) => void): void;
1249
1305
  /**
1306
+ * @public
1250
1307
  * <p>Use this operation to create a workforce. This operation will return an error
1251
1308
  * if a workforce already exists in the Amazon Web Services Region that you specify. You can only
1252
1309
  * create one workforce in each Amazon Web Services Region per Amazon Web Services account.</p>
@@ -1270,6 +1327,7 @@ export declare class SageMaker extends SageMakerClient {
1270
1327
  createWorkforce(args: CreateWorkforceCommandInput, cb: (err: any, data?: CreateWorkforceCommandOutput) => void): void;
1271
1328
  createWorkforce(args: CreateWorkforceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkforceCommandOutput) => void): void;
1272
1329
  /**
1330
+ * @public
1273
1331
  * <p>Creates a new work team for labeling your data. A work team is defined by one or more
1274
1332
  * Amazon Cognito user pools. You must first create the user pools before you can create a work
1275
1333
  * team.</p>
@@ -1279,30 +1337,35 @@ export declare class SageMaker extends SageMakerClient {
1279
1337
  createWorkteam(args: CreateWorkteamCommandInput, cb: (err: any, data?: CreateWorkteamCommandOutput) => void): void;
1280
1338
  createWorkteam(args: CreateWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkteamCommandOutput) => void): void;
1281
1339
  /**
1340
+ * @public
1282
1341
  * <p>Deletes an action.</p>
1283
1342
  */
1284
1343
  deleteAction(args: DeleteActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteActionCommandOutput>;
1285
1344
  deleteAction(args: DeleteActionCommandInput, cb: (err: any, data?: DeleteActionCommandOutput) => void): void;
1286
1345
  deleteAction(args: DeleteActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteActionCommandOutput) => void): void;
1287
1346
  /**
1347
+ * @public
1288
1348
  * <p>Removes the specified algorithm from your account.</p>
1289
1349
  */
1290
1350
  deleteAlgorithm(args: DeleteAlgorithmCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAlgorithmCommandOutput>;
1291
1351
  deleteAlgorithm(args: DeleteAlgorithmCommandInput, cb: (err: any, data?: DeleteAlgorithmCommandOutput) => void): void;
1292
1352
  deleteAlgorithm(args: DeleteAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAlgorithmCommandOutput) => void): void;
1293
1353
  /**
1354
+ * @public
1294
1355
  * <p>Used to stop and delete an app.</p>
1295
1356
  */
1296
1357
  deleteApp(args: DeleteAppCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppCommandOutput>;
1297
1358
  deleteApp(args: DeleteAppCommandInput, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
1298
1359
  deleteApp(args: DeleteAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
1299
1360
  /**
1361
+ * @public
1300
1362
  * <p>Deletes an AppImageConfig.</p>
1301
1363
  */
1302
1364
  deleteAppImageConfig(args: DeleteAppImageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppImageConfigCommandOutput>;
1303
1365
  deleteAppImageConfig(args: DeleteAppImageConfigCommandInput, cb: (err: any, data?: DeleteAppImageConfigCommandOutput) => void): void;
1304
1366
  deleteAppImageConfig(args: DeleteAppImageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppImageConfigCommandOutput) => void): void;
1305
1367
  /**
1368
+ * @public
1306
1369
  * <p>Deletes an artifact. Either <code>ArtifactArn</code> or <code>Source</code> must be
1307
1370
  * specified.</p>
1308
1371
  */
@@ -1310,36 +1373,42 @@ export declare class SageMaker extends SageMakerClient {
1310
1373
  deleteArtifact(args: DeleteArtifactCommandInput, cb: (err: any, data?: DeleteArtifactCommandOutput) => void): void;
1311
1374
  deleteArtifact(args: DeleteArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteArtifactCommandOutput) => void): void;
1312
1375
  /**
1376
+ * @public
1313
1377
  * <p>Deletes an association.</p>
1314
1378
  */
1315
1379
  deleteAssociation(args: DeleteAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssociationCommandOutput>;
1316
1380
  deleteAssociation(args: DeleteAssociationCommandInput, cb: (err: any, data?: DeleteAssociationCommandOutput) => void): void;
1317
1381
  deleteAssociation(args: DeleteAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssociationCommandOutput) => void): void;
1318
1382
  /**
1383
+ * @public
1319
1384
  * <p>Deletes the specified Git repository from your account.</p>
1320
1385
  */
1321
1386
  deleteCodeRepository(args: DeleteCodeRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCodeRepositoryCommandOutput>;
1322
1387
  deleteCodeRepository(args: DeleteCodeRepositoryCommandInput, cb: (err: any, data?: DeleteCodeRepositoryCommandOutput) => void): void;
1323
1388
  deleteCodeRepository(args: DeleteCodeRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCodeRepositoryCommandOutput) => void): void;
1324
1389
  /**
1390
+ * @public
1325
1391
  * <p>Deletes an context.</p>
1326
1392
  */
1327
1393
  deleteContext(args: DeleteContextCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContextCommandOutput>;
1328
1394
  deleteContext(args: DeleteContextCommandInput, cb: (err: any, data?: DeleteContextCommandOutput) => void): void;
1329
1395
  deleteContext(args: DeleteContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContextCommandOutput) => void): void;
1330
1396
  /**
1397
+ * @public
1331
1398
  * <p>Deletes a data quality monitoring job definition.</p>
1332
1399
  */
1333
1400
  deleteDataQualityJobDefinition(args: DeleteDataQualityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataQualityJobDefinitionCommandOutput>;
1334
1401
  deleteDataQualityJobDefinition(args: DeleteDataQualityJobDefinitionCommandInput, cb: (err: any, data?: DeleteDataQualityJobDefinitionCommandOutput) => void): void;
1335
1402
  deleteDataQualityJobDefinition(args: DeleteDataQualityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataQualityJobDefinitionCommandOutput) => void): void;
1336
1403
  /**
1404
+ * @public
1337
1405
  * <p>Deletes a fleet.</p>
1338
1406
  */
1339
1407
  deleteDeviceFleet(args: DeleteDeviceFleetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeviceFleetCommandOutput>;
1340
1408
  deleteDeviceFleet(args: DeleteDeviceFleetCommandInput, cb: (err: any, data?: DeleteDeviceFleetCommandOutput) => void): void;
1341
1409
  deleteDeviceFleet(args: DeleteDeviceFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeviceFleetCommandOutput) => void): void;
1342
1410
  /**
1411
+ * @public
1343
1412
  * <p>Used to delete a domain.
1344
1413
  * If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center.
1345
1414
  * Use with caution. All of the members of the domain will lose access to their EFS volume,
@@ -1350,18 +1419,21 @@ export declare class SageMaker extends SageMakerClient {
1350
1419
  deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
1351
1420
  deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
1352
1421
  /**
1422
+ * @public
1353
1423
  * <p>Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.</p>
1354
1424
  */
1355
1425
  deleteEdgeDeploymentPlan(args: DeleteEdgeDeploymentPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEdgeDeploymentPlanCommandOutput>;
1356
1426
  deleteEdgeDeploymentPlan(args: DeleteEdgeDeploymentPlanCommandInput, cb: (err: any, data?: DeleteEdgeDeploymentPlanCommandOutput) => void): void;
1357
1427
  deleteEdgeDeploymentPlan(args: DeleteEdgeDeploymentPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEdgeDeploymentPlanCommandOutput) => void): void;
1358
1428
  /**
1429
+ * @public
1359
1430
  * <p>Delete a stage in an edge deployment plan if (and only if) the stage is inactive.</p>
1360
1431
  */
1361
1432
  deleteEdgeDeploymentStage(args: DeleteEdgeDeploymentStageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEdgeDeploymentStageCommandOutput>;
1362
1433
  deleteEdgeDeploymentStage(args: DeleteEdgeDeploymentStageCommandInput, cb: (err: any, data?: DeleteEdgeDeploymentStageCommandOutput) => void): void;
1363
1434
  deleteEdgeDeploymentStage(args: DeleteEdgeDeploymentStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEdgeDeploymentStageCommandOutput) => void): void;
1364
1435
  /**
1436
+ * @public
1365
1437
  * <p>Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the
1366
1438
  * endpoint was created. </p>
1367
1439
  * <p>SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't
@@ -1378,6 +1450,7 @@ export declare class SageMaker extends SageMakerClient {
1378
1450
  deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
1379
1451
  deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
1380
1452
  /**
1453
+ * @public
1381
1454
  * <p>Deletes an endpoint configuration. The <code>DeleteEndpointConfig</code> API
1382
1455
  * deletes only the specified configuration. It does not delete endpoints created using the
1383
1456
  * configuration. </p>
@@ -1392,6 +1465,7 @@ export declare class SageMaker extends SageMakerClient {
1392
1465
  deleteEndpointConfig(args: DeleteEndpointConfigCommandInput, cb: (err: any, data?: DeleteEndpointConfigCommandOutput) => void): void;
1393
1466
  deleteEndpointConfig(args: DeleteEndpointConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointConfigCommandOutput) => void): void;
1394
1467
  /**
1468
+ * @public
1395
1469
  * <p>Deletes an SageMaker experiment. All trials associated with the experiment must be deleted
1396
1470
  * first. Use the <a>ListTrials</a> API to get a list of the trials associated with
1397
1471
  * the experiment.</p>
@@ -1400,6 +1474,7 @@ export declare class SageMaker extends SageMakerClient {
1400
1474
  deleteExperiment(args: DeleteExperimentCommandInput, cb: (err: any, data?: DeleteExperimentCommandOutput) => void): void;
1401
1475
  deleteExperiment(args: DeleteExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExperimentCommandOutput) => void): void;
1402
1476
  /**
1477
+ * @public
1403
1478
  * <p>Delete the <code>FeatureGroup</code> and any data that was written to the
1404
1479
  * <code>OnlineStore</code> of the <code>FeatureGroup</code>. Data cannot be accessed from
1405
1480
  * the <code>OnlineStore</code> immediately after <code>DeleteFeatureGroup</code> is called. </p>
@@ -1411,12 +1486,14 @@ export declare class SageMaker extends SageMakerClient {
1411
1486
  deleteFeatureGroup(args: DeleteFeatureGroupCommandInput, cb: (err: any, data?: DeleteFeatureGroupCommandOutput) => void): void;
1412
1487
  deleteFeatureGroup(args: DeleteFeatureGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFeatureGroupCommandOutput) => void): void;
1413
1488
  /**
1489
+ * @public
1414
1490
  * <p>Deletes the specified flow definition.</p>
1415
1491
  */
1416
1492
  deleteFlowDefinition(args: DeleteFlowDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowDefinitionCommandOutput>;
1417
1493
  deleteFlowDefinition(args: DeleteFlowDefinitionCommandInput, cb: (err: any, data?: DeleteFlowDefinitionCommandOutput) => void): void;
1418
1494
  deleteFlowDefinition(args: DeleteFlowDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlowDefinitionCommandOutput) => void): void;
1419
1495
  /**
1496
+ * @public
1420
1497
  * <p>Delete a hub.</p>
1421
1498
  * <note>
1422
1499
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -1426,6 +1503,7 @@ export declare class SageMaker extends SageMakerClient {
1426
1503
  deleteHub(args: DeleteHubCommandInput, cb: (err: any, data?: DeleteHubCommandOutput) => void): void;
1427
1504
  deleteHub(args: DeleteHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHubCommandOutput) => void): void;
1428
1505
  /**
1506
+ * @public
1429
1507
  * <p>Delete the contents of a hub.</p>
1430
1508
  * <note>
1431
1509
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -1435,6 +1513,7 @@ export declare class SageMaker extends SageMakerClient {
1435
1513
  deleteHubContent(args: DeleteHubContentCommandInput, cb: (err: any, data?: DeleteHubContentCommandOutput) => void): void;
1436
1514
  deleteHubContent(args: DeleteHubContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHubContentCommandOutput) => void): void;
1437
1515
  /**
1516
+ * @public
1438
1517
  * <p>Use this operation to delete a human task user interface (worker task template).</p>
1439
1518
  * <p>
1440
1519
  * To see a list of human task user interfaces
@@ -1445,6 +1524,7 @@ export declare class SageMaker extends SageMakerClient {
1445
1524
  deleteHumanTaskUi(args: DeleteHumanTaskUiCommandInput, cb: (err: any, data?: DeleteHumanTaskUiCommandOutput) => void): void;
1446
1525
  deleteHumanTaskUi(args: DeleteHumanTaskUiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHumanTaskUiCommandOutput) => void): void;
1447
1526
  /**
1527
+ * @public
1448
1528
  * <p>Deletes a SageMaker image and all versions of the image. The container images aren't
1449
1529
  * deleted.</p>
1450
1530
  */
@@ -1452,6 +1532,7 @@ export declare class SageMaker extends SageMakerClient {
1452
1532
  deleteImage(args: DeleteImageCommandInput, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
1453
1533
  deleteImage(args: DeleteImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
1454
1534
  /**
1535
+ * @public
1455
1536
  * <p>Deletes a version of a SageMaker image. The container image the version represents isn't
1456
1537
  * deleted.</p>
1457
1538
  */
@@ -1459,6 +1540,7 @@ export declare class SageMaker extends SageMakerClient {
1459
1540
  deleteImageVersion(args: DeleteImageVersionCommandInput, cb: (err: any, data?: DeleteImageVersionCommandOutput) => void): void;
1460
1541
  deleteImageVersion(args: DeleteImageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageVersionCommandOutput) => void): void;
1461
1542
  /**
1543
+ * @public
1462
1544
  * <p>Deletes an inference experiment.</p>
1463
1545
  * <note>
1464
1546
  * <p>
@@ -1471,6 +1553,7 @@ export declare class SageMaker extends SageMakerClient {
1471
1553
  deleteInferenceExperiment(args: DeleteInferenceExperimentCommandInput, cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void): void;
1472
1554
  deleteInferenceExperiment(args: DeleteInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void): void;
1473
1555
  /**
1556
+ * @public
1474
1557
  * <p>Deletes a model. The <code>DeleteModel</code> API deletes only the model entry that
1475
1558
  * was created in SageMaker when you called the <code>CreateModel</code> API. It does not delete
1476
1559
  * model artifacts, inference code, or the IAM role that you specified when creating the
@@ -1480,24 +1563,28 @@ export declare class SageMaker extends SageMakerClient {
1480
1563
  deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
1481
1564
  deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
1482
1565
  /**
1566
+ * @public
1483
1567
  * <p>Deletes an Amazon SageMaker model bias job definition.</p>
1484
1568
  */
1485
1569
  deleteModelBiasJobDefinition(args: DeleteModelBiasJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelBiasJobDefinitionCommandOutput>;
1486
1570
  deleteModelBiasJobDefinition(args: DeleteModelBiasJobDefinitionCommandInput, cb: (err: any, data?: DeleteModelBiasJobDefinitionCommandOutput) => void): void;
1487
1571
  deleteModelBiasJobDefinition(args: DeleteModelBiasJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelBiasJobDefinitionCommandOutput) => void): void;
1488
1572
  /**
1573
+ * @public
1489
1574
  * <p>Deletes an Amazon SageMaker Model Card.</p>
1490
1575
  */
1491
1576
  deleteModelCard(args: DeleteModelCardCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCardCommandOutput>;
1492
1577
  deleteModelCard(args: DeleteModelCardCommandInput, cb: (err: any, data?: DeleteModelCardCommandOutput) => void): void;
1493
1578
  deleteModelCard(args: DeleteModelCardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCardCommandOutput) => void): void;
1494
1579
  /**
1580
+ * @public
1495
1581
  * <p>Deletes an Amazon SageMaker model explainability job definition.</p>
1496
1582
  */
1497
1583
  deleteModelExplainabilityJobDefinition(args: DeleteModelExplainabilityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelExplainabilityJobDefinitionCommandOutput>;
1498
1584
  deleteModelExplainabilityJobDefinition(args: DeleteModelExplainabilityJobDefinitionCommandInput, cb: (err: any, data?: DeleteModelExplainabilityJobDefinitionCommandOutput) => void): void;
1499
1585
  deleteModelExplainabilityJobDefinition(args: DeleteModelExplainabilityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelExplainabilityJobDefinitionCommandOutput) => void): void;
1500
1586
  /**
1587
+ * @public
1501
1588
  * <p>Deletes a model package.</p>
1502
1589
  * <p>A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can
1503
1590
  * subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.</p>
@@ -1506,24 +1593,28 @@ export declare class SageMaker extends SageMakerClient {
1506
1593
  deleteModelPackage(args: DeleteModelPackageCommandInput, cb: (err: any, data?: DeleteModelPackageCommandOutput) => void): void;
1507
1594
  deleteModelPackage(args: DeleteModelPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelPackageCommandOutput) => void): void;
1508
1595
  /**
1596
+ * @public
1509
1597
  * <p>Deletes the specified model group.</p>
1510
1598
  */
1511
1599
  deleteModelPackageGroup(args: DeleteModelPackageGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelPackageGroupCommandOutput>;
1512
1600
  deleteModelPackageGroup(args: DeleteModelPackageGroupCommandInput, cb: (err: any, data?: DeleteModelPackageGroupCommandOutput) => void): void;
1513
1601
  deleteModelPackageGroup(args: DeleteModelPackageGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelPackageGroupCommandOutput) => void): void;
1514
1602
  /**
1603
+ * @public
1515
1604
  * <p>Deletes a model group resource policy.</p>
1516
1605
  */
1517
1606
  deleteModelPackageGroupPolicy(args: DeleteModelPackageGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelPackageGroupPolicyCommandOutput>;
1518
1607
  deleteModelPackageGroupPolicy(args: DeleteModelPackageGroupPolicyCommandInput, cb: (err: any, data?: DeleteModelPackageGroupPolicyCommandOutput) => void): void;
1519
1608
  deleteModelPackageGroupPolicy(args: DeleteModelPackageGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelPackageGroupPolicyCommandOutput) => void): void;
1520
1609
  /**
1610
+ * @public
1521
1611
  * <p>Deletes the secified model quality monitoring job definition.</p>
1522
1612
  */
1523
1613
  deleteModelQualityJobDefinition(args: DeleteModelQualityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelQualityJobDefinitionCommandOutput>;
1524
1614
  deleteModelQualityJobDefinition(args: DeleteModelQualityJobDefinitionCommandInput, cb: (err: any, data?: DeleteModelQualityJobDefinitionCommandOutput) => void): void;
1525
1615
  deleteModelQualityJobDefinition(args: DeleteModelQualityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelQualityJobDefinitionCommandOutput) => void): void;
1526
1616
  /**
1617
+ * @public
1527
1618
  * <p>Deletes a monitoring schedule. Also stops the schedule had not already been stopped.
1528
1619
  * This does not delete the job execution history of the monitoring schedule. </p>
1529
1620
  */
@@ -1531,6 +1622,7 @@ export declare class SageMaker extends SageMakerClient {
1531
1622
  deleteMonitoringSchedule(args: DeleteMonitoringScheduleCommandInput, cb: (err: any, data?: DeleteMonitoringScheduleCommandOutput) => void): void;
1532
1623
  deleteMonitoringSchedule(args: DeleteMonitoringScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMonitoringScheduleCommandOutput) => void): void;
1533
1624
  /**
1625
+ * @public
1534
1626
  * <p> Deletes an SageMaker notebook instance. Before you can delete a notebook instance, you
1535
1627
  * must call the <code>StopNotebookInstance</code> API. </p>
1536
1628
  * <important>
@@ -1543,12 +1635,14 @@ export declare class SageMaker extends SageMakerClient {
1543
1635
  deleteNotebookInstance(args: DeleteNotebookInstanceCommandInput, cb: (err: any, data?: DeleteNotebookInstanceCommandOutput) => void): void;
1544
1636
  deleteNotebookInstance(args: DeleteNotebookInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotebookInstanceCommandOutput) => void): void;
1545
1637
  /**
1638
+ * @public
1546
1639
  * <p>Deletes a notebook instance lifecycle configuration.</p>
1547
1640
  */
1548
1641
  deleteNotebookInstanceLifecycleConfig(args: DeleteNotebookInstanceLifecycleConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotebookInstanceLifecycleConfigCommandOutput>;
1549
1642
  deleteNotebookInstanceLifecycleConfig(args: DeleteNotebookInstanceLifecycleConfigCommandInput, cb: (err: any, data?: DeleteNotebookInstanceLifecycleConfigCommandOutput) => void): void;
1550
1643
  deleteNotebookInstanceLifecycleConfig(args: DeleteNotebookInstanceLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotebookInstanceLifecycleConfigCommandOutput) => void): void;
1551
1644
  /**
1645
+ * @public
1552
1646
  * <p>Deletes a pipeline if there are no running instances of the pipeline. To delete a
1553
1647
  * pipeline, you must stop all running instances of the pipeline using the
1554
1648
  * <code>StopPipelineExecution</code> API. When you delete a pipeline, all instances of the
@@ -1558,24 +1652,28 @@ export declare class SageMaker extends SageMakerClient {
1558
1652
  deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
1559
1653
  deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
1560
1654
  /**
1655
+ * @public
1561
1656
  * <p>Delete the specified project.</p>
1562
1657
  */
1563
1658
  deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
1564
1659
  deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
1565
1660
  deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
1566
1661
  /**
1662
+ * @public
1567
1663
  * <p>Used to delete a space.</p>
1568
1664
  */
1569
1665
  deleteSpace(args: DeleteSpaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSpaceCommandOutput>;
1570
1666
  deleteSpace(args: DeleteSpaceCommandInput, cb: (err: any, data?: DeleteSpaceCommandOutput) => void): void;
1571
1667
  deleteSpace(args: DeleteSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSpaceCommandOutput) => void): void;
1572
1668
  /**
1669
+ * @public
1573
1670
  * <p>Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.</p>
1574
1671
  */
1575
1672
  deleteStudioLifecycleConfig(args: DeleteStudioLifecycleConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStudioLifecycleConfigCommandOutput>;
1576
1673
  deleteStudioLifecycleConfig(args: DeleteStudioLifecycleConfigCommandInput, cb: (err: any, data?: DeleteStudioLifecycleConfigCommandOutput) => void): void;
1577
1674
  deleteStudioLifecycleConfig(args: DeleteStudioLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStudioLifecycleConfigCommandOutput) => void): void;
1578
1675
  /**
1676
+ * @public
1579
1677
  * <p>Deletes the specified tags from an SageMaker resource.</p>
1580
1678
  * <p>To list a resource's tags, use the <code>ListTags</code> API. </p>
1581
1679
  * <note>
@@ -1593,6 +1691,7 @@ export declare class SageMaker extends SageMakerClient {
1593
1691
  deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
1594
1692
  deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
1595
1693
  /**
1694
+ * @public
1596
1695
  * <p>Deletes the specified trial. All trial components that make up the trial must be deleted
1597
1696
  * first. Use the <a>DescribeTrialComponent</a> API to get the list of trial
1598
1697
  * components.</p>
@@ -1601,6 +1700,7 @@ export declare class SageMaker extends SageMakerClient {
1601
1700
  deleteTrial(args: DeleteTrialCommandInput, cb: (err: any, data?: DeleteTrialCommandOutput) => void): void;
1602
1701
  deleteTrial(args: DeleteTrialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrialCommandOutput) => void): void;
1603
1702
  /**
1703
+ * @public
1604
1704
  * <p>Deletes the specified trial component. A trial component must be disassociated from all
1605
1705
  * trials before the trial component can be deleted. To disassociate a trial component from a
1606
1706
  * trial, call the <a>DisassociateTrialComponent</a> API.</p>
@@ -1609,6 +1709,7 @@ export declare class SageMaker extends SageMakerClient {
1609
1709
  deleteTrialComponent(args: DeleteTrialComponentCommandInput, cb: (err: any, data?: DeleteTrialComponentCommandOutput) => void): void;
1610
1710
  deleteTrialComponent(args: DeleteTrialComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrialComponentCommandOutput) => void): void;
1611
1711
  /**
1712
+ * @public
1612
1713
  * <p>Deletes a user profile. When a user profile is deleted, the user loses access to their EFS
1613
1714
  * volume, including data, notebooks, and other artifacts.</p>
1614
1715
  */
@@ -1616,6 +1717,7 @@ export declare class SageMaker extends SageMakerClient {
1616
1717
  deleteUserProfile(args: DeleteUserProfileCommandInput, cb: (err: any, data?: DeleteUserProfileCommandOutput) => void): void;
1617
1718
  deleteUserProfile(args: DeleteUserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserProfileCommandOutput) => void): void;
1618
1719
  /**
1720
+ * @public
1619
1721
  * <p>Use this operation to delete a workforce.</p>
1620
1722
  * <p>If you want to create a new workforce in an Amazon Web Services Region where
1621
1723
  * a workforce already exists, use this operation to delete the
@@ -1633,60 +1735,70 @@ export declare class SageMaker extends SageMakerClient {
1633
1735
  deleteWorkforce(args: DeleteWorkforceCommandInput, cb: (err: any, data?: DeleteWorkforceCommandOutput) => void): void;
1634
1736
  deleteWorkforce(args: DeleteWorkforceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkforceCommandOutput) => void): void;
1635
1737
  /**
1738
+ * @public
1636
1739
  * <p>Deletes an existing work team. This operation can't be undone.</p>
1637
1740
  */
1638
1741
  deleteWorkteam(args: DeleteWorkteamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkteamCommandOutput>;
1639
1742
  deleteWorkteam(args: DeleteWorkteamCommandInput, cb: (err: any, data?: DeleteWorkteamCommandOutput) => void): void;
1640
1743
  deleteWorkteam(args: DeleteWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkteamCommandOutput) => void): void;
1641
1744
  /**
1745
+ * @public
1642
1746
  * <p>Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.</p>
1643
1747
  */
1644
1748
  deregisterDevices(args: DeregisterDevicesCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDevicesCommandOutput>;
1645
1749
  deregisterDevices(args: DeregisterDevicesCommandInput, cb: (err: any, data?: DeregisterDevicesCommandOutput) => void): void;
1646
1750
  deregisterDevices(args: DeregisterDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDevicesCommandOutput) => void): void;
1647
1751
  /**
1752
+ * @public
1648
1753
  * <p>Describes an action.</p>
1649
1754
  */
1650
1755
  describeAction(args: DescribeActionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActionCommandOutput>;
1651
1756
  describeAction(args: DescribeActionCommandInput, cb: (err: any, data?: DescribeActionCommandOutput) => void): void;
1652
1757
  describeAction(args: DescribeActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActionCommandOutput) => void): void;
1653
1758
  /**
1759
+ * @public
1654
1760
  * <p>Returns a description of the specified algorithm that is in your account.</p>
1655
1761
  */
1656
1762
  describeAlgorithm(args: DescribeAlgorithmCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAlgorithmCommandOutput>;
1657
1763
  describeAlgorithm(args: DescribeAlgorithmCommandInput, cb: (err: any, data?: DescribeAlgorithmCommandOutput) => void): void;
1658
1764
  describeAlgorithm(args: DescribeAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAlgorithmCommandOutput) => void): void;
1659
1765
  /**
1766
+ * @public
1660
1767
  * <p>Describes the app.</p>
1661
1768
  */
1662
1769
  describeApp(args: DescribeAppCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppCommandOutput>;
1663
1770
  describeApp(args: DescribeAppCommandInput, cb: (err: any, data?: DescribeAppCommandOutput) => void): void;
1664
1771
  describeApp(args: DescribeAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppCommandOutput) => void): void;
1665
1772
  /**
1773
+ * @public
1666
1774
  * <p>Describes an AppImageConfig.</p>
1667
1775
  */
1668
1776
  describeAppImageConfig(args: DescribeAppImageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppImageConfigCommandOutput>;
1669
1777
  describeAppImageConfig(args: DescribeAppImageConfigCommandInput, cb: (err: any, data?: DescribeAppImageConfigCommandOutput) => void): void;
1670
1778
  describeAppImageConfig(args: DescribeAppImageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppImageConfigCommandOutput) => void): void;
1671
1779
  /**
1780
+ * @public
1672
1781
  * <p>Describes an artifact.</p>
1673
1782
  */
1674
1783
  describeArtifact(args: DescribeArtifactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeArtifactCommandOutput>;
1675
1784
  describeArtifact(args: DescribeArtifactCommandInput, cb: (err: any, data?: DescribeArtifactCommandOutput) => void): void;
1676
1785
  describeArtifact(args: DescribeArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeArtifactCommandOutput) => void): void;
1677
1786
  /**
1787
+ * @public
1678
1788
  * <p>Returns information about an Amazon SageMaker AutoML job.</p>
1679
1789
  */
1680
1790
  describeAutoMLJob(args: DescribeAutoMLJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoMLJobCommandOutput>;
1681
1791
  describeAutoMLJob(args: DescribeAutoMLJobCommandInput, cb: (err: any, data?: DescribeAutoMLJobCommandOutput) => void): void;
1682
1792
  describeAutoMLJob(args: DescribeAutoMLJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoMLJobCommandOutput) => void): void;
1683
1793
  /**
1794
+ * @public
1684
1795
  * <p>Gets details about the specified Git repository.</p>
1685
1796
  */
1686
1797
  describeCodeRepository(args: DescribeCodeRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCodeRepositoryCommandOutput>;
1687
1798
  describeCodeRepository(args: DescribeCodeRepositoryCommandInput, cb: (err: any, data?: DescribeCodeRepositoryCommandOutput) => void): void;
1688
1799
  describeCodeRepository(args: DescribeCodeRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCodeRepositoryCommandOutput) => void): void;
1689
1800
  /**
1801
+ * @public
1690
1802
  * <p>Returns information about a model compilation job.</p>
1691
1803
  * <p>To create a model compilation job, use <a>CreateCompilationJob</a>. To get
1692
1804
  * information about multiple model compilation jobs, use <a>ListCompilationJobs</a>.</p>
@@ -1695,54 +1807,63 @@ export declare class SageMaker extends SageMakerClient {
1695
1807
  describeCompilationJob(args: DescribeCompilationJobCommandInput, cb: (err: any, data?: DescribeCompilationJobCommandOutput) => void): void;
1696
1808
  describeCompilationJob(args: DescribeCompilationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCompilationJobCommandOutput) => void): void;
1697
1809
  /**
1810
+ * @public
1698
1811
  * <p>Describes a context.</p>
1699
1812
  */
1700
1813
  describeContext(args: DescribeContextCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContextCommandOutput>;
1701
1814
  describeContext(args: DescribeContextCommandInput, cb: (err: any, data?: DescribeContextCommandOutput) => void): void;
1702
1815
  describeContext(args: DescribeContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContextCommandOutput) => void): void;
1703
1816
  /**
1817
+ * @public
1704
1818
  * <p>Gets the details of a data quality monitoring job definition.</p>
1705
1819
  */
1706
1820
  describeDataQualityJobDefinition(args: DescribeDataQualityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataQualityJobDefinitionCommandOutput>;
1707
1821
  describeDataQualityJobDefinition(args: DescribeDataQualityJobDefinitionCommandInput, cb: (err: any, data?: DescribeDataQualityJobDefinitionCommandOutput) => void): void;
1708
1822
  describeDataQualityJobDefinition(args: DescribeDataQualityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataQualityJobDefinitionCommandOutput) => void): void;
1709
1823
  /**
1824
+ * @public
1710
1825
  * <p>Describes the device.</p>
1711
1826
  */
1712
1827
  describeDevice(args: DescribeDeviceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDeviceCommandOutput>;
1713
1828
  describeDevice(args: DescribeDeviceCommandInput, cb: (err: any, data?: DescribeDeviceCommandOutput) => void): void;
1714
1829
  describeDevice(args: DescribeDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDeviceCommandOutput) => void): void;
1715
1830
  /**
1831
+ * @public
1716
1832
  * <p>A description of the fleet the device belongs to.</p>
1717
1833
  */
1718
1834
  describeDeviceFleet(args: DescribeDeviceFleetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDeviceFleetCommandOutput>;
1719
1835
  describeDeviceFleet(args: DescribeDeviceFleetCommandInput, cb: (err: any, data?: DescribeDeviceFleetCommandOutput) => void): void;
1720
1836
  describeDeviceFleet(args: DescribeDeviceFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDeviceFleetCommandOutput) => void): void;
1721
1837
  /**
1838
+ * @public
1722
1839
  * <p>The description of the domain.</p>
1723
1840
  */
1724
1841
  describeDomain(args: DescribeDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainCommandOutput>;
1725
1842
  describeDomain(args: DescribeDomainCommandInput, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
1726
1843
  describeDomain(args: DescribeDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
1727
1844
  /**
1845
+ * @public
1728
1846
  * <p>Describes an edge deployment plan with deployment status per stage.</p>
1729
1847
  */
1730
1848
  describeEdgeDeploymentPlan(args: DescribeEdgeDeploymentPlanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEdgeDeploymentPlanCommandOutput>;
1731
1849
  describeEdgeDeploymentPlan(args: DescribeEdgeDeploymentPlanCommandInput, cb: (err: any, data?: DescribeEdgeDeploymentPlanCommandOutput) => void): void;
1732
1850
  describeEdgeDeploymentPlan(args: DescribeEdgeDeploymentPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEdgeDeploymentPlanCommandOutput) => void): void;
1733
1851
  /**
1852
+ * @public
1734
1853
  * <p>A description of edge packaging jobs.</p>
1735
1854
  */
1736
1855
  describeEdgePackagingJob(args: DescribeEdgePackagingJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEdgePackagingJobCommandOutput>;
1737
1856
  describeEdgePackagingJob(args: DescribeEdgePackagingJobCommandInput, cb: (err: any, data?: DescribeEdgePackagingJobCommandOutput) => void): void;
1738
1857
  describeEdgePackagingJob(args: DescribeEdgePackagingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEdgePackagingJobCommandOutput) => void): void;
1739
1858
  /**
1859
+ * @public
1740
1860
  * <p>Returns the description of an endpoint.</p>
1741
1861
  */
1742
1862
  describeEndpoint(args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointCommandOutput>;
1743
1863
  describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
1744
1864
  describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
1745
1865
  /**
1866
+ * @public
1746
1867
  * <p>Returns the description of an endpoint configuration created using the
1747
1868
  * <code>CreateEndpointConfig</code> API.</p>
1748
1869
  */
@@ -1750,12 +1871,14 @@ export declare class SageMaker extends SageMakerClient {
1750
1871
  describeEndpointConfig(args: DescribeEndpointConfigCommandInput, cb: (err: any, data?: DescribeEndpointConfigCommandOutput) => void): void;
1751
1872
  describeEndpointConfig(args: DescribeEndpointConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointConfigCommandOutput) => void): void;
1752
1873
  /**
1874
+ * @public
1753
1875
  * <p>Provides a list of an experiment's properties.</p>
1754
1876
  */
1755
1877
  describeExperiment(args: DescribeExperimentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExperimentCommandOutput>;
1756
1878
  describeExperiment(args: DescribeExperimentCommandInput, cb: (err: any, data?: DescribeExperimentCommandOutput) => void): void;
1757
1879
  describeExperiment(args: DescribeExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExperimentCommandOutput) => void): void;
1758
1880
  /**
1881
+ * @public
1759
1882
  * <p>Use this operation to describe a <code>FeatureGroup</code>. The response includes
1760
1883
  * information on the creation time, <code>FeatureGroup</code> name, the unique identifier for
1761
1884
  * each <code>FeatureGroup</code>, and more.</p>
@@ -1764,18 +1887,21 @@ export declare class SageMaker extends SageMakerClient {
1764
1887
  describeFeatureGroup(args: DescribeFeatureGroupCommandInput, cb: (err: any, data?: DescribeFeatureGroupCommandOutput) => void): void;
1765
1888
  describeFeatureGroup(args: DescribeFeatureGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeatureGroupCommandOutput) => void): void;
1766
1889
  /**
1890
+ * @public
1767
1891
  * <p>Shows the metadata for a feature within a feature group.</p>
1768
1892
  */
1769
1893
  describeFeatureMetadata(args: DescribeFeatureMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeatureMetadataCommandOutput>;
1770
1894
  describeFeatureMetadata(args: DescribeFeatureMetadataCommandInput, cb: (err: any, data?: DescribeFeatureMetadataCommandOutput) => void): void;
1771
1895
  describeFeatureMetadata(args: DescribeFeatureMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeatureMetadataCommandOutput) => void): void;
1772
1896
  /**
1897
+ * @public
1773
1898
  * <p>Returns information about the specified flow definition.</p>
1774
1899
  */
1775
1900
  describeFlowDefinition(args: DescribeFlowDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowDefinitionCommandOutput>;
1776
1901
  describeFlowDefinition(args: DescribeFlowDefinitionCommandInput, cb: (err: any, data?: DescribeFlowDefinitionCommandOutput) => void): void;
1777
1902
  describeFlowDefinition(args: DescribeFlowDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowDefinitionCommandOutput) => void): void;
1778
1903
  /**
1904
+ * @public
1779
1905
  * <p>Describe a hub.</p>
1780
1906
  * <note>
1781
1907
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -1785,6 +1911,7 @@ export declare class SageMaker extends SageMakerClient {
1785
1911
  describeHub(args: DescribeHubCommandInput, cb: (err: any, data?: DescribeHubCommandOutput) => void): void;
1786
1912
  describeHub(args: DescribeHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHubCommandOutput) => void): void;
1787
1913
  /**
1914
+ * @public
1788
1915
  * <p>Describe the content of a hub.</p>
1789
1916
  * <note>
1790
1917
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -1794,12 +1921,14 @@ export declare class SageMaker extends SageMakerClient {
1794
1921
  describeHubContent(args: DescribeHubContentCommandInput, cb: (err: any, data?: DescribeHubContentCommandOutput) => void): void;
1795
1922
  describeHubContent(args: DescribeHubContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHubContentCommandOutput) => void): void;
1796
1923
  /**
1924
+ * @public
1797
1925
  * <p>Returns information about the requested human task user interface (worker task template).</p>
1798
1926
  */
1799
1927
  describeHumanTaskUi(args: DescribeHumanTaskUiCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHumanTaskUiCommandOutput>;
1800
1928
  describeHumanTaskUi(args: DescribeHumanTaskUiCommandInput, cb: (err: any, data?: DescribeHumanTaskUiCommandOutput) => void): void;
1801
1929
  describeHumanTaskUi(args: DescribeHumanTaskUiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHumanTaskUiCommandOutput) => void): void;
1802
1930
  /**
1931
+ * @public
1803
1932
  * <p>Gets
1804
1933
  * a description of a hyperparameter tuning job.</p>
1805
1934
  */
@@ -1807,24 +1936,28 @@ export declare class SageMaker extends SageMakerClient {
1807
1936
  describeHyperParameterTuningJob(args: DescribeHyperParameterTuningJobCommandInput, cb: (err: any, data?: DescribeHyperParameterTuningJobCommandOutput) => void): void;
1808
1937
  describeHyperParameterTuningJob(args: DescribeHyperParameterTuningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHyperParameterTuningJobCommandOutput) => void): void;
1809
1938
  /**
1939
+ * @public
1810
1940
  * <p>Describes a SageMaker image.</p>
1811
1941
  */
1812
1942
  describeImage(args: DescribeImageCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageCommandOutput>;
1813
1943
  describeImage(args: DescribeImageCommandInput, cb: (err: any, data?: DescribeImageCommandOutput) => void): void;
1814
1944
  describeImage(args: DescribeImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageCommandOutput) => void): void;
1815
1945
  /**
1946
+ * @public
1816
1947
  * <p>Describes a version of a SageMaker image.</p>
1817
1948
  */
1818
1949
  describeImageVersion(args: DescribeImageVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageVersionCommandOutput>;
1819
1950
  describeImageVersion(args: DescribeImageVersionCommandInput, cb: (err: any, data?: DescribeImageVersionCommandOutput) => void): void;
1820
1951
  describeImageVersion(args: DescribeImageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageVersionCommandOutput) => void): void;
1821
1952
  /**
1953
+ * @public
1822
1954
  * <p>Returns details about an inference experiment.</p>
1823
1955
  */
1824
1956
  describeInferenceExperiment(args: DescribeInferenceExperimentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInferenceExperimentCommandOutput>;
1825
1957
  describeInferenceExperiment(args: DescribeInferenceExperimentCommandInput, cb: (err: any, data?: DescribeInferenceExperimentCommandOutput) => void): void;
1826
1958
  describeInferenceExperiment(args: DescribeInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInferenceExperimentCommandOutput) => void): void;
1827
1959
  /**
1960
+ * @public
1828
1961
  * <p>Provides the results of the Inference Recommender job.
1829
1962
  * One or more recommendation jobs are returned.</p>
1830
1963
  */
@@ -1832,12 +1965,14 @@ export declare class SageMaker extends SageMakerClient {
1832
1965
  describeInferenceRecommendationsJob(args: DescribeInferenceRecommendationsJobCommandInput, cb: (err: any, data?: DescribeInferenceRecommendationsJobCommandOutput) => void): void;
1833
1966
  describeInferenceRecommendationsJob(args: DescribeInferenceRecommendationsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInferenceRecommendationsJobCommandOutput) => void): void;
1834
1967
  /**
1968
+ * @public
1835
1969
  * <p>Gets information about a labeling job.</p>
1836
1970
  */
1837
1971
  describeLabelingJob(args: DescribeLabelingJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLabelingJobCommandOutput>;
1838
1972
  describeLabelingJob(args: DescribeLabelingJobCommandInput, cb: (err: any, data?: DescribeLabelingJobCommandOutput) => void): void;
1839
1973
  describeLabelingJob(args: DescribeLabelingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLabelingJobCommandOutput) => void): void;
1840
1974
  /**
1975
+ * @public
1841
1976
  * <p>Provides a list of properties for the requested lineage group.
1842
1977
  * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html">
1843
1978
  * Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
@@ -1846,6 +1981,7 @@ export declare class SageMaker extends SageMakerClient {
1846
1981
  describeLineageGroup(args: DescribeLineageGroupCommandInput, cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void): void;
1847
1982
  describeLineageGroup(args: DescribeLineageGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void): void;
1848
1983
  /**
1984
+ * @public
1849
1985
  * <p>Describes a model that you created using the <code>CreateModel</code>
1850
1986
  * API.</p>
1851
1987
  */
@@ -1853,30 +1989,35 @@ export declare class SageMaker extends SageMakerClient {
1853
1989
  describeModel(args: DescribeModelCommandInput, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
1854
1990
  describeModel(args: DescribeModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
1855
1991
  /**
1992
+ * @public
1856
1993
  * <p>Returns a description of a model bias job definition.</p>
1857
1994
  */
1858
1995
  describeModelBiasJobDefinition(args: DescribeModelBiasJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelBiasJobDefinitionCommandOutput>;
1859
1996
  describeModelBiasJobDefinition(args: DescribeModelBiasJobDefinitionCommandInput, cb: (err: any, data?: DescribeModelBiasJobDefinitionCommandOutput) => void): void;
1860
1997
  describeModelBiasJobDefinition(args: DescribeModelBiasJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelBiasJobDefinitionCommandOutput) => void): void;
1861
1998
  /**
1999
+ * @public
1862
2000
  * <p>Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.</p>
1863
2001
  */
1864
2002
  describeModelCard(args: DescribeModelCardCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelCardCommandOutput>;
1865
2003
  describeModelCard(args: DescribeModelCardCommandInput, cb: (err: any, data?: DescribeModelCardCommandOutput) => void): void;
1866
2004
  describeModelCard(args: DescribeModelCardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelCardCommandOutput) => void): void;
1867
2005
  /**
2006
+ * @public
1868
2007
  * <p>Describes an Amazon SageMaker Model Card export job.</p>
1869
2008
  */
1870
2009
  describeModelCardExportJob(args: DescribeModelCardExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelCardExportJobCommandOutput>;
1871
2010
  describeModelCardExportJob(args: DescribeModelCardExportJobCommandInput, cb: (err: any, data?: DescribeModelCardExportJobCommandOutput) => void): void;
1872
2011
  describeModelCardExportJob(args: DescribeModelCardExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelCardExportJobCommandOutput) => void): void;
1873
2012
  /**
2013
+ * @public
1874
2014
  * <p>Returns a description of a model explainability job definition.</p>
1875
2015
  */
1876
2016
  describeModelExplainabilityJobDefinition(args: DescribeModelExplainabilityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelExplainabilityJobDefinitionCommandOutput>;
1877
2017
  describeModelExplainabilityJobDefinition(args: DescribeModelExplainabilityJobDefinitionCommandInput, cb: (err: any, data?: DescribeModelExplainabilityJobDefinitionCommandOutput) => void): void;
1878
2018
  describeModelExplainabilityJobDefinition(args: DescribeModelExplainabilityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelExplainabilityJobDefinitionCommandOutput) => void): void;
1879
2019
  /**
2020
+ * @public
1880
2021
  * <p>Returns a description of the specified model package, which is used to create SageMaker
1881
2022
  * models or list them on Amazon Web Services Marketplace.</p>
1882
2023
  * <p>To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services
@@ -1886,30 +2027,35 @@ export declare class SageMaker extends SageMakerClient {
1886
2027
  describeModelPackage(args: DescribeModelPackageCommandInput, cb: (err: any, data?: DescribeModelPackageCommandOutput) => void): void;
1887
2028
  describeModelPackage(args: DescribeModelPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelPackageCommandOutput) => void): void;
1888
2029
  /**
2030
+ * @public
1889
2031
  * <p>Gets a description for the specified model group.</p>
1890
2032
  */
1891
2033
  describeModelPackageGroup(args: DescribeModelPackageGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelPackageGroupCommandOutput>;
1892
2034
  describeModelPackageGroup(args: DescribeModelPackageGroupCommandInput, cb: (err: any, data?: DescribeModelPackageGroupCommandOutput) => void): void;
1893
2035
  describeModelPackageGroup(args: DescribeModelPackageGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelPackageGroupCommandOutput) => void): void;
1894
2036
  /**
2037
+ * @public
1895
2038
  * <p>Returns a description of a model quality job definition.</p>
1896
2039
  */
1897
2040
  describeModelQualityJobDefinition(args: DescribeModelQualityJobDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelQualityJobDefinitionCommandOutput>;
1898
2041
  describeModelQualityJobDefinition(args: DescribeModelQualityJobDefinitionCommandInput, cb: (err: any, data?: DescribeModelQualityJobDefinitionCommandOutput) => void): void;
1899
2042
  describeModelQualityJobDefinition(args: DescribeModelQualityJobDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelQualityJobDefinitionCommandOutput) => void): void;
1900
2043
  /**
2044
+ * @public
1901
2045
  * <p>Describes the schedule for a monitoring job.</p>
1902
2046
  */
1903
2047
  describeMonitoringSchedule(args: DescribeMonitoringScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMonitoringScheduleCommandOutput>;
1904
2048
  describeMonitoringSchedule(args: DescribeMonitoringScheduleCommandInput, cb: (err: any, data?: DescribeMonitoringScheduleCommandOutput) => void): void;
1905
2049
  describeMonitoringSchedule(args: DescribeMonitoringScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMonitoringScheduleCommandOutput) => void): void;
1906
2050
  /**
2051
+ * @public
1907
2052
  * <p>Returns information about a notebook instance.</p>
1908
2053
  */
1909
2054
  describeNotebookInstance(args: DescribeNotebookInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotebookInstanceCommandOutput>;
1910
2055
  describeNotebookInstance(args: DescribeNotebookInstanceCommandInput, cb: (err: any, data?: DescribeNotebookInstanceCommandOutput) => void): void;
1911
2056
  describeNotebookInstance(args: DescribeNotebookInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotebookInstanceCommandOutput) => void): void;
1912
2057
  /**
2058
+ * @public
1913
2059
  * <p>Returns a description of a notebook instance lifecycle configuration.</p>
1914
2060
  * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
1915
2061
  * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
@@ -1918,48 +2064,56 @@ export declare class SageMaker extends SageMakerClient {
1918
2064
  describeNotebookInstanceLifecycleConfig(args: DescribeNotebookInstanceLifecycleConfigCommandInput, cb: (err: any, data?: DescribeNotebookInstanceLifecycleConfigCommandOutput) => void): void;
1919
2065
  describeNotebookInstanceLifecycleConfig(args: DescribeNotebookInstanceLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotebookInstanceLifecycleConfigCommandOutput) => void): void;
1920
2066
  /**
2067
+ * @public
1921
2068
  * <p>Describes the details of a pipeline.</p>
1922
2069
  */
1923
2070
  describePipeline(args: DescribePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DescribePipelineCommandOutput>;
1924
2071
  describePipeline(args: DescribePipelineCommandInput, cb: (err: any, data?: DescribePipelineCommandOutput) => void): void;
1925
2072
  describePipeline(args: DescribePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePipelineCommandOutput) => void): void;
1926
2073
  /**
2074
+ * @public
1927
2075
  * <p>Describes the details of an execution's pipeline definition.</p>
1928
2076
  */
1929
2077
  describePipelineDefinitionForExecution(args: DescribePipelineDefinitionForExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePipelineDefinitionForExecutionCommandOutput>;
1930
2078
  describePipelineDefinitionForExecution(args: DescribePipelineDefinitionForExecutionCommandInput, cb: (err: any, data?: DescribePipelineDefinitionForExecutionCommandOutput) => void): void;
1931
2079
  describePipelineDefinitionForExecution(args: DescribePipelineDefinitionForExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePipelineDefinitionForExecutionCommandOutput) => void): void;
1932
2080
  /**
2081
+ * @public
1933
2082
  * <p>Describes the details of a pipeline execution.</p>
1934
2083
  */
1935
2084
  describePipelineExecution(args: DescribePipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePipelineExecutionCommandOutput>;
1936
2085
  describePipelineExecution(args: DescribePipelineExecutionCommandInput, cb: (err: any, data?: DescribePipelineExecutionCommandOutput) => void): void;
1937
2086
  describePipelineExecution(args: DescribePipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePipelineExecutionCommandOutput) => void): void;
1938
2087
  /**
2088
+ * @public
1939
2089
  * <p>Returns a description of a processing job.</p>
1940
2090
  */
1941
2091
  describeProcessingJob(args: DescribeProcessingJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProcessingJobCommandOutput>;
1942
2092
  describeProcessingJob(args: DescribeProcessingJobCommandInput, cb: (err: any, data?: DescribeProcessingJobCommandOutput) => void): void;
1943
2093
  describeProcessingJob(args: DescribeProcessingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProcessingJobCommandOutput) => void): void;
1944
2094
  /**
2095
+ * @public
1945
2096
  * <p>Describes the details of a project.</p>
1946
2097
  */
1947
2098
  describeProject(args: DescribeProjectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProjectCommandOutput>;
1948
2099
  describeProject(args: DescribeProjectCommandInput, cb: (err: any, data?: DescribeProjectCommandOutput) => void): void;
1949
2100
  describeProject(args: DescribeProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProjectCommandOutput) => void): void;
1950
2101
  /**
2102
+ * @public
1951
2103
  * <p>Describes the space.</p>
1952
2104
  */
1953
2105
  describeSpace(args: DescribeSpaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpaceCommandOutput>;
1954
2106
  describeSpace(args: DescribeSpaceCommandInput, cb: (err: any, data?: DescribeSpaceCommandOutput) => void): void;
1955
2107
  describeSpace(args: DescribeSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpaceCommandOutput) => void): void;
1956
2108
  /**
2109
+ * @public
1957
2110
  * <p>Describes the Studio Lifecycle Configuration.</p>
1958
2111
  */
1959
2112
  describeStudioLifecycleConfig(args: DescribeStudioLifecycleConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStudioLifecycleConfigCommandOutput>;
1960
2113
  describeStudioLifecycleConfig(args: DescribeStudioLifecycleConfigCommandInput, cb: (err: any, data?: DescribeStudioLifecycleConfigCommandOutput) => void): void;
1961
2114
  describeStudioLifecycleConfig(args: DescribeStudioLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStudioLifecycleConfigCommandOutput) => void): void;
1962
2115
  /**
2116
+ * @public
1963
2117
  * <p>Gets information about a work team provided by a vendor. It returns details about the
1964
2118
  * subscription with a vendor in the Amazon Web Services Marketplace.</p>
1965
2119
  */
@@ -1967,6 +2121,7 @@ export declare class SageMaker extends SageMakerClient {
1967
2121
  describeSubscribedWorkteam(args: DescribeSubscribedWorkteamCommandInput, cb: (err: any, data?: DescribeSubscribedWorkteamCommandOutput) => void): void;
1968
2122
  describeSubscribedWorkteam(args: DescribeSubscribedWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubscribedWorkteamCommandOutput) => void): void;
1969
2123
  /**
2124
+ * @public
1970
2125
  * <p>Returns information about a training job. </p>
1971
2126
  * <p>Some of the attributes below only appear if the training job successfully starts.
1972
2127
  * If the training job fails, <code>TrainingJobStatus</code> is <code>Failed</code> and,
@@ -1979,30 +2134,35 @@ export declare class SageMaker extends SageMakerClient {
1979
2134
  describeTrainingJob(args: DescribeTrainingJobCommandInput, cb: (err: any, data?: DescribeTrainingJobCommandOutput) => void): void;
1980
2135
  describeTrainingJob(args: DescribeTrainingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrainingJobCommandOutput) => void): void;
1981
2136
  /**
2137
+ * @public
1982
2138
  * <p>Returns information about a transform job.</p>
1983
2139
  */
1984
2140
  describeTransformJob(args: DescribeTransformJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransformJobCommandOutput>;
1985
2141
  describeTransformJob(args: DescribeTransformJobCommandInput, cb: (err: any, data?: DescribeTransformJobCommandOutput) => void): void;
1986
2142
  describeTransformJob(args: DescribeTransformJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransformJobCommandOutput) => void): void;
1987
2143
  /**
2144
+ * @public
1988
2145
  * <p>Provides a list of a trial's properties.</p>
1989
2146
  */
1990
2147
  describeTrial(args: DescribeTrialCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrialCommandOutput>;
1991
2148
  describeTrial(args: DescribeTrialCommandInput, cb: (err: any, data?: DescribeTrialCommandOutput) => void): void;
1992
2149
  describeTrial(args: DescribeTrialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrialCommandOutput) => void): void;
1993
2150
  /**
2151
+ * @public
1994
2152
  * <p>Provides a list of a trials component's properties.</p>
1995
2153
  */
1996
2154
  describeTrialComponent(args: DescribeTrialComponentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrialComponentCommandOutput>;
1997
2155
  describeTrialComponent(args: DescribeTrialComponentCommandInput, cb: (err: any, data?: DescribeTrialComponentCommandOutput) => void): void;
1998
2156
  describeTrialComponent(args: DescribeTrialComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrialComponentCommandOutput) => void): void;
1999
2157
  /**
2158
+ * @public
2000
2159
  * <p>Describes a user profile. For more information, see <code>CreateUserProfile</code>.</p>
2001
2160
  */
2002
2161
  describeUserProfile(args: DescribeUserProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserProfileCommandOutput>;
2003
2162
  describeUserProfile(args: DescribeUserProfileCommandInput, cb: (err: any, data?: DescribeUserProfileCommandOutput) => void): void;
2004
2163
  describeUserProfile(args: DescribeUserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserProfileCommandOutput) => void): void;
2005
2164
  /**
2165
+ * @public
2006
2166
  * <p>Lists private workforce information, including workforce name, Amazon Resource Name
2007
2167
  * (ARN), and, if applicable, allowed IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Allowable IP address
2008
2168
  * ranges are the IP addresses that workers can use to access tasks. </p>
@@ -2014,6 +2174,7 @@ export declare class SageMaker extends SageMakerClient {
2014
2174
  describeWorkforce(args: DescribeWorkforceCommandInput, cb: (err: any, data?: DescribeWorkforceCommandOutput) => void): void;
2015
2175
  describeWorkforce(args: DescribeWorkforceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkforceCommandOutput) => void): void;
2016
2176
  /**
2177
+ * @public
2017
2178
  * <p>Gets information about a specific work team. You can see information such as the
2018
2179
  * create date, the last updated date, membership information, and the work team's Amazon
2019
2180
  * Resource Name (ARN).</p>
@@ -2022,6 +2183,7 @@ export declare class SageMaker extends SageMakerClient {
2022
2183
  describeWorkteam(args: DescribeWorkteamCommandInput, cb: (err: any, data?: DescribeWorkteamCommandOutput) => void): void;
2023
2184
  describeWorkteam(args: DescribeWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkteamCommandOutput) => void): void;
2024
2185
  /**
2186
+ * @public
2025
2187
  * <p>Disables using Service Catalog in SageMaker. Service Catalog is used to create
2026
2188
  * SageMaker projects.</p>
2027
2189
  */
@@ -2029,6 +2191,7 @@ export declare class SageMaker extends SageMakerClient {
2029
2191
  disableSagemakerServicecatalogPortfolio(args: DisableSagemakerServicecatalogPortfolioCommandInput, cb: (err: any, data?: DisableSagemakerServicecatalogPortfolioCommandOutput) => void): void;
2030
2192
  disableSagemakerServicecatalogPortfolio(args: DisableSagemakerServicecatalogPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSagemakerServicecatalogPortfolioCommandOutput) => void): void;
2031
2193
  /**
2194
+ * @public
2032
2195
  * <p>Disassociates a trial component from a trial. This doesn't effect other trials the
2033
2196
  * component is associated with. Before you can delete a component, you must disassociate the
2034
2197
  * component from all trials it is associated with. To associate a trial component with a trial,
@@ -2040,6 +2203,7 @@ export declare class SageMaker extends SageMakerClient {
2040
2203
  disassociateTrialComponent(args: DisassociateTrialComponentCommandInput, cb: (err: any, data?: DisassociateTrialComponentCommandOutput) => void): void;
2041
2204
  disassociateTrialComponent(args: DisassociateTrialComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrialComponentCommandOutput) => void): void;
2042
2205
  /**
2206
+ * @public
2043
2207
  * <p>Enables using Service Catalog in SageMaker. Service Catalog is used to create
2044
2208
  * SageMaker projects.</p>
2045
2209
  */
@@ -2047,18 +2211,21 @@ export declare class SageMaker extends SageMakerClient {
2047
2211
  enableSagemakerServicecatalogPortfolio(args: EnableSagemakerServicecatalogPortfolioCommandInput, cb: (err: any, data?: EnableSagemakerServicecatalogPortfolioCommandOutput) => void): void;
2048
2212
  enableSagemakerServicecatalogPortfolio(args: EnableSagemakerServicecatalogPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSagemakerServicecatalogPortfolioCommandOutput) => void): void;
2049
2213
  /**
2214
+ * @public
2050
2215
  * <p>Describes a fleet.</p>
2051
2216
  */
2052
2217
  getDeviceFleetReport(args: GetDeviceFleetReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceFleetReportCommandOutput>;
2053
2218
  getDeviceFleetReport(args: GetDeviceFleetReportCommandInput, cb: (err: any, data?: GetDeviceFleetReportCommandOutput) => void): void;
2054
2219
  getDeviceFleetReport(args: GetDeviceFleetReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceFleetReportCommandOutput) => void): void;
2055
2220
  /**
2221
+ * @public
2056
2222
  * <p>The resource policy for the lineage group.</p>
2057
2223
  */
2058
2224
  getLineageGroupPolicy(args: GetLineageGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetLineageGroupPolicyCommandOutput>;
2059
2225
  getLineageGroupPolicy(args: GetLineageGroupPolicyCommandInput, cb: (err: any, data?: GetLineageGroupPolicyCommandOutput) => void): void;
2060
2226
  getLineageGroupPolicy(args: GetLineageGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLineageGroupPolicyCommandOutput) => void): void;
2061
2227
  /**
2228
+ * @public
2062
2229
  * <p>Gets a resource policy that manages access for a model group. For information about
2063
2230
  * resource policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
2064
2231
  * policies and resource-based policies</a> in the <i>Amazon Web Services Identity and
@@ -2068,6 +2235,7 @@ export declare class SageMaker extends SageMakerClient {
2068
2235
  getModelPackageGroupPolicy(args: GetModelPackageGroupPolicyCommandInput, cb: (err: any, data?: GetModelPackageGroupPolicyCommandOutput) => void): void;
2069
2236
  getModelPackageGroupPolicy(args: GetModelPackageGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelPackageGroupPolicyCommandOutput) => void): void;
2070
2237
  /**
2238
+ * @public
2071
2239
  * <p>Gets the status of Service Catalog in SageMaker. Service Catalog is used to create
2072
2240
  * SageMaker projects.</p>
2073
2241
  */
@@ -2075,6 +2243,7 @@ export declare class SageMaker extends SageMakerClient {
2075
2243
  getSagemakerServicecatalogPortfolioStatus(args: GetSagemakerServicecatalogPortfolioStatusCommandInput, cb: (err: any, data?: GetSagemakerServicecatalogPortfolioStatusCommandOutput) => void): void;
2076
2244
  getSagemakerServicecatalogPortfolioStatus(args: GetSagemakerServicecatalogPortfolioStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSagemakerServicecatalogPortfolioStatusCommandOutput) => void): void;
2077
2245
  /**
2246
+ * @public
2078
2247
  * <p>An auto-complete API for the search functionality in the SageMaker console. It returns
2079
2248
  * suggestions of possible matches for the property name to use in <code>Search</code>
2080
2249
  * queries. Provides suggestions for <code>HyperParameters</code>, <code>Tags</code>, and
@@ -2084,6 +2253,7 @@ export declare class SageMaker extends SageMakerClient {
2084
2253
  getSearchSuggestions(args: GetSearchSuggestionsCommandInput, cb: (err: any, data?: GetSearchSuggestionsCommandOutput) => void): void;
2085
2254
  getSearchSuggestions(args: GetSearchSuggestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSearchSuggestionsCommandOutput) => void): void;
2086
2255
  /**
2256
+ * @public
2087
2257
  * <p>Import hub content.</p>
2088
2258
  * <note>
2089
2259
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -2093,24 +2263,28 @@ export declare class SageMaker extends SageMakerClient {
2093
2263
  importHubContent(args: ImportHubContentCommandInput, cb: (err: any, data?: ImportHubContentCommandOutput) => void): void;
2094
2264
  importHubContent(args: ImportHubContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportHubContentCommandOutput) => void): void;
2095
2265
  /**
2266
+ * @public
2096
2267
  * <p>Lists the actions in your account and their properties.</p>
2097
2268
  */
2098
2269
  listActions(args: ListActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionsCommandOutput>;
2099
2270
  listActions(args: ListActionsCommandInput, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
2100
2271
  listActions(args: ListActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
2101
2272
  /**
2273
+ * @public
2102
2274
  * <p>Lists the machine learning algorithms that have been created.</p>
2103
2275
  */
2104
2276
  listAlgorithms(args: ListAlgorithmsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlgorithmsCommandOutput>;
2105
2277
  listAlgorithms(args: ListAlgorithmsCommandInput, cb: (err: any, data?: ListAlgorithmsCommandOutput) => void): void;
2106
2278
  listAlgorithms(args: ListAlgorithmsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlgorithmsCommandOutput) => void): void;
2107
2279
  /**
2280
+ * @public
2108
2281
  * <p>Lists the aliases of a specified image or image version.</p>
2109
2282
  */
2110
2283
  listAliases(args: ListAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListAliasesCommandOutput>;
2111
2284
  listAliases(args: ListAliasesCommandInput, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
2112
2285
  listAliases(args: ListAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
2113
2286
  /**
2287
+ * @public
2114
2288
  * <p>Lists the AppImageConfigs in your account and their properties. The list can be
2115
2289
  * filtered by creation time or modified time, and whether the AppImageConfig name contains
2116
2290
  * a specified string.</p>
@@ -2119,42 +2293,49 @@ export declare class SageMaker extends SageMakerClient {
2119
2293
  listAppImageConfigs(args: ListAppImageConfigsCommandInput, cb: (err: any, data?: ListAppImageConfigsCommandOutput) => void): void;
2120
2294
  listAppImageConfigs(args: ListAppImageConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppImageConfigsCommandOutput) => void): void;
2121
2295
  /**
2296
+ * @public
2122
2297
  * <p>Lists apps.</p>
2123
2298
  */
2124
2299
  listApps(args: ListAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsCommandOutput>;
2125
2300
  listApps(args: ListAppsCommandInput, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
2126
2301
  listApps(args: ListAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
2127
2302
  /**
2303
+ * @public
2128
2304
  * <p>Lists the artifacts in your account and their properties.</p>
2129
2305
  */
2130
2306
  listArtifacts(args: ListArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListArtifactsCommandOutput>;
2131
2307
  listArtifacts(args: ListArtifactsCommandInput, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
2132
2308
  listArtifacts(args: ListArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
2133
2309
  /**
2310
+ * @public
2134
2311
  * <p>Lists the associations in your account and their properties.</p>
2135
2312
  */
2136
2313
  listAssociations(args: ListAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociationsCommandOutput>;
2137
2314
  listAssociations(args: ListAssociationsCommandInput, cb: (err: any, data?: ListAssociationsCommandOutput) => void): void;
2138
2315
  listAssociations(args: ListAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociationsCommandOutput) => void): void;
2139
2316
  /**
2317
+ * @public
2140
2318
  * <p>Request a list of jobs.</p>
2141
2319
  */
2142
2320
  listAutoMLJobs(args: ListAutoMLJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListAutoMLJobsCommandOutput>;
2143
2321
  listAutoMLJobs(args: ListAutoMLJobsCommandInput, cb: (err: any, data?: ListAutoMLJobsCommandOutput) => void): void;
2144
2322
  listAutoMLJobs(args: ListAutoMLJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutoMLJobsCommandOutput) => void): void;
2145
2323
  /**
2324
+ * @public
2146
2325
  * <p>List the candidates created for the job.</p>
2147
2326
  */
2148
2327
  listCandidatesForAutoMLJob(args: ListCandidatesForAutoMLJobCommandInput, options?: __HttpHandlerOptions): Promise<ListCandidatesForAutoMLJobCommandOutput>;
2149
2328
  listCandidatesForAutoMLJob(args: ListCandidatesForAutoMLJobCommandInput, cb: (err: any, data?: ListCandidatesForAutoMLJobCommandOutput) => void): void;
2150
2329
  listCandidatesForAutoMLJob(args: ListCandidatesForAutoMLJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCandidatesForAutoMLJobCommandOutput) => void): void;
2151
2330
  /**
2331
+ * @public
2152
2332
  * <p>Gets a list of the Git repositories in your account.</p>
2153
2333
  */
2154
2334
  listCodeRepositories(args: ListCodeRepositoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListCodeRepositoriesCommandOutput>;
2155
2335
  listCodeRepositories(args: ListCodeRepositoriesCommandInput, cb: (err: any, data?: ListCodeRepositoriesCommandOutput) => void): void;
2156
2336
  listCodeRepositories(args: ListCodeRepositoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCodeRepositoriesCommandOutput) => void): void;
2157
2337
  /**
2338
+ * @public
2158
2339
  * <p>Lists model compilation jobs that satisfy various filters.</p>
2159
2340
  * <p>To create a model compilation job, use <a>CreateCompilationJob</a>. To get
2160
2341
  * information about a particular model compilation job you have created, use <a>DescribeCompilationJob</a>.</p>
@@ -2163,60 +2344,70 @@ export declare class SageMaker extends SageMakerClient {
2163
2344
  listCompilationJobs(args: ListCompilationJobsCommandInput, cb: (err: any, data?: ListCompilationJobsCommandOutput) => void): void;
2164
2345
  listCompilationJobs(args: ListCompilationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCompilationJobsCommandOutput) => void): void;
2165
2346
  /**
2347
+ * @public
2166
2348
  * <p>Lists the contexts in your account and their properties.</p>
2167
2349
  */
2168
2350
  listContexts(args: ListContextsCommandInput, options?: __HttpHandlerOptions): Promise<ListContextsCommandOutput>;
2169
2351
  listContexts(args: ListContextsCommandInput, cb: (err: any, data?: ListContextsCommandOutput) => void): void;
2170
2352
  listContexts(args: ListContextsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContextsCommandOutput) => void): void;
2171
2353
  /**
2354
+ * @public
2172
2355
  * <p>Lists the data quality job definitions in your account.</p>
2173
2356
  */
2174
2357
  listDataQualityJobDefinitions(args: ListDataQualityJobDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityJobDefinitionsCommandOutput>;
2175
2358
  listDataQualityJobDefinitions(args: ListDataQualityJobDefinitionsCommandInput, cb: (err: any, data?: ListDataQualityJobDefinitionsCommandOutput) => void): void;
2176
2359
  listDataQualityJobDefinitions(args: ListDataQualityJobDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityJobDefinitionsCommandOutput) => void): void;
2177
2360
  /**
2361
+ * @public
2178
2362
  * <p>Returns a list of devices in the fleet.</p>
2179
2363
  */
2180
2364
  listDeviceFleets(args: ListDeviceFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceFleetsCommandOutput>;
2181
2365
  listDeviceFleets(args: ListDeviceFleetsCommandInput, cb: (err: any, data?: ListDeviceFleetsCommandOutput) => void): void;
2182
2366
  listDeviceFleets(args: ListDeviceFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceFleetsCommandOutput) => void): void;
2183
2367
  /**
2368
+ * @public
2184
2369
  * <p>A list of devices.</p>
2185
2370
  */
2186
2371
  listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
2187
2372
  listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
2188
2373
  listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
2189
2374
  /**
2375
+ * @public
2190
2376
  * <p>Lists the domains.</p>
2191
2377
  */
2192
2378
  listDomains(args: ListDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsCommandOutput>;
2193
2379
  listDomains(args: ListDomainsCommandInput, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
2194
2380
  listDomains(args: ListDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
2195
2381
  /**
2382
+ * @public
2196
2383
  * <p>Lists all edge deployment plans.</p>
2197
2384
  */
2198
2385
  listEdgeDeploymentPlans(args: ListEdgeDeploymentPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListEdgeDeploymentPlansCommandOutput>;
2199
2386
  listEdgeDeploymentPlans(args: ListEdgeDeploymentPlansCommandInput, cb: (err: any, data?: ListEdgeDeploymentPlansCommandOutput) => void): void;
2200
2387
  listEdgeDeploymentPlans(args: ListEdgeDeploymentPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEdgeDeploymentPlansCommandOutput) => void): void;
2201
2388
  /**
2389
+ * @public
2202
2390
  * <p>Returns a list of edge packaging jobs.</p>
2203
2391
  */
2204
2392
  listEdgePackagingJobs(args: ListEdgePackagingJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEdgePackagingJobsCommandOutput>;
2205
2393
  listEdgePackagingJobs(args: ListEdgePackagingJobsCommandInput, cb: (err: any, data?: ListEdgePackagingJobsCommandOutput) => void): void;
2206
2394
  listEdgePackagingJobs(args: ListEdgePackagingJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEdgePackagingJobsCommandOutput) => void): void;
2207
2395
  /**
2396
+ * @public
2208
2397
  * <p>Lists endpoint configurations.</p>
2209
2398
  */
2210
2399
  listEndpointConfigs(args: ListEndpointConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointConfigsCommandOutput>;
2211
2400
  listEndpointConfigs(args: ListEndpointConfigsCommandInput, cb: (err: any, data?: ListEndpointConfigsCommandOutput) => void): void;
2212
2401
  listEndpointConfigs(args: ListEndpointConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointConfigsCommandOutput) => void): void;
2213
2402
  /**
2403
+ * @public
2214
2404
  * <p>Lists endpoints.</p>
2215
2405
  */
2216
2406
  listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
2217
2407
  listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
2218
2408
  listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
2219
2409
  /**
2410
+ * @public
2220
2411
  * <p>Lists all the experiments in your account. The list can be filtered to show only
2221
2412
  * experiments that were created in a specific time range. The list can be sorted by experiment
2222
2413
  * name or creation time.</p>
@@ -2225,18 +2416,21 @@ export declare class SageMaker extends SageMakerClient {
2225
2416
  listExperiments(args: ListExperimentsCommandInput, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
2226
2417
  listExperiments(args: ListExperimentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
2227
2418
  /**
2419
+ * @public
2228
2420
  * <p>List <code>FeatureGroup</code>s based on given filter and order.</p>
2229
2421
  */
2230
2422
  listFeatureGroups(args: ListFeatureGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListFeatureGroupsCommandOutput>;
2231
2423
  listFeatureGroups(args: ListFeatureGroupsCommandInput, cb: (err: any, data?: ListFeatureGroupsCommandOutput) => void): void;
2232
2424
  listFeatureGroups(args: ListFeatureGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFeatureGroupsCommandOutput) => void): void;
2233
2425
  /**
2426
+ * @public
2234
2427
  * <p>Returns information about the flow definitions in your account.</p>
2235
2428
  */
2236
2429
  listFlowDefinitions(args: ListFlowDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListFlowDefinitionsCommandOutput>;
2237
2430
  listFlowDefinitions(args: ListFlowDefinitionsCommandInput, cb: (err: any, data?: ListFlowDefinitionsCommandOutput) => void): void;
2238
2431
  listFlowDefinitions(args: ListFlowDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlowDefinitionsCommandOutput) => void): void;
2239
2432
  /**
2433
+ * @public
2240
2434
  * <p>List the contents of a hub.</p>
2241
2435
  * <note>
2242
2436
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -2246,6 +2440,7 @@ export declare class SageMaker extends SageMakerClient {
2246
2440
  listHubContents(args: ListHubContentsCommandInput, cb: (err: any, data?: ListHubContentsCommandOutput) => void): void;
2247
2441
  listHubContents(args: ListHubContentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHubContentsCommandOutput) => void): void;
2248
2442
  /**
2443
+ * @public
2249
2444
  * <p>List hub content versions.</p>
2250
2445
  * <note>
2251
2446
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -2255,6 +2450,7 @@ export declare class SageMaker extends SageMakerClient {
2255
2450
  listHubContentVersions(args: ListHubContentVersionsCommandInput, cb: (err: any, data?: ListHubContentVersionsCommandOutput) => void): void;
2256
2451
  listHubContentVersions(args: ListHubContentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHubContentVersionsCommandOutput) => void): void;
2257
2452
  /**
2453
+ * @public
2258
2454
  * <p>List all existing hubs.</p>
2259
2455
  * <note>
2260
2456
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -2264,12 +2460,14 @@ export declare class SageMaker extends SageMakerClient {
2264
2460
  listHubs(args: ListHubsCommandInput, cb: (err: any, data?: ListHubsCommandOutput) => void): void;
2265
2461
  listHubs(args: ListHubsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHubsCommandOutput) => void): void;
2266
2462
  /**
2463
+ * @public
2267
2464
  * <p>Returns information about the human task user interfaces in your account.</p>
2268
2465
  */
2269
2466
  listHumanTaskUis(args: ListHumanTaskUisCommandInput, options?: __HttpHandlerOptions): Promise<ListHumanTaskUisCommandOutput>;
2270
2467
  listHumanTaskUis(args: ListHumanTaskUisCommandInput, cb: (err: any, data?: ListHumanTaskUisCommandOutput) => void): void;
2271
2468
  listHumanTaskUis(args: ListHumanTaskUisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHumanTaskUisCommandOutput) => void): void;
2272
2469
  /**
2470
+ * @public
2273
2471
  * <p>Gets a list of <a>HyperParameterTuningJobSummary</a> objects that
2274
2472
  * describe
2275
2473
  * the hyperparameter tuning jobs launched in your account.</p>
@@ -2278,6 +2476,7 @@ export declare class SageMaker extends SageMakerClient {
2278
2476
  listHyperParameterTuningJobs(args: ListHyperParameterTuningJobsCommandInput, cb: (err: any, data?: ListHyperParameterTuningJobsCommandOutput) => void): void;
2279
2477
  listHyperParameterTuningJobs(args: ListHyperParameterTuningJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHyperParameterTuningJobsCommandOutput) => void): void;
2280
2478
  /**
2479
+ * @public
2281
2480
  * <p>Lists the images in your account and their properties. The list can be filtered by
2282
2481
  * creation time or modified time, and whether the image name contains a specified string.</p>
2283
2482
  */
@@ -2285,6 +2484,7 @@ export declare class SageMaker extends SageMakerClient {
2285
2484
  listImages(args: ListImagesCommandInput, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
2286
2485
  listImages(args: ListImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
2287
2486
  /**
2487
+ * @public
2288
2488
  * <p>Lists the versions of a specified image and their properties. The list can be filtered
2289
2489
  * by creation time or modified time.</p>
2290
2490
  */
@@ -2292,18 +2492,21 @@ export declare class SageMaker extends SageMakerClient {
2292
2492
  listImageVersions(args: ListImageVersionsCommandInput, cb: (err: any, data?: ListImageVersionsCommandOutput) => void): void;
2293
2493
  listImageVersions(args: ListImageVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageVersionsCommandOutput) => void): void;
2294
2494
  /**
2495
+ * @public
2295
2496
  * <p>Returns the list of all inference experiments.</p>
2296
2497
  */
2297
2498
  listInferenceExperiments(args: ListInferenceExperimentsCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceExperimentsCommandOutput>;
2298
2499
  listInferenceExperiments(args: ListInferenceExperimentsCommandInput, cb: (err: any, data?: ListInferenceExperimentsCommandOutput) => void): void;
2299
2500
  listInferenceExperiments(args: ListInferenceExperimentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceExperimentsCommandOutput) => void): void;
2300
2501
  /**
2502
+ * @public
2301
2503
  * <p>Lists recommendation jobs that satisfy various filters.</p>
2302
2504
  */
2303
2505
  listInferenceRecommendationsJobs(args: ListInferenceRecommendationsJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceRecommendationsJobsCommandOutput>;
2304
2506
  listInferenceRecommendationsJobs(args: ListInferenceRecommendationsJobsCommandInput, cb: (err: any, data?: ListInferenceRecommendationsJobsCommandOutput) => void): void;
2305
2507
  listInferenceRecommendationsJobs(args: ListInferenceRecommendationsJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceRecommendationsJobsCommandOutput) => void): void;
2306
2508
  /**
2509
+ * @public
2307
2510
  * <p>Returns a list of the subtasks for an Inference Recommender job.</p>
2308
2511
  * <p>The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.</p>
2309
2512
  */
@@ -2311,18 +2514,21 @@ export declare class SageMaker extends SageMakerClient {
2311
2514
  listInferenceRecommendationsJobSteps(args: ListInferenceRecommendationsJobStepsCommandInput, cb: (err: any, data?: ListInferenceRecommendationsJobStepsCommandOutput) => void): void;
2312
2515
  listInferenceRecommendationsJobSteps(args: ListInferenceRecommendationsJobStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceRecommendationsJobStepsCommandOutput) => void): void;
2313
2516
  /**
2517
+ * @public
2314
2518
  * <p>Gets a list of labeling jobs.</p>
2315
2519
  */
2316
2520
  listLabelingJobs(args: ListLabelingJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListLabelingJobsCommandOutput>;
2317
2521
  listLabelingJobs(args: ListLabelingJobsCommandInput, cb: (err: any, data?: ListLabelingJobsCommandOutput) => void): void;
2318
2522
  listLabelingJobs(args: ListLabelingJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLabelingJobsCommandOutput) => void): void;
2319
2523
  /**
2524
+ * @public
2320
2525
  * <p>Gets a list of labeling jobs assigned to a specified work team.</p>
2321
2526
  */
2322
2527
  listLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, options?: __HttpHandlerOptions): Promise<ListLabelingJobsForWorkteamCommandOutput>;
2323
2528
  listLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, cb: (err: any, data?: ListLabelingJobsForWorkteamCommandOutput) => void): void;
2324
2529
  listLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLabelingJobsForWorkteamCommandOutput) => void): void;
2325
2530
  /**
2531
+ * @public
2326
2532
  * <p>A list of lineage groups shared with your Amazon Web Services account.
2327
2533
  * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html">
2328
2534
  * Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
@@ -2331,36 +2537,42 @@ export declare class SageMaker extends SageMakerClient {
2331
2537
  listLineageGroups(args: ListLineageGroupsCommandInput, cb: (err: any, data?: ListLineageGroupsCommandOutput) => void): void;
2332
2538
  listLineageGroups(args: ListLineageGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLineageGroupsCommandOutput) => void): void;
2333
2539
  /**
2540
+ * @public
2334
2541
  * <p>Lists model bias jobs definitions that satisfy various filters.</p>
2335
2542
  */
2336
2543
  listModelBiasJobDefinitions(args: ListModelBiasJobDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelBiasJobDefinitionsCommandOutput>;
2337
2544
  listModelBiasJobDefinitions(args: ListModelBiasJobDefinitionsCommandInput, cb: (err: any, data?: ListModelBiasJobDefinitionsCommandOutput) => void): void;
2338
2545
  listModelBiasJobDefinitions(args: ListModelBiasJobDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelBiasJobDefinitionsCommandOutput) => void): void;
2339
2546
  /**
2547
+ * @public
2340
2548
  * <p>List the export jobs for the Amazon SageMaker Model Card.</p>
2341
2549
  */
2342
2550
  listModelCardExportJobs(args: ListModelCardExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelCardExportJobsCommandOutput>;
2343
2551
  listModelCardExportJobs(args: ListModelCardExportJobsCommandInput, cb: (err: any, data?: ListModelCardExportJobsCommandOutput) => void): void;
2344
2552
  listModelCardExportJobs(args: ListModelCardExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelCardExportJobsCommandOutput) => void): void;
2345
2553
  /**
2554
+ * @public
2346
2555
  * <p>List existing model cards.</p>
2347
2556
  */
2348
2557
  listModelCards(args: ListModelCardsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelCardsCommandOutput>;
2349
2558
  listModelCards(args: ListModelCardsCommandInput, cb: (err: any, data?: ListModelCardsCommandOutput) => void): void;
2350
2559
  listModelCards(args: ListModelCardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelCardsCommandOutput) => void): void;
2351
2560
  /**
2561
+ * @public
2352
2562
  * <p>List existing versions of an Amazon SageMaker Model Card.</p>
2353
2563
  */
2354
2564
  listModelCardVersions(args: ListModelCardVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelCardVersionsCommandOutput>;
2355
2565
  listModelCardVersions(args: ListModelCardVersionsCommandInput, cb: (err: any, data?: ListModelCardVersionsCommandOutput) => void): void;
2356
2566
  listModelCardVersions(args: ListModelCardVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelCardVersionsCommandOutput) => void): void;
2357
2567
  /**
2568
+ * @public
2358
2569
  * <p>Lists model explainability job definitions that satisfy various filters.</p>
2359
2570
  */
2360
2571
  listModelExplainabilityJobDefinitions(args: ListModelExplainabilityJobDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelExplainabilityJobDefinitionsCommandOutput>;
2361
2572
  listModelExplainabilityJobDefinitions(args: ListModelExplainabilityJobDefinitionsCommandInput, cb: (err: any, data?: ListModelExplainabilityJobDefinitionsCommandOutput) => void): void;
2362
2573
  listModelExplainabilityJobDefinitions(args: ListModelExplainabilityJobDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelExplainabilityJobDefinitionsCommandOutput) => void): void;
2363
2574
  /**
2575
+ * @public
2364
2576
  * <p>Lists the domain, framework, task, and model name of standard
2365
2577
  * machine learning models found in common model zoos.</p>
2366
2578
  */
@@ -2368,60 +2580,70 @@ export declare class SageMaker extends SageMakerClient {
2368
2580
  listModelMetadata(args: ListModelMetadataCommandInput, cb: (err: any, data?: ListModelMetadataCommandOutput) => void): void;
2369
2581
  listModelMetadata(args: ListModelMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelMetadataCommandOutput) => void): void;
2370
2582
  /**
2583
+ * @public
2371
2584
  * <p>Gets a list of the model groups in your Amazon Web Services account.</p>
2372
2585
  */
2373
2586
  listModelPackageGroups(args: ListModelPackageGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelPackageGroupsCommandOutput>;
2374
2587
  listModelPackageGroups(args: ListModelPackageGroupsCommandInput, cb: (err: any, data?: ListModelPackageGroupsCommandOutput) => void): void;
2375
2588
  listModelPackageGroups(args: ListModelPackageGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelPackageGroupsCommandOutput) => void): void;
2376
2589
  /**
2590
+ * @public
2377
2591
  * <p>Lists the model packages that have been created.</p>
2378
2592
  */
2379
2593
  listModelPackages(args: ListModelPackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListModelPackagesCommandOutput>;
2380
2594
  listModelPackages(args: ListModelPackagesCommandInput, cb: (err: any, data?: ListModelPackagesCommandOutput) => void): void;
2381
2595
  listModelPackages(args: ListModelPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelPackagesCommandOutput) => void): void;
2382
2596
  /**
2597
+ * @public
2383
2598
  * <p>Gets a list of model quality monitoring job definitions in your account.</p>
2384
2599
  */
2385
2600
  listModelQualityJobDefinitions(args: ListModelQualityJobDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelQualityJobDefinitionsCommandOutput>;
2386
2601
  listModelQualityJobDefinitions(args: ListModelQualityJobDefinitionsCommandInput, cb: (err: any, data?: ListModelQualityJobDefinitionsCommandOutput) => void): void;
2387
2602
  listModelQualityJobDefinitions(args: ListModelQualityJobDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelQualityJobDefinitionsCommandOutput) => void): void;
2388
2603
  /**
2604
+ * @public
2389
2605
  * <p>Lists models created with the <code>CreateModel</code> API.</p>
2390
2606
  */
2391
2607
  listModels(args: ListModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelsCommandOutput>;
2392
2608
  listModels(args: ListModelsCommandInput, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
2393
2609
  listModels(args: ListModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
2394
2610
  /**
2611
+ * @public
2395
2612
  * <p>Gets a list of past alerts in a model monitoring schedule.</p>
2396
2613
  */
2397
2614
  listMonitoringAlertHistory(args: ListMonitoringAlertHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoringAlertHistoryCommandOutput>;
2398
2615
  listMonitoringAlertHistory(args: ListMonitoringAlertHistoryCommandInput, cb: (err: any, data?: ListMonitoringAlertHistoryCommandOutput) => void): void;
2399
2616
  listMonitoringAlertHistory(args: ListMonitoringAlertHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoringAlertHistoryCommandOutput) => void): void;
2400
2617
  /**
2618
+ * @public
2401
2619
  * <p>Gets the alerts for a single monitoring schedule.</p>
2402
2620
  */
2403
2621
  listMonitoringAlerts(args: ListMonitoringAlertsCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoringAlertsCommandOutput>;
2404
2622
  listMonitoringAlerts(args: ListMonitoringAlertsCommandInput, cb: (err: any, data?: ListMonitoringAlertsCommandOutput) => void): void;
2405
2623
  listMonitoringAlerts(args: ListMonitoringAlertsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoringAlertsCommandOutput) => void): void;
2406
2624
  /**
2625
+ * @public
2407
2626
  * <p>Returns list of all monitoring job executions.</p>
2408
2627
  */
2409
2628
  listMonitoringExecutions(args: ListMonitoringExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoringExecutionsCommandOutput>;
2410
2629
  listMonitoringExecutions(args: ListMonitoringExecutionsCommandInput, cb: (err: any, data?: ListMonitoringExecutionsCommandOutput) => void): void;
2411
2630
  listMonitoringExecutions(args: ListMonitoringExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoringExecutionsCommandOutput) => void): void;
2412
2631
  /**
2632
+ * @public
2413
2633
  * <p>Returns list of all monitoring schedules.</p>
2414
2634
  */
2415
2635
  listMonitoringSchedules(args: ListMonitoringSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoringSchedulesCommandOutput>;
2416
2636
  listMonitoringSchedules(args: ListMonitoringSchedulesCommandInput, cb: (err: any, data?: ListMonitoringSchedulesCommandOutput) => void): void;
2417
2637
  listMonitoringSchedules(args: ListMonitoringSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoringSchedulesCommandOutput) => void): void;
2418
2638
  /**
2639
+ * @public
2419
2640
  * <p>Lists notebook instance lifestyle configurations created with the <a>CreateNotebookInstanceLifecycleConfig</a> API.</p>
2420
2641
  */
2421
2642
  listNotebookInstanceLifecycleConfigs(args: ListNotebookInstanceLifecycleConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotebookInstanceLifecycleConfigsCommandOutput>;
2422
2643
  listNotebookInstanceLifecycleConfigs(args: ListNotebookInstanceLifecycleConfigsCommandInput, cb: (err: any, data?: ListNotebookInstanceLifecycleConfigsCommandOutput) => void): void;
2423
2644
  listNotebookInstanceLifecycleConfigs(args: ListNotebookInstanceLifecycleConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotebookInstanceLifecycleConfigsCommandOutput) => void): void;
2424
2645
  /**
2646
+ * @public
2425
2647
  * <p>Returns a list of the SageMaker notebook instances in the requester's account in an
2426
2648
  * Amazon Web Services Region. </p>
2427
2649
  */
@@ -2429,60 +2651,70 @@ export declare class SageMaker extends SageMakerClient {
2429
2651
  listNotebookInstances(args: ListNotebookInstancesCommandInput, cb: (err: any, data?: ListNotebookInstancesCommandOutput) => void): void;
2430
2652
  listNotebookInstances(args: ListNotebookInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotebookInstancesCommandOutput) => void): void;
2431
2653
  /**
2654
+ * @public
2432
2655
  * <p>Gets a list of the pipeline executions.</p>
2433
2656
  */
2434
2657
  listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineExecutionsCommandOutput>;
2435
2658
  listPipelineExecutions(args: ListPipelineExecutionsCommandInput, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
2436
2659
  listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
2437
2660
  /**
2661
+ * @public
2438
2662
  * <p>Gets a list of <code>PipeLineExecutionStep</code> objects.</p>
2439
2663
  */
2440
2664
  listPipelineExecutionSteps(args: ListPipelineExecutionStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineExecutionStepsCommandOutput>;
2441
2665
  listPipelineExecutionSteps(args: ListPipelineExecutionStepsCommandInput, cb: (err: any, data?: ListPipelineExecutionStepsCommandOutput) => void): void;
2442
2666
  listPipelineExecutionSteps(args: ListPipelineExecutionStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineExecutionStepsCommandOutput) => void): void;
2443
2667
  /**
2668
+ * @public
2444
2669
  * <p>Gets a list of parameters for a pipeline execution.</p>
2445
2670
  */
2446
2671
  listPipelineParametersForExecution(args: ListPipelineParametersForExecutionCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineParametersForExecutionCommandOutput>;
2447
2672
  listPipelineParametersForExecution(args: ListPipelineParametersForExecutionCommandInput, cb: (err: any, data?: ListPipelineParametersForExecutionCommandOutput) => void): void;
2448
2673
  listPipelineParametersForExecution(args: ListPipelineParametersForExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineParametersForExecutionCommandOutput) => void): void;
2449
2674
  /**
2675
+ * @public
2450
2676
  * <p>Gets a list of pipelines.</p>
2451
2677
  */
2452
2678
  listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
2453
2679
  listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
2454
2680
  listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
2455
2681
  /**
2682
+ * @public
2456
2683
  * <p>Lists processing jobs that satisfy various filters.</p>
2457
2684
  */
2458
2685
  listProcessingJobs(args: ListProcessingJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListProcessingJobsCommandOutput>;
2459
2686
  listProcessingJobs(args: ListProcessingJobsCommandInput, cb: (err: any, data?: ListProcessingJobsCommandOutput) => void): void;
2460
2687
  listProcessingJobs(args: ListProcessingJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProcessingJobsCommandOutput) => void): void;
2461
2688
  /**
2689
+ * @public
2462
2690
  * <p>Gets a list of the projects in an Amazon Web Services account.</p>
2463
2691
  */
2464
2692
  listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
2465
2693
  listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
2466
2694
  listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
2467
2695
  /**
2696
+ * @public
2468
2697
  * <p>Lists spaces.</p>
2469
2698
  */
2470
2699
  listSpaces(args: ListSpacesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpacesCommandOutput>;
2471
2700
  listSpaces(args: ListSpacesCommandInput, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
2472
2701
  listSpaces(args: ListSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
2473
2702
  /**
2703
+ * @public
2474
2704
  * <p>Lists devices allocated to the stage, containing detailed device information and deployment status.</p>
2475
2705
  */
2476
2706
  listStageDevices(args: ListStageDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListStageDevicesCommandOutput>;
2477
2707
  listStageDevices(args: ListStageDevicesCommandInput, cb: (err: any, data?: ListStageDevicesCommandOutput) => void): void;
2478
2708
  listStageDevices(args: ListStageDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStageDevicesCommandOutput) => void): void;
2479
2709
  /**
2710
+ * @public
2480
2711
  * <p>Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.</p>
2481
2712
  */
2482
2713
  listStudioLifecycleConfigs(args: ListStudioLifecycleConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListStudioLifecycleConfigsCommandOutput>;
2483
2714
  listStudioLifecycleConfigs(args: ListStudioLifecycleConfigsCommandInput, cb: (err: any, data?: ListStudioLifecycleConfigsCommandOutput) => void): void;
2484
2715
  listStudioLifecycleConfigs(args: ListStudioLifecycleConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStudioLifecycleConfigsCommandOutput) => void): void;
2485
2716
  /**
2717
+ * @public
2486
2718
  * <p>Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The
2487
2719
  * list may be empty if no work team satisfies the filter specified in the
2488
2720
  * <code>NameContains</code> parameter.</p>
@@ -2491,12 +2723,14 @@ export declare class SageMaker extends SageMakerClient {
2491
2723
  listSubscribedWorkteams(args: ListSubscribedWorkteamsCommandInput, cb: (err: any, data?: ListSubscribedWorkteamsCommandOutput) => void): void;
2492
2724
  listSubscribedWorkteams(args: ListSubscribedWorkteamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscribedWorkteamsCommandOutput) => void): void;
2493
2725
  /**
2726
+ * @public
2494
2727
  * <p>Returns the tags for the specified SageMaker resource.</p>
2495
2728
  */
2496
2729
  listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
2497
2730
  listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
2498
2731
  listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
2499
2732
  /**
2733
+ * @public
2500
2734
  * <p>Lists training jobs.</p>
2501
2735
  * <note>
2502
2736
  * <p>When <code>StatusEquals</code> and <code>MaxResults</code> are set at the same
@@ -2506,7 +2740,7 @@ export declare class SageMaker extends SageMakerClient {
2506
2740
  * <p>For example, if <code>ListTrainingJobs</code> is invoked with the following
2507
2741
  * parameters:</p>
2508
2742
  * <p>
2509
- * <code>{ ... MaxResults: 100, StatusEquals: InProgress ... }</code>
2743
+ * <code>\{ ... MaxResults: 100, StatusEquals: InProgress ... \}</code>
2510
2744
  * </p>
2511
2745
  * <p>First, 100 trainings jobs with any status, including those other than
2512
2746
  * <code>InProgress</code>, are selected (sorted according to the creation time,
@@ -2524,6 +2758,7 @@ export declare class SageMaker extends SageMakerClient {
2524
2758
  listTrainingJobs(args: ListTrainingJobsCommandInput, cb: (err: any, data?: ListTrainingJobsCommandOutput) => void): void;
2525
2759
  listTrainingJobs(args: ListTrainingJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrainingJobsCommandOutput) => void): void;
2526
2760
  /**
2761
+ * @public
2527
2762
  * <p>Gets a list of <a>TrainingJobSummary</a> objects that describe the training
2528
2763
  * jobs that a hyperparameter tuning job launched.</p>
2529
2764
  */
@@ -2531,12 +2766,14 @@ export declare class SageMaker extends SageMakerClient {
2531
2766
  listTrainingJobsForHyperParameterTuningJob(args: ListTrainingJobsForHyperParameterTuningJobCommandInput, cb: (err: any, data?: ListTrainingJobsForHyperParameterTuningJobCommandOutput) => void): void;
2532
2767
  listTrainingJobsForHyperParameterTuningJob(args: ListTrainingJobsForHyperParameterTuningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrainingJobsForHyperParameterTuningJobCommandOutput) => void): void;
2533
2768
  /**
2769
+ * @public
2534
2770
  * <p>Lists transform jobs.</p>
2535
2771
  */
2536
2772
  listTransformJobs(args: ListTransformJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTransformJobsCommandOutput>;
2537
2773
  listTransformJobs(args: ListTransformJobsCommandInput, cb: (err: any, data?: ListTransformJobsCommandOutput) => void): void;
2538
2774
  listTransformJobs(args: ListTransformJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransformJobsCommandOutput) => void): void;
2539
2775
  /**
2776
+ * @public
2540
2777
  * <p>Lists the trial components in your account. You can sort the list by trial component name
2541
2778
  * or creation time. You can filter the list to show only components that were created in a
2542
2779
  * specific time range. You can also filter on one of the following:</p>
@@ -2562,6 +2799,7 @@ export declare class SageMaker extends SageMakerClient {
2562
2799
  listTrialComponents(args: ListTrialComponentsCommandInput, cb: (err: any, data?: ListTrialComponentsCommandOutput) => void): void;
2563
2800
  listTrialComponents(args: ListTrialComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrialComponentsCommandOutput) => void): void;
2564
2801
  /**
2802
+ * @public
2565
2803
  * <p>Lists the trials in your account. Specify an experiment name to limit the list to the
2566
2804
  * trials that are part of that experiment. Specify a trial component name to limit the list to
2567
2805
  * the trials that associated with that trial component. The list can be filtered to show only
@@ -2572,12 +2810,14 @@ export declare class SageMaker extends SageMakerClient {
2572
2810
  listTrials(args: ListTrialsCommandInput, cb: (err: any, data?: ListTrialsCommandOutput) => void): void;
2573
2811
  listTrials(args: ListTrialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrialsCommandOutput) => void): void;
2574
2812
  /**
2813
+ * @public
2575
2814
  * <p>Lists user profiles.</p>
2576
2815
  */
2577
2816
  listUserProfiles(args: ListUserProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListUserProfilesCommandOutput>;
2578
2817
  listUserProfiles(args: ListUserProfilesCommandInput, cb: (err: any, data?: ListUserProfilesCommandOutput) => void): void;
2579
2818
  listUserProfiles(args: ListUserProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserProfilesCommandOutput) => void): void;
2580
2819
  /**
2820
+ * @public
2581
2821
  * <p>Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only
2582
2822
  * have one private workforce per Amazon Web Services Region.</p>
2583
2823
  */
@@ -2585,6 +2825,7 @@ export declare class SageMaker extends SageMakerClient {
2585
2825
  listWorkforces(args: ListWorkforcesCommandInput, cb: (err: any, data?: ListWorkforcesCommandOutput) => void): void;
2586
2826
  listWorkforces(args: ListWorkforcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkforcesCommandOutput) => void): void;
2587
2827
  /**
2828
+ * @public
2588
2829
  * <p>Gets a list of private work teams that you have defined in a region. The list may be empty if
2589
2830
  * no work team satisfies the filter specified in the <code>NameContains</code>
2590
2831
  * parameter.</p>
@@ -2593,6 +2834,7 @@ export declare class SageMaker extends SageMakerClient {
2593
2834
  listWorkteams(args: ListWorkteamsCommandInput, cb: (err: any, data?: ListWorkteamsCommandOutput) => void): void;
2594
2835
  listWorkteams(args: ListWorkteamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkteamsCommandOutput) => void): void;
2595
2836
  /**
2837
+ * @public
2596
2838
  * <p>Adds a resouce policy to control access to a model group. For information about
2597
2839
  * resoure policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
2598
2840
  * policies and resource-based policies</a> in the <i>Amazon Web Services Identity and Access Management User Guide.</i>.</p>
@@ -2601,6 +2843,7 @@ export declare class SageMaker extends SageMakerClient {
2601
2843
  putModelPackageGroupPolicy(args: PutModelPackageGroupPolicyCommandInput, cb: (err: any, data?: PutModelPackageGroupPolicyCommandOutput) => void): void;
2602
2844
  putModelPackageGroupPolicy(args: PutModelPackageGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutModelPackageGroupPolicyCommandOutput) => void): void;
2603
2845
  /**
2846
+ * @public
2604
2847
  * <p>Use this action to inspect your lineage and discover relationships between entities.
2605
2848
  * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html">
2606
2849
  * Querying Lineage Entities</a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
@@ -2609,24 +2852,28 @@ export declare class SageMaker extends SageMakerClient {
2609
2852
  queryLineage(args: QueryLineageCommandInput, cb: (err: any, data?: QueryLineageCommandOutput) => void): void;
2610
2853
  queryLineage(args: QueryLineageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryLineageCommandOutput) => void): void;
2611
2854
  /**
2855
+ * @public
2612
2856
  * <p>Register devices.</p>
2613
2857
  */
2614
2858
  registerDevices(args: RegisterDevicesCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDevicesCommandOutput>;
2615
2859
  registerDevices(args: RegisterDevicesCommandInput, cb: (err: any, data?: RegisterDevicesCommandOutput) => void): void;
2616
2860
  registerDevices(args: RegisterDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDevicesCommandOutput) => void): void;
2617
2861
  /**
2862
+ * @public
2618
2863
  * <p>Renders the UI template so that you can preview the worker's experience. </p>
2619
2864
  */
2620
2865
  renderUiTemplate(args: RenderUiTemplateCommandInput, options?: __HttpHandlerOptions): Promise<RenderUiTemplateCommandOutput>;
2621
2866
  renderUiTemplate(args: RenderUiTemplateCommandInput, cb: (err: any, data?: RenderUiTemplateCommandOutput) => void): void;
2622
2867
  renderUiTemplate(args: RenderUiTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RenderUiTemplateCommandOutput) => void): void;
2623
2868
  /**
2869
+ * @public
2624
2870
  * <p>Retry the execution of the pipeline.</p>
2625
2871
  */
2626
2872
  retryPipelineExecution(args: RetryPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<RetryPipelineExecutionCommandOutput>;
2627
2873
  retryPipelineExecution(args: RetryPipelineExecutionCommandInput, cb: (err: any, data?: RetryPipelineExecutionCommandOutput) => void): void;
2628
2874
  retryPipelineExecution(args: RetryPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryPipelineExecutionCommandOutput) => void): void;
2629
2875
  /**
2876
+ * @public
2630
2877
  * <p>Finds SageMaker resources that match a search query. Matching resources are returned
2631
2878
  * as a list of <code>SearchRecord</code> objects in the response. You can sort the search
2632
2879
  * results by any resource property in a ascending or descending order.</p>
@@ -2642,6 +2889,7 @@ export declare class SageMaker extends SageMakerClient {
2642
2889
  search(args: SearchCommandInput, cb: (err: any, data?: SearchCommandOutput) => void): void;
2643
2890
  search(args: SearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchCommandOutput) => void): void;
2644
2891
  /**
2892
+ * @public
2645
2893
  * <p>Notifies the pipeline that the execution of a callback step failed, along with a
2646
2894
  * message describing why. When a callback step is run, the pipeline generates a callback
2647
2895
  * token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
@@ -2650,6 +2898,7 @@ export declare class SageMaker extends SageMakerClient {
2650
2898
  sendPipelineExecutionStepFailure(args: SendPipelineExecutionStepFailureCommandInput, cb: (err: any, data?: SendPipelineExecutionStepFailureCommandOutput) => void): void;
2651
2899
  sendPipelineExecutionStepFailure(args: SendPipelineExecutionStepFailureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendPipelineExecutionStepFailureCommandOutput) => void): void;
2652
2900
  /**
2901
+ * @public
2653
2902
  * <p>Notifies the pipeline that the execution of a callback step succeeded and provides a
2654
2903
  * list of the step's output parameters. When a callback step is run, the pipeline generates
2655
2904
  * a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
@@ -2658,18 +2907,21 @@ export declare class SageMaker extends SageMakerClient {
2658
2907
  sendPipelineExecutionStepSuccess(args: SendPipelineExecutionStepSuccessCommandInput, cb: (err: any, data?: SendPipelineExecutionStepSuccessCommandOutput) => void): void;
2659
2908
  sendPipelineExecutionStepSuccess(args: SendPipelineExecutionStepSuccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendPipelineExecutionStepSuccessCommandOutput) => void): void;
2660
2909
  /**
2910
+ * @public
2661
2911
  * <p>Starts a stage in an edge deployment plan.</p>
2662
2912
  */
2663
2913
  startEdgeDeploymentStage(args: StartEdgeDeploymentStageCommandInput, options?: __HttpHandlerOptions): Promise<StartEdgeDeploymentStageCommandOutput>;
2664
2914
  startEdgeDeploymentStage(args: StartEdgeDeploymentStageCommandInput, cb: (err: any, data?: StartEdgeDeploymentStageCommandOutput) => void): void;
2665
2915
  startEdgeDeploymentStage(args: StartEdgeDeploymentStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEdgeDeploymentStageCommandOutput) => void): void;
2666
2916
  /**
2917
+ * @public
2667
2918
  * <p>Starts an inference experiment.</p>
2668
2919
  */
2669
2920
  startInferenceExperiment(args: StartInferenceExperimentCommandInput, options?: __HttpHandlerOptions): Promise<StartInferenceExperimentCommandOutput>;
2670
2921
  startInferenceExperiment(args: StartInferenceExperimentCommandInput, cb: (err: any, data?: StartInferenceExperimentCommandOutput) => void): void;
2671
2922
  startInferenceExperiment(args: StartInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInferenceExperimentCommandOutput) => void): void;
2672
2923
  /**
2924
+ * @public
2673
2925
  * <p>Starts a previously stopped monitoring schedule.</p>
2674
2926
  * <note>
2675
2927
  * <p>By default, when you successfully create a new schedule, the status of a monitoring
@@ -2680,6 +2932,7 @@ export declare class SageMaker extends SageMakerClient {
2680
2932
  startMonitoringSchedule(args: StartMonitoringScheduleCommandInput, cb: (err: any, data?: StartMonitoringScheduleCommandOutput) => void): void;
2681
2933
  startMonitoringSchedule(args: StartMonitoringScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMonitoringScheduleCommandOutput) => void): void;
2682
2934
  /**
2935
+ * @public
2683
2936
  * <p>Launches an ML compute instance with the latest version of the libraries and
2684
2937
  * attaches your ML storage volume. After configuring the notebook instance, SageMaker sets the
2685
2938
  * notebook instance status to <code>InService</code>. A notebook instance's status must be
@@ -2689,18 +2942,21 @@ export declare class SageMaker extends SageMakerClient {
2689
2942
  startNotebookInstance(args: StartNotebookInstanceCommandInput, cb: (err: any, data?: StartNotebookInstanceCommandOutput) => void): void;
2690
2943
  startNotebookInstance(args: StartNotebookInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartNotebookInstanceCommandOutput) => void): void;
2691
2944
  /**
2945
+ * @public
2692
2946
  * <p>Starts a pipeline execution.</p>
2693
2947
  */
2694
2948
  startPipelineExecution(args: StartPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartPipelineExecutionCommandOutput>;
2695
2949
  startPipelineExecution(args: StartPipelineExecutionCommandInput, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
2696
2950
  startPipelineExecution(args: StartPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
2697
2951
  /**
2952
+ * @public
2698
2953
  * <p>A method for forcing a running job to shut down.</p>
2699
2954
  */
2700
2955
  stopAutoMLJob(args: StopAutoMLJobCommandInput, options?: __HttpHandlerOptions): Promise<StopAutoMLJobCommandOutput>;
2701
2956
  stopAutoMLJob(args: StopAutoMLJobCommandInput, cb: (err: any, data?: StopAutoMLJobCommandOutput) => void): void;
2702
2957
  stopAutoMLJob(args: StopAutoMLJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopAutoMLJobCommandOutput) => void): void;
2703
2958
  /**
2959
+ * @public
2704
2960
  * <p>Stops a model compilation job.</p>
2705
2961
  * <p> To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the
2706
2962
  * job down. If the job hasn't stopped, it sends the SIGKILL signal.</p>
@@ -2712,18 +2968,21 @@ export declare class SageMaker extends SageMakerClient {
2712
2968
  stopCompilationJob(args: StopCompilationJobCommandInput, cb: (err: any, data?: StopCompilationJobCommandOutput) => void): void;
2713
2969
  stopCompilationJob(args: StopCompilationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCompilationJobCommandOutput) => void): void;
2714
2970
  /**
2971
+ * @public
2715
2972
  * <p>Stops a stage in an edge deployment plan.</p>
2716
2973
  */
2717
2974
  stopEdgeDeploymentStage(args: StopEdgeDeploymentStageCommandInput, options?: __HttpHandlerOptions): Promise<StopEdgeDeploymentStageCommandOutput>;
2718
2975
  stopEdgeDeploymentStage(args: StopEdgeDeploymentStageCommandInput, cb: (err: any, data?: StopEdgeDeploymentStageCommandOutput) => void): void;
2719
2976
  stopEdgeDeploymentStage(args: StopEdgeDeploymentStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEdgeDeploymentStageCommandOutput) => void): void;
2720
2977
  /**
2978
+ * @public
2721
2979
  * <p>Request to stop an edge packaging job.</p>
2722
2980
  */
2723
2981
  stopEdgePackagingJob(args: StopEdgePackagingJobCommandInput, options?: __HttpHandlerOptions): Promise<StopEdgePackagingJobCommandOutput>;
2724
2982
  stopEdgePackagingJob(args: StopEdgePackagingJobCommandInput, cb: (err: any, data?: StopEdgePackagingJobCommandOutput) => void): void;
2725
2983
  stopEdgePackagingJob(args: StopEdgePackagingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEdgePackagingJobCommandOutput) => void): void;
2726
2984
  /**
2985
+ * @public
2727
2986
  * <p>Stops a running hyperparameter tuning job and all running training jobs that the
2728
2987
  * tuning job launched.</p>
2729
2988
  * <p>All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All
@@ -2736,18 +2995,21 @@ export declare class SageMaker extends SageMakerClient {
2736
2995
  stopHyperParameterTuningJob(args: StopHyperParameterTuningJobCommandInput, cb: (err: any, data?: StopHyperParameterTuningJobCommandOutput) => void): void;
2737
2996
  stopHyperParameterTuningJob(args: StopHyperParameterTuningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopHyperParameterTuningJobCommandOutput) => void): void;
2738
2997
  /**
2998
+ * @public
2739
2999
  * <p>Stops an inference experiment.</p>
2740
3000
  */
2741
3001
  stopInferenceExperiment(args: StopInferenceExperimentCommandInput, options?: __HttpHandlerOptions): Promise<StopInferenceExperimentCommandOutput>;
2742
3002
  stopInferenceExperiment(args: StopInferenceExperimentCommandInput, cb: (err: any, data?: StopInferenceExperimentCommandOutput) => void): void;
2743
3003
  stopInferenceExperiment(args: StopInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInferenceExperimentCommandOutput) => void): void;
2744
3004
  /**
3005
+ * @public
2745
3006
  * <p>Stops an Inference Recommender job.</p>
2746
3007
  */
2747
3008
  stopInferenceRecommendationsJob(args: StopInferenceRecommendationsJobCommandInput, options?: __HttpHandlerOptions): Promise<StopInferenceRecommendationsJobCommandOutput>;
2748
3009
  stopInferenceRecommendationsJob(args: StopInferenceRecommendationsJobCommandInput, cb: (err: any, data?: StopInferenceRecommendationsJobCommandOutput) => void): void;
2749
3010
  stopInferenceRecommendationsJob(args: StopInferenceRecommendationsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInferenceRecommendationsJobCommandOutput) => void): void;
2750
3011
  /**
3012
+ * @public
2751
3013
  * <p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results
2752
3014
  * obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>
2753
3015
  */
@@ -2755,12 +3017,14 @@ export declare class SageMaker extends SageMakerClient {
2755
3017
  stopLabelingJob(args: StopLabelingJobCommandInput, cb: (err: any, data?: StopLabelingJobCommandOutput) => void): void;
2756
3018
  stopLabelingJob(args: StopLabelingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopLabelingJobCommandOutput) => void): void;
2757
3019
  /**
3020
+ * @public
2758
3021
  * <p>Stops a previously started monitoring schedule.</p>
2759
3022
  */
2760
3023
  stopMonitoringSchedule(args: StopMonitoringScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StopMonitoringScheduleCommandOutput>;
2761
3024
  stopMonitoringSchedule(args: StopMonitoringScheduleCommandInput, cb: (err: any, data?: StopMonitoringScheduleCommandOutput) => void): void;
2762
3025
  stopMonitoringSchedule(args: StopMonitoringScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMonitoringScheduleCommandOutput) => void): void;
2763
3026
  /**
3027
+ * @public
2764
3028
  * <p>Terminates the ML compute instance. Before terminating the instance, SageMaker
2765
3029
  * disconnects the ML storage volume from it. SageMaker preserves the ML storage volume. SageMaker
2766
3030
  * stops charging you for the ML compute instance when you call
@@ -2775,6 +3039,7 @@ export declare class SageMaker extends SageMakerClient {
2775
3039
  stopNotebookInstance(args: StopNotebookInstanceCommandInput, cb: (err: any, data?: StopNotebookInstanceCommandOutput) => void): void;
2776
3040
  stopNotebookInstance(args: StopNotebookInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopNotebookInstanceCommandOutput) => void): void;
2777
3041
  /**
3042
+ * @public
2778
3043
  * <p>Stops a pipeline execution.</p>
2779
3044
  * <p>
2780
3045
  * <b>Callback Step</b>
@@ -2803,12 +3068,14 @@ export declare class SageMaker extends SageMakerClient {
2803
3068
  stopPipelineExecution(args: StopPipelineExecutionCommandInput, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
2804
3069
  stopPipelineExecution(args: StopPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
2805
3070
  /**
3071
+ * @public
2806
3072
  * <p>Stops a processing job.</p>
2807
3073
  */
2808
3074
  stopProcessingJob(args: StopProcessingJobCommandInput, options?: __HttpHandlerOptions): Promise<StopProcessingJobCommandOutput>;
2809
3075
  stopProcessingJob(args: StopProcessingJobCommandInput, cb: (err: any, data?: StopProcessingJobCommandOutput) => void): void;
2810
3076
  stopProcessingJob(args: StopProcessingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopProcessingJobCommandOutput) => void): void;
2811
3077
  /**
3078
+ * @public
2812
3079
  * <p>Stops a training job. To stop a job, SageMaker sends the algorithm the
2813
3080
  * <code>SIGTERM</code> signal, which delays job termination for 120 seconds.
2814
3081
  * Algorithms might use this 120-second window to save the model artifacts, so the results
@@ -2821,6 +3088,7 @@ export declare class SageMaker extends SageMakerClient {
2821
3088
  stopTrainingJob(args: StopTrainingJobCommandInput, cb: (err: any, data?: StopTrainingJobCommandOutput) => void): void;
2822
3089
  stopTrainingJob(args: StopTrainingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingJobCommandOutput) => void): void;
2823
3090
  /**
3091
+ * @public
2824
3092
  * <p>Stops a batch transform job.</p>
2825
3093
  * <p>When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status of the job
2826
3094
  * changes to <code>Stopping</code>. After Amazon SageMaker
@@ -2832,54 +3100,63 @@ export declare class SageMaker extends SageMakerClient {
2832
3100
  stopTransformJob(args: StopTransformJobCommandInput, cb: (err: any, data?: StopTransformJobCommandOutput) => void): void;
2833
3101
  stopTransformJob(args: StopTransformJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTransformJobCommandOutput) => void): void;
2834
3102
  /**
3103
+ * @public
2835
3104
  * <p>Updates an action.</p>
2836
3105
  */
2837
3106
  updateAction(args: UpdateActionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionCommandOutput>;
2838
3107
  updateAction(args: UpdateActionCommandInput, cb: (err: any, data?: UpdateActionCommandOutput) => void): void;
2839
3108
  updateAction(args: UpdateActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionCommandOutput) => void): void;
2840
3109
  /**
3110
+ * @public
2841
3111
  * <p>Updates the properties of an AppImageConfig.</p>
2842
3112
  */
2843
3113
  updateAppImageConfig(args: UpdateAppImageConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppImageConfigCommandOutput>;
2844
3114
  updateAppImageConfig(args: UpdateAppImageConfigCommandInput, cb: (err: any, data?: UpdateAppImageConfigCommandOutput) => void): void;
2845
3115
  updateAppImageConfig(args: UpdateAppImageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppImageConfigCommandOutput) => void): void;
2846
3116
  /**
3117
+ * @public
2847
3118
  * <p>Updates an artifact.</p>
2848
3119
  */
2849
3120
  updateArtifact(args: UpdateArtifactCommandInput, options?: __HttpHandlerOptions): Promise<UpdateArtifactCommandOutput>;
2850
3121
  updateArtifact(args: UpdateArtifactCommandInput, cb: (err: any, data?: UpdateArtifactCommandOutput) => void): void;
2851
3122
  updateArtifact(args: UpdateArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateArtifactCommandOutput) => void): void;
2852
3123
  /**
3124
+ * @public
2853
3125
  * <p>Updates the specified Git repository with the specified values.</p>
2854
3126
  */
2855
3127
  updateCodeRepository(args: UpdateCodeRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCodeRepositoryCommandOutput>;
2856
3128
  updateCodeRepository(args: UpdateCodeRepositoryCommandInput, cb: (err: any, data?: UpdateCodeRepositoryCommandOutput) => void): void;
2857
3129
  updateCodeRepository(args: UpdateCodeRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCodeRepositoryCommandOutput) => void): void;
2858
3130
  /**
3131
+ * @public
2859
3132
  * <p>Updates a context.</p>
2860
3133
  */
2861
3134
  updateContext(args: UpdateContextCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContextCommandOutput>;
2862
3135
  updateContext(args: UpdateContextCommandInput, cb: (err: any, data?: UpdateContextCommandOutput) => void): void;
2863
3136
  updateContext(args: UpdateContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContextCommandOutput) => void): void;
2864
3137
  /**
3138
+ * @public
2865
3139
  * <p>Updates a fleet of devices.</p>
2866
3140
  */
2867
3141
  updateDeviceFleet(args: UpdateDeviceFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceFleetCommandOutput>;
2868
3142
  updateDeviceFleet(args: UpdateDeviceFleetCommandInput, cb: (err: any, data?: UpdateDeviceFleetCommandOutput) => void): void;
2869
3143
  updateDeviceFleet(args: UpdateDeviceFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceFleetCommandOutput) => void): void;
2870
3144
  /**
3145
+ * @public
2871
3146
  * <p>Updates one or more devices in a fleet.</p>
2872
3147
  */
2873
3148
  updateDevices(args: UpdateDevicesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDevicesCommandOutput>;
2874
3149
  updateDevices(args: UpdateDevicesCommandInput, cb: (err: any, data?: UpdateDevicesCommandOutput) => void): void;
2875
3150
  updateDevices(args: UpdateDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevicesCommandOutput) => void): void;
2876
3151
  /**
3152
+ * @public
2877
3153
  * <p>Updates the default settings for new user profiles in the domain.</p>
2878
3154
  */
2879
3155
  updateDomain(args: UpdateDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainCommandOutput>;
2880
3156
  updateDomain(args: UpdateDomainCommandInput, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
2881
3157
  updateDomain(args: UpdateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
2882
3158
  /**
3159
+ * @public
2883
3160
  * <p>Deploys the new <code>EndpointConfig</code> specified in the request, switches to
2884
3161
  * using newly created endpoint, and then deletes resources provisioned for the endpoint
2885
3162
  * using the previous <code>EndpointConfig</code> (there is no availability loss). </p>
@@ -2902,6 +3179,7 @@ export declare class SageMaker extends SageMakerClient {
2902
3179
  updateEndpoint(args: UpdateEndpointCommandInput, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
2903
3180
  updateEndpoint(args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
2904
3181
  /**
3182
+ * @public
2905
3183
  * <p>Updates variant weight of one or more variants associated with an existing
2906
3184
  * endpoint, or capacity of one variant associated with an existing endpoint. When it
2907
3185
  * receives the request, SageMaker sets the endpoint status to <code>Updating</code>. After
@@ -2912,6 +3190,7 @@ export declare class SageMaker extends SageMakerClient {
2912
3190
  updateEndpointWeightsAndCapacities(args: UpdateEndpointWeightsAndCapacitiesCommandInput, cb: (err: any, data?: UpdateEndpointWeightsAndCapacitiesCommandOutput) => void): void;
2913
3191
  updateEndpointWeightsAndCapacities(args: UpdateEndpointWeightsAndCapacitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointWeightsAndCapacitiesCommandOutput) => void): void;
2914
3192
  /**
3193
+ * @public
2915
3194
  * <p>Adds, updates, or removes the description of an experiment. Updates the display name of an
2916
3195
  * experiment.</p>
2917
3196
  */
@@ -2919,18 +3198,21 @@ export declare class SageMaker extends SageMakerClient {
2919
3198
  updateExperiment(args: UpdateExperimentCommandInput, cb: (err: any, data?: UpdateExperimentCommandOutput) => void): void;
2920
3199
  updateExperiment(args: UpdateExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExperimentCommandOutput) => void): void;
2921
3200
  /**
3201
+ * @public
2922
3202
  * <p>Updates the feature group.</p>
2923
3203
  */
2924
3204
  updateFeatureGroup(args: UpdateFeatureGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFeatureGroupCommandOutput>;
2925
3205
  updateFeatureGroup(args: UpdateFeatureGroupCommandInput, cb: (err: any, data?: UpdateFeatureGroupCommandOutput) => void): void;
2926
3206
  updateFeatureGroup(args: UpdateFeatureGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFeatureGroupCommandOutput) => void): void;
2927
3207
  /**
3208
+ * @public
2928
3209
  * <p>Updates the description and parameters of the feature group.</p>
2929
3210
  */
2930
3211
  updateFeatureMetadata(args: UpdateFeatureMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFeatureMetadataCommandOutput>;
2931
3212
  updateFeatureMetadata(args: UpdateFeatureMetadataCommandInput, cb: (err: any, data?: UpdateFeatureMetadataCommandOutput) => void): void;
2932
3213
  updateFeatureMetadata(args: UpdateFeatureMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFeatureMetadataCommandOutput) => void): void;
2933
3214
  /**
3215
+ * @public
2934
3216
  * <p>Update a hub.</p>
2935
3217
  * <note>
2936
3218
  * <p>Hub APIs are only callable through SageMaker Studio.</p>
@@ -2940,6 +3222,7 @@ export declare class SageMaker extends SageMakerClient {
2940
3222
  updateHub(args: UpdateHubCommandInput, cb: (err: any, data?: UpdateHubCommandOutput) => void): void;
2941
3223
  updateHub(args: UpdateHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubCommandOutput) => void): void;
2942
3224
  /**
3225
+ * @public
2943
3226
  * <p>Updates the properties of a SageMaker image. To change the image's tags, use the
2944
3227
  * <a>AddTags</a> and <a>DeleteTags</a> APIs.</p>
2945
3228
  */
@@ -2947,12 +3230,14 @@ export declare class SageMaker extends SageMakerClient {
2947
3230
  updateImage(args: UpdateImageCommandInput, cb: (err: any, data?: UpdateImageCommandOutput) => void): void;
2948
3231
  updateImage(args: UpdateImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImageCommandOutput) => void): void;
2949
3232
  /**
3233
+ * @public
2950
3234
  * <p>Updates the properties of a SageMaker image version.</p>
2951
3235
  */
2952
3236
  updateImageVersion(args: UpdateImageVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateImageVersionCommandOutput>;
2953
3237
  updateImageVersion(args: UpdateImageVersionCommandInput, cb: (err: any, data?: UpdateImageVersionCommandOutput) => void): void;
2954
3238
  updateImageVersion(args: UpdateImageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImageVersionCommandOutput) => void): void;
2955
3239
  /**
3240
+ * @public
2956
3241
  * <p>
2957
3242
  * Updates an inference experiment that you created. The status of the inference experiment has to be either
2958
3243
  * <code>Created</code>, <code>Running</code>. For more information on the status of an inference experiment,
@@ -2963,6 +3248,7 @@ export declare class SageMaker extends SageMakerClient {
2963
3248
  updateInferenceExperiment(args: UpdateInferenceExperimentCommandInput, cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void): void;
2964
3249
  updateInferenceExperiment(args: UpdateInferenceExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void): void;
2965
3250
  /**
3251
+ * @public
2966
3252
  * <p>Update an Amazon SageMaker Model Card.</p>
2967
3253
  * <important>
2968
3254
  * <p>You cannot update both model card content and model card status in a single call.</p>
@@ -2972,24 +3258,28 @@ export declare class SageMaker extends SageMakerClient {
2972
3258
  updateModelCard(args: UpdateModelCardCommandInput, cb: (err: any, data?: UpdateModelCardCommandOutput) => void): void;
2973
3259
  updateModelCard(args: UpdateModelCardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCardCommandOutput) => void): void;
2974
3260
  /**
3261
+ * @public
2975
3262
  * <p>Updates a versioned model.</p>
2976
3263
  */
2977
3264
  updateModelPackage(args: UpdateModelPackageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelPackageCommandOutput>;
2978
3265
  updateModelPackage(args: UpdateModelPackageCommandInput, cb: (err: any, data?: UpdateModelPackageCommandOutput) => void): void;
2979
3266
  updateModelPackage(args: UpdateModelPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelPackageCommandOutput) => void): void;
2980
3267
  /**
3268
+ * @public
2981
3269
  * <p>Update the parameters of a model monitor alert.</p>
2982
3270
  */
2983
3271
  updateMonitoringAlert(args: UpdateMonitoringAlertCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitoringAlertCommandOutput>;
2984
3272
  updateMonitoringAlert(args: UpdateMonitoringAlertCommandInput, cb: (err: any, data?: UpdateMonitoringAlertCommandOutput) => void): void;
2985
3273
  updateMonitoringAlert(args: UpdateMonitoringAlertCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitoringAlertCommandOutput) => void): void;
2986
3274
  /**
3275
+ * @public
2987
3276
  * <p>Updates a previously created schedule.</p>
2988
3277
  */
2989
3278
  updateMonitoringSchedule(args: UpdateMonitoringScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitoringScheduleCommandOutput>;
2990
3279
  updateMonitoringSchedule(args: UpdateMonitoringScheduleCommandInput, cb: (err: any, data?: UpdateMonitoringScheduleCommandOutput) => void): void;
2991
3280
  updateMonitoringSchedule(args: UpdateMonitoringScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitoringScheduleCommandOutput) => void): void;
2992
3281
  /**
3282
+ * @public
2993
3283
  * <p>Updates a notebook instance. NotebookInstance updates include upgrading or
2994
3284
  * downgrading the ML compute instance used for your notebook instance to accommodate
2995
3285
  * changes in your workload requirements.</p>
@@ -2998,24 +3288,28 @@ export declare class SageMaker extends SageMakerClient {
2998
3288
  updateNotebookInstance(args: UpdateNotebookInstanceCommandInput, cb: (err: any, data?: UpdateNotebookInstanceCommandOutput) => void): void;
2999
3289
  updateNotebookInstance(args: UpdateNotebookInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotebookInstanceCommandOutput) => void): void;
3000
3290
  /**
3291
+ * @public
3001
3292
  * <p>Updates a notebook instance lifecycle configuration created with the <a>CreateNotebookInstanceLifecycleConfig</a> API.</p>
3002
3293
  */
3003
3294
  updateNotebookInstanceLifecycleConfig(args: UpdateNotebookInstanceLifecycleConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNotebookInstanceLifecycleConfigCommandOutput>;
3004
3295
  updateNotebookInstanceLifecycleConfig(args: UpdateNotebookInstanceLifecycleConfigCommandInput, cb: (err: any, data?: UpdateNotebookInstanceLifecycleConfigCommandOutput) => void): void;
3005
3296
  updateNotebookInstanceLifecycleConfig(args: UpdateNotebookInstanceLifecycleConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotebookInstanceLifecycleConfigCommandOutput) => void): void;
3006
3297
  /**
3298
+ * @public
3007
3299
  * <p>Updates a pipeline.</p>
3008
3300
  */
3009
3301
  updatePipeline(args: UpdatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePipelineCommandOutput>;
3010
3302
  updatePipeline(args: UpdatePipelineCommandInput, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
3011
3303
  updatePipeline(args: UpdatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
3012
3304
  /**
3305
+ * @public
3013
3306
  * <p>Updates a pipeline execution.</p>
3014
3307
  */
3015
3308
  updatePipelineExecution(args: UpdatePipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePipelineExecutionCommandOutput>;
3016
3309
  updatePipelineExecution(args: UpdatePipelineExecutionCommandInput, cb: (err: any, data?: UpdatePipelineExecutionCommandOutput) => void): void;
3017
3310
  updatePipelineExecution(args: UpdatePipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineExecutionCommandOutput) => void): void;
3018
3311
  /**
3312
+ * @public
3019
3313
  * <p>Updates a machine learning (ML) project that is created from a template that
3020
3314
  * sets up an ML pipeline from training to deploying an approved model.</p>
3021
3315
  * <note>
@@ -3029,12 +3323,14 @@ export declare class SageMaker extends SageMakerClient {
3029
3323
  updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
3030
3324
  updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
3031
3325
  /**
3326
+ * @public
3032
3327
  * <p>Updates the settings of a space.</p>
3033
3328
  */
3034
3329
  updateSpace(args: UpdateSpaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpaceCommandOutput>;
3035
3330
  updateSpace(args: UpdateSpaceCommandInput, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
3036
3331
  updateSpace(args: UpdateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
3037
3332
  /**
3333
+ * @public
3038
3334
  * <p>Update a model training job to request a new Debugger profiling configuration or to
3039
3335
  * change warm pool retention length.</p>
3040
3336
  */
@@ -3042,24 +3338,28 @@ export declare class SageMaker extends SageMakerClient {
3042
3338
  updateTrainingJob(args: UpdateTrainingJobCommandInput, cb: (err: any, data?: UpdateTrainingJobCommandOutput) => void): void;
3043
3339
  updateTrainingJob(args: UpdateTrainingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrainingJobCommandOutput) => void): void;
3044
3340
  /**
3341
+ * @public
3045
3342
  * <p>Updates the display name of a trial.</p>
3046
3343
  */
3047
3344
  updateTrial(args: UpdateTrialCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrialCommandOutput>;
3048
3345
  updateTrial(args: UpdateTrialCommandInput, cb: (err: any, data?: UpdateTrialCommandOutput) => void): void;
3049
3346
  updateTrial(args: UpdateTrialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrialCommandOutput) => void): void;
3050
3347
  /**
3348
+ * @public
3051
3349
  * <p>Updates one or more properties of a trial component.</p>
3052
3350
  */
3053
3351
  updateTrialComponent(args: UpdateTrialComponentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrialComponentCommandOutput>;
3054
3352
  updateTrialComponent(args: UpdateTrialComponentCommandInput, cb: (err: any, data?: UpdateTrialComponentCommandOutput) => void): void;
3055
3353
  updateTrialComponent(args: UpdateTrialComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrialComponentCommandOutput) => void): void;
3056
3354
  /**
3355
+ * @public
3057
3356
  * <p>Updates a user profile.</p>
3058
3357
  */
3059
3358
  updateUserProfile(args: UpdateUserProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserProfileCommandOutput>;
3060
3359
  updateUserProfile(args: UpdateUserProfileCommandInput, cb: (err: any, data?: UpdateUserProfileCommandOutput) => void): void;
3061
3360
  updateUserProfile(args: UpdateUserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserProfileCommandOutput) => void): void;
3062
3361
  /**
3362
+ * @public
3063
3363
  * <p>Use this operation to update your workforce. You can use this operation to
3064
3364
  * require that workers use specific IP addresses to work on tasks
3065
3365
  * and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.</p>
@@ -3091,6 +3391,7 @@ export declare class SageMaker extends SageMakerClient {
3091
3391
  updateWorkforce(args: UpdateWorkforceCommandInput, cb: (err: any, data?: UpdateWorkforceCommandOutput) => void): void;
3092
3392
  updateWorkforce(args: UpdateWorkforceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkforceCommandOutput) => void): void;
3093
3393
  /**
3394
+ * @public
3094
3395
  * <p>Updates an existing work team with new member definitions or description.</p>
3095
3396
  */
3096
3397
  updateWorkteam(args: UpdateWorkteamCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkteamCommandOutput>;