@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
@@ -27,6 +27,110 @@ 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 = { // CreateModelQualityJobDefinitionRequest
31
+ * JobDefinitionName: "STRING_VALUE", // required
32
+ * ModelQualityBaselineConfig: { // ModelQualityBaselineConfig
33
+ * BaseliningJobName: "STRING_VALUE",
34
+ * ConstraintsResource: { // MonitoringConstraintsResource
35
+ * S3Uri: "STRING_VALUE",
36
+ * },
37
+ * },
38
+ * ModelQualityAppSpecification: { // ModelQualityAppSpecification
39
+ * ImageUri: "STRING_VALUE", // required
40
+ * ContainerEntrypoint: [ // ContainerEntrypoint
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * ContainerArguments: [ // MonitoringContainerArguments
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * RecordPreprocessorSourceUri: "STRING_VALUE",
47
+ * PostAnalyticsProcessorSourceUri: "STRING_VALUE",
48
+ * ProblemType: "BinaryClassification" || "MulticlassClassification" || "Regression",
49
+ * Environment: { // MonitoringEnvironmentMap
50
+ * "<keys>": "STRING_VALUE",
51
+ * },
52
+ * },
53
+ * ModelQualityJobInput: { // ModelQualityJobInput
54
+ * EndpointInput: { // EndpointInput
55
+ * EndpointName: "STRING_VALUE", // required
56
+ * LocalPath: "STRING_VALUE", // required
57
+ * S3InputMode: "Pipe" || "File",
58
+ * S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
59
+ * FeaturesAttribute: "STRING_VALUE",
60
+ * InferenceAttribute: "STRING_VALUE",
61
+ * ProbabilityAttribute: "STRING_VALUE",
62
+ * ProbabilityThresholdAttribute: Number("double"),
63
+ * StartTimeOffset: "STRING_VALUE",
64
+ * EndTimeOffset: "STRING_VALUE",
65
+ * },
66
+ * BatchTransformInput: { // BatchTransformInput
67
+ * DataCapturedDestinationS3Uri: "STRING_VALUE", // required
68
+ * DatasetFormat: { // MonitoringDatasetFormat
69
+ * Csv: { // MonitoringCsvDatasetFormat
70
+ * Header: true || false,
71
+ * },
72
+ * Json: { // MonitoringJsonDatasetFormat
73
+ * Line: true || false,
74
+ * },
75
+ * Parquet: {},
76
+ * },
77
+ * LocalPath: "STRING_VALUE", // required
78
+ * S3InputMode: "Pipe" || "File",
79
+ * S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
80
+ * FeaturesAttribute: "STRING_VALUE",
81
+ * InferenceAttribute: "STRING_VALUE",
82
+ * ProbabilityAttribute: "STRING_VALUE",
83
+ * ProbabilityThresholdAttribute: Number("double"),
84
+ * StartTimeOffset: "STRING_VALUE",
85
+ * EndTimeOffset: "STRING_VALUE",
86
+ * },
87
+ * GroundTruthS3Input: { // MonitoringGroundTruthS3Input
88
+ * S3Uri: "STRING_VALUE",
89
+ * },
90
+ * },
91
+ * ModelQualityJobOutputConfig: { // MonitoringOutputConfig
92
+ * MonitoringOutputs: [ // MonitoringOutputs // required
93
+ * { // MonitoringOutput
94
+ * S3Output: { // MonitoringS3Output
95
+ * S3Uri: "STRING_VALUE", // required
96
+ * LocalPath: "STRING_VALUE", // required
97
+ * S3UploadMode: "Continuous" || "EndOfJob",
98
+ * },
99
+ * },
100
+ * ],
101
+ * KmsKeyId: "STRING_VALUE",
102
+ * },
103
+ * JobResources: { // MonitoringResources
104
+ * ClusterConfig: { // MonitoringClusterConfig
105
+ * InstanceCount: Number("int"), // required
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
+ * VolumeSizeInGB: Number("int"), // required
108
+ * VolumeKmsKeyId: "STRING_VALUE",
109
+ * },
110
+ * },
111
+ * NetworkConfig: { // MonitoringNetworkConfig
112
+ * EnableInterContainerTrafficEncryption: true || false,
113
+ * EnableNetworkIsolation: true || false,
114
+ * VpcConfig: { // VpcConfig
115
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
116
+ * "STRING_VALUE",
117
+ * ],
118
+ * Subnets: [ // Subnets // required
119
+ * "STRING_VALUE",
120
+ * ],
121
+ * },
122
+ * },
123
+ * RoleArn: "STRING_VALUE", // required
124
+ * StoppingCondition: { // MonitoringStoppingCondition
125
+ * MaxRuntimeInSeconds: Number("int"), // required
126
+ * },
127
+ * Tags: [ // TagList
128
+ * { // Tag
129
+ * Key: "STRING_VALUE", // required
130
+ * Value: "STRING_VALUE", // required
131
+ * },
132
+ * ],
133
+ * };
30
134
  * const command = new CreateModelQualityJobDefinitionCommand(input);
31
135
  * const response = await client.send(command);
32
136
  * ```
@@ -27,6 +27,120 @@ 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 = { // CreateMonitoringScheduleRequest
31
+ * MonitoringScheduleName: "STRING_VALUE", // required
32
+ * MonitoringScheduleConfig: { // MonitoringScheduleConfig
33
+ * ScheduleConfig: { // ScheduleConfig
34
+ * ScheduleExpression: "STRING_VALUE", // required
35
+ * },
36
+ * MonitoringJobDefinition: { // MonitoringJobDefinition
37
+ * BaselineConfig: { // MonitoringBaselineConfig
38
+ * BaseliningJobName: "STRING_VALUE",
39
+ * ConstraintsResource: { // MonitoringConstraintsResource
40
+ * S3Uri: "STRING_VALUE",
41
+ * },
42
+ * StatisticsResource: { // MonitoringStatisticsResource
43
+ * S3Uri: "STRING_VALUE",
44
+ * },
45
+ * },
46
+ * MonitoringInputs: [ // MonitoringInputs // required
47
+ * { // MonitoringInput
48
+ * EndpointInput: { // EndpointInput
49
+ * EndpointName: "STRING_VALUE", // required
50
+ * LocalPath: "STRING_VALUE", // required
51
+ * S3InputMode: "Pipe" || "File",
52
+ * S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
53
+ * FeaturesAttribute: "STRING_VALUE",
54
+ * InferenceAttribute: "STRING_VALUE",
55
+ * ProbabilityAttribute: "STRING_VALUE",
56
+ * ProbabilityThresholdAttribute: Number("double"),
57
+ * StartTimeOffset: "STRING_VALUE",
58
+ * EndTimeOffset: "STRING_VALUE",
59
+ * },
60
+ * BatchTransformInput: { // BatchTransformInput
61
+ * DataCapturedDestinationS3Uri: "STRING_VALUE", // required
62
+ * DatasetFormat: { // MonitoringDatasetFormat
63
+ * Csv: { // MonitoringCsvDatasetFormat
64
+ * Header: true || false,
65
+ * },
66
+ * Json: { // MonitoringJsonDatasetFormat
67
+ * Line: true || false,
68
+ * },
69
+ * Parquet: {},
70
+ * },
71
+ * LocalPath: "STRING_VALUE", // required
72
+ * S3InputMode: "Pipe" || "File",
73
+ * S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
74
+ * FeaturesAttribute: "STRING_VALUE",
75
+ * InferenceAttribute: "STRING_VALUE",
76
+ * ProbabilityAttribute: "STRING_VALUE",
77
+ * ProbabilityThresholdAttribute: Number("double"),
78
+ * StartTimeOffset: "STRING_VALUE",
79
+ * EndTimeOffset: "STRING_VALUE",
80
+ * },
81
+ * },
82
+ * ],
83
+ * MonitoringOutputConfig: { // MonitoringOutputConfig
84
+ * MonitoringOutputs: [ // MonitoringOutputs // required
85
+ * { // MonitoringOutput
86
+ * S3Output: { // MonitoringS3Output
87
+ * S3Uri: "STRING_VALUE", // required
88
+ * LocalPath: "STRING_VALUE", // required
89
+ * S3UploadMode: "Continuous" || "EndOfJob",
90
+ * },
91
+ * },
92
+ * ],
93
+ * KmsKeyId: "STRING_VALUE",
94
+ * },
95
+ * MonitoringResources: { // MonitoringResources
96
+ * ClusterConfig: { // MonitoringClusterConfig
97
+ * InstanceCount: Number("int"), // required
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
+ * VolumeSizeInGB: Number("int"), // required
100
+ * VolumeKmsKeyId: "STRING_VALUE",
101
+ * },
102
+ * },
103
+ * MonitoringAppSpecification: { // MonitoringAppSpecification
104
+ * ImageUri: "STRING_VALUE", // required
105
+ * ContainerEntrypoint: [ // ContainerEntrypoint
106
+ * "STRING_VALUE",
107
+ * ],
108
+ * ContainerArguments: [ // MonitoringContainerArguments
109
+ * "STRING_VALUE",
110
+ * ],
111
+ * RecordPreprocessorSourceUri: "STRING_VALUE",
112
+ * PostAnalyticsProcessorSourceUri: "STRING_VALUE",
113
+ * },
114
+ * StoppingCondition: { // MonitoringStoppingCondition
115
+ * MaxRuntimeInSeconds: Number("int"), // required
116
+ * },
117
+ * Environment: { // MonitoringEnvironmentMap
118
+ * "<keys>": "STRING_VALUE",
119
+ * },
120
+ * NetworkConfig: { // NetworkConfig
121
+ * EnableInterContainerTrafficEncryption: true || false,
122
+ * EnableNetworkIsolation: true || false,
123
+ * VpcConfig: { // VpcConfig
124
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
125
+ * "STRING_VALUE",
126
+ * ],
127
+ * Subnets: [ // Subnets // required
128
+ * "STRING_VALUE",
129
+ * ],
130
+ * },
131
+ * },
132
+ * RoleArn: "STRING_VALUE", // required
133
+ * },
134
+ * MonitoringJobDefinitionName: "STRING_VALUE",
135
+ * MonitoringType: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
136
+ * },
137
+ * Tags: [ // TagList
138
+ * { // Tag
139
+ * Key: "STRING_VALUE", // required
140
+ * Value: "STRING_VALUE", // required
141
+ * },
142
+ * ],
143
+ * };
30
144
  * const command = new CreateMonitoringScheduleCommand(input);
31
145
  * const response = await client.send(command);
32
146
  * ```
@@ -60,6 +60,37 @@ 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 = { // CreateNotebookInstanceInput
64
+ * NotebookInstanceName: "STRING_VALUE", // required
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
+ * SubnetId: "STRING_VALUE",
67
+ * SecurityGroupIds: [ // SecurityGroupIds
68
+ * "STRING_VALUE",
69
+ * ],
70
+ * RoleArn: "STRING_VALUE", // required
71
+ * KmsKeyId: "STRING_VALUE",
72
+ * Tags: [ // TagList
73
+ * { // Tag
74
+ * Key: "STRING_VALUE", // required
75
+ * Value: "STRING_VALUE", // required
76
+ * },
77
+ * ],
78
+ * LifecycleConfigName: "STRING_VALUE",
79
+ * DirectInternetAccess: "Enabled" || "Disabled",
80
+ * VolumeSizeInGB: Number("int"),
81
+ * AcceleratorTypes: [ // NotebookInstanceAcceleratorTypes
82
+ * "ml.eia1.medium" || "ml.eia1.large" || "ml.eia1.xlarge" || "ml.eia2.medium" || "ml.eia2.large" || "ml.eia2.xlarge",
83
+ * ],
84
+ * DefaultCodeRepository: "STRING_VALUE",
85
+ * AdditionalCodeRepositories: [ // AdditionalCodeRepositoryNamesOrUrls
86
+ * "STRING_VALUE",
87
+ * ],
88
+ * RootAccess: "Enabled" || "Disabled",
89
+ * PlatformIdentifier: "STRING_VALUE",
90
+ * InstanceMetadataServiceConfiguration: { // InstanceMetadataServiceConfiguration
91
+ * MinimumInstanceMetadataServiceVersion: "STRING_VALUE", // required
92
+ * },
93
+ * };
63
94
  * const command = new CreateNotebookInstanceCommand(input);
64
95
  * const response = await client.send(command);
65
96
  * ```
@@ -39,6 +39,19 @@ 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 = { // CreateNotebookInstanceLifecycleConfigInput
43
+ * NotebookInstanceLifecycleConfigName: "STRING_VALUE", // required
44
+ * OnCreate: [ // NotebookInstanceLifecycleConfigList
45
+ * { // NotebookInstanceLifecycleHook
46
+ * Content: "STRING_VALUE",
47
+ * },
48
+ * ],
49
+ * OnStart: [
50
+ * {
51
+ * Content: "STRING_VALUE",
52
+ * },
53
+ * ],
54
+ * };
42
55
  * const command = new CreateNotebookInstanceLifecycleConfigCommand(input);
43
56
  * const response = await client.send(command);
44
57
  * ```
@@ -26,6 +26,28 @@ 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 = { // CreatePipelineRequest
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
+ * ClientRequestToken: "STRING_VALUE", // required
40
+ * RoleArn: "STRING_VALUE", // required
41
+ * Tags: [ // TagList
42
+ * { // Tag
43
+ * Key: "STRING_VALUE", // required
44
+ * Value: "STRING_VALUE", // required
45
+ * },
46
+ * ],
47
+ * ParallelismConfiguration: { // ParallelismConfiguration
48
+ * MaxParallelExecutionSteps: Number("int"), // required
49
+ * },
50
+ * };
29
51
  * const command = new CreatePipelineCommand(input);
30
52
  * const response = await client.send(command);
31
53
  * ```
@@ -42,6 +42,13 @@ 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 = { // CreatePresignedDomainUrlRequest
46
+ * DomainId: "STRING_VALUE", // required
47
+ * UserProfileName: "STRING_VALUE", // required
48
+ * SessionExpirationDurationInSeconds: Number("int"),
49
+ * ExpiresInSeconds: Number("int"),
50
+ * SpaceName: "STRING_VALUE",
51
+ * };
45
52
  * const command = new CreatePresignedDomainUrlCommand(input);
46
53
  * const response = await client.send(command);
47
54
  * ```
@@ -43,6 +43,10 @@ export interface CreatePresignedNotebookInstanceUrlCommandOutput extends CreateP
43
43
  * import { SageMakerClient, CreatePresignedNotebookInstanceUrlCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
44
44
  * // const { SageMakerClient, CreatePresignedNotebookInstanceUrlCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
45
45
  * const client = new SageMakerClient(config);
46
+ * const input = { // CreatePresignedNotebookInstanceUrlInput
47
+ * NotebookInstanceName: "STRING_VALUE", // required
48
+ * SessionExpirationDurationInSeconds: Number("int"),
49
+ * };
46
50
  * const command = new CreatePresignedNotebookInstanceUrlCommand(input);
47
51
  * const response = await client.send(command);
48
52
  * ```
@@ -26,6 +26,114 @@ export interface CreateProcessingJobCommandOutput extends CreateProcessingJobRes
26
26
  * import { SageMakerClient, CreateProcessingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, CreateProcessingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // CreateProcessingJobRequest
30
+ * ProcessingInputs: [ // ProcessingInputs
31
+ * { // ProcessingInput
32
+ * InputName: "STRING_VALUE", // required
33
+ * AppManaged: true || false,
34
+ * S3Input: { // ProcessingS3Input
35
+ * S3Uri: "STRING_VALUE", // required
36
+ * LocalPath: "STRING_VALUE",
37
+ * S3DataType: "ManifestFile" || "S3Prefix", // required
38
+ * S3InputMode: "Pipe" || "File",
39
+ * S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
40
+ * S3CompressionType: "None" || "Gzip",
41
+ * },
42
+ * DatasetDefinition: { // DatasetDefinition
43
+ * AthenaDatasetDefinition: { // AthenaDatasetDefinition
44
+ * Catalog: "STRING_VALUE", // required
45
+ * Database: "STRING_VALUE", // required
46
+ * QueryString: "STRING_VALUE", // required
47
+ * WorkGroup: "STRING_VALUE",
48
+ * OutputS3Uri: "STRING_VALUE", // required
49
+ * KmsKeyId: "STRING_VALUE",
50
+ * OutputFormat: "PARQUET" || "ORC" || "AVRO" || "JSON" || "TEXTFILE", // required
51
+ * OutputCompression: "GZIP" || "SNAPPY" || "ZLIB",
52
+ * },
53
+ * RedshiftDatasetDefinition: { // RedshiftDatasetDefinition
54
+ * ClusterId: "STRING_VALUE", // required
55
+ * Database: "STRING_VALUE", // required
56
+ * DbUser: "STRING_VALUE", // required
57
+ * QueryString: "STRING_VALUE", // required
58
+ * ClusterRoleArn: "STRING_VALUE", // required
59
+ * OutputS3Uri: "STRING_VALUE", // required
60
+ * KmsKeyId: "STRING_VALUE",
61
+ * OutputFormat: "PARQUET" || "CSV", // required
62
+ * OutputCompression: "None" || "GZIP" || "BZIP2" || "ZSTD" || "SNAPPY",
63
+ * },
64
+ * LocalPath: "STRING_VALUE",
65
+ * DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
66
+ * InputMode: "Pipe" || "File",
67
+ * },
68
+ * },
69
+ * ],
70
+ * ProcessingOutputConfig: { // ProcessingOutputConfig
71
+ * Outputs: [ // ProcessingOutputs // required
72
+ * { // ProcessingOutput
73
+ * OutputName: "STRING_VALUE", // required
74
+ * S3Output: { // ProcessingS3Output
75
+ * S3Uri: "STRING_VALUE", // required
76
+ * LocalPath: "STRING_VALUE", // required
77
+ * S3UploadMode: "Continuous" || "EndOfJob", // required
78
+ * },
79
+ * FeatureStoreOutput: { // ProcessingFeatureStoreOutput
80
+ * FeatureGroupName: "STRING_VALUE", // required
81
+ * },
82
+ * AppManaged: true || false,
83
+ * },
84
+ * ],
85
+ * KmsKeyId: "STRING_VALUE",
86
+ * },
87
+ * ProcessingJobName: "STRING_VALUE", // required
88
+ * ProcessingResources: { // ProcessingResources
89
+ * ClusterConfig: { // ProcessingClusterConfig
90
+ * InstanceCount: Number("int"), // required
91
+ * 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
92
+ * VolumeSizeInGB: Number("int"), // required
93
+ * VolumeKmsKeyId: "STRING_VALUE",
94
+ * },
95
+ * },
96
+ * StoppingCondition: { // ProcessingStoppingCondition
97
+ * MaxRuntimeInSeconds: Number("int"), // required
98
+ * },
99
+ * AppSpecification: { // AppSpecification
100
+ * ImageUri: "STRING_VALUE", // required
101
+ * ContainerEntrypoint: [ // ContainerEntrypoint
102
+ * "STRING_VALUE",
103
+ * ],
104
+ * ContainerArguments: [ // ContainerArguments
105
+ * "STRING_VALUE",
106
+ * ],
107
+ * },
108
+ * Environment: { // ProcessingEnvironmentMap
109
+ * "<keys>": "STRING_VALUE",
110
+ * },
111
+ * NetworkConfig: { // NetworkConfig
112
+ * EnableInterContainerTrafficEncryption: true || false,
113
+ * EnableNetworkIsolation: true || false,
114
+ * VpcConfig: { // VpcConfig
115
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
116
+ * "STRING_VALUE",
117
+ * ],
118
+ * Subnets: [ // Subnets // required
119
+ * "STRING_VALUE",
120
+ * ],
121
+ * },
122
+ * },
123
+ * RoleArn: "STRING_VALUE", // required
124
+ * Tags: [ // TagList
125
+ * { // Tag
126
+ * Key: "STRING_VALUE", // required
127
+ * Value: "STRING_VALUE", // required
128
+ * },
129
+ * ],
130
+ * ExperimentConfig: { // ExperimentConfig
131
+ * ExperimentName: "STRING_VALUE",
132
+ * TrialName: "STRING_VALUE",
133
+ * TrialComponentDisplayName: "STRING_VALUE",
134
+ * RunName: "STRING_VALUE",
135
+ * },
136
+ * };
29
137
  * const command = new CreateProcessingJobCommand(input);
30
138
  * const response = await client.send(command);
31
139
  * ```
@@ -27,6 +27,27 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
27
27
  * import { SageMakerClient, CreateProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, CreateProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
+ * const input = { // CreateProjectInput
31
+ * ProjectName: "STRING_VALUE", // required
32
+ * ProjectDescription: "STRING_VALUE",
33
+ * ServiceCatalogProvisioningDetails: { // ServiceCatalogProvisioningDetails
34
+ * ProductId: "STRING_VALUE", // required
35
+ * ProvisioningArtifactId: "STRING_VALUE",
36
+ * PathId: "STRING_VALUE",
37
+ * ProvisioningParameters: [ // ProvisioningParameters
38
+ * { // ProvisioningParameter
39
+ * Key: "STRING_VALUE",
40
+ * Value: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * },
44
+ * Tags: [ // TagList
45
+ * { // Tag
46
+ * Key: "STRING_VALUE", // required
47
+ * Value: "STRING_VALUE", // required
48
+ * },
49
+ * ],
50
+ * };
30
51
  * const command = new CreateProjectCommand(input);
31
52
  * const response = await client.send(command);
32
53
  * ```
@@ -26,6 +26,52 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
26
26
  * import { SageMakerClient, CreateSpaceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, CreateSpaceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // CreateSpaceRequest
30
+ * DomainId: "STRING_VALUE", // required
31
+ * SpaceName: "STRING_VALUE", // required
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
+ * Key: "STRING_VALUE", // required
35
+ * Value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * SpaceSettings: { // SpaceSettings
39
+ * JupyterServerAppSettings: { // JupyterServerAppSettings
40
+ * DefaultResourceSpec: { // ResourceSpec
41
+ * SageMakerImageArn: "STRING_VALUE",
42
+ * SageMakerImageVersionArn: "STRING_VALUE",
43
+ * 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",
44
+ * LifecycleConfigArn: "STRING_VALUE",
45
+ * },
46
+ * LifecycleConfigArns: [ // LifecycleConfigArns
47
+ * "STRING_VALUE",
48
+ * ],
49
+ * CodeRepositories: [ // CodeRepositories
50
+ * { // CodeRepository
51
+ * RepositoryUrl: "STRING_VALUE", // required
52
+ * },
53
+ * ],
54
+ * },
55
+ * KernelGatewayAppSettings: { // KernelGatewayAppSettings
56
+ * DefaultResourceSpec: {
57
+ * SageMakerImageArn: "STRING_VALUE",
58
+ * SageMakerImageVersionArn: "STRING_VALUE",
59
+ * 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",
60
+ * LifecycleConfigArn: "STRING_VALUE",
61
+ * },
62
+ * CustomImages: [ // CustomImages
63
+ * { // CustomImage
64
+ * ImageName: "STRING_VALUE", // required
65
+ * ImageVersionNumber: Number("int"),
66
+ * AppImageConfigName: "STRING_VALUE", // required
67
+ * },
68
+ * ],
69
+ * LifecycleConfigArns: [
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * },
73
+ * },
74
+ * };
29
75
  * const command = new CreateSpaceCommand(input);
30
76
  * const response = await client.send(command);
31
77
  * ```
@@ -26,6 +26,17 @@ export interface CreateStudioLifecycleConfigCommandOutput extends CreateStudioLi
26
26
  * import { SageMakerClient, CreateStudioLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, CreateStudioLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // CreateStudioLifecycleConfigRequest
30
+ * StudioLifecycleConfigName: "STRING_VALUE", // required
31
+ * StudioLifecycleConfigContent: "STRING_VALUE", // required
32
+ * StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway", // required
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
+ * Key: "STRING_VALUE", // required
36
+ * Value: "STRING_VALUE", // required
37
+ * },
38
+ * ],
39
+ * };
29
40
  * const command = new CreateStudioLifecycleConfigCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```