@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
@@ -28,6 +28,14 @@ export interface ListLineageGroupsCommandOutput extends ListLineageGroupsRespons
28
28
  * import { SageMakerClient, ListLineageGroupsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
29
29
  * // const { SageMakerClient, ListLineageGroupsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
30
30
  * const client = new SageMakerClient(config);
31
+ * const input = { // ListLineageGroupsRequest
32
+ * CreatedAfter: new Date("TIMESTAMP"),
33
+ * CreatedBefore: new Date("TIMESTAMP"),
34
+ * SortBy: "Name" || "CreationTime",
35
+ * SortOrder: "Ascending" || "Descending",
36
+ * NextToken: "STRING_VALUE",
37
+ * MaxResults: Number("int"),
38
+ * };
31
39
  * const command = new ListLineageGroupsCommand(input);
32
40
  * const response = await client.send(command);
33
41
  * ```
@@ -26,6 +26,16 @@ export interface ListModelBiasJobDefinitionsCommandOutput extends ListModelBiasJ
26
26
  * import { SageMakerClient, ListModelBiasJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelBiasJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelBiasJobDefinitionsRequest
30
+ * EndpointName: "STRING_VALUE",
31
+ * SortBy: "Name" || "CreationTime",
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * NameContains: "STRING_VALUE",
36
+ * CreationTimeBefore: new Date("TIMESTAMP"),
37
+ * CreationTimeAfter: new Date("TIMESTAMP"),
38
+ * };
29
39
  * const command = new ListModelBiasJobDefinitionsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,18 @@ export interface ListModelCardExportJobsCommandOutput extends ListModelCardExpor
26
26
  * import { SageMakerClient, ListModelCardExportJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelCardExportJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelCardExportJobsRequest
30
+ * ModelCardName: "STRING_VALUE", // required
31
+ * ModelCardVersion: Number("int"),
32
+ * CreationTimeAfter: new Date("TIMESTAMP"),
33
+ * CreationTimeBefore: new Date("TIMESTAMP"),
34
+ * ModelCardExportJobNameContains: "STRING_VALUE",
35
+ * StatusEquals: "InProgress" || "Completed" || "Failed",
36
+ * SortBy: "Name" || "CreationTime" || "Status",
37
+ * SortOrder: "Ascending" || "Descending",
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * };
29
41
  * const command = new ListModelCardExportJobsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,16 @@ export interface ListModelCardVersionsCommandOutput extends ListModelCardVersion
26
26
  * import { SageMakerClient, ListModelCardVersionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelCardVersionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelCardVersionsRequest
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * MaxResults: Number("int"),
33
+ * ModelCardName: "STRING_VALUE", // required
34
+ * ModelCardStatus: "Draft" || "PendingReview" || "Approved" || "Archived",
35
+ * NextToken: "STRING_VALUE",
36
+ * SortBy: "Version",
37
+ * SortOrder: "Ascending" || "Descending",
38
+ * };
29
39
  * const command = new ListModelCardVersionsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,16 @@ export interface ListModelCardsCommandOutput extends ListModelCardsResponse, __M
26
26
  * import { SageMakerClient, ListModelCardsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelCardsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelCardsRequest
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * MaxResults: Number("int"),
33
+ * NameContains: "STRING_VALUE",
34
+ * ModelCardStatus: "Draft" || "PendingReview" || "Approved" || "Archived",
35
+ * NextToken: "STRING_VALUE",
36
+ * SortBy: "Name" || "CreationTime",
37
+ * SortOrder: "Ascending" || "Descending",
38
+ * };
29
39
  * const command = new ListModelCardsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,16 @@ export interface ListModelExplainabilityJobDefinitionsCommandOutput extends List
26
26
  * import { SageMakerClient, ListModelExplainabilityJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelExplainabilityJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelExplainabilityJobDefinitionsRequest
30
+ * EndpointName: "STRING_VALUE",
31
+ * SortBy: "Name" || "CreationTime",
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * NameContains: "STRING_VALUE",
36
+ * CreationTimeBefore: new Date("TIMESTAMP"),
37
+ * CreationTimeAfter: new Date("TIMESTAMP"),
38
+ * };
29
39
  * const command = new ListModelExplainabilityJobDefinitionsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -27,6 +27,18 @@ export interface ListModelMetadataCommandOutput extends ListModelMetadataRespons
27
27
  * import { SageMakerClient, ListModelMetadataCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, ListModelMetadataCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
+ * const input = { // ListModelMetadataRequest
31
+ * SearchExpression: { // ModelMetadataSearchExpression
32
+ * Filters: [ // ModelMetadataFilters
33
+ * { // ModelMetadataFilter
34
+ * Name: "Domain" || "Framework" || "Task" || "FrameworkVersion", // required
35
+ * Value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * },
39
+ * NextToken: "STRING_VALUE",
40
+ * MaxResults: Number("int"),
41
+ * };
30
42
  * const command = new ListModelMetadataCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -26,6 +26,15 @@ export interface ListModelPackageGroupsCommandOutput extends ListModelPackageGro
26
26
  * import { SageMakerClient, ListModelPackageGroupsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelPackageGroupsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelPackageGroupsInput
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * MaxResults: Number("int"),
33
+ * NameContains: "STRING_VALUE",
34
+ * NextToken: "STRING_VALUE",
35
+ * SortBy: "Name" || "CreationTime",
36
+ * SortOrder: "Ascending" || "Descending",
37
+ * };
29
38
  * const command = new ListModelPackageGroupsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,18 @@ export interface ListModelPackagesCommandOutput extends ListModelPackagesOutput,
26
26
  * import { SageMakerClient, ListModelPackagesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelPackagesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelPackagesInput
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * MaxResults: Number("int"),
33
+ * NameContains: "STRING_VALUE",
34
+ * ModelApprovalStatus: "Approved" || "Rejected" || "PendingManualApproval",
35
+ * ModelPackageGroupName: "STRING_VALUE",
36
+ * ModelPackageType: "Versioned" || "Unversioned" || "Both",
37
+ * NextToken: "STRING_VALUE",
38
+ * SortBy: "Name" || "CreationTime",
39
+ * SortOrder: "Ascending" || "Descending",
40
+ * };
29
41
  * const command = new ListModelPackagesCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,16 @@ export interface ListModelQualityJobDefinitionsCommandOutput extends ListModelQu
26
26
  * import { SageMakerClient, ListModelQualityJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelQualityJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelQualityJobDefinitionsRequest
30
+ * EndpointName: "STRING_VALUE",
31
+ * SortBy: "Name" || "CreationTime",
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * NameContains: "STRING_VALUE",
36
+ * CreationTimeBefore: new Date("TIMESTAMP"),
37
+ * CreationTimeAfter: new Date("TIMESTAMP"),
38
+ * };
29
39
  * const command = new ListModelQualityJobDefinitionsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,15 @@ export interface ListModelsCommandOutput extends ListModelsOutput, __MetadataBea
26
26
  * import { SageMakerClient, ListModelsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListModelsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListModelsInput
30
+ * SortBy: "Name" || "CreationTime",
31
+ * SortOrder: "Ascending" || "Descending",
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * NameContains: "STRING_VALUE",
35
+ * CreationTimeBefore: new Date("TIMESTAMP"),
36
+ * CreationTimeAfter: new Date("TIMESTAMP"),
37
+ * };
29
38
  * const command = new ListModelsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,17 @@ export interface ListMonitoringAlertHistoryCommandOutput extends ListMonitoringA
26
26
  * import { SageMakerClient, ListMonitoringAlertHistoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListMonitoringAlertHistoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListMonitoringAlertHistoryRequest
30
+ * MonitoringScheduleName: "STRING_VALUE",
31
+ * MonitoringAlertName: "STRING_VALUE",
32
+ * SortBy: "CreationTime" || "Status",
33
+ * SortOrder: "Ascending" || "Descending",
34
+ * NextToken: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * CreationTimeBefore: new Date("TIMESTAMP"),
37
+ * CreationTimeAfter: new Date("TIMESTAMP"),
38
+ * StatusEquals: "InAlert" || "OK",
39
+ * };
29
40
  * const command = new ListMonitoringAlertHistoryCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,11 @@ export interface ListMonitoringAlertsCommandOutput extends ListMonitoringAlertsR
26
26
  * import { SageMakerClient, ListMonitoringAlertsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListMonitoringAlertsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListMonitoringAlertsRequest
30
+ * MonitoringScheduleName: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListMonitoringAlertsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,23 @@ export interface ListMonitoringExecutionsCommandOutput extends ListMonitoringExe
26
26
  * import { SageMakerClient, ListMonitoringExecutionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListMonitoringExecutionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListMonitoringExecutionsRequest
30
+ * MonitoringScheduleName: "STRING_VALUE",
31
+ * EndpointName: "STRING_VALUE",
32
+ * SortBy: "CreationTime" || "ScheduledTime" || "Status",
33
+ * SortOrder: "Ascending" || "Descending",
34
+ * NextToken: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * ScheduledTimeBefore: new Date("TIMESTAMP"),
37
+ * ScheduledTimeAfter: new Date("TIMESTAMP"),
38
+ * CreationTimeBefore: new Date("TIMESTAMP"),
39
+ * CreationTimeAfter: new Date("TIMESTAMP"),
40
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
41
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
42
+ * StatusEquals: "Pending" || "Completed" || "CompletedWithViolations" || "InProgress" || "Failed" || "Stopping" || "Stopped",
43
+ * MonitoringJobDefinitionName: "STRING_VALUE",
44
+ * MonitoringTypeEquals: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
45
+ * };
29
46
  * const command = new ListMonitoringExecutionsCommand(input);
30
47
  * const response = await client.send(command);
31
48
  * ```
@@ -26,6 +26,21 @@ export interface ListMonitoringSchedulesCommandOutput extends ListMonitoringSche
26
26
  * import { SageMakerClient, ListMonitoringSchedulesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListMonitoringSchedulesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListMonitoringSchedulesRequest
30
+ * EndpointName: "STRING_VALUE",
31
+ * SortBy: "Name" || "CreationTime" || "Status",
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * NameContains: "STRING_VALUE",
36
+ * CreationTimeBefore: new Date("TIMESTAMP"),
37
+ * CreationTimeAfter: new Date("TIMESTAMP"),
38
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
39
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
40
+ * StatusEquals: "Pending" || "Failed" || "Scheduled" || "Stopped",
41
+ * MonitoringJobDefinitionName: "STRING_VALUE",
42
+ * MonitoringTypeEquals: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
43
+ * };
29
44
  * const command = new ListMonitoringSchedulesCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```
@@ -26,6 +26,17 @@ export interface ListNotebookInstanceLifecycleConfigsCommandOutput extends ListN
26
26
  * import { SageMakerClient, ListNotebookInstanceLifecycleConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListNotebookInstanceLifecycleConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListNotebookInstanceLifecycleConfigsInput
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * SortBy: "Name" || "CreationTime" || "LastModifiedTime",
33
+ * SortOrder: "Ascending" || "Descending",
34
+ * NameContains: "STRING_VALUE",
35
+ * CreationTimeBefore: new Date("TIMESTAMP"),
36
+ * CreationTimeAfter: new Date("TIMESTAMP"),
37
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
38
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
39
+ * };
29
40
  * const command = new ListNotebookInstanceLifecycleConfigsCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -27,6 +27,21 @@ export interface ListNotebookInstancesCommandOutput extends ListNotebookInstance
27
27
  * import { SageMakerClient, ListNotebookInstancesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, ListNotebookInstancesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
+ * const input = { // ListNotebookInstancesInput
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * SortBy: "Name" || "CreationTime" || "Status",
34
+ * SortOrder: "Ascending" || "Descending",
35
+ * NameContains: "STRING_VALUE",
36
+ * CreationTimeBefore: new Date("TIMESTAMP"),
37
+ * CreationTimeAfter: new Date("TIMESTAMP"),
38
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
39
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
40
+ * StatusEquals: "Pending" || "InService" || "Stopping" || "Stopped" || "Failed" || "Deleting" || "Updating",
41
+ * NotebookInstanceLifecycleConfigNameContains: "STRING_VALUE",
42
+ * DefaultCodeRepositoryContains: "STRING_VALUE",
43
+ * AdditionalCodeRepositoryEquals: "STRING_VALUE",
44
+ * };
30
45
  * const command = new ListNotebookInstancesCommand(input);
31
46
  * const response = await client.send(command);
32
47
  * ```
@@ -26,6 +26,12 @@ export interface ListPipelineExecutionStepsCommandOutput extends ListPipelineExe
26
26
  * import { SageMakerClient, ListPipelineExecutionStepsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListPipelineExecutionStepsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListPipelineExecutionStepsRequest
30
+ * PipelineExecutionArn: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * SortOrder: "Ascending" || "Descending",
34
+ * };
29
35
  * const command = new ListPipelineExecutionStepsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,15 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti
26
26
  * import { SageMakerClient, ListPipelineExecutionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListPipelineExecutionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListPipelineExecutionsRequest
30
+ * PipelineName: "STRING_VALUE", // required
31
+ * CreatedAfter: new Date("TIMESTAMP"),
32
+ * CreatedBefore: new Date("TIMESTAMP"),
33
+ * SortBy: "CreationTime" || "PipelineExecutionArn",
34
+ * SortOrder: "Ascending" || "Descending",
35
+ * NextToken: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * };
29
38
  * const command = new ListPipelineExecutionsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,11 @@ export interface ListPipelineParametersForExecutionCommandOutput extends ListPip
26
26
  * import { SageMakerClient, ListPipelineParametersForExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListPipelineParametersForExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListPipelineParametersForExecutionRequest
30
+ * PipelineExecutionArn: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListPipelineParametersForExecutionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,15 @@ export interface ListPipelinesCommandOutput extends ListPipelinesResponse, __Met
26
26
  * import { SageMakerClient, ListPipelinesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListPipelinesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListPipelinesRequest
30
+ * PipelineNamePrefix: "STRING_VALUE",
31
+ * CreatedAfter: new Date("TIMESTAMP"),
32
+ * CreatedBefore: new Date("TIMESTAMP"),
33
+ * SortBy: "Name" || "CreationTime",
34
+ * SortOrder: "Ascending" || "Descending",
35
+ * NextToken: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * };
29
38
  * const command = new ListPipelinesCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,18 @@ export interface ListProcessingJobsCommandOutput extends ListProcessingJobsRespo
26
26
  * import { SageMakerClient, ListProcessingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListProcessingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListProcessingJobsRequest
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
33
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
34
+ * NameContains: "STRING_VALUE",
35
+ * StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
36
+ * SortBy: "Name" || "CreationTime" || "Status",
37
+ * SortOrder: "Ascending" || "Descending",
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * };
29
41
  * const command = new ListProcessingJobsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,15 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
26
26
  * import { SageMakerClient, ListProjectsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListProjectsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListProjectsInput
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * MaxResults: Number("int"),
33
+ * NameContains: "STRING_VALUE",
34
+ * NextToken: "STRING_VALUE",
35
+ * SortBy: "Name" || "CreationTime",
36
+ * SortOrder: "Ascending" || "Descending",
37
+ * };
29
38
  * const command = new ListProjectsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,14 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
26
26
  * import { SageMakerClient, ListSpacesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListSpacesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListSpacesRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * SortBy: "CreationTime" || "LastModifiedTime",
34
+ * DomainIdEquals: "STRING_VALUE",
35
+ * SpaceNameContains: "STRING_VALUE",
36
+ * };
29
37
  * const command = new ListSpacesCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,13 @@ export interface ListStageDevicesCommandOutput extends ListStageDevicesResponse,
26
26
  * import { SageMakerClient, ListStageDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListStageDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListStageDevicesRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * EdgeDeploymentPlanName: "STRING_VALUE", // required
33
+ * ExcludeDevicesDeployedInOtherStage: true || false,
34
+ * StageName: "STRING_VALUE", // required
35
+ * };
29
36
  * const command = new ListStageDevicesCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,18 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
26
26
  * import { SageMakerClient, ListStudioLifecycleConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListStudioLifecycleConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListStudioLifecycleConfigsRequest
30
+ * MaxResults: Number("int"),
31
+ * NextToken: "STRING_VALUE",
32
+ * NameContains: "STRING_VALUE",
33
+ * AppTypeEquals: "JupyterServer" || "KernelGateway",
34
+ * CreationTimeBefore: new Date("TIMESTAMP"),
35
+ * CreationTimeAfter: new Date("TIMESTAMP"),
36
+ * ModifiedTimeBefore: new Date("TIMESTAMP"),
37
+ * ModifiedTimeAfter: new Date("TIMESTAMP"),
38
+ * SortBy: "CreationTime" || "LastModifiedTime" || "Name",
39
+ * SortOrder: "Ascending" || "Descending",
40
+ * };
29
41
  * const command = new ListStudioLifecycleConfigsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -28,6 +28,11 @@ export interface ListSubscribedWorkteamsCommandOutput extends ListSubscribedWork
28
28
  * import { SageMakerClient, ListSubscribedWorkteamsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
29
29
  * // const { SageMakerClient, ListSubscribedWorkteamsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
30
30
  * const client = new SageMakerClient(config);
31
+ * const input = { // ListSubscribedWorkteamsRequest
32
+ * NameContains: "STRING_VALUE",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
31
36
  * const command = new ListSubscribedWorkteamsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -26,6 +26,11 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer
26
26
  * import { SageMakerClient, ListTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListTagsInput
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListTagsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -47,6 +47,19 @@ export interface ListTrainingJobsCommandOutput extends ListTrainingJobsResponse,
47
47
  * import { SageMakerClient, ListTrainingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
48
48
  * // const { SageMakerClient, ListTrainingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
49
49
  * const client = new SageMakerClient(config);
50
+ * const input = { // ListTrainingJobsRequest
51
+ * NextToken: "STRING_VALUE",
52
+ * MaxResults: Number("int"),
53
+ * CreationTimeAfter: new Date("TIMESTAMP"),
54
+ * CreationTimeBefore: new Date("TIMESTAMP"),
55
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
56
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
57
+ * NameContains: "STRING_VALUE",
58
+ * StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
59
+ * SortBy: "Name" || "CreationTime" || "Status",
60
+ * SortOrder: "Ascending" || "Descending",
61
+ * WarmPoolStatusEquals: "Available" || "Terminated" || "Reused" || "InUse",
62
+ * };
50
63
  * const command = new ListTrainingJobsCommand(input);
51
64
  * const response = await client.send(command);
52
65
  * ```
@@ -27,6 +27,14 @@ export interface ListTrainingJobsForHyperParameterTuningJobCommandOutput extends
27
27
  * import { SageMakerClient, ListTrainingJobsForHyperParameterTuningJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, ListTrainingJobsForHyperParameterTuningJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
+ * const input = { // ListTrainingJobsForHyperParameterTuningJobRequest
31
+ * HyperParameterTuningJobName: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
35
+ * SortBy: "Name" || "CreationTime" || "Status" || "FinalObjectiveMetricValue",
36
+ * SortOrder: "Ascending" || "Descending",
37
+ * };
30
38
  * const command = new ListTrainingJobsForHyperParameterTuningJobCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -26,6 +26,18 @@ export interface ListTransformJobsCommandOutput extends ListTransformJobsRespons
26
26
  * import { SageMakerClient, ListTransformJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListTransformJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListTransformJobsRequest
30
+ * CreationTimeAfter: new Date("TIMESTAMP"),
31
+ * CreationTimeBefore: new Date("TIMESTAMP"),
32
+ * LastModifiedTimeAfter: new Date("TIMESTAMP"),
33
+ * LastModifiedTimeBefore: new Date("TIMESTAMP"),
34
+ * NameContains: "STRING_VALUE",
35
+ * StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
36
+ * SortBy: "Name" || "CreationTime" || "Status",
37
+ * SortOrder: "Ascending" || "Descending",
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * };
29
41
  * const command = new ListTransformJobsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -45,6 +45,17 @@ export interface ListTrialComponentsCommandOutput extends ListTrialComponentsRes
45
45
  * import { SageMakerClient, ListTrialComponentsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
46
46
  * // const { SageMakerClient, ListTrialComponentsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
47
47
  * const client = new SageMakerClient(config);
48
+ * const input = { // ListTrialComponentsRequest
49
+ * ExperimentName: "STRING_VALUE",
50
+ * TrialName: "STRING_VALUE",
51
+ * SourceArn: "STRING_VALUE",
52
+ * CreatedAfter: new Date("TIMESTAMP"),
53
+ * CreatedBefore: new Date("TIMESTAMP"),
54
+ * SortBy: "Name" || "CreationTime",
55
+ * SortOrder: "Ascending" || "Descending",
56
+ * MaxResults: Number("int"),
57
+ * NextToken: "STRING_VALUE",
58
+ * };
48
59
  * const command = new ListTrialComponentsCommand(input);
49
60
  * const response = await client.send(command);
50
61
  * ```
@@ -30,6 +30,16 @@ export interface ListTrialsCommandOutput extends ListTrialsResponse, __MetadataB
30
30
  * import { SageMakerClient, ListTrialsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, ListTrialsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
+ * const input = { // ListTrialsRequest
34
+ * ExperimentName: "STRING_VALUE",
35
+ * TrialComponentName: "STRING_VALUE",
36
+ * CreatedAfter: new Date("TIMESTAMP"),
37
+ * CreatedBefore: new Date("TIMESTAMP"),
38
+ * SortBy: "Name" || "CreationTime",
39
+ * SortOrder: "Ascending" || "Descending",
40
+ * MaxResults: Number("int"),
41
+ * NextToken: "STRING_VALUE",
42
+ * };
33
43
  * const command = new ListTrialsCommand(input);
34
44
  * const response = await client.send(command);
35
45
  * ```
@@ -26,6 +26,14 @@ export interface ListUserProfilesCommandOutput extends ListUserProfilesResponse,
26
26
  * import { SageMakerClient, ListUserProfilesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, ListUserProfilesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
+ * const input = { // ListUserProfilesRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * SortBy: "CreationTime" || "LastModifiedTime",
34
+ * DomainIdEquals: "STRING_VALUE",
35
+ * UserProfileNameContains: "STRING_VALUE",
36
+ * };
29
37
  * const command = new ListUserProfilesCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -27,6 +27,13 @@ export interface ListWorkforcesCommandOutput extends ListWorkforcesResponse, __M
27
27
  * import { SageMakerClient, ListWorkforcesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
28
28
  * // const { SageMakerClient, ListWorkforcesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
29
29
  * const client = new SageMakerClient(config);
30
+ * const input = { // ListWorkforcesRequest
31
+ * SortBy: "Name" || "CreateDate",
32
+ * SortOrder: "Ascending" || "Descending",
33
+ * NameContains: "STRING_VALUE",
34
+ * NextToken: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * };
30
37
  * const command = new ListWorkforcesCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```