@aws-sdk/client-sagemaker 3.299.0 → 3.301.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 (307) hide show
  1. package/dist-types/SageMaker.d.ts +9 -3
  2. package/dist-types/commands/AddAssociationCommand.d.ts +5 -0
  3. package/dist-types/commands/AddTagsCommand.d.ts +9 -0
  4. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +4 -0
  5. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +5 -0
  6. package/dist-types/commands/CreateActionCommand.d.ts +26 -0
  7. package/dist-types/commands/CreateAlgorithmCommand.d.ts +201 -0
  8. package/dist-types/commands/CreateAppCommand.d.ts +19 -0
  9. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +22 -0
  10. package/dist-types/commands/CreateArtifactCommand.d.ts +28 -0
  11. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +73 -1
  12. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +73 -2
  13. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +14 -0
  14. package/dist-types/commands/CreateCompilationJobCommand.d.ts +40 -0
  15. package/dist-types/commands/CreateContextCommand.d.ts +19 -0
  16. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +103 -0
  17. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +18 -0
  18. package/dist-types/commands/CreateDomainCommand.d.ts +143 -0
  19. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +32 -0
  20. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +19 -0
  21. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +20 -0
  22. package/dist-types/commands/CreateEndpointCommand.d.ts +35 -0
  23. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +124 -0
  24. package/dist-types/commands/CreateExperimentCommand.d.ts +11 -0
  25. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +39 -0
  26. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +41 -0
  27. package/dist-types/commands/CreateHubCommand.d.ts +17 -0
  28. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +12 -0
  29. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +346 -0
  30. package/dist-types/commands/CreateImageCommand.d.ts +12 -0
  31. package/dist-types/commands/CreateImageVersionCommand.d.ts +15 -0
  32. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +52 -0
  33. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +93 -0
  34. package/dist-types/commands/CreateLabelingJobCommand.d.ts +78 -0
  35. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +96 -0
  36. package/dist-types/commands/CreateModelCardCommand.d.ts +14 -0
  37. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +8 -0
  38. package/dist-types/commands/CreateModelCommand.d.ts +64 -0
  39. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +93 -0
  40. package/dist-types/commands/CreateModelPackageCommand.d.ts +205 -0
  41. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +10 -0
  42. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +104 -0
  43. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +114 -0
  44. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +31 -0
  45. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
  46. package/dist-types/commands/CreatePipelineCommand.d.ts +22 -0
  47. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +7 -0
  48. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -0
  49. package/dist-types/commands/CreateProcessingJobCommand.d.ts +108 -0
  50. package/dist-types/commands/CreateProjectCommand.d.ts +21 -0
  51. package/dist-types/commands/CreateSpaceCommand.d.ts +46 -0
  52. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +11 -0
  53. package/dist-types/commands/CreateTrainingJobCommand.d.ts +170 -0
  54. package/dist-types/commands/CreateTransformJobCommand.d.ts +58 -0
  55. package/dist-types/commands/CreateTrialCommand.d.ts +17 -0
  56. package/dist-types/commands/CreateTrialComponentCommand.d.ts +40 -0
  57. package/dist-types/commands/CreateUserProfileCommand.d.ts +90 -0
  58. package/dist-types/commands/CreateWorkforceCommand.d.ts +37 -0
  59. package/dist-types/commands/CreateWorkteamCommand.d.ts +28 -0
  60. package/dist-types/commands/DeleteActionCommand.d.ts +3 -0
  61. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -0
  62. package/dist-types/commands/DeleteAppCommand.d.ts +7 -0
  63. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -0
  64. package/dist-types/commands/DeleteArtifactCommand.d.ts +12 -0
  65. package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
  66. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -0
  67. package/dist-types/commands/DeleteContextCommand.d.ts +3 -0
  68. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -0
  69. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -0
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
  71. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -0
  72. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
  74. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -0
  75. package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -0
  76. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
  77. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -0
  78. package/dist-types/commands/DeleteHubCommand.d.ts +3 -0
  79. package/dist-types/commands/DeleteHubContentCommand.d.ts +6 -0
  80. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -0
  81. package/dist-types/commands/DeleteImageCommand.d.ts +3 -0
  82. package/dist-types/commands/DeleteImageVersionCommand.d.ts +5 -0
  83. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -0
  84. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -0
  85. package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -0
  86. package/dist-types/commands/DeleteModelCommand.d.ts +3 -0
  87. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -0
  88. package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -0
  89. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -0
  90. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -0
  91. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -0
  92. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -0
  93. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -0
  94. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
  95. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  96. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -0
  97. package/dist-types/commands/DeleteSpaceCommand.d.ts +4 -0
  98. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -0
  99. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  100. package/dist-types/commands/DeleteTrialCommand.d.ts +3 -0
  101. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -0
  102. package/dist-types/commands/DeleteUserProfileCommand.d.ts +4 -0
  103. package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -0
  104. package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -0
  105. package/dist-types/commands/DeregisterDevicesCommand.d.ts +6 -0
  106. package/dist-types/commands/DescribeActionCommand.d.ts +3 -0
  107. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  108. package/dist-types/commands/DescribeAppCommand.d.ts +7 -0
  109. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -0
  110. package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -0
  111. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -0
  112. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
  113. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -0
  114. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -0
  115. package/dist-types/commands/DescribeContextCommand.d.ts +3 -0
  116. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -0
  117. package/dist-types/commands/DescribeDeviceCommand.d.ts +5 -0
  118. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -0
  119. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
  120. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +5 -0
  121. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -0
  122. package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -0
  123. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -0
  124. package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -0
  125. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +4 -0
  126. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +4 -0
  127. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -0
  128. package/dist-types/commands/DescribeHubCommand.d.ts +3 -0
  129. package/dist-types/commands/DescribeHubContentCommand.d.ts +6 -0
  130. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -0
  131. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +3 -0
  132. package/dist-types/commands/DescribeImageCommand.d.ts +3 -0
  133. package/dist-types/commands/DescribeImageVersionCommand.d.ts +5 -0
  134. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -0
  135. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -0
  136. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -0
  138. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -0
  139. package/dist-types/commands/DescribeModelCardCommand.d.ts +4 -0
  140. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -0
  141. package/dist-types/commands/DescribeModelCommand.d.ts +3 -0
  142. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -0
  143. package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -0
  144. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -0
  145. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -0
  146. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -0
  147. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -0
  148. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
  149. package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
  150. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -0
  151. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +3 -0
  152. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -0
  153. package/dist-types/commands/DescribeProjectCommand.d.ts +3 -0
  154. package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -0
  155. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -0
  156. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -0
  157. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
  158. package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -0
  159. package/dist-types/commands/DescribeTrialCommand.d.ts +3 -0
  160. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -0
  161. package/dist-types/commands/DescribeUserProfileCommand.d.ts +4 -0
  162. package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -0
  163. package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -0
  164. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
  165. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +4 -0
  166. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
  167. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -0
  168. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -0
  169. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -0
  170. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -0
  171. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +8 -0
  172. package/dist-types/commands/ImportHubContentCommand.d.ts +20 -0
  173. package/dist-types/commands/ListActionsCommand.d.ts +10 -0
  174. package/dist-types/commands/ListAlgorithmsCommand.d.ts +9 -0
  175. package/dist-types/commands/ListAliasesCommand.d.ts +7 -0
  176. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +11 -0
  177. package/dist-types/commands/ListAppsCommand.d.ts +9 -0
  178. package/dist-types/commands/ListArtifactsCommand.d.ts +10 -0
  179. package/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
  180. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +12 -0
  181. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +9 -0
  182. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +11 -0
  183. package/dist-types/commands/ListCompilationJobsCommand.d.ts +12 -0
  184. package/dist-types/commands/ListContextsCommand.d.ts +10 -0
  185. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +10 -0
  186. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +11 -0
  187. package/dist-types/commands/ListDevicesCommand.d.ts +7 -0
  188. package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
  189. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +12 -0
  190. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +13 -0
  191. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +9 -0
  192. package/dist-types/commands/ListEndpointsCommand.d.ts +12 -0
  193. package/dist-types/commands/ListExperimentsCommand.d.ts +8 -0
  194. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +11 -0
  195. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +7 -0
  196. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +13 -0
  197. package/dist-types/commands/ListHubContentsCommand.d.ts +12 -0
  198. package/dist-types/commands/ListHubsCommand.d.ts +11 -0
  199. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +7 -0
  200. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +12 -0
  201. package/dist-types/commands/ListImageVersionsCommand.d.ts +11 -0
  202. package/dist-types/commands/ListImagesCommand.d.ts +11 -0
  203. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +13 -0
  204. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -0
  205. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +12 -0
  206. package/dist-types/commands/ListLabelingJobsCommand.d.ts +12 -0
  207. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +10 -0
  208. package/dist-types/commands/ListLineageGroupsCommand.d.ts +8 -0
  209. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +10 -0
  210. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +12 -0
  211. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +10 -0
  212. package/dist-types/commands/ListModelCardsCommand.d.ts +10 -0
  213. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +10 -0
  214. package/dist-types/commands/ListModelMetadataCommand.d.ts +12 -0
  215. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +9 -0
  216. package/dist-types/commands/ListModelPackagesCommand.d.ts +12 -0
  217. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +10 -0
  218. package/dist-types/commands/ListModelsCommand.d.ts +9 -0
  219. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +11 -0
  220. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +5 -0
  221. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
  222. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +15 -0
  223. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +11 -0
  224. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +15 -0
  225. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +6 -0
  226. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +9 -0
  227. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +5 -0
  228. package/dist-types/commands/ListPipelinesCommand.d.ts +9 -0
  229. package/dist-types/commands/ListProcessingJobsCommand.d.ts +12 -0
  230. package/dist-types/commands/ListProjectsCommand.d.ts +9 -0
  231. package/dist-types/commands/ListSpacesCommand.d.ts +8 -0
  232. package/dist-types/commands/ListStageDevicesCommand.d.ts +7 -0
  233. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +12 -0
  234. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +5 -0
  235. package/dist-types/commands/ListTagsCommand.d.ts +5 -0
  236. package/dist-types/commands/ListTrainingJobsCommand.d.ts +13 -0
  237. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +8 -0
  238. package/dist-types/commands/ListTransformJobsCommand.d.ts +12 -0
  239. package/dist-types/commands/ListTrialComponentsCommand.d.ts +11 -0
  240. package/dist-types/commands/ListTrialsCommand.d.ts +10 -0
  241. package/dist-types/commands/ListUserProfilesCommand.d.ts +8 -0
  242. package/dist-types/commands/ListWorkforcesCommand.d.ts +7 -0
  243. package/dist-types/commands/ListWorkteamsCommand.d.ts +7 -0
  244. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
  245. package/dist-types/commands/QueryLineageCommand.d.ts +25 -0
  246. package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
  247. package/dist-types/commands/RenderUiTemplateCommand.d.ts +10 -0
  248. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +7 -0
  249. package/dist-types/commands/SearchCommand.d.ts +50 -0
  250. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +5 -0
  251. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +10 -0
  252. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +4 -0
  253. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -0
  254. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -0
  255. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -0
  256. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +15 -0
  257. package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -0
  258. package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -0
  259. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +4 -0
  260. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -0
  261. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -0
  262. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +21 -0
  263. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -0
  264. package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -0
  265. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -0
  266. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -0
  267. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  268. package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -0
  269. package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -0
  270. package/dist-types/commands/StopTransformJobCommand.d.ts +3 -0
  271. package/dist-types/commands/UpdateActionCommand.d.ts +11 -0
  272. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateArtifactCommand.d.ts +10 -0
  274. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +6 -0
  275. package/dist-types/commands/UpdateContextCommand.d.ts +10 -0
  276. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +12 -0
  277. package/dist-types/commands/UpdateDevicesCommand.d.ts +10 -0
  278. package/dist-types/commands/UpdateDomainCommand.d.ts +129 -0
  279. package/dist-types/commands/UpdateEndpointCommand.d.ts +36 -0
  280. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +10 -0
  281. package/dist-types/commands/UpdateExperimentCommand.d.ts +5 -0
  282. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +9 -0
  283. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +14 -0
  284. package/dist-types/commands/UpdateHubCommand.d.ts +8 -0
  285. package/dist-types/commands/UpdateImageCommand.d.ts +9 -0
  286. package/dist-types/commands/UpdateImageVersionCommand.d.ts +18 -0
  287. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +42 -0
  288. package/dist-types/commands/UpdateModelCardCommand.d.ts +5 -0
  289. package/dist-types/commands/UpdateModelPackageCommand.d.ts +47 -0
  290. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +6 -0
  291. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +108 -0
  292. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +22 -0
  293. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
  294. package/dist-types/commands/UpdatePipelineCommand.d.ts +15 -0
  295. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +8 -0
  296. package/dist-types/commands/UpdateProjectCommand.d.ts +19 -0
  297. package/dist-types/commands/UpdateSpaceCommand.d.ts +40 -0
  298. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +27 -0
  299. package/dist-types/commands/UpdateTrialCommand.d.ts +4 -0
  300. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +37 -0
  301. package/dist-types/commands/UpdateUserProfileCommand.d.ts +82 -0
  302. package/dist-types/commands/UpdateWorkforceCommand.d.ts +27 -0
  303. package/dist-types/commands/UpdateWorkteamCommand.d.ts +21 -0
  304. package/dist-types/models/models_0.d.ts +73 -37
  305. package/dist-types/models/models_1.d.ts +4 -2
  306. package/dist-types/models/models_2.d.ts +4 -3
  307. package/package.json +8 -8
@@ -26,6 +26,21 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineResponse, __M
26
26
  * import { SageMakerClient, UpdatePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdatePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdatePipelineRequest
30
+ * PipelineName: "STRING_VALUE", // required
31
+ * PipelineDisplayName: "STRING_VALUE",
32
+ * PipelineDefinition: "STRING_VALUE",
33
+ * PipelineDefinitionS3Location: { // PipelineDefinitionS3Location
34
+ * Bucket: "STRING_VALUE", // required
35
+ * ObjectKey: "STRING_VALUE", // required
36
+ * VersionId: "STRING_VALUE",
37
+ * },
38
+ * PipelineDescription: "STRING_VALUE",
39
+ * RoleArn: "STRING_VALUE",
40
+ * ParallelismConfiguration: { // ParallelismConfiguration
41
+ * MaxParallelExecutionSteps: Number("int"), // required
42
+ * },
43
+ * };
29
44
  * const command = new UpdatePipelineCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```
@@ -26,6 +26,14 @@ export interface UpdatePipelineExecutionCommandOutput extends UpdatePipelineExec
26
26
  * import { SageMakerClient, UpdatePipelineExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdatePipelineExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdatePipelineExecutionRequest
30
+ * PipelineExecutionArn: "STRING_VALUE", // required
31
+ * PipelineExecutionDescription: "STRING_VALUE",
32
+ * PipelineExecutionDisplayName: "STRING_VALUE",
33
+ * ParallelismConfiguration: { // ParallelismConfiguration
34
+ * MaxParallelExecutionSteps: Number("int"), // required
35
+ * },
36
+ * };
29
37
  * const command = new UpdatePipelineExecutionCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -33,6 +33,25 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
33
33
  * import { SageMakerClient, UpdateProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
34
34
  * // const { SageMakerClient, UpdateProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
35
35
  * const client = new SageMakerClient(config);
36
+ * const input = { // UpdateProjectInput
37
+ * ProjectName: "STRING_VALUE", // required
38
+ * ProjectDescription: "STRING_VALUE",
39
+ * ServiceCatalogProvisioningUpdateDetails: { // ServiceCatalogProvisioningUpdateDetails
40
+ * ProvisioningArtifactId: "STRING_VALUE",
41
+ * ProvisioningParameters: [ // ProvisioningParameters
42
+ * { // ProvisioningParameter
43
+ * Key: "STRING_VALUE",
44
+ * Value: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * },
48
+ * Tags: [ // TagList
49
+ * { // Tag
50
+ * Key: "STRING_VALUE", // required
51
+ * Value: "STRING_VALUE", // required
52
+ * },
53
+ * ],
54
+ * };
36
55
  * const command = new UpdateProjectCommand(input);
37
56
  * const response = await client.send(command);
38
57
  * ```
@@ -26,6 +26,46 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
26
26
  * import { SageMakerClient, UpdateSpaceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdateSpaceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdateSpaceRequest
30
+ * DomainId: "STRING_VALUE", // required
31
+ * SpaceName: "STRING_VALUE", // required
32
+ * SpaceSettings: { // SpaceSettings
33
+ * JupyterServerAppSettings: { // JupyterServerAppSettings
34
+ * DefaultResourceSpec: { // ResourceSpec
35
+ * SageMakerImageArn: "STRING_VALUE",
36
+ * SageMakerImageVersionArn: "STRING_VALUE",
37
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
38
+ * LifecycleConfigArn: "STRING_VALUE",
39
+ * },
40
+ * LifecycleConfigArns: [ // LifecycleConfigArns
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * CodeRepositories: [ // CodeRepositories
44
+ * { // CodeRepository
45
+ * RepositoryUrl: "STRING_VALUE", // required
46
+ * },
47
+ * ],
48
+ * },
49
+ * KernelGatewayAppSettings: { // KernelGatewayAppSettings
50
+ * DefaultResourceSpec: {
51
+ * SageMakerImageArn: "STRING_VALUE",
52
+ * SageMakerImageVersionArn: "STRING_VALUE",
53
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
54
+ * LifecycleConfigArn: "STRING_VALUE",
55
+ * },
56
+ * CustomImages: [ // CustomImages
57
+ * { // CustomImage
58
+ * ImageName: "STRING_VALUE", // required
59
+ * ImageVersionNumber: Number("int"),
60
+ * AppImageConfigName: "STRING_VALUE", // required
61
+ * },
62
+ * ],
63
+ * LifecycleConfigArns: [
64
+ * "STRING_VALUE",
65
+ * ],
66
+ * },
67
+ * },
68
+ * };
29
69
  * const command = new UpdateSpaceCommand(input);
30
70
  * const response = await client.send(command);
31
71
  * ```
@@ -27,6 +27,33 @@ export interface UpdateTrainingJobCommandOutput extends UpdateTrainingJobRespons
27
27
  * import { SageMakerClient, UpdateTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, UpdateTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
+ * const input = { // UpdateTrainingJobRequest
31
+ * TrainingJobName: "STRING_VALUE", // required
32
+ * ProfilerConfig: { // ProfilerConfigForUpdate
33
+ * S3OutputPath: "STRING_VALUE",
34
+ * ProfilingIntervalInMilliseconds: Number("long"),
35
+ * ProfilingParameters: { // ProfilingParameters
36
+ * "<keys>": "STRING_VALUE",
37
+ * },
38
+ * DisableProfiler: true || false,
39
+ * },
40
+ * ProfilerRuleConfigurations: [ // ProfilerRuleConfigurations
41
+ * { // ProfilerRuleConfiguration
42
+ * RuleConfigurationName: "STRING_VALUE", // required
43
+ * LocalPath: "STRING_VALUE",
44
+ * S3OutputPath: "STRING_VALUE",
45
+ * RuleEvaluatorImage: "STRING_VALUE", // required
46
+ * InstanceType: "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge",
47
+ * VolumeSizeInGB: Number("int"),
48
+ * RuleParameters: { // RuleParameters
49
+ * "<keys>": "STRING_VALUE",
50
+ * },
51
+ * },
52
+ * ],
53
+ * ResourceConfig: { // ResourceConfigForUpdate
54
+ * KeepAlivePeriodInSeconds: Number("int"), // required
55
+ * },
56
+ * };
30
57
  * const command = new UpdateTrainingJobCommand(input);
31
58
  * const response = await client.send(command);
32
59
  * ```
@@ -26,6 +26,10 @@ export interface UpdateTrialCommandOutput extends UpdateTrialResponse, __Metadat
26
26
  * import { SageMakerClient, UpdateTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdateTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdateTrialRequest
30
+ * TrialName: "STRING_VALUE", // required
31
+ * DisplayName: "STRING_VALUE",
32
+ * };
29
33
  * const command = new UpdateTrialCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,43 @@ export interface UpdateTrialComponentCommandOutput extends UpdateTrialComponentR
26
26
  * import { SageMakerClient, UpdateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdateTrialComponentRequest
30
+ * TrialComponentName: "STRING_VALUE", // required
31
+ * DisplayName: "STRING_VALUE",
32
+ * Status: { // TrialComponentStatus
33
+ * PrimaryStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
34
+ * Message: "STRING_VALUE",
35
+ * },
36
+ * StartTime: new Date("TIMESTAMP"),
37
+ * EndTime: new Date("TIMESTAMP"),
38
+ * Parameters: { // TrialComponentParameters
39
+ * "<keys>": { // TrialComponentParameterValue Union: only one key present
40
+ * StringValue: "STRING_VALUE",
41
+ * NumberValue: Number("double"),
42
+ * },
43
+ * },
44
+ * ParametersToRemove: [ // ListTrialComponentKey256
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * InputArtifacts: { // TrialComponentArtifacts
48
+ * "<keys>": { // TrialComponentArtifact
49
+ * MediaType: "STRING_VALUE",
50
+ * Value: "STRING_VALUE", // required
51
+ * },
52
+ * },
53
+ * InputArtifactsToRemove: [
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * OutputArtifacts: {
57
+ * "<keys>": {
58
+ * MediaType: "STRING_VALUE",
59
+ * Value: "STRING_VALUE", // required
60
+ * },
61
+ * },
62
+ * OutputArtifactsToRemove: [
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * };
29
66
  * const command = new UpdateTrialComponentCommand(input);
30
67
  * const response = await client.send(command);
31
68
  * ```
@@ -26,6 +26,88 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
26
26
  * import { SageMakerClient, UpdateUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdateUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdateUserProfileRequest
30
+ * DomainId: "STRING_VALUE", // required
31
+ * UserProfileName: "STRING_VALUE", // required
32
+ * UserSettings: { // UserSettings
33
+ * ExecutionRole: "STRING_VALUE",
34
+ * SecurityGroups: [ // SecurityGroupIds
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * SharingSettings: { // SharingSettings
38
+ * NotebookOutputOption: "Allowed" || "Disabled",
39
+ * S3OutputPath: "STRING_VALUE",
40
+ * S3KmsKeyId: "STRING_VALUE",
41
+ * },
42
+ * JupyterServerAppSettings: { // JupyterServerAppSettings
43
+ * DefaultResourceSpec: { // ResourceSpec
44
+ * SageMakerImageArn: "STRING_VALUE",
45
+ * SageMakerImageVersionArn: "STRING_VALUE",
46
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
47
+ * LifecycleConfigArn: "STRING_VALUE",
48
+ * },
49
+ * LifecycleConfigArns: [ // LifecycleConfigArns
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * CodeRepositories: [ // CodeRepositories
53
+ * { // CodeRepository
54
+ * RepositoryUrl: "STRING_VALUE", // required
55
+ * },
56
+ * ],
57
+ * },
58
+ * KernelGatewayAppSettings: { // KernelGatewayAppSettings
59
+ * DefaultResourceSpec: {
60
+ * SageMakerImageArn: "STRING_VALUE",
61
+ * SageMakerImageVersionArn: "STRING_VALUE",
62
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
63
+ * LifecycleConfigArn: "STRING_VALUE",
64
+ * },
65
+ * CustomImages: [ // CustomImages
66
+ * { // CustomImage
67
+ * ImageName: "STRING_VALUE", // required
68
+ * ImageVersionNumber: Number("int"),
69
+ * AppImageConfigName: "STRING_VALUE", // required
70
+ * },
71
+ * ],
72
+ * LifecycleConfigArns: [
73
+ * "STRING_VALUE",
74
+ * ],
75
+ * },
76
+ * TensorBoardAppSettings: { // TensorBoardAppSettings
77
+ * DefaultResourceSpec: {
78
+ * SageMakerImageArn: "STRING_VALUE",
79
+ * SageMakerImageVersionArn: "STRING_VALUE",
80
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
81
+ * LifecycleConfigArn: "STRING_VALUE",
82
+ * },
83
+ * },
84
+ * RStudioServerProAppSettings: { // RStudioServerProAppSettings
85
+ * AccessStatus: "ENABLED" || "DISABLED",
86
+ * UserGroup: "R_STUDIO_ADMIN" || "R_STUDIO_USER",
87
+ * },
88
+ * RSessionAppSettings: { // RSessionAppSettings
89
+ * DefaultResourceSpec: {
90
+ * SageMakerImageArn: "STRING_VALUE",
91
+ * SageMakerImageVersionArn: "STRING_VALUE",
92
+ * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
93
+ * LifecycleConfigArn: "STRING_VALUE",
94
+ * },
95
+ * CustomImages: [
96
+ * {
97
+ * ImageName: "STRING_VALUE", // required
98
+ * ImageVersionNumber: Number("int"),
99
+ * AppImageConfigName: "STRING_VALUE", // required
100
+ * },
101
+ * ],
102
+ * },
103
+ * CanvasAppSettings: { // CanvasAppSettings
104
+ * TimeSeriesForecastingSettings: { // TimeSeriesForecastingSettings
105
+ * Status: "ENABLED" || "DISABLED",
106
+ * AmazonForecastRoleArn: "STRING_VALUE",
107
+ * },
108
+ * },
109
+ * },
110
+ * };
29
111
  * const command = new UpdateUserProfileCommand(input);
30
112
  * const response = await client.send(command);
31
113
  * ```
@@ -51,6 +51,33 @@ export interface UpdateWorkforceCommandOutput extends UpdateWorkforceResponse, _
51
51
  * import { SageMakerClient, UpdateWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
52
52
  * // const { SageMakerClient, UpdateWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
53
53
  * const client = new SageMakerClient(config);
54
+ * const input = { // UpdateWorkforceRequest
55
+ * WorkforceName: "STRING_VALUE", // required
56
+ * SourceIpConfig: { // SourceIpConfig
57
+ * Cidrs: [ // Cidrs // required
58
+ * "STRING_VALUE",
59
+ * ],
60
+ * },
61
+ * OidcConfig: { // OidcConfig
62
+ * ClientId: "STRING_VALUE", // required
63
+ * ClientSecret: "STRING_VALUE", // required
64
+ * Issuer: "STRING_VALUE", // required
65
+ * AuthorizationEndpoint: "STRING_VALUE", // required
66
+ * TokenEndpoint: "STRING_VALUE", // required
67
+ * UserInfoEndpoint: "STRING_VALUE", // required
68
+ * LogoutEndpoint: "STRING_VALUE", // required
69
+ * JwksUri: "STRING_VALUE", // required
70
+ * },
71
+ * WorkforceVpcConfig: { // WorkforceVpcConfigRequest
72
+ * VpcId: "STRING_VALUE",
73
+ * SecurityGroupIds: [ // WorkforceSecurityGroupIds
74
+ * "STRING_VALUE",
75
+ * ],
76
+ * Subnets: [ // WorkforceSubnets
77
+ * "STRING_VALUE",
78
+ * ],
79
+ * },
80
+ * };
54
81
  * const command = new UpdateWorkforceCommand(input);
55
82
  * const response = await client.send(command);
56
83
  * ```
@@ -26,6 +26,27 @@ export interface UpdateWorkteamCommandOutput extends UpdateWorkteamResponse, __M
26
26
  * import { SageMakerClient, UpdateWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, UpdateWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // UpdateWorkteamRequest
30
+ * WorkteamName: "STRING_VALUE", // required
31
+ * MemberDefinitions: [ // MemberDefinitions
32
+ * { // MemberDefinition
33
+ * CognitoMemberDefinition: { // CognitoMemberDefinition
34
+ * UserPool: "STRING_VALUE", // required
35
+ * UserGroup: "STRING_VALUE", // required
36
+ * ClientId: "STRING_VALUE", // required
37
+ * },
38
+ * OidcMemberDefinition: { // OidcMemberDefinition
39
+ * Groups: [ // Groups // required
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * },
43
+ * },
44
+ * ],
45
+ * Description: "STRING_VALUE",
46
+ * NotificationConfiguration: { // NotificationConfiguration
47
+ * NotificationTopicArn: "STRING_VALUE",
48
+ * },
49
+ * };
29
50
  * const command = new UpdateWorkteamCommand(input);
30
51
  * const response = await client.send(command);
31
52
  * ```
@@ -525,15 +525,13 @@ export declare enum AlgorithmSortBy {
525
525
  }
526
526
  /**
527
527
  * @public
528
- * <p>Specifies a metric that the training algorithm
529
- * writes
530
- * to <code>stderr</code> or <code>stdout</code>. SageMakerhyperparameter
531
- * tuning captures
532
- * all
533
- * defined metrics.
534
- * You
535
- * specify one metric that a hyperparameter tuning job uses as its
536
- * objective metric to choose the best training job.</p>
528
+ * <p>Specifies a metric that the training algorithm writes to <code>stderr</code> or
529
+ * <code>stdout</code>. You can view these logs to understand how your training job
530
+ * performs and check for any errors encountered during training. SageMaker hyperparameter
531
+ * tuning captures all defined metrics. Specify one of the defined metrics to use as an
532
+ * objective metric using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-TuningObjective">TuningObjective</a> parameter in the
533
+ * <code>HyperParameterTrainingJobDefinition</code> API to evaluate job performance
534
+ * during hyperparameter tuning.</p>
537
535
  */
538
536
  export interface MetricDefinition {
539
537
  /**
@@ -543,8 +541,8 @@ export interface MetricDefinition {
543
541
  /**
544
542
  * <p>A regular expression that searches the output of a training job and gets the value of
545
543
  * the metric. For more information about using regular expressions to define metrics, see
546
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics.html">Defining
547
- * Objective Metrics</a>.</p>
544
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html">Defining
545
+ * metrics and environment variables</a>.</p>
548
546
  */
549
547
  Regex: string | undefined;
550
548
  }
@@ -4073,7 +4071,9 @@ export interface FinalAutoMLJobObjectiveMetric {
4073
4071
  Type?: AutoMLJobObjectiveType | string;
4074
4072
  /**
4075
4073
  * <p>The name of the metric with the best result. For a description of the possible objective
4076
- * metrics, see <a>AutoMLJobObjective$MetricName</a>.</p>
4074
+ * metrics, see <code>
4075
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective$MetricName</a>
4076
+ * </code>.</p>
4077
4077
  */
4078
4078
  MetricName: AutoMLMetricEnum | string | undefined;
4079
4079
  /**
@@ -4096,20 +4096,32 @@ export declare enum AutoMLProcessingUnit {
4096
4096
  /**
4097
4097
  * @public
4098
4098
  * <p>A list of container definitions that describe the different containers that make up an
4099
- * AutoML candidate. For more information, see .</p>
4099
+ * AutoML candidate. For more information, see <code>
4100
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html">
4101
+ * ContainerDefinition</a>
4102
+ * </code>.</p>
4100
4103
  */
4101
4104
  export interface AutoMLContainerDefinition {
4102
4105
  /**
4103
4106
  * <p>The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more
4104
- * information, see .</p>
4107
+ * information, see <code>
4108
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html">
4109
+ * ContainerDefinition</a>
4110
+ * </code>.</p>
4105
4111
  */
4106
4112
  Image: string | undefined;
4107
4113
  /**
4108
- * <p>The location of the model artifacts. For more information, see .</p>
4114
+ * <p>The location of the model artifacts. For more information, see <code>
4115
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html"> ContainerDefinition</a>
4116
+ * </code>.</p>
4109
4117
  */
4110
4118
  ModelDataUrl: string | undefined;
4111
4119
  /**
4112
- * <p>The environment variables to set in the container. For more information, see .</p>
4120
+ * <p>The environment variables to set in the container. For more information, see
4121
+ * <code>
4122
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html">
4123
+ * ContainerDefinition</a>
4124
+ * </code>.</p>
4113
4125
  */
4114
4126
  Environment?: Record<string, string>;
4115
4127
  }
@@ -4238,7 +4250,10 @@ export interface AutoMLCandidateGenerationConfig {
4238
4250
  * the given training mode.</p>
4239
4251
  * </li>
4240
4252
  * </ul>
4241
- * <p>For the list of all algorithms per training mode, see .</p>
4253
+ * <p>For the list of all algorithms per training mode, see <code>
4254
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLAlgorithmConfig.html">
4255
+ * AutoMLAlgorithmConfig</a>
4256
+ * </code>.</p>
4242
4257
  * <p>For more information on each algorithm, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support">Algorithm support</a> section in Autopilot developer guide.</p>
4243
4258
  */
4244
4259
  AlgorithmsConfig?: AutoMLAlgorithmConfig[];
@@ -4334,7 +4349,9 @@ export interface AutoMLDataSource {
4334
4349
  * @public
4335
4350
  * <p>A channel is a named input source that training algorithms can consume. The validation
4336
4351
  * dataset size is limited to less than 2 GB. The training dataset size must be less than 100
4337
- * GB. For more information, see .</p>
4352
+ * GB. For more information, see <code>
4353
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html"> Channel</a>
4354
+ * </code>.</p>
4338
4355
  * <note>
4339
4356
  * <p>A validation dataset must contain the same headers as the training dataset.</p>
4340
4357
  * </note>
@@ -4407,8 +4424,13 @@ export interface AutoMLJobArtifacts {
4407
4424
  * @public
4408
4425
  * <p>A channel is a named input source that training algorithms can consume. This channel is
4409
4426
  * used for the non tabular training data of an AutoML job using the V2 API. For tabular
4410
- * training data, see .
4411
- * For more information, see .</p>
4427
+ * training data, see <code>
4428
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLChannel.html">
4429
+ * AutoMLChannel</a>
4430
+ * </code>. For more information, see <code>
4431
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html">
4432
+ * Channel</a>
4433
+ * </code>.</p>
4412
4434
  */
4413
4435
  export interface AutoMLJobChannel {
4414
4436
  /**
@@ -4461,9 +4483,13 @@ export interface AutoMLJobCompletionCriteria {
4461
4483
  /**
4462
4484
  * <p>The maximum time, in seconds, that each training job executed inside hyperparameter
4463
4485
  * tuning is allowed to run as part of a hyperparameter tuning job. For more information, see
4464
- * the used by the action.</p>
4465
- * <p>For V2 jobs (jobs created by calling <code>CreateAutoMLJobV2</code>),
4466
- * this field controls the runtime of the job candidate.</p>
4486
+ * the <code>
4487
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StoppingCondition.html">StoppingCondition</a>
4488
+ * </code> used by the <code>
4489
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html">CreateHyperParameterTuningJob</a>
4490
+ * </code> action.</p>
4491
+ * <p>For V2 jobs (jobs created by calling <code>CreateAutoMLJobV2</code>), this field
4492
+ * controls the runtime of the job candidate.</p>
4467
4493
  */
4468
4494
  MaxRuntimePerTrainingJobInSeconds?: number;
4469
4495
  /**
@@ -4856,7 +4882,8 @@ export interface AutoMLOutputDataConfig {
4856
4882
  */
4857
4883
  export interface ImageClassificationJobConfig {
4858
4884
  /**
4859
- * <p>How long a job is allowed to run, or how many candidates a job is allowed to generate.</p>
4885
+ * <p>How long a job is allowed to run, or how many candidates a job is allowed to
4886
+ * generate.</p>
4860
4887
  */
4861
4888
  CompletionCriteria?: AutoMLJobCompletionCriteria;
4862
4889
  }
@@ -4867,7 +4894,8 @@ export interface ImageClassificationJobConfig {
4867
4894
  */
4868
4895
  export interface TextClassificationJobConfig {
4869
4896
  /**
4870
- * <p>How long a job is allowed to run, or how many candidates a job is allowed to generate.</p>
4897
+ * <p>How long a job is allowed to run, or how many candidates a job is allowed to
4898
+ * generate.</p>
4871
4899
  */
4872
4900
  CompletionCriteria?: AutoMLJobCompletionCriteria;
4873
4901
  /**
@@ -7135,9 +7163,11 @@ export interface CreateAutoMLJobRequest {
7135
7163
  AutoMLJobName: string | undefined;
7136
7164
  /**
7137
7165
  * <p>An array of channel objects that describes the input data and its location. Each channel
7138
- * is a named input source. Similar to <code>InputDataConfig</code> supported by . Format(s) supported: CSV, Parquet.
7139
- * A minimum of 500 rows is required for the training dataset. There is not a minimum number
7140
- * of rows required for the validation dataset.</p>
7166
+ * is a named input source. Similar to <code>InputDataConfig</code> supported by <code>
7167
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a>
7168
+ * </code>. Format(s) supported: CSV,
7169
+ * Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum
7170
+ * number of rows required for the validation dataset.</p>
7141
7171
  */
7142
7172
  InputDataConfig: AutoMLChannel[] | undefined;
7143
7173
  /**
@@ -7147,15 +7177,18 @@ export interface CreateAutoMLJobRequest {
7147
7177
  OutputDataConfig: AutoMLOutputDataConfig | undefined;
7148
7178
  /**
7149
7179
  * <p>Defines the type of supervised learning problem available for the candidates. For more
7150
- * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-problem-types.html">
7151
- * Amazon SageMaker Autopilot problem types and algorithm support</a>.</p>
7180
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types">
7181
+ * Amazon SageMaker Autopilot problem types</a>.</p>
7152
7182
  */
7153
7183
  ProblemType?: ProblemType | string;
7154
7184
  /**
7155
7185
  * <p>Defines the objective metric used to measure the predictive quality of an AutoML job. You
7156
- * provide an <a>AutoMLJobObjective$MetricName</a> and Autopilot infers whether to
7157
- * minimize or maximize it. For , only
7158
- * <code>Accuracy</code> is supported.</p>
7186
+ * provide an <code>
7187
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective$MetricName</a>
7188
+ * </code> and Autopilot infers whether to minimize or
7189
+ * maximize it. For <code>
7190
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>
7191
+ * </code>, only <code>Accuracy</code> is supported.</p>
7159
7192
  */
7160
7193
  AutoMLJobObjective?: AutoMLJobObjective;
7161
7194
  /**
@@ -7204,8 +7237,10 @@ export interface CreateAutoMLJobV2Request {
7204
7237
  AutoMLJobName: string | undefined;
7205
7238
  /**
7206
7239
  * <p>An array of channel objects describing the input data and their location. Each channel
7207
- * is a named input source. Similar to <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html#sagemaker-CreateAutoMLJob-request-InputDataConfig">InputDataConfig</a> supported by <code>CreateAutoMLJob</code>. The supported
7208
- * formats depend on the problem type:</p>
7240
+ * is a named input source. Similar to <code>
7241
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html#sagemaker-CreateAutoMLJob-request-InputDataConfig">InputDataConfig</a>
7242
+ * </code> supported by <code>CreateAutoMLJob</code>. The
7243
+ * supported formats depend on the problem type:</p>
7209
7244
  * <ul>
7210
7245
  * <li>
7211
7246
  * <p>ImageClassification: S3Prefix, <code>ManifestFile</code>,
@@ -7243,8 +7278,9 @@ export interface CreateAutoMLJobV2Request {
7243
7278
  */
7244
7279
  SecurityConfig?: AutoMLSecurityConfig;
7245
7280
  /**
7246
- * <p>Specifies a metric to minimize or maximize as the objective of a job.
7247
- * For , only <code>Accuracy</code> is supported.</p>
7281
+ * <p>Specifies a metric to minimize or maximize as the objective of a job. For <code>
7282
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>
7283
+ * </code>, only <code>Accuracy</code> is supported.</p>
7248
7284
  */
7249
7285
  AutoMLJobObjective?: AutoMLJobObjective;
7250
7286
  /**
@@ -1734,7 +1734,9 @@ export interface HyperbandStrategyConfig {
1734
1734
  * value, it is stopped. If a value for <code>MaxResource</code> is not provided, and
1735
1735
  * <code>Hyperband</code> is selected as the hyperparameter tuning strategy,
1736
1736
  * <code>HyperbandTrainingJ</code> attempts to infer <code>MaxResource</code> from the
1737
- * following keys (if present) in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-StaticHyperParameters">StaticsHyperParameters</a>:</p>
1737
+ * following keys (if present) in <code>
1738
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-StaticHyperParameters">StaticsHyperParameters</a>
1739
+ * </code>:</p>
1738
1740
  * <ul>
1739
1741
  * <li>
1740
1742
  * <p>
@@ -2225,7 +2227,7 @@ export interface HyperParameterTrainingJobDefinition {
2225
2227
  HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
2226
2228
  /**
2227
2229
  * <p>An environment variable that you can pass into the SageMaker <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API. You can use an existing <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment">environment variable from the training container</a> or use your own. See
2228
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics.html">Define metrics
2230
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html">Define metrics
2229
2231
  * and variables</a> for more information.</p>
2230
2232
  * <note>
2231
2233
  * <p>The maximum number of items specified for <code>Map Entries</code> refers to the
@@ -689,8 +689,8 @@ export interface DescribeAutoMLJobV2Response {
689
689
  */
690
690
  PartialFailureReasons?: AutoMLPartialFailureReason[];
691
691
  /**
692
- * <p>Information about the candidate produced by an AutoML training job V2,
693
- * including its status, steps, and other properties.</p>
692
+ * <p>Information about the candidate produced by an AutoML training job V2, including its
693
+ * status, steps, and other properties.</p>
694
694
  */
695
695
  BestCandidate?: AutoMLCandidate;
696
696
  /**
@@ -711,7 +711,8 @@ export interface DescribeAutoMLJobV2Response {
711
711
  */
712
712
  ModelDeployResult?: ModelDeployResult;
713
713
  /**
714
- * <p>Returns the configuration settings of how the data are split into train and validation datasets.</p>
714
+ * <p>Returns the configuration settings of how the data are split into train and validation
715
+ * datasets.</p>
715
716
  */
716
717
  DataSplitConfig?: AutoMLDataSplitConfig;
717
718
  /**