@aws-sdk/client-sagemaker 3.300.0 → 3.303.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 (320) hide show
  1. package/dist-cjs/models/models_0.js +870 -958
  2. package/dist-cjs/models/models_1.js +228 -262
  3. package/dist-cjs/models/models_2.js +400 -457
  4. package/dist-cjs/models/models_3.js +232 -283
  5. package/dist-cjs/models/models_4.js +5 -6
  6. package/dist-es/models/models_0.js +870 -958
  7. package/dist-es/models/models_1.js +228 -262
  8. package/dist-es/models/models_2.js +400 -457
  9. package/dist-es/models/models_3.js +232 -283
  10. package/dist-es/models/models_4.js +5 -6
  11. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  12. package/dist-types/commands/AddTagsCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateActionCommand.d.ts +6 -6
  16. package/dist-types/commands/CreateAlgorithmCommand.d.ts +54 -54
  17. package/dist-types/commands/CreateAppCommand.d.ts +4 -4
  18. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +7 -7
  19. package/dist-types/commands/CreateArtifactCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +21 -21
  21. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +19 -19
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +4 -4
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +10 -10
  24. package/dist-types/commands/CreateContextCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +27 -27
  26. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateDomainCommand.d.ts +26 -36
  28. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +10 -10
  29. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +4 -4
  31. package/dist-types/commands/CreateEndpointCommand.d.ts +10 -10
  32. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +26 -26
  33. package/dist-types/commands/CreateExperimentCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +10 -10
  35. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +11 -11
  36. package/dist-types/commands/CreateHubCommand.d.ts +5 -5
  37. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +50 -50
  39. package/dist-types/commands/CreateImageCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +15 -15
  42. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +28 -28
  43. package/dist-types/commands/CreateLabelingJobCommand.d.ts +22 -22
  44. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +25 -25
  45. package/dist-types/commands/CreateModelCardCommand.d.ts +4 -4
  46. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -2
  47. package/dist-types/commands/CreateModelCommand.d.ts +13 -13
  48. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +24 -24
  49. package/dist-types/commands/CreateModelPackageCommand.d.ts +51 -91
  50. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +3 -3
  51. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +27 -27
  52. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +31 -31
  53. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +7 -7
  54. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
  55. package/dist-types/commands/CreatePipelineCommand.d.ts +5 -5
  56. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  57. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateProcessingJobCommand.d.ts +26 -26
  59. package/dist-types/commands/CreateProjectCommand.d.ts +6 -6
  60. package/dist-types/commands/CreateSpaceCommand.d.ts +12 -12
  61. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +3 -3
  62. package/dist-types/commands/CreateTrainingJobCommand.d.ts +47 -47
  63. package/dist-types/commands/CreateTransformJobCommand.d.ts +13 -13
  64. package/dist-types/commands/CreateTrialCommand.d.ts +4 -4
  65. package/dist-types/commands/CreateTrialComponentCommand.d.ts +9 -9
  66. package/dist-types/commands/CreateUserProfileCommand.d.ts +19 -19
  67. package/dist-types/commands/CreateWorkforceCommand.d.ts +10 -10
  68. package/dist-types/commands/CreateWorkteamCommand.d.ts +9 -9
  69. package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteArtifactCommand.d.ts +4 -4
  74. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -2
  80. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  83. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  84. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
  85. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
  87. package/dist-types/commands/DeleteHubCommand.d.ts +1 -1
  88. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  91. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
  92. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  93. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
  94. package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -1
  95. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  96. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  97. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  98. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
  100. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
  101. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
  105. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  106. package/dist-types/commands/DeleteSpaceCommand.d.ts +1 -1
  107. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
  109. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
  114. package/dist-types/commands/DeregisterDevicesCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -1
  122. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeHubContentCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
  163. package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
  164. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  166. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  169. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  170. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  171. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  172. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  173. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  174. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
  175. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +1 -1
  176. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
  177. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +3 -3
  178. package/dist-types/commands/ImportHubContentCommand.d.ts +4 -4
  179. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  181. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  182. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
  183. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  184. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  185. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  186. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  187. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  188. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
  189. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  190. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  191. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  192. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  193. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  194. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  195. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  196. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  197. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  198. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  199. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  200. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  201. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
  203. package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
  204. package/dist-types/commands/ListHubsCommand.d.ts +1 -1
  205. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  206. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  207. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  208. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  209. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  210. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  211. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  212. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  213. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  214. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  215. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  216. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  217. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +1 -1
  218. package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
  219. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  220. package/dist-types/commands/ListModelMetadataCommand.d.ts +4 -4
  221. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  222. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  223. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  224. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  225. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  226. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  227. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  228. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  229. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  230. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  231. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
  232. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  233. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  234. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  235. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  236. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  237. package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
  238. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  239. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  240. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  241. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  242. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  243. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  244. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  245. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  246. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  247. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  248. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  249. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  250. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  251. package/dist-types/commands/QueryLineageCommand.d.ts +6 -6
  252. package/dist-types/commands/RegisterDevicesCommand.d.ts +5 -5
  253. package/dist-types/commands/RenderUiTemplateCommand.d.ts +3 -3
  254. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
  255. package/dist-types/commands/SearchCommand.d.ts +10 -17
  256. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  257. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -3
  258. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +1 -1
  259. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
  260. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  261. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  262. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -4
  263. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  264. package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
  265. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
  266. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
  267. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  268. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +6 -6
  269. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
  270. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
  271. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
  272. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  273. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
  274. package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
  275. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  276. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  277. package/dist-types/commands/UpdateActionCommand.d.ts +3 -3
  278. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -5
  279. package/dist-types/commands/UpdateArtifactCommand.d.ts +3 -3
  280. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +2 -2
  281. package/dist-types/commands/UpdateContextCommand.d.ts +3 -3
  282. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +2 -2
  283. package/dist-types/commands/UpdateDevicesCommand.d.ts +3 -3
  284. package/dist-types/commands/UpdateDomainCommand.d.ts +23 -33
  285. package/dist-types/commands/UpdateEndpointCommand.d.ts +10 -10
  286. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +3 -3
  287. package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
  288. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +3 -3
  289. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +4 -4
  290. package/dist-types/commands/UpdateHubCommand.d.ts +2 -2
  291. package/dist-types/commands/UpdateImageCommand.d.ts +2 -2
  292. package/dist-types/commands/UpdateImageVersionCommand.d.ts +2 -2
  293. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +13 -13
  294. package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
  295. package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -13
  296. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +29 -29
  298. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +4 -4
  299. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
  300. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
  301. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +2 -2
  302. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -6
  303. package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -10
  304. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +7 -7
  305. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  306. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +7 -7
  307. package/dist-types/commands/UpdateUserProfileCommand.d.ts +17 -17
  308. package/dist-types/commands/UpdateWorkforceCommand.d.ts +7 -7
  309. package/dist-types/commands/UpdateWorkteamCommand.d.ts +7 -7
  310. package/dist-types/models/models_0.d.ts +1320 -880
  311. package/dist-types/models/models_1.d.ts +402 -232
  312. package/dist-types/models/models_2.d.ts +685 -400
  313. package/dist-types/models/models_3.d.ts +487 -232
  314. package/dist-types/models/models_4.d.ts +10 -5
  315. package/dist-types/ts3.4/models/models_0.d.ts +1026 -870
  316. package/dist-types/ts3.4/models/models_1.d.ts +286 -228
  317. package/dist-types/ts3.4/models/models_2.d.ts +502 -400
  318. package/dist-types/ts3.4/models/models_3.d.ts +324 -232
  319. package/dist-types/ts3.4/models/models_4.d.ts +7 -5
  320. package/package.json +35 -35
@@ -45,22 +45,22 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
45
45
  * import { SageMakerClient, CreateModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
46
46
  * // const { SageMakerClient, CreateModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
47
47
  * const client = new SageMakerClient(config);
48
- * const input = {
48
+ * const input = { // CreateModelPackageInput
49
49
  * ModelPackageName: "STRING_VALUE",
50
50
  * ModelPackageGroupName: "STRING_VALUE",
51
51
  * ModelPackageDescription: "STRING_VALUE",
52
- * InferenceSpecification: {
53
- * Containers: [ // required
54
- * {
52
+ * InferenceSpecification: { // InferenceSpecification
53
+ * Containers: [ // ModelPackageContainerDefinitionList // required
54
+ * { // ModelPackageContainerDefinition
55
55
  * ContainerHostname: "STRING_VALUE",
56
56
  * Image: "STRING_VALUE", // required
57
57
  * ImageDigest: "STRING_VALUE",
58
58
  * ModelDataUrl: "STRING_VALUE",
59
59
  * ProductId: "STRING_VALUE",
60
- * Environment: {
60
+ * Environment: { // EnvironmentMap
61
61
  * "<keys>": "STRING_VALUE",
62
62
  * },
63
- * ModelInput: {
63
+ * ModelInput: { // ModelInput
64
64
  * DataInputConfig: "STRING_VALUE", // required
65
65
  * },
66
66
  * Framework: "STRING_VALUE",
@@ -68,34 +68,34 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
68
68
  * NearestModelName: "STRING_VALUE",
69
69
  * },
70
70
  * ],
71
- * SupportedTransformInstanceTypes: [
71
+ * SupportedTransformInstanceTypes: [ // TransformInstanceTypes
72
72
  * "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.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge",
73
73
  * ],
74
- * SupportedRealtimeInferenceInstanceTypes: [
74
+ * SupportedRealtimeInferenceInstanceTypes: [ // RealtimeInferenceInstanceTypes
75
75
  * "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "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.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "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.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge",
76
76
  * ],
77
- * SupportedContentTypes: [ // required
77
+ * SupportedContentTypes: [ // ContentTypes // required
78
78
  * "STRING_VALUE",
79
79
  * ],
80
- * SupportedResponseMIMETypes: [ // required
80
+ * SupportedResponseMIMETypes: [ // ResponseMIMETypes // required
81
81
  * "STRING_VALUE",
82
82
  * ],
83
83
  * },
84
- * ValidationSpecification: {
84
+ * ValidationSpecification: { // ModelPackageValidationSpecification
85
85
  * ValidationRole: "STRING_VALUE", // required
86
- * ValidationProfiles: [ // required
87
- * {
86
+ * ValidationProfiles: [ // ModelPackageValidationProfiles // required
87
+ * { // ModelPackageValidationProfile
88
88
  * ProfileName: "STRING_VALUE", // required
89
- * TransformJobDefinition: {
89
+ * TransformJobDefinition: { // TransformJobDefinition
90
90
  * MaxConcurrentTransforms: Number("int"),
91
91
  * MaxPayloadInMB: Number("int"),
92
92
  * BatchStrategy: "MultiRecord" || "SingleRecord",
93
- * Environment: {
93
+ * Environment: { // TransformEnvironmentMap
94
94
  * "<keys>": "STRING_VALUE",
95
95
  * },
96
- * TransformInput: {
97
- * DataSource: {
98
- * S3DataSource: {
96
+ * TransformInput: { // TransformInput
97
+ * DataSource: { // TransformDataSource
98
+ * S3DataSource: { // TransformS3DataSource
99
99
  * S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
100
100
  * S3Uri: "STRING_VALUE", // required
101
101
  * },
@@ -104,13 +104,13 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
104
104
  * CompressionType: "None" || "Gzip",
105
105
  * SplitType: "None" || "Line" || "RecordIO" || "TFRecord",
106
106
  * },
107
- * TransformOutput: {
107
+ * TransformOutput: { // TransformOutput
108
108
  * S3OutputPath: "STRING_VALUE", // required
109
109
  * Accept: "STRING_VALUE",
110
110
  * AssembleWith: "None" || "Line",
111
111
  * KmsKeyId: "STRING_VALUE",
112
112
  * },
113
- * TransformResources: {
113
+ * TransformResources: { // TransformResources
114
114
  * InstanceType: "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.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
115
115
  * InstanceCount: Number("int"), // required
116
116
  * VolumeKmsKeyId: "STRING_VALUE",
@@ -119,31 +119,31 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
119
119
  * },
120
120
  * ],
121
121
  * },
122
- * SourceAlgorithmSpecification: {
123
- * SourceAlgorithms: [ // required
124
- * {
122
+ * SourceAlgorithmSpecification: { // SourceAlgorithmSpecification
123
+ * SourceAlgorithms: [ // SourceAlgorithmList // required
124
+ * { // SourceAlgorithm
125
125
  * ModelDataUrl: "STRING_VALUE",
126
126
  * AlgorithmName: "STRING_VALUE", // required
127
127
  * },
128
128
  * ],
129
129
  * },
130
130
  * CertifyForMarketplace: true || false,
131
- * Tags: [
132
- * {
131
+ * Tags: [ // TagList
132
+ * { // Tag
133
133
  * Key: "STRING_VALUE", // required
134
134
  * Value: "STRING_VALUE", // required
135
135
  * },
136
136
  * ],
137
137
  * ModelApprovalStatus: "Approved" || "Rejected" || "PendingManualApproval",
138
- * MetadataProperties: {
138
+ * MetadataProperties: { // MetadataProperties
139
139
  * CommitId: "STRING_VALUE",
140
140
  * Repository: "STRING_VALUE",
141
141
  * GeneratedBy: "STRING_VALUE",
142
142
  * ProjectId: "STRING_VALUE",
143
143
  * },
144
- * ModelMetrics: {
145
- * ModelQuality: {
146
- * Statistics: {
144
+ * ModelMetrics: { // ModelMetrics
145
+ * ModelQuality: { // ModelQuality
146
+ * Statistics: { // MetricsSource
147
147
  * ContentType: "STRING_VALUE", // required
148
148
  * ContentDigest: "STRING_VALUE",
149
149
  * S3Uri: "STRING_VALUE", // required
@@ -154,7 +154,7 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
154
154
  * S3Uri: "STRING_VALUE", // required
155
155
  * },
156
156
  * },
157
- * ModelDataQuality: {
157
+ * ModelDataQuality: { // ModelDataQuality
158
158
  * Statistics: {
159
159
  * ContentType: "STRING_VALUE", // required
160
160
  * ContentDigest: "STRING_VALUE",
@@ -166,95 +166,55 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
166
166
  * S3Uri: "STRING_VALUE", // required
167
167
  * },
168
168
  * },
169
- * Bias: {
169
+ * Bias: { // Bias
170
170
  * Report: {
171
171
  * ContentType: "STRING_VALUE", // required
172
172
  * ContentDigest: "STRING_VALUE",
173
173
  * S3Uri: "STRING_VALUE", // required
174
174
  * },
175
- * PreTrainingReport: {
176
- * ContentType: "STRING_VALUE", // required
177
- * ContentDigest: "STRING_VALUE",
178
- * S3Uri: "STRING_VALUE", // required
179
- * },
180
- * PostTrainingReport: {
181
- * ContentType: "STRING_VALUE", // required
182
- * ContentDigest: "STRING_VALUE",
183
- * S3Uri: "STRING_VALUE", // required
184
- * },
175
+ * PreTrainingReport: "<MetricsSource>",
176
+ * PostTrainingReport: "<MetricsSource>",
185
177
  * },
186
- * Explainability: {
187
- * Report: {
188
- * ContentType: "STRING_VALUE", // required
189
- * ContentDigest: "STRING_VALUE",
190
- * S3Uri: "STRING_VALUE", // required
191
- * },
178
+ * Explainability: { // Explainability
179
+ * Report: "<MetricsSource>",
192
180
  * },
193
181
  * },
194
182
  * ClientToken: "STRING_VALUE",
195
- * CustomerMetadataProperties: {
183
+ * CustomerMetadataProperties: { // CustomerMetadataMap
196
184
  * "<keys>": "STRING_VALUE",
197
185
  * },
198
- * DriftCheckBaselines: {
199
- * Bias: {
200
- * ConfigFile: {
186
+ * DriftCheckBaselines: { // DriftCheckBaselines
187
+ * Bias: { // DriftCheckBias
188
+ * ConfigFile: { // FileSource
201
189
  * ContentType: "STRING_VALUE",
202
190
  * ContentDigest: "STRING_VALUE",
203
191
  * S3Uri: "STRING_VALUE", // required
204
192
  * },
205
- * PreTrainingConstraints: {
206
- * ContentType: "STRING_VALUE", // required
207
- * ContentDigest: "STRING_VALUE",
208
- * S3Uri: "STRING_VALUE", // required
209
- * },
210
- * PostTrainingConstraints: {
211
- * ContentType: "STRING_VALUE", // required
212
- * ContentDigest: "STRING_VALUE",
213
- * S3Uri: "STRING_VALUE", // required
214
- * },
193
+ * PreTrainingConstraints: "<MetricsSource>",
194
+ * PostTrainingConstraints: "<MetricsSource>",
215
195
  * },
216
- * Explainability: {
217
- * Constraints: {
218
- * ContentType: "STRING_VALUE", // required
219
- * ContentDigest: "STRING_VALUE",
220
- * S3Uri: "STRING_VALUE", // required
221
- * },
196
+ * Explainability: { // DriftCheckExplainability
197
+ * Constraints: "<MetricsSource>",
222
198
  * ConfigFile: {
223
199
  * ContentType: "STRING_VALUE",
224
200
  * ContentDigest: "STRING_VALUE",
225
201
  * S3Uri: "STRING_VALUE", // required
226
202
  * },
227
203
  * },
228
- * ModelQuality: {
229
- * Statistics: {
230
- * ContentType: "STRING_VALUE", // required
231
- * ContentDigest: "STRING_VALUE",
232
- * S3Uri: "STRING_VALUE", // required
233
- * },
234
- * Constraints: {
235
- * ContentType: "STRING_VALUE", // required
236
- * ContentDigest: "STRING_VALUE",
237
- * S3Uri: "STRING_VALUE", // required
238
- * },
204
+ * ModelQuality: { // DriftCheckModelQuality
205
+ * Statistics: "<MetricsSource>",
206
+ * Constraints: "<MetricsSource>",
239
207
  * },
240
- * ModelDataQuality: {
241
- * Statistics: {
242
- * ContentType: "STRING_VALUE", // required
243
- * ContentDigest: "STRING_VALUE",
244
- * S3Uri: "STRING_VALUE", // required
245
- * },
246
- * Constraints: {
247
- * ContentType: "STRING_VALUE", // required
248
- * ContentDigest: "STRING_VALUE",
249
- * S3Uri: "STRING_VALUE", // required
250
- * },
208
+ * ModelDataQuality: { // DriftCheckModelDataQuality
209
+ * Statistics: "<MetricsSource>",
210
+ * Constraints: "<MetricsSource>",
251
211
  * },
252
212
  * },
253
213
  * Domain: "STRING_VALUE",
254
214
  * Task: "STRING_VALUE",
255
215
  * SamplePayloadUrl: "STRING_VALUE",
256
- * AdditionalInferenceSpecifications: [
257
- * {
216
+ * AdditionalInferenceSpecifications: [ // AdditionalInferenceSpecifications
217
+ * { // AdditionalInferenceSpecificationDefinition
258
218
  * Name: "STRING_VALUE", // required
259
219
  * Description: "STRING_VALUE",
260
220
  * Containers: [ // required
@@ -26,11 +26,11 @@ export interface CreateModelPackageGroupCommandOutput extends CreateModelPackage
26
26
  * import { SageMakerClient, CreateModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, CreateModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // CreateModelPackageGroupInput
30
30
  * ModelPackageGroupName: "STRING_VALUE", // required
31
31
  * ModelPackageGroupDescription: "STRING_VALUE",
32
- * Tags: [
33
- * {
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE", // required
35
35
  * Value: "STRING_VALUE", // required
36
36
  * },
@@ -27,31 +27,31 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
27
27
  * import { SageMakerClient, CreateModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, CreateModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // CreateModelQualityJobDefinitionRequest
31
31
  * JobDefinitionName: "STRING_VALUE", // required
32
- * ModelQualityBaselineConfig: {
32
+ * ModelQualityBaselineConfig: { // ModelQualityBaselineConfig
33
33
  * BaseliningJobName: "STRING_VALUE",
34
- * ConstraintsResource: {
34
+ * ConstraintsResource: { // MonitoringConstraintsResource
35
35
  * S3Uri: "STRING_VALUE",
36
36
  * },
37
37
  * },
38
- * ModelQualityAppSpecification: {
38
+ * ModelQualityAppSpecification: { // ModelQualityAppSpecification
39
39
  * ImageUri: "STRING_VALUE", // required
40
- * ContainerEntrypoint: [
40
+ * ContainerEntrypoint: [ // ContainerEntrypoint
41
41
  * "STRING_VALUE",
42
42
  * ],
43
- * ContainerArguments: [
43
+ * ContainerArguments: [ // MonitoringContainerArguments
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * RecordPreprocessorSourceUri: "STRING_VALUE",
47
47
  * PostAnalyticsProcessorSourceUri: "STRING_VALUE",
48
48
  * ProblemType: "BinaryClassification" || "MulticlassClassification" || "Regression",
49
- * Environment: {
49
+ * Environment: { // MonitoringEnvironmentMap
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * },
53
- * ModelQualityJobInput: {
54
- * EndpointInput: {
53
+ * ModelQualityJobInput: { // ModelQualityJobInput
54
+ * EndpointInput: { // EndpointInput
55
55
  * EndpointName: "STRING_VALUE", // required
56
56
  * LocalPath: "STRING_VALUE", // required
57
57
  * S3InputMode: "Pipe" || "File",
@@ -63,13 +63,13 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
63
63
  * StartTimeOffset: "STRING_VALUE",
64
64
  * EndTimeOffset: "STRING_VALUE",
65
65
  * },
66
- * BatchTransformInput: {
66
+ * BatchTransformInput: { // BatchTransformInput
67
67
  * DataCapturedDestinationS3Uri: "STRING_VALUE", // required
68
- * DatasetFormat: {
69
- * Csv: {
68
+ * DatasetFormat: { // MonitoringDatasetFormat
69
+ * Csv: { // MonitoringCsvDatasetFormat
70
70
  * Header: true || false,
71
71
  * },
72
- * Json: {
72
+ * Json: { // MonitoringJsonDatasetFormat
73
73
  * Line: true || false,
74
74
  * },
75
75
  * Parquet: {},
@@ -84,14 +84,14 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
84
84
  * StartTimeOffset: "STRING_VALUE",
85
85
  * EndTimeOffset: "STRING_VALUE",
86
86
  * },
87
- * GroundTruthS3Input: {
87
+ * GroundTruthS3Input: { // MonitoringGroundTruthS3Input
88
88
  * S3Uri: "STRING_VALUE",
89
89
  * },
90
90
  * },
91
- * ModelQualityJobOutputConfig: {
92
- * MonitoringOutputs: [ // required
93
- * {
94
- * S3Output: {
91
+ * ModelQualityJobOutputConfig: { // MonitoringOutputConfig
92
+ * MonitoringOutputs: [ // MonitoringOutputs // required
93
+ * { // MonitoringOutput
94
+ * S3Output: { // MonitoringS3Output
95
95
  * S3Uri: "STRING_VALUE", // required
96
96
  * LocalPath: "STRING_VALUE", // required
97
97
  * S3UploadMode: "Continuous" || "EndOfJob",
@@ -100,32 +100,32 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
100
100
  * ],
101
101
  * KmsKeyId: "STRING_VALUE",
102
102
  * },
103
- * JobResources: {
104
- * ClusterConfig: {
103
+ * JobResources: { // MonitoringResources
104
+ * ClusterConfig: { // MonitoringClusterConfig
105
105
  * InstanceCount: Number("int"), // required
106
106
  * 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", // required
107
107
  * VolumeSizeInGB: Number("int"), // required
108
108
  * VolumeKmsKeyId: "STRING_VALUE",
109
109
  * },
110
110
  * },
111
- * NetworkConfig: {
111
+ * NetworkConfig: { // MonitoringNetworkConfig
112
112
  * EnableInterContainerTrafficEncryption: true || false,
113
113
  * EnableNetworkIsolation: true || false,
114
- * VpcConfig: {
115
- * SecurityGroupIds: [ // required
114
+ * VpcConfig: { // VpcConfig
115
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
116
116
  * "STRING_VALUE",
117
117
  * ],
118
- * Subnets: [ // required
118
+ * Subnets: [ // Subnets // required
119
119
  * "STRING_VALUE",
120
120
  * ],
121
121
  * },
122
122
  * },
123
123
  * RoleArn: "STRING_VALUE", // required
124
- * StoppingCondition: {
124
+ * StoppingCondition: { // MonitoringStoppingCondition
125
125
  * MaxRuntimeInSeconds: Number("int"), // required
126
126
  * },
127
- * Tags: [
128
- * {
127
+ * Tags: [ // TagList
128
+ * { // Tag
129
129
  * Key: "STRING_VALUE", // required
130
130
  * Value: "STRING_VALUE", // required
131
131
  * },
@@ -27,25 +27,25 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
27
27
  * import { SageMakerClient, CreateMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, CreateMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
- * const input = {
30
+ * const input = { // CreateMonitoringScheduleRequest
31
31
  * MonitoringScheduleName: "STRING_VALUE", // required
32
- * MonitoringScheduleConfig: {
33
- * ScheduleConfig: {
32
+ * MonitoringScheduleConfig: { // MonitoringScheduleConfig
33
+ * ScheduleConfig: { // ScheduleConfig
34
34
  * ScheduleExpression: "STRING_VALUE", // required
35
35
  * },
36
- * MonitoringJobDefinition: {
37
- * BaselineConfig: {
36
+ * MonitoringJobDefinition: { // MonitoringJobDefinition
37
+ * BaselineConfig: { // MonitoringBaselineConfig
38
38
  * BaseliningJobName: "STRING_VALUE",
39
- * ConstraintsResource: {
39
+ * ConstraintsResource: { // MonitoringConstraintsResource
40
40
  * S3Uri: "STRING_VALUE",
41
41
  * },
42
- * StatisticsResource: {
42
+ * StatisticsResource: { // MonitoringStatisticsResource
43
43
  * S3Uri: "STRING_VALUE",
44
44
  * },
45
45
  * },
46
- * MonitoringInputs: [ // required
47
- * {
48
- * EndpointInput: {
46
+ * MonitoringInputs: [ // MonitoringInputs // required
47
+ * { // MonitoringInput
48
+ * EndpointInput: { // EndpointInput
49
49
  * EndpointName: "STRING_VALUE", // required
50
50
  * LocalPath: "STRING_VALUE", // required
51
51
  * S3InputMode: "Pipe" || "File",
@@ -57,13 +57,13 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
57
57
  * StartTimeOffset: "STRING_VALUE",
58
58
  * EndTimeOffset: "STRING_VALUE",
59
59
  * },
60
- * BatchTransformInput: {
60
+ * BatchTransformInput: { // BatchTransformInput
61
61
  * DataCapturedDestinationS3Uri: "STRING_VALUE", // required
62
- * DatasetFormat: {
63
- * Csv: {
62
+ * DatasetFormat: { // MonitoringDatasetFormat
63
+ * Csv: { // MonitoringCsvDatasetFormat
64
64
  * Header: true || false,
65
65
  * },
66
- * Json: {
66
+ * Json: { // MonitoringJsonDatasetFormat
67
67
  * Line: true || false,
68
68
  * },
69
69
  * Parquet: {},
@@ -80,10 +80,10 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
80
80
  * },
81
81
  * },
82
82
  * ],
83
- * MonitoringOutputConfig: {
84
- * MonitoringOutputs: [ // required
85
- * {
86
- * S3Output: {
83
+ * MonitoringOutputConfig: { // MonitoringOutputConfig
84
+ * MonitoringOutputs: [ // MonitoringOutputs // required
85
+ * { // MonitoringOutput
86
+ * S3Output: { // MonitoringS3Output
87
87
  * S3Uri: "STRING_VALUE", // required
88
88
  * LocalPath: "STRING_VALUE", // required
89
89
  * S3UploadMode: "Continuous" || "EndOfJob",
@@ -92,39 +92,39 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
92
92
  * ],
93
93
  * KmsKeyId: "STRING_VALUE",
94
94
  * },
95
- * MonitoringResources: {
96
- * ClusterConfig: {
95
+ * MonitoringResources: { // MonitoringResources
96
+ * ClusterConfig: { // MonitoringClusterConfig
97
97
  * InstanceCount: Number("int"), // required
98
98
  * 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", // required
99
99
  * VolumeSizeInGB: Number("int"), // required
100
100
  * VolumeKmsKeyId: "STRING_VALUE",
101
101
  * },
102
102
  * },
103
- * MonitoringAppSpecification: {
103
+ * MonitoringAppSpecification: { // MonitoringAppSpecification
104
104
  * ImageUri: "STRING_VALUE", // required
105
- * ContainerEntrypoint: [
105
+ * ContainerEntrypoint: [ // ContainerEntrypoint
106
106
  * "STRING_VALUE",
107
107
  * ],
108
- * ContainerArguments: [
108
+ * ContainerArguments: [ // MonitoringContainerArguments
109
109
  * "STRING_VALUE",
110
110
  * ],
111
111
  * RecordPreprocessorSourceUri: "STRING_VALUE",
112
112
  * PostAnalyticsProcessorSourceUri: "STRING_VALUE",
113
113
  * },
114
- * StoppingCondition: {
114
+ * StoppingCondition: { // MonitoringStoppingCondition
115
115
  * MaxRuntimeInSeconds: Number("int"), // required
116
116
  * },
117
- * Environment: {
117
+ * Environment: { // MonitoringEnvironmentMap
118
118
  * "<keys>": "STRING_VALUE",
119
119
  * },
120
- * NetworkConfig: {
120
+ * NetworkConfig: { // NetworkConfig
121
121
  * EnableInterContainerTrafficEncryption: true || false,
122
122
  * EnableNetworkIsolation: true || false,
123
- * VpcConfig: {
124
- * SecurityGroupIds: [ // required
123
+ * VpcConfig: { // VpcConfig
124
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
125
125
  * "STRING_VALUE",
126
126
  * ],
127
- * Subnets: [ // required
127
+ * Subnets: [ // Subnets // required
128
128
  * "STRING_VALUE",
129
129
  * ],
130
130
  * },
@@ -134,8 +134,8 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
134
134
  * MonitoringJobDefinitionName: "STRING_VALUE",
135
135
  * MonitoringType: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
136
136
  * },
137
- * Tags: [
138
- * {
137
+ * Tags: [ // TagList
138
+ * { // Tag
139
139
  * Key: "STRING_VALUE", // required
140
140
  * Value: "STRING_VALUE", // required
141
141
  * },
@@ -60,17 +60,17 @@ export interface CreateNotebookInstanceCommandOutput extends CreateNotebookInsta
60
60
  * import { SageMakerClient, CreateNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
61
61
  * // const { SageMakerClient, CreateNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
62
62
  * const client = new SageMakerClient(config);
63
- * const input = {
63
+ * const input = { // CreateNotebookInstanceInput
64
64
  * NotebookInstanceName: "STRING_VALUE", // required
65
65
  * InstanceType: "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "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.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "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.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "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", // required
66
66
  * SubnetId: "STRING_VALUE",
67
- * SecurityGroupIds: [
67
+ * SecurityGroupIds: [ // SecurityGroupIds
68
68
  * "STRING_VALUE",
69
69
  * ],
70
70
  * RoleArn: "STRING_VALUE", // required
71
71
  * KmsKeyId: "STRING_VALUE",
72
- * Tags: [
73
- * {
72
+ * Tags: [ // TagList
73
+ * { // Tag
74
74
  * Key: "STRING_VALUE", // required
75
75
  * Value: "STRING_VALUE", // required
76
76
  * },
@@ -78,16 +78,16 @@ export interface CreateNotebookInstanceCommandOutput extends CreateNotebookInsta
78
78
  * LifecycleConfigName: "STRING_VALUE",
79
79
  * DirectInternetAccess: "Enabled" || "Disabled",
80
80
  * VolumeSizeInGB: Number("int"),
81
- * AcceleratorTypes: [
81
+ * AcceleratorTypes: [ // NotebookInstanceAcceleratorTypes
82
82
  * "ml.eia1.medium" || "ml.eia1.large" || "ml.eia1.xlarge" || "ml.eia2.medium" || "ml.eia2.large" || "ml.eia2.xlarge",
83
83
  * ],
84
84
  * DefaultCodeRepository: "STRING_VALUE",
85
- * AdditionalCodeRepositories: [
85
+ * AdditionalCodeRepositories: [ // AdditionalCodeRepositoryNamesOrUrls
86
86
  * "STRING_VALUE",
87
87
  * ],
88
88
  * RootAccess: "Enabled" || "Disabled",
89
89
  * PlatformIdentifier: "STRING_VALUE",
90
- * InstanceMetadataServiceConfiguration: {
90
+ * InstanceMetadataServiceConfiguration: { // InstanceMetadataServiceConfiguration
91
91
  * MinimumInstanceMetadataServiceVersion: "STRING_VALUE", // required
92
92
  * },
93
93
  * };
@@ -39,10 +39,10 @@ export interface CreateNotebookInstanceLifecycleConfigCommandOutput extends Crea
39
39
  * import { SageMakerClient, CreateNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
40
40
  * // const { SageMakerClient, CreateNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
41
41
  * const client = new SageMakerClient(config);
42
- * const input = {
42
+ * const input = { // CreateNotebookInstanceLifecycleConfigInput
43
43
  * NotebookInstanceLifecycleConfigName: "STRING_VALUE", // required
44
- * OnCreate: [
45
- * {
44
+ * OnCreate: [ // NotebookInstanceLifecycleConfigList
45
+ * { // NotebookInstanceLifecycleHook
46
46
  * Content: "STRING_VALUE",
47
47
  * },
48
48
  * ],
@@ -26,11 +26,11 @@ export interface CreatePipelineCommandOutput extends CreatePipelineResponse, __M
26
26
  * import { SageMakerClient, CreatePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, CreatePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // CreatePipelineRequest
30
30
  * PipelineName: "STRING_VALUE", // required
31
31
  * PipelineDisplayName: "STRING_VALUE",
32
32
  * PipelineDefinition: "STRING_VALUE",
33
- * PipelineDefinitionS3Location: {
33
+ * PipelineDefinitionS3Location: { // PipelineDefinitionS3Location
34
34
  * Bucket: "STRING_VALUE", // required
35
35
  * ObjectKey: "STRING_VALUE", // required
36
36
  * VersionId: "STRING_VALUE",
@@ -38,13 +38,13 @@ export interface CreatePipelineCommandOutput extends CreatePipelineResponse, __M
38
38
  * PipelineDescription: "STRING_VALUE",
39
39
  * ClientRequestToken: "STRING_VALUE", // required
40
40
  * RoleArn: "STRING_VALUE", // required
41
- * Tags: [
42
- * {
41
+ * Tags: [ // TagList
42
+ * { // Tag
43
43
  * Key: "STRING_VALUE", // required
44
44
  * Value: "STRING_VALUE", // required
45
45
  * },
46
46
  * ],
47
- * ParallelismConfiguration: {
47
+ * ParallelismConfiguration: { // ParallelismConfiguration
48
48
  * MaxParallelExecutionSteps: Number("int"), // required
49
49
  * },
50
50
  * };
@@ -42,7 +42,7 @@ export interface CreatePresignedDomainUrlCommandOutput extends CreatePresignedDo
42
42
  * import { SageMakerClient, CreatePresignedDomainUrlCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
43
43
  * // const { SageMakerClient, CreatePresignedDomainUrlCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
44
44
  * const client = new SageMakerClient(config);
45
- * const input = {
45
+ * const input = { // CreatePresignedDomainUrlRequest
46
46
  * DomainId: "STRING_VALUE", // required
47
47
  * UserProfileName: "STRING_VALUE", // required
48
48
  * SessionExpirationDurationInSeconds: Number("int"),