@aws-sdk/client-sagemaker 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. package/dist-types/SageMaker.d.ts +302 -1
  2. package/dist-types/SageMakerClient.d.ts +24 -4
  3. package/dist-types/commands/AddAssociationCommand.d.ts +16 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateActionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateAlgorithmCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateArtifactCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateCompilationJobCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContextCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateExperimentCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateHubCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateImageVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +16 -0
  33. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +16 -0
  34. package/dist-types/commands/CreateLabelingJobCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateModelCardCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +16 -0
  45. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/CreatePipelineCommand.d.ts +16 -0
  47. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +16 -0
  48. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +16 -0
  49. package/dist-types/commands/CreateProcessingJobCommand.d.ts +16 -0
  50. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  51. package/dist-types/commands/CreateSpaceCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/CreateTrainingJobCommand.d.ts +16 -0
  54. package/dist-types/commands/CreateTransformJobCommand.d.ts +16 -0
  55. package/dist-types/commands/CreateTrialCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateTrialComponentCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateWorkforceCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateWorkteamCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteActionCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteArtifactCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteAssociationCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteContextCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteExperimentCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteHubCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteHubContentCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteImageVersionCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteModelCardCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteModelPackageCommand.d.ts +16 -0
  89. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +16 -0
  90. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +16 -0
  91. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +16 -0
  92. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +16 -0
  93. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +16 -0
  94. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  95. package/dist-types/commands/DeletePipelineCommand.d.ts +16 -0
  96. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  97. package/dist-types/commands/DeleteSpaceCommand.d.ts +16 -0
  98. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +16 -0
  99. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  100. package/dist-types/commands/DeleteTrialCommand.d.ts +16 -0
  101. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +16 -0
  102. package/dist-types/commands/DeleteUserProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/DeleteWorkforceCommand.d.ts +16 -0
  104. package/dist-types/commands/DeleteWorkteamCommand.d.ts +16 -0
  105. package/dist-types/commands/DeregisterDevicesCommand.d.ts +16 -0
  106. package/dist-types/commands/DescribeActionCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeArtifactCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +16 -0
  112. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +16 -0
  113. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +16 -0
  114. package/dist-types/commands/DescribeContextCommand.d.ts +16 -0
  115. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +16 -0
  116. package/dist-types/commands/DescribeDeviceCommand.d.ts +16 -0
  117. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +16 -0
  118. package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
  119. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +16 -0
  120. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +16 -0
  121. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  122. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +16 -0
  123. package/dist-types/commands/DescribeExperimentCommand.d.ts +16 -0
  124. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +16 -0
  125. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +16 -0
  126. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +16 -0
  127. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  128. package/dist-types/commands/DescribeHubContentCommand.d.ts +16 -0
  129. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +16 -0
  130. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +16 -0
  131. package/dist-types/commands/DescribeImageCommand.d.ts +16 -0
  132. package/dist-types/commands/DescribeImageVersionCommand.d.ts +16 -0
  133. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +16 -0
  134. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +16 -0
  135. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +16 -0
  136. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +16 -0
  137. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +16 -0
  138. package/dist-types/commands/DescribeModelCardCommand.d.ts +16 -0
  139. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +16 -0
  140. package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
  141. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  142. package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -0
  143. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +16 -0
  144. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +16 -0
  145. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +16 -0
  147. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  148. package/dist-types/commands/DescribePipelineCommand.d.ts +16 -0
  149. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +16 -0
  150. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +16 -0
  151. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +16 -0
  152. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeSpaceCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeTransformJobCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeTrialCommand.d.ts +16 -0
  159. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +16 -0
  160. package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
  161. package/dist-types/commands/DescribeWorkforceCommand.d.ts +16 -0
  162. package/dist-types/commands/DescribeWorkteamCommand.d.ts +16 -0
  163. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  164. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +16 -0
  165. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  166. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +16 -0
  167. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +16 -0
  168. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +16 -0
  169. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +16 -0
  170. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +16 -0
  171. package/dist-types/commands/ImportHubContentCommand.d.ts +16 -0
  172. package/dist-types/commands/ListActionsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListAlgorithmsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  175. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +16 -0
  176. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  177. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  178. package/dist-types/commands/ListAssociationsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +16 -0
  180. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +16 -0
  181. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +16 -0
  182. package/dist-types/commands/ListCompilationJobsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListContextsCommand.d.ts +16 -0
  184. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +16 -0
  186. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +16 -0
  189. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +16 -0
  191. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListExperimentsCommand.d.ts +16 -0
  193. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +16 -0
  194. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +16 -0
  195. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListHubContentsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListHubsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +16 -0
  199. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +16 -0
  200. package/dist-types/commands/ListImageVersionsCommand.d.ts +16 -0
  201. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  202. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +16 -0
  203. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListLabelingJobsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +16 -0
  207. package/dist-types/commands/ListLineageGroupsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +16 -0
  209. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +16 -0
  210. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
  211. package/dist-types/commands/ListModelCardsCommand.d.ts +16 -0
  212. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +16 -0
  213. package/dist-types/commands/ListModelMetadataCommand.d.ts +16 -0
  214. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +16 -0
  215. package/dist-types/commands/ListModelPackagesCommand.d.ts +16 -0
  216. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +16 -0
  217. package/dist-types/commands/ListModelsCommand.d.ts +16 -0
  218. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +16 -0
  219. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +16 -0
  220. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +16 -0
  221. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +16 -0
  222. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +16 -0
  223. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +16 -0
  224. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +16 -0
  225. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
  226. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +16 -0
  227. package/dist-types/commands/ListPipelinesCommand.d.ts +16 -0
  228. package/dist-types/commands/ListProcessingJobsCommand.d.ts +16 -0
  229. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  230. package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
  231. package/dist-types/commands/ListStageDevicesCommand.d.ts +16 -0
  232. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +16 -0
  233. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +16 -0
  234. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  235. package/dist-types/commands/ListTrainingJobsCommand.d.ts +17 -1
  236. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +16 -0
  237. package/dist-types/commands/ListTransformJobsCommand.d.ts +16 -0
  238. package/dist-types/commands/ListTrialComponentsCommand.d.ts +16 -0
  239. package/dist-types/commands/ListTrialsCommand.d.ts +16 -0
  240. package/dist-types/commands/ListUserProfilesCommand.d.ts +16 -0
  241. package/dist-types/commands/ListWorkforcesCommand.d.ts +16 -0
  242. package/dist-types/commands/ListWorkteamsCommand.d.ts +16 -0
  243. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +16 -0
  244. package/dist-types/commands/QueryLineageCommand.d.ts +16 -0
  245. package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
  246. package/dist-types/commands/RenderUiTemplateCommand.d.ts +16 -0
  247. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +16 -0
  248. package/dist-types/commands/SearchCommand.d.ts +16 -0
  249. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +16 -0
  250. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +16 -0
  251. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +16 -0
  252. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +16 -0
  253. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +16 -0
  254. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +16 -0
  255. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -0
  256. package/dist-types/commands/StopAutoMLJobCommand.d.ts +16 -0
  257. package/dist-types/commands/StopCompilationJobCommand.d.ts +16 -0
  258. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +16 -0
  259. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +16 -0
  260. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +16 -0
  261. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +16 -0
  262. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +16 -0
  263. package/dist-types/commands/StopLabelingJobCommand.d.ts +16 -0
  264. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +16 -0
  265. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +16 -0
  266. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +16 -0
  267. package/dist-types/commands/StopProcessingJobCommand.d.ts +16 -0
  268. package/dist-types/commands/StopTrainingJobCommand.d.ts +16 -0
  269. package/dist-types/commands/StopTransformJobCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateActionCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
  272. package/dist-types/commands/UpdateArtifactCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +16 -0
  274. package/dist-types/commands/UpdateContextCommand.d.ts +16 -0
  275. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +16 -0
  276. package/dist-types/commands/UpdateDevicesCommand.d.ts +16 -0
  277. package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
  278. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  279. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +16 -0
  280. package/dist-types/commands/UpdateExperimentCommand.d.ts +16 -0
  281. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +16 -0
  282. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +16 -0
  283. package/dist-types/commands/UpdateHubCommand.d.ts +16 -0
  284. package/dist-types/commands/UpdateImageCommand.d.ts +16 -0
  285. package/dist-types/commands/UpdateImageVersionCommand.d.ts +16 -0
  286. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +16 -0
  287. package/dist-types/commands/UpdateModelCardCommand.d.ts +16 -0
  288. package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -0
  289. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +16 -0
  290. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +16 -0
  291. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +16 -0
  292. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  293. package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -0
  294. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +16 -0
  295. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  296. package/dist-types/commands/UpdateSpaceCommand.d.ts +16 -0
  297. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +16 -0
  298. package/dist-types/commands/UpdateTrialCommand.d.ts +16 -0
  299. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +16 -0
  300. package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
  301. package/dist-types/commands/UpdateWorkforceCommand.d.ts +16 -0
  302. package/dist-types/commands/UpdateWorkteamCommand.d.ts +16 -0
  303. package/dist-types/models/SageMakerServiceException.d.ts +2 -0
  304. package/dist-types/models/models_0.d.ts +634 -84
  305. package/dist-types/models/models_1.d.ts +641 -6
  306. package/dist-types/models/models_2.d.ts +712 -14
  307. package/dist-types/models/models_3.d.ts +776 -6
  308. package/dist-types/models/models_4.d.ts +162 -0
  309. package/dist-types/pagination/Interfaces.d.ts +3 -0
  310. package/dist-types/pagination/ListActionsPaginator.d.ts +3 -0
  311. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +3 -0
  312. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  313. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +3 -0
  314. package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
  315. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  316. package/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  317. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +3 -0
  318. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +3 -0
  319. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +3 -0
  320. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +3 -0
  321. package/dist-types/pagination/ListContextsPaginator.d.ts +3 -0
  322. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +3 -0
  323. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +3 -0
  324. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  325. package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
  326. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +3 -0
  327. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +3 -0
  328. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +3 -0
  329. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  330. package/dist-types/pagination/ListExperimentsPaginator.d.ts +3 -0
  331. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +3 -0
  332. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +3 -0
  333. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +3 -0
  334. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +3 -0
  335. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  336. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +3 -0
  337. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +3 -0
  338. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +3 -0
  339. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +3 -0
  340. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +3 -0
  341. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +3 -0
  342. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +3 -0
  343. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +3 -0
  344. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +3 -0
  345. package/dist-types/pagination/ListModelCardsPaginator.d.ts +3 -0
  346. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +3 -0
  347. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +3 -0
  348. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +3 -0
  349. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +3 -0
  350. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +3 -0
  351. package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
  352. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +3 -0
  353. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +3 -0
  354. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +3 -0
  355. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +3 -0
  356. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +3 -0
  357. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +3 -0
  358. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +3 -0
  359. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  360. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +3 -0
  361. package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  362. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +3 -0
  363. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  364. package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
  365. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +3 -0
  366. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +3 -0
  367. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +3 -0
  368. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  369. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +3 -0
  370. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +3 -0
  371. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +3 -0
  372. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +3 -0
  373. package/dist-types/pagination/ListTrialsPaginator.d.ts +3 -0
  374. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +3 -0
  375. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +3 -0
  376. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +3 -0
  377. package/dist-types/pagination/QueryLineagePaginator.d.ts +3 -0
  378. package/dist-types/pagination/SearchPaginator.d.ts +3 -0
  379. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
2
  import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DataCaptureConfig, EndpointInput, ExplainerConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantAcceleratorType, ProductionVariantCoreDumpConfig, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserSettings, VpcConfig } from "./models_0";
3
3
  /**
4
+ * @public
4
5
  * <p>
5
6
  * Identifies a model that you want to host and the resources chosen to deploy for
6
7
  * hosting it. If you are deploying multiple models, tell SageMaker how to distribute traffic
@@ -79,6 +80,9 @@ export interface ProductionVariant {
79
80
  */
80
81
  EnableSSMAccess?: boolean;
81
82
  }
83
+ /**
84
+ * @public
85
+ */
82
86
  export interface CreateEndpointConfigInput {
83
87
  /**
84
88
  * <p>The name of the endpoint configuration. You specify this name in a <a>CreateEndpoint</a> request. </p>
@@ -162,12 +166,18 @@ export interface CreateEndpointConfigInput {
162
166
  */
163
167
  ShadowProductionVariants?: ProductionVariant[];
164
168
  }
169
+ /**
170
+ * @public
171
+ */
165
172
  export interface CreateEndpointConfigOutput {
166
173
  /**
167
174
  * <p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>
168
175
  */
169
176
  EndpointConfigArn: string | undefined;
170
177
  }
178
+ /**
179
+ * @public
180
+ */
171
181
  export interface CreateExperimentRequest {
172
182
  /**
173
183
  * <p>The name of the experiment. The name must be unique in your Amazon Web Services account and is not
@@ -190,18 +200,25 @@ export interface CreateExperimentRequest {
190
200
  */
191
201
  Tags?: Tag[];
192
202
  }
203
+ /**
204
+ * @public
205
+ */
193
206
  export interface CreateExperimentResponse {
194
207
  /**
195
208
  * <p>The Amazon Resource Name (ARN) of the experiment.</p>
196
209
  */
197
210
  ExperimentArn?: string;
198
211
  }
212
+ /**
213
+ * @public
214
+ */
199
215
  export declare enum FeatureType {
200
216
  FRACTIONAL = "Fractional",
201
217
  INTEGRAL = "Integral",
202
218
  STRING = "String"
203
219
  }
204
220
  /**
221
+ * @public
205
222
  * <p>A list of features. You must include <code>FeatureName</code> and
206
223
  * <code>FeatureType</code>. Valid feature <code>FeatureType</code>s are
207
224
  * <code>Integral</code>, <code>Fractional</code> and <code>String</code>. </p>
@@ -219,6 +236,7 @@ export interface FeatureDefinition {
219
236
  FeatureType?: FeatureType | string;
220
237
  }
221
238
  /**
239
+ * @public
222
240
  * <p>The meta data of the Glue table which serves as data catalog for the
223
241
  * <code>OfflineStore</code>. </p>
224
242
  */
@@ -237,6 +255,7 @@ export interface DataCatalogConfig {
237
255
  Database: string | undefined;
238
256
  }
239
257
  /**
258
+ * @public
240
259
  * <p>The Amazon Simple Storage (Amazon S3) location and and security configuration for <code>OfflineStore</code>.</p>
241
260
  */
242
261
  export interface S3StorageConfig {
@@ -265,11 +284,15 @@ export interface S3StorageConfig {
265
284
  */
266
285
  ResolvedOutputS3Uri?: string;
267
286
  }
287
+ /**
288
+ * @public
289
+ */
268
290
  export declare enum TableFormat {
269
291
  GLUE = "Glue",
270
292
  ICEBERG = "Iceberg"
271
293
  }
272
294
  /**
295
+ * @public
273
296
  * <p>The configuration of an <code>OfflineStore</code>.</p>
274
297
  * <p>Provide an <code>OfflineStoreConfig</code> in a request to
275
298
  * <code>CreateFeatureGroup</code> to create an <code>OfflineStore</code>.</p>
@@ -298,6 +321,7 @@ export interface OfflineStoreConfig {
298
321
  TableFormat?: TableFormat | string;
299
322
  }
300
323
  /**
324
+ * @public
301
325
  * <p>The security configuration for <code>OnlineStore</code>.</p>
302
326
  */
303
327
  export interface OnlineStoreSecurityConfig {
@@ -378,6 +402,7 @@ export interface OnlineStoreSecurityConfig {
378
402
  KmsKeyId?: string;
379
403
  }
380
404
  /**
405
+ * @public
381
406
  * <p>Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or
382
407
  * <code>KMSKeyId</code>, for at rest data encryption. You can turn
383
408
  * <code>OnlineStore</code> on or off by specifying the <code>EnableOnlineStore</code> flag
@@ -398,6 +423,9 @@ export interface OnlineStoreConfig {
398
423
  */
399
424
  EnableOnlineStore?: boolean;
400
425
  }
426
+ /**
427
+ * @public
428
+ */
401
429
  export interface CreateFeatureGroupRequest {
402
430
  /**
403
431
  * <p>The name of the <code>FeatureGroup</code>. The name must be unique within an Amazon Web Services Region
@@ -519,6 +547,9 @@ export interface CreateFeatureGroupRequest {
519
547
  */
520
548
  Tags?: Tag[];
521
549
  }
550
+ /**
551
+ * @public
552
+ */
522
553
  export interface CreateFeatureGroupResponse {
523
554
  /**
524
555
  * <p>The Amazon Resource Name (ARN) of the <code>FeatureGroup</code>. This is a unique
@@ -527,6 +558,7 @@ export interface CreateFeatureGroupResponse {
527
558
  FeatureGroupArn: string | undefined;
528
559
  }
529
560
  /**
561
+ * @public
530
562
  * <p>Defines under what conditions SageMaker creates a human loop. Used within . See for the required
531
563
  * format of activation conditions.</p>
532
564
  */
@@ -540,6 +572,7 @@ export interface HumanLoopActivationConditionsConfig {
540
572
  HumanLoopActivationConditions: __LazyJsonString | string | undefined;
541
573
  }
542
574
  /**
575
+ * @public
543
576
  * <p>Provides information about how and under what conditions SageMaker creates a human loop. If <code>HumanLoopActivationConfig</code> is not given, then all requests go to humans.</p>
544
577
  */
545
578
  export interface HumanLoopActivationConfig {
@@ -550,6 +583,7 @@ export interface HumanLoopActivationConfig {
550
583
  HumanLoopActivationConditionsConfig: HumanLoopActivationConditionsConfig | undefined;
551
584
  }
552
585
  /**
586
+ * @public
553
587
  * <p>Represents an amount of money in United States dollars.</p>
554
588
  */
555
589
  export interface USD {
@@ -567,6 +601,7 @@ export interface USD {
567
601
  TenthFractionsOfACent?: number;
568
602
  }
569
603
  /**
604
+ * @public
570
605
  * <p>Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. </p>
571
606
  * <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and
572
607
  * should be based on the complexity of the task; the longer it takes in your initial
@@ -877,6 +912,7 @@ export interface PublicWorkforceTaskPrice {
877
912
  AmountInUsd?: USD;
878
913
  }
879
914
  /**
915
+ * @public
880
916
  * <p>Describes the work to be performed by human workers.</p>
881
917
  */
882
918
  export interface HumanLoopConfig {
@@ -1231,6 +1267,7 @@ export interface HumanLoopConfig {
1231
1267
  PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
1232
1268
  }
1233
1269
  /**
1270
+ * @public
1234
1271
  * <p>Container for configuring the source of human task requests.</p>
1235
1272
  */
1236
1273
  export interface HumanLoopRequestSource {
@@ -1241,6 +1278,7 @@ export interface HumanLoopRequestSource {
1241
1278
  AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSource | string | undefined;
1242
1279
  }
1243
1280
  /**
1281
+ * @public
1244
1282
  * <p>Contains information about where human output will be stored.</p>
1245
1283
  */
1246
1284
  export interface FlowDefinitionOutputConfig {
@@ -1255,6 +1293,9 @@ export interface FlowDefinitionOutputConfig {
1255
1293
  */
1256
1294
  KmsKeyId?: string;
1257
1295
  }
1296
+ /**
1297
+ * @public
1298
+ */
1258
1299
  export interface CreateFlowDefinitionRequest {
1259
1300
  /**
1260
1301
  * <p>The name of your flow definition.</p>
@@ -1286,6 +1327,9 @@ export interface CreateFlowDefinitionRequest {
1286
1327
  */
1287
1328
  Tags?: Tag[];
1288
1329
  }
1330
+ /**
1331
+ * @public
1332
+ */
1289
1333
  export interface CreateFlowDefinitionResponse {
1290
1334
  /**
1291
1335
  * <p>The Amazon Resource Name (ARN) of the flow definition you create.</p>
@@ -1293,6 +1337,7 @@ export interface CreateFlowDefinitionResponse {
1293
1337
  FlowDefinitionArn: string | undefined;
1294
1338
  }
1295
1339
  /**
1340
+ * @public
1296
1341
  * <p>The Amazon S3 storage configuration of a hub.</p>
1297
1342
  */
1298
1343
  export interface HubS3StorageConfig {
@@ -1301,6 +1346,9 @@ export interface HubS3StorageConfig {
1301
1346
  */
1302
1347
  S3OutputPath?: string;
1303
1348
  }
1349
+ /**
1350
+ * @public
1351
+ */
1304
1352
  export interface CreateHubRequest {
1305
1353
  /**
1306
1354
  * <p>The name of the hub to create.</p>
@@ -1327,6 +1375,9 @@ export interface CreateHubRequest {
1327
1375
  */
1328
1376
  Tags?: Tag[];
1329
1377
  }
1378
+ /**
1379
+ * @public
1380
+ */
1330
1381
  export interface CreateHubResponse {
1331
1382
  /**
1332
1383
  * <p>The Amazon Resource Name (ARN) of the hub.</p>
@@ -1334,6 +1385,7 @@ export interface CreateHubResponse {
1334
1385
  HubArn: string | undefined;
1335
1386
  }
1336
1387
  /**
1388
+ * @public
1337
1389
  * <p>The Liquid template for the worker user interface.</p>
1338
1390
  */
1339
1391
  export interface UiTemplate {
@@ -1342,6 +1394,9 @@ export interface UiTemplate {
1342
1394
  */
1343
1395
  Content: string | undefined;
1344
1396
  }
1397
+ /**
1398
+ * @public
1399
+ */
1345
1400
  export interface CreateHumanTaskUiRequest {
1346
1401
  /**
1347
1402
  * <p>The name of the user interface you are creating.</p>
@@ -1356,6 +1411,9 @@ export interface CreateHumanTaskUiRequest {
1356
1411
  */
1357
1412
  Tags?: Tag[];
1358
1413
  }
1414
+ /**
1415
+ * @public
1416
+ */
1359
1417
  export interface CreateHumanTaskUiResponse {
1360
1418
  /**
1361
1419
  * <p>The Amazon Resource Name (ARN) of the human review workflow user interface you create.</p>
@@ -1363,6 +1421,7 @@ export interface CreateHumanTaskUiResponse {
1363
1421
  HumanTaskUiArn: string | undefined;
1364
1422
  }
1365
1423
  /**
1424
+ * @public
1366
1425
  * <p>For a hyperparameter of the integer type, specifies the range
1367
1426
  * that
1368
1427
  * a hyperparameter tuning job searches.</p>
@@ -1410,6 +1469,7 @@ export interface IntegerParameterRange {
1410
1469
  ScalingType?: HyperParameterScalingType | string;
1411
1470
  }
1412
1471
  /**
1472
+ * @public
1413
1473
  * <p>Specifies ranges of integer, continuous, and categorical hyperparameters that a
1414
1474
  * hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs
1415
1475
  * with hyperparameter values within these ranges to find the combination of values that
@@ -1440,6 +1500,7 @@ export interface ParameterRanges {
1440
1500
  CategoricalParameterRanges?: CategoricalParameterRange[];
1441
1501
  }
1442
1502
  /**
1503
+ * @public
1443
1504
  * <p>Specifies the maximum number of training jobs and parallel training jobs that a
1444
1505
  * hyperparameter tuning job can launch.</p>
1445
1506
  */
@@ -1459,6 +1520,9 @@ export interface ResourceLimits {
1459
1520
  */
1460
1521
  MaxRuntimeInSeconds?: number;
1461
1522
  }
1523
+ /**
1524
+ * @public
1525
+ */
1462
1526
  export declare enum HyperParameterTuningJobStrategyType {
1463
1527
  BAYESIAN = "Bayesian",
1464
1528
  GRID = "Grid",
@@ -1466,6 +1530,7 @@ export declare enum HyperParameterTuningJobStrategyType {
1466
1530
  RANDOM = "Random"
1467
1531
  }
1468
1532
  /**
1533
+ * @public
1469
1534
  * <p>The configuration for <code>Hyperband</code>, a multi-fidelity based hyperparameter
1470
1535
  * tuning strategy. <code>Hyperband</code> uses the final and intermediate results of a
1471
1536
  * training job to dynamically allocate resources to utilized hyperparameter configurations
@@ -1525,6 +1590,7 @@ export interface HyperbandStrategyConfig {
1525
1590
  MaxResource?: number;
1526
1591
  }
1527
1592
  /**
1593
+ * @public
1528
1594
  * <p>The configuration for a training job launched by a hyperparameter tuning job. Choose
1529
1595
  * <code>Bayesian</code> for Bayesian optimization, and <code>Random</code> for random
1530
1596
  * search optimization. For more advanced use cases, use <code>Hyperband</code>, which
@@ -1540,11 +1606,15 @@ export interface HyperParameterTuningJobStrategyConfig {
1540
1606
  */
1541
1607
  HyperbandStrategyConfig?: HyperbandStrategyConfig;
1542
1608
  }
1609
+ /**
1610
+ * @public
1611
+ */
1543
1612
  export declare enum TrainingJobEarlyStoppingType {
1544
1613
  AUTO = "Auto",
1545
1614
  OFF = "Off"
1546
1615
  }
1547
1616
  /**
1617
+ * @public
1548
1618
  * <p>The job completion criteria.</p>
1549
1619
  */
1550
1620
  export interface TuningJobCompletionCriteria {
@@ -1565,6 +1635,7 @@ export interface TuningJobCompletionCriteria {
1565
1635
  ConvergenceDetected?: ConvergenceDetected;
1566
1636
  }
1567
1637
  /**
1638
+ * @public
1568
1639
  * <p>Configures a hyperparameter tuning job.</p>
1569
1640
  */
1570
1641
  export interface HyperParameterTuningJobConfig {
@@ -1631,6 +1702,7 @@ export interface HyperParameterTuningJobConfig {
1631
1702
  RandomSeed?: number;
1632
1703
  }
1633
1704
  /**
1705
+ * @public
1634
1706
  * <p>Specifies
1635
1707
  * which
1636
1708
  * training algorithm to use for training jobs that a hyperparameter
@@ -1695,10 +1767,14 @@ export interface HyperParameterAlgorithmSpecification {
1695
1767
  */
1696
1768
  MetricDefinitions?: MetricDefinition[];
1697
1769
  }
1770
+ /**
1771
+ * @public
1772
+ */
1698
1773
  export declare enum HyperParameterTuningAllocationStrategy {
1699
1774
  PRIORITIZED = "Prioritized"
1700
1775
  }
1701
1776
  /**
1777
+ * @public
1702
1778
  * <p>The configuration for hyperparameter tuning resources for use in training jobs
1703
1779
  * launched by the tuning job. These resources include compute instances and storage
1704
1780
  * volumes. Specify one or more compute instance configurations and allocation strategies
@@ -1726,6 +1802,7 @@ export interface HyperParameterTuningInstanceConfig {
1726
1802
  VolumeSizeInGB: number | undefined;
1727
1803
  }
1728
1804
  /**
1805
+ * @public
1729
1806
  * <p>The configuration of resources, including compute instances and storage volumes for
1730
1807
  * use in training jobs launched by hyperparameter tuning jobs.
1731
1808
  * <code>HyperParameterTuningResourceConfig</code> is similar to
@@ -1810,6 +1887,7 @@ export interface HyperParameterTuningResourceConfig {
1810
1887
  InstanceConfigs?: HyperParameterTuningInstanceConfig[];
1811
1888
  }
1812
1889
  /**
1890
+ * @public
1813
1891
  * <p>The retry strategy to use when a training job fails due to an
1814
1892
  * <code>InternalServerError</code>. <code>RetryStrategy</code> is specified as part of
1815
1893
  * the <code>CreateTrainingJob</code> and <code>CreateHyperParameterTuningJob</code>
@@ -1824,6 +1902,7 @@ export interface RetryStrategy {
1824
1902
  MaximumRetryAttempts: number | undefined;
1825
1903
  }
1826
1904
  /**
1905
+ * @public
1827
1906
  * <p>Defines
1828
1907
  * the training jobs launched by a hyperparameter tuning job.</p>
1829
1908
  */
@@ -1976,6 +2055,7 @@ export interface HyperParameterTrainingJobDefinition {
1976
2055
  Environment?: Record<string, string>;
1977
2056
  }
1978
2057
  /**
2058
+ * @public
1979
2059
  * <p>A previously completed or stopped hyperparameter tuning job to be used as a starting
1980
2060
  * point for a new hyperparameter tuning job.</p>
1981
2061
  */
@@ -1986,11 +2066,15 @@ export interface ParentHyperParameterTuningJob {
1986
2066
  */
1987
2067
  HyperParameterTuningJobName?: string;
1988
2068
  }
2069
+ /**
2070
+ * @public
2071
+ */
1989
2072
  export declare enum HyperParameterTuningJobWarmStartType {
1990
2073
  IDENTICAL_DATA_AND_ALGORITHM = "IdenticalDataAndAlgorithm",
1991
2074
  TRANSFER_LEARNING = "TransferLearning"
1992
2075
  }
1993
2076
  /**
2077
+ * @public
1994
2078
  * <p>Specifies the configuration for a hyperparameter tuning job that uses one or more
1995
2079
  * previous hyperparameter tuning jobs as a starting point. The results of previous tuning
1996
2080
  * jobs are used to inform which combinations of hyperparameters to search over in the new
@@ -2049,6 +2133,9 @@ export interface HyperParameterTuningJobWarmStartConfig {
2049
2133
  */
2050
2134
  WarmStartType: HyperParameterTuningJobWarmStartType | string | undefined;
2051
2135
  }
2136
+ /**
2137
+ * @public
2138
+ */
2052
2139
  export interface CreateHyperParameterTuningJobRequest {
2053
2140
  /**
2054
2141
  * <p>The name of the tuning job. This name is the prefix for the names of all training jobs
@@ -2104,6 +2191,9 @@ export interface CreateHyperParameterTuningJobRequest {
2104
2191
  */
2105
2192
  Tags?: Tag[];
2106
2193
  }
2194
+ /**
2195
+ * @public
2196
+ */
2107
2197
  export interface CreateHyperParameterTuningJobResponse {
2108
2198
  /**
2109
2199
  * <p>The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a
@@ -2111,6 +2201,9 @@ export interface CreateHyperParameterTuningJobResponse {
2111
2201
  */
2112
2202
  HyperParameterTuningJobArn: string | undefined;
2113
2203
  }
2204
+ /**
2205
+ * @public
2206
+ */
2114
2207
  export interface CreateImageRequest {
2115
2208
  /**
2116
2209
  * <p>The description of the image.</p>
@@ -2133,27 +2226,42 @@ export interface CreateImageRequest {
2133
2226
  */
2134
2227
  Tags?: Tag[];
2135
2228
  }
2229
+ /**
2230
+ * @public
2231
+ */
2136
2232
  export interface CreateImageResponse {
2137
2233
  /**
2138
2234
  * <p>The ARN of the image.</p>
2139
2235
  */
2140
2236
  ImageArn?: string;
2141
2237
  }
2238
+ /**
2239
+ * @public
2240
+ */
2142
2241
  export declare enum JobType {
2143
2242
  INFERENCE = "INFERENCE",
2144
2243
  NOTEBOOK_KERNEL = "NOTEBOOK_KERNEL",
2145
2244
  TRAINING = "TRAINING"
2146
2245
  }
2246
+ /**
2247
+ * @public
2248
+ */
2147
2249
  export declare enum Processor {
2148
2250
  CPU = "CPU",
2149
2251
  GPU = "GPU"
2150
2252
  }
2253
+ /**
2254
+ * @public
2255
+ */
2151
2256
  export declare enum VendorGuidance {
2152
2257
  ARCHIVED = "ARCHIVED",
2153
2258
  NOT_PROVIDED = "NOT_PROVIDED",
2154
2259
  STABLE = "STABLE",
2155
2260
  TO_BE_ARCHIVED = "TO_BE_ARCHIVED"
2156
2261
  }
2262
+ /**
2263
+ * @public
2264
+ */
2157
2265
  export interface CreateImageVersionRequest {
2158
2266
  /**
2159
2267
  * <p>The registry path of the container image to use as the starting point for this
@@ -2247,6 +2355,9 @@ export interface CreateImageVersionRequest {
2247
2355
  */
2248
2356
  ReleaseNotes?: string;
2249
2357
  }
2358
+ /**
2359
+ * @public
2360
+ */
2250
2361
  export interface CreateImageVersionResponse {
2251
2362
  /**
2252
2363
  * <p>The ARN of the image version.</p>
@@ -2254,6 +2365,7 @@ export interface CreateImageVersionResponse {
2254
2365
  ImageVersionArn?: string;
2255
2366
  }
2256
2367
  /**
2368
+ * @public
2257
2369
  * <p>The Amazon S3 location and configuration for storing inference request and response data.</p>
2258
2370
  */
2259
2371
  export interface InferenceExperimentDataStorageConfig {
@@ -2274,9 +2386,15 @@ export interface InferenceExperimentDataStorageConfig {
2274
2386
  */
2275
2387
  ContentType?: CaptureContentTypeHeader;
2276
2388
  }
2389
+ /**
2390
+ * @public
2391
+ */
2277
2392
  export declare enum ModelInfrastructureType {
2278
2393
  REAL_TIME_INFERENCE = "RealTimeInference"
2279
2394
  }
2395
+ /**
2396
+ * @public
2397
+ */
2280
2398
  export declare enum _InstanceType {
2281
2399
  ML_C4_2XLARGE = "ml.c4.2xlarge",
2282
2400
  ML_C4_4XLARGE = "ml.c4.4xlarge",
@@ -2349,6 +2467,7 @@ export declare enum _InstanceType {
2349
2467
  ML_T3_XLARGE = "ml.t3.xlarge"
2350
2468
  }
2351
2469
  /**
2470
+ * @public
2352
2471
  * <p>The infrastructure configuration for deploying the model to a real-time inference endpoint.</p>
2353
2472
  */
2354
2473
  export interface RealTimeInferenceConfig {
@@ -2362,6 +2481,7 @@ export interface RealTimeInferenceConfig {
2362
2481
  InstanceCount: number | undefined;
2363
2482
  }
2364
2483
  /**
2484
+ * @public
2365
2485
  * <p>The configuration for the infrastructure that the model will be deployed to.</p>
2366
2486
  */
2367
2487
  export interface ModelInfrastructureConfig {
@@ -2381,6 +2501,7 @@ export interface ModelInfrastructureConfig {
2381
2501
  RealTimeInferenceConfig: RealTimeInferenceConfig | undefined;
2382
2502
  }
2383
2503
  /**
2504
+ * @public
2384
2505
  * <p>Contains information about the deployment options of a model.</p>
2385
2506
  */
2386
2507
  export interface ModelVariantConfig {
@@ -2398,6 +2519,7 @@ export interface ModelVariantConfig {
2398
2519
  InfrastructureConfig: ModelInfrastructureConfig | undefined;
2399
2520
  }
2400
2521
  /**
2522
+ * @public
2401
2523
  * <p>The start and end times of an inference experiment.</p>
2402
2524
  * <p>The maximum duration that you can set for an inference experiment is 30 days.</p>
2403
2525
  */
@@ -2412,6 +2534,7 @@ export interface InferenceExperimentSchedule {
2412
2534
  EndTime?: Date;
2413
2535
  }
2414
2536
  /**
2537
+ * @public
2415
2538
  * <p>The name and sampling percentage of a shadow variant.</p>
2416
2539
  */
2417
2540
  export interface ShadowModelVariantConfig {
@@ -2427,6 +2550,7 @@ export interface ShadowModelVariantConfig {
2427
2550
  SamplingPercentage: number | undefined;
2428
2551
  }
2429
2552
  /**
2553
+ * @public
2430
2554
  * <p>
2431
2555
  * The configuration of <code>ShadowMode</code> inference experiment type, which specifies a production variant
2432
2556
  * to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the
@@ -2445,9 +2569,15 @@ export interface ShadowModeConfig {
2445
2569
  */
2446
2570
  ShadowModelVariants: ShadowModelVariantConfig[] | undefined;
2447
2571
  }
2572
+ /**
2573
+ * @public
2574
+ */
2448
2575
  export declare enum InferenceExperimentType {
2449
2576
  SHADOW_MODE = "ShadowMode"
2450
2577
  }
2578
+ /**
2579
+ * @public
2580
+ */
2451
2581
  export interface CreateInferenceExperimentRequest {
2452
2582
  /**
2453
2583
  * <p>The name for the inference experiment.</p>
@@ -2573,6 +2703,9 @@ export interface CreateInferenceExperimentRequest {
2573
2703
  */
2574
2704
  Tags?: Tag[];
2575
2705
  }
2706
+ /**
2707
+ * @public
2708
+ */
2576
2709
  export interface CreateInferenceExperimentResponse {
2577
2710
  /**
2578
2711
  * <p>The ARN for your inference experiment.</p>
@@ -2580,6 +2713,7 @@ export interface CreateInferenceExperimentResponse {
2580
2713
  InferenceExperimentArn: string | undefined;
2581
2714
  }
2582
2715
  /**
2716
+ * @public
2583
2717
  * <p>The configuration for the payload for a recommendation job.</p>
2584
2718
  */
2585
2719
  export interface RecommendationJobPayloadConfig {
@@ -2593,6 +2727,7 @@ export interface RecommendationJobPayloadConfig {
2593
2727
  SupportedContentTypes?: string[];
2594
2728
  }
2595
2729
  /**
2730
+ * @public
2596
2731
  * <p>Specifies mandatory fields for running an Inference Recommender job directly in the
2597
2732
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html">CreateInferenceRecommendationsJob</a>
2598
2733
  * API. The fields specified in <code>ContainerConfig</code> override the corresponding fields in the model package. Use
@@ -2647,6 +2782,7 @@ export interface RecommendationJobContainerConfig {
2647
2782
  DataInputConfig?: string;
2648
2783
  }
2649
2784
  /**
2785
+ * @public
2650
2786
  * <p>Specifies the range of environment parameters</p>
2651
2787
  */
2652
2788
  export interface EnvironmentParameterRanges {
@@ -2656,6 +2792,7 @@ export interface EnvironmentParameterRanges {
2656
2792
  CategoricalParameterRanges?: CategoricalParameter[];
2657
2793
  }
2658
2794
  /**
2795
+ * @public
2659
2796
  * <p>The endpoint configuration for the load test.</p>
2660
2797
  */
2661
2798
  export interface EndpointInputConfiguration {
@@ -2673,6 +2810,7 @@ export interface EndpointInputConfiguration {
2673
2810
  EnvironmentParameterRanges?: EnvironmentParameterRanges;
2674
2811
  }
2675
2812
  /**
2813
+ * @public
2676
2814
  * <p>Details about a customer endpoint that was compared in an Inference Recommender job.</p>
2677
2815
  */
2678
2816
  export interface EndpointInfo {
@@ -2682,6 +2820,7 @@ export interface EndpointInfo {
2682
2820
  EndpointName: string | undefined;
2683
2821
  }
2684
2822
  /**
2823
+ * @public
2685
2824
  * <p>Specifies the maximum number of jobs that can run in parallel
2686
2825
  * and the maximum number of jobs that can run.</p>
2687
2826
  */
@@ -2696,6 +2835,7 @@ export interface RecommendationJobResourceLimit {
2696
2835
  MaxParallelOfTests?: number;
2697
2836
  }
2698
2837
  /**
2838
+ * @public
2699
2839
  * <p>Defines the traffic pattern.</p>
2700
2840
  */
2701
2841
  export interface Phase {
@@ -2712,10 +2852,14 @@ export interface Phase {
2712
2852
  */
2713
2853
  DurationInSeconds?: number;
2714
2854
  }
2855
+ /**
2856
+ * @public
2857
+ */
2715
2858
  export declare enum TrafficType {
2716
2859
  PHASES = "PHASES"
2717
2860
  }
2718
2861
  /**
2862
+ * @public
2719
2863
  * <p>Defines the traffic pattern of the load test.</p>
2720
2864
  */
2721
2865
  export interface TrafficPattern {
@@ -2729,6 +2873,7 @@ export interface TrafficPattern {
2729
2873
  Phases?: Phase[];
2730
2874
  }
2731
2875
  /**
2876
+ * @public
2732
2877
  * <p>Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.</p>
2733
2878
  */
2734
2879
  export interface RecommendationJobVpcConfig {
@@ -2743,6 +2888,7 @@ export interface RecommendationJobVpcConfig {
2743
2888
  Subnets: string[] | undefined;
2744
2889
  }
2745
2890
  /**
2891
+ * @public
2746
2892
  * <p>The input configuration of the recommendation job.</p>
2747
2893
  */
2748
2894
  export interface RecommendationJobInputConfig {
@@ -2824,11 +2970,15 @@ export interface RecommendationJobInputConfig {
2824
2970
  */
2825
2971
  ModelName?: string;
2826
2972
  }
2973
+ /**
2974
+ * @public
2975
+ */
2827
2976
  export declare enum RecommendationJobType {
2828
2977
  ADVANCED = "Advanced",
2829
2978
  DEFAULT = "Default"
2830
2979
  }
2831
2980
  /**
2981
+ * @public
2832
2982
  * <p>Provides information about the output configuration for the compiled
2833
2983
  * model.</p>
2834
2984
  */
@@ -2840,6 +2990,7 @@ export interface RecommendationJobCompiledOutputConfig {
2840
2990
  S3OutputUri?: string;
2841
2991
  }
2842
2992
  /**
2993
+ * @public
2843
2994
  * <p>Provides information about the output configuration for the compiled model.</p>
2844
2995
  */
2845
2996
  export interface RecommendationJobOutputConfig {
@@ -2886,6 +3037,7 @@ export interface RecommendationJobOutputConfig {
2886
3037
  CompiledOutputConfig?: RecommendationJobCompiledOutputConfig;
2887
3038
  }
2888
3039
  /**
3040
+ * @public
2889
3041
  * <p>The model latency threshold.</p>
2890
3042
  */
2891
3043
  export interface ModelLatencyThreshold {
@@ -2899,6 +3051,7 @@ export interface ModelLatencyThreshold {
2899
3051
  ValueInMilliseconds?: number;
2900
3052
  }
2901
3053
  /**
3054
+ * @public
2902
3055
  * <p>Specifies conditions for stopping a job. When a job reaches a
2903
3056
  * stopping condition limit, SageMaker ends the job.</p>
2904
3057
  */
@@ -2915,6 +3068,9 @@ export interface RecommendationJobStoppingConditions {
2915
3068
  */
2916
3069
  ModelLatencyThresholds?: ModelLatencyThreshold[];
2917
3070
  }
3071
+ /**
3072
+ * @public
3073
+ */
2918
3074
  export interface CreateInferenceRecommendationsJobRequest {
2919
3075
  /**
2920
3076
  * <p>A name for the recommendation job. The name must be unique within
@@ -2960,6 +3116,9 @@ export interface CreateInferenceRecommendationsJobRequest {
2960
3116
  */
2961
3117
  Tags?: Tag[];
2962
3118
  }
3119
+ /**
3120
+ * @public
3121
+ */
2963
3122
  export interface CreateInferenceRecommendationsJobResponse {
2964
3123
  /**
2965
3124
  * <p>The Amazon Resource Name (ARN) of the recommendation job.</p>
@@ -2967,6 +3126,7 @@ export interface CreateInferenceRecommendationsJobResponse {
2967
3126
  JobArn: string | undefined;
2968
3127
  }
2969
3128
  /**
3129
+ * @public
2970
3130
  * <p>Provided configuration information for the worker UI for a labeling job. Provide
2971
3131
  * either <code>HumanTaskUiArn</code> or <code>UiTemplateS3Uri</code>.</p>
2972
3132
  * <p>For named entity recognition, 3D point cloud and video frame labeling jobs, use
@@ -3055,6 +3215,7 @@ export interface UiConfig {
3055
3215
  HumanTaskUiArn?: string;
3056
3216
  }
3057
3217
  /**
3218
+ * @public
3058
3219
  * <p>Information required for human workers to complete a labeling task.</p>
3059
3220
  */
3060
3221
  export interface HumanTaskConfig {
@@ -4610,6 +4771,7 @@ export interface HumanTaskConfig {
4610
4771
  PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
4611
4772
  }
4612
4773
  /**
4774
+ * @public
4613
4775
  * <p>Attributes of the data specified by the customer. Use these to describe the data to be
4614
4776
  * labeled.</p>
4615
4777
  */
@@ -4622,6 +4784,7 @@ export interface LabelingJobDataAttributes {
4622
4784
  ContentClassifiers?: (ContentClassifier | string)[];
4623
4785
  }
4624
4786
  /**
4787
+ * @public
4625
4788
  * <p>The Amazon S3 location of the input data objects.</p>
4626
4789
  */
4627
4790
  export interface LabelingJobS3DataSource {
@@ -4649,6 +4812,7 @@ export interface LabelingJobS3DataSource {
4649
4812
  ManifestS3Uri: string | undefined;
4650
4813
  }
4651
4814
  /**
4815
+ * @public
4652
4816
  * <p>An Amazon SNS data source used for streaming labeling jobs.</p>
4653
4817
  */
4654
4818
  export interface LabelingJobSnsDataSource {
@@ -4659,6 +4823,7 @@ export interface LabelingJobSnsDataSource {
4659
4823
  SnsTopicArn: string | undefined;
4660
4824
  }
4661
4825
  /**
4826
+ * @public
4662
4827
  * <p>Provides information about the location of input data.</p>
4663
4828
  * <p>You must specify at least one of the following: <code>S3DataSource</code> or <code>SnsDataSource</code>.</p>
4664
4829
  * <p>Use <code>SnsDataSource</code> to specify an SNS input topic
@@ -4679,6 +4844,7 @@ export interface LabelingJobDataSource {
4679
4844
  SnsDataSource?: LabelingJobSnsDataSource;
4680
4845
  }
4681
4846
  /**
4847
+ * @public
4682
4848
  * <p>Input configuration information for a labeling job.</p>
4683
4849
  */
4684
4850
  export interface LabelingJobInputConfig {
@@ -4692,6 +4858,7 @@ export interface LabelingJobInputConfig {
4692
4858
  DataAttributes?: LabelingJobDataAttributes;
4693
4859
  }
4694
4860
  /**
4861
+ * @public
4695
4862
  * <p>Configure encryption on the storage volume attached to the ML compute instance used to
4696
4863
  * run automated data labeling model training and inference. </p>
4697
4864
  */
@@ -4732,6 +4899,7 @@ export interface LabelingJobResourceConfig {
4732
4899
  VpcConfig?: VpcConfig;
4733
4900
  }
4734
4901
  /**
4902
+ * @public
4735
4903
  * <p>Provides configuration information for auto-labeling of your data objects. A
4736
4904
  * <code>LabelingJobAlgorithmsConfig</code> object must be supplied in order to use
4737
4905
  * auto-labeling.</p>
@@ -4788,6 +4956,7 @@ export interface LabelingJobAlgorithmsConfig {
4788
4956
  LabelingJobResourceConfig?: LabelingJobResourceConfig;
4789
4957
  }
4790
4958
  /**
4959
+ * @public
4791
4960
  * <p>Output configuration information for a labeling job.</p>
4792
4961
  */
4793
4962
  export interface LabelingJobOutputConfig {
@@ -4822,6 +4991,7 @@ export interface LabelingJobOutputConfig {
4822
4991
  SnsTopicArn?: string;
4823
4992
  }
4824
4993
  /**
4994
+ * @public
4825
4995
  * <p>A set of conditions for stopping a labeling job. If any of the conditions are met, the
4826
4996
  * job is automatically stopped. You can use these conditions to control the cost of data
4827
4997
  * labeling.</p>
@@ -4839,6 +5009,9 @@ export interface LabelingJobStoppingConditions {
4839
5009
  */
4840
5010
  MaxPercentageOfInputDatasetLabeled?: number;
4841
5011
  }
5012
+ /**
5013
+ * @public
5014
+ */
4842
5015
  export interface CreateLabelingJobRequest {
4843
5016
  /**
4844
5017
  * <p>The name of the labeling job. This name is used to identify the job in a list of
@@ -4950,8 +5123,8 @@ export interface CreateLabelingJobRequest {
4950
5123
  * <p>For named entity recognition jobs, in addition to <code>"labels"</code>, you must
4951
5124
  * provide worker instructions in the label category configuration file using the
4952
5125
  * <code>"instructions"</code> parameter: <code>"instructions":
4953
- * {"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>",
4954
- * "fullInstruction":"<p>Add additional instructions.</p>"}</code>. For details
5126
+ * \{"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>",
5127
+ * "fullInstruction":"<p>Add additional instructions.</p>"\}</code>. For details
4955
5128
  * and an example, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api">Create a
4956
5129
  * Named Entity Recognition Labeling Job (API) </a>.</p>
4957
5130
  * <p>For all other <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html">custom
@@ -4960,17 +5133,17 @@ export interface CreateLabelingJobRequest {
4960
5133
  * <code>label_2</code>,<code>...</code>,<code>label_n</code> with your label
4961
5134
  * categories.</p>
4962
5135
  * <p>
4963
- * <code>{ </code>
5136
+ * <code>\{ </code>
4964
5137
  * </p>
4965
5138
  * <p>
4966
5139
  * <code>"document-version": "2018-11-28",</code>
4967
5140
  * </p>
4968
5141
  * <p>
4969
- * <code>"labels": [{"label": "label_1"},{"label": "label_2"},...{"label":
4970
- * "label_n"}]</code>
5142
+ * <code>"labels": [\{"label": "label_1"\},\{"label": "label_2"\},...\{"label":
5143
+ * "label_n"\}]</code>
4971
5144
  * </p>
4972
5145
  * <p>
4973
- * <code>}</code>
5146
+ * <code>\}</code>
4974
5147
  * </p>
4975
5148
  * <p>Note the following about the label category configuration file:</p>
4976
5149
  * <ul>
@@ -5014,6 +5187,9 @@ export interface CreateLabelingJobRequest {
5014
5187
  */
5015
5188
  Tags?: Tag[];
5016
5189
  }
5190
+ /**
5191
+ * @public
5192
+ */
5017
5193
  export interface CreateLabelingJobResponse {
5018
5194
  /**
5019
5195
  * <p>The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the
@@ -5021,11 +5197,15 @@ export interface CreateLabelingJobResponse {
5021
5197
  */
5022
5198
  LabelingJobArn: string | undefined;
5023
5199
  }
5200
+ /**
5201
+ * @public
5202
+ */
5024
5203
  export declare enum InferenceExecutionMode {
5025
5204
  DIRECT = "Direct",
5026
5205
  SERIAL = "Serial"
5027
5206
  }
5028
5207
  /**
5208
+ * @public
5029
5209
  * <p>Specifies details about how containers in a multi-container endpoint are run.</p>
5030
5210
  */
5031
5211
  export interface InferenceExecutionConfig {
@@ -5045,6 +5225,9 @@ export interface InferenceExecutionConfig {
5045
5225
  */
5046
5226
  Mode: InferenceExecutionMode | string | undefined;
5047
5227
  }
5228
+ /**
5229
+ * @public
5230
+ */
5048
5231
  export interface CreateModelInput {
5049
5232
  /**
5050
5233
  * <p>The name of the new model.</p>
@@ -5096,6 +5279,9 @@ export interface CreateModelInput {
5096
5279
  */
5097
5280
  EnableNetworkIsolation?: boolean;
5098
5281
  }
5282
+ /**
5283
+ * @public
5284
+ */
5099
5285
  export interface CreateModelOutput {
5100
5286
  /**
5101
5287
  * <p>The ARN of the model created in SageMaker.</p>
@@ -5103,6 +5289,7 @@ export interface CreateModelOutput {
5103
5289
  ModelArn: string | undefined;
5104
5290
  }
5105
5291
  /**
5292
+ * @public
5106
5293
  * <p>Docker container image configuration object for the model bias job.</p>
5107
5294
  */
5108
5295
  export interface ModelBiasAppSpecification {
@@ -5122,6 +5309,7 @@ export interface ModelBiasAppSpecification {
5122
5309
  Environment?: Record<string, string>;
5123
5310
  }
5124
5311
  /**
5312
+ * @public
5125
5313
  * <p>The configuration for a baseline model bias job.</p>
5126
5314
  */
5127
5315
  export interface ModelBiasBaselineConfig {
@@ -5135,6 +5323,7 @@ export interface ModelBiasBaselineConfig {
5135
5323
  ConstraintsResource?: MonitoringConstraintsResource;
5136
5324
  }
5137
5325
  /**
5326
+ * @public
5138
5327
  * <p>The ground truth labels for the dataset used for the monitoring job.</p>
5139
5328
  */
5140
5329
  export interface MonitoringGroundTruthS3Input {
@@ -5144,6 +5333,7 @@ export interface MonitoringGroundTruthS3Input {
5144
5333
  S3Uri?: string;
5145
5334
  }
5146
5335
  /**
5336
+ * @public
5147
5337
  * <p>Inputs for the model bias job.</p>
5148
5338
  */
5149
5339
  export interface ModelBiasJobInput {
@@ -5160,6 +5350,9 @@ export interface ModelBiasJobInput {
5160
5350
  */
5161
5351
  GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
5162
5352
  }
5353
+ /**
5354
+ * @public
5355
+ */
5163
5356
  export interface CreateModelBiasJobDefinitionRequest {
5164
5357
  /**
5165
5358
  * <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the
@@ -5205,12 +5398,18 @@ export interface CreateModelBiasJobDefinitionRequest {
5205
5398
  */
5206
5399
  Tags?: Tag[];
5207
5400
  }
5401
+ /**
5402
+ * @public
5403
+ */
5208
5404
  export interface CreateModelBiasJobDefinitionResponse {
5209
5405
  /**
5210
5406
  * <p>The Amazon Resource Name (ARN) of the model bias job.</p>
5211
5407
  */
5212
5408
  JobDefinitionArn: string | undefined;
5213
5409
  }
5410
+ /**
5411
+ * @public
5412
+ */
5214
5413
  export declare enum ModelCardStatus {
5215
5414
  APPROVED = "Approved",
5216
5415
  ARCHIVED = "Archived",
@@ -5218,6 +5417,7 @@ export declare enum ModelCardStatus {
5218
5417
  PENDINGREVIEW = "PendingReview"
5219
5418
  }
5220
5419
  /**
5420
+ * @public
5221
5421
  * <p>Configure the security settings to protect model card data.</p>
5222
5422
  */
5223
5423
  export interface ModelCardSecurityConfig {
@@ -5228,6 +5428,9 @@ export interface ModelCardSecurityConfig {
5228
5428
  */
5229
5429
  KmsKeyId?: string;
5230
5430
  }
5431
+ /**
5432
+ * @public
5433
+ */
5231
5434
  export interface CreateModelCardRequest {
5232
5435
  /**
5233
5436
  * <p>The unique name of the model card.</p>
@@ -5271,6 +5474,9 @@ export interface CreateModelCardRequest {
5271
5474
  */
5272
5475
  Tags?: Tag[];
5273
5476
  }
5477
+ /**
5478
+ * @public
5479
+ */
5274
5480
  export interface CreateModelCardResponse {
5275
5481
  /**
5276
5482
  * <p>The Amazon Resource Name (ARN) of the successfully created model card.</p>
@@ -5278,6 +5484,7 @@ export interface CreateModelCardResponse {
5278
5484
  ModelCardArn: string | undefined;
5279
5485
  }
5280
5486
  /**
5487
+ * @public
5281
5488
  * <p>Configure the export output details for an Amazon SageMaker Model Card.</p>
5282
5489
  */
5283
5490
  export interface ModelCardExportOutputConfig {
@@ -5286,6 +5493,9 @@ export interface ModelCardExportOutputConfig {
5286
5493
  */
5287
5494
  S3OutputPath: string | undefined;
5288
5495
  }
5496
+ /**
5497
+ * @public
5498
+ */
5289
5499
  export interface CreateModelCardExportJobRequest {
5290
5500
  /**
5291
5501
  * <p>The name of the model card to export.</p>
@@ -5304,6 +5514,9 @@ export interface CreateModelCardExportJobRequest {
5304
5514
  */
5305
5515
  OutputConfig: ModelCardExportOutputConfig | undefined;
5306
5516
  }
5517
+ /**
5518
+ * @public
5519
+ */
5307
5520
  export interface CreateModelCardExportJobResponse {
5308
5521
  /**
5309
5522
  * <p>The Amazon Resource Name (ARN) of the model card export job.</p>
@@ -5311,6 +5524,7 @@ export interface CreateModelCardExportJobResponse {
5311
5524
  ModelCardExportJobArn: string | undefined;
5312
5525
  }
5313
5526
  /**
5527
+ * @public
5314
5528
  * <p>Docker container image configuration object for the model explainability job.</p>
5315
5529
  */
5316
5530
  export interface ModelExplainabilityAppSpecification {
@@ -5330,6 +5544,7 @@ export interface ModelExplainabilityAppSpecification {
5330
5544
  Environment?: Record<string, string>;
5331
5545
  }
5332
5546
  /**
5547
+ * @public
5333
5548
  * <p>The configuration for a baseline model explainability job.</p>
5334
5549
  */
5335
5550
  export interface ModelExplainabilityBaselineConfig {
@@ -5343,6 +5558,7 @@ export interface ModelExplainabilityBaselineConfig {
5343
5558
  ConstraintsResource?: MonitoringConstraintsResource;
5344
5559
  }
5345
5560
  /**
5561
+ * @public
5346
5562
  * <p>Inputs for the model explainability job.</p>
5347
5563
  */
5348
5564
  export interface ModelExplainabilityJobInput {
@@ -5355,6 +5571,9 @@ export interface ModelExplainabilityJobInput {
5355
5571
  */
5356
5572
  BatchTransformInput?: BatchTransformInput;
5357
5573
  }
5574
+ /**
5575
+ * @public
5576
+ */
5358
5577
  export interface CreateModelExplainabilityJobDefinitionRequest {
5359
5578
  /**
5360
5579
  * <p> The name of the model explainability job definition. The name must be unique within an
@@ -5401,6 +5620,9 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
5401
5620
  */
5402
5621
  Tags?: Tag[];
5403
5622
  }
5623
+ /**
5624
+ * @public
5625
+ */
5404
5626
  export interface CreateModelExplainabilityJobDefinitionResponse {
5405
5627
  /**
5406
5628
  * <p>The Amazon Resource Name (ARN) of the model explainability job.</p>
@@ -5408,6 +5630,7 @@ export interface CreateModelExplainabilityJobDefinitionResponse {
5408
5630
  JobDefinitionArn: string | undefined;
5409
5631
  }
5410
5632
  /**
5633
+ * @public
5411
5634
  * <p>Contains details regarding the file source.</p>
5412
5635
  */
5413
5636
  export interface FileSource {
@@ -5425,6 +5648,7 @@ export interface FileSource {
5425
5648
  S3Uri: string | undefined;
5426
5649
  }
5427
5650
  /**
5651
+ * @public
5428
5652
  * <p>Represents the drift check bias baselines that can be used when the model monitor is set using the
5429
5653
  * model package.</p>
5430
5654
  */
@@ -5443,6 +5667,7 @@ export interface DriftCheckBias {
5443
5667
  PostTrainingConstraints?: MetricsSource;
5444
5668
  }
5445
5669
  /**
5670
+ * @public
5446
5671
  * <p>Represents the drift check explainability baselines that can be used when the model monitor is set
5447
5672
  * using the model package. </p>
5448
5673
  */
@@ -5457,6 +5682,7 @@ export interface DriftCheckExplainability {
5457
5682
  ConfigFile?: FileSource;
5458
5683
  }
5459
5684
  /**
5685
+ * @public
5460
5686
  * <p>Represents the drift check data quality baselines that can be used when the model monitor is set using
5461
5687
  * the model package. </p>
5462
5688
  */
@@ -5471,6 +5697,7 @@ export interface DriftCheckModelDataQuality {
5471
5697
  Constraints?: MetricsSource;
5472
5698
  }
5473
5699
  /**
5700
+ * @public
5474
5701
  * <p>Represents the drift check model quality baselines that can be used when the model monitor is set using
5475
5702
  * the model package. </p>
5476
5703
  */
@@ -5485,6 +5712,7 @@ export interface DriftCheckModelQuality {
5485
5712
  Constraints?: MetricsSource;
5486
5713
  }
5487
5714
  /**
5715
+ * @public
5488
5716
  * <p>Represents the drift check baselines that can be used when the model monitor is set using the model
5489
5717
  * package. </p>
5490
5718
  */
@@ -5511,6 +5739,7 @@ export interface DriftCheckBaselines {
5511
5739
  ModelDataQuality?: DriftCheckModelDataQuality;
5512
5740
  }
5513
5741
  /**
5742
+ * @public
5514
5743
  * <p>Contains explainability metrics for a model.</p>
5515
5744
  */
5516
5745
  export interface Explainability {
@@ -5520,6 +5749,7 @@ export interface Explainability {
5520
5749
  Report?: MetricsSource;
5521
5750
  }
5522
5751
  /**
5752
+ * @public
5523
5753
  * <p>Data quality constraints and statistics for a model.</p>
5524
5754
  */
5525
5755
  export interface ModelDataQuality {
@@ -5533,6 +5763,7 @@ export interface ModelDataQuality {
5533
5763
  Constraints?: MetricsSource;
5534
5764
  }
5535
5765
  /**
5766
+ * @public
5536
5767
  * <p>Model quality statistics and constraints.</p>
5537
5768
  */
5538
5769
  export interface ModelQuality {
@@ -5546,6 +5777,7 @@ export interface ModelQuality {
5546
5777
  Constraints?: MetricsSource;
5547
5778
  }
5548
5779
  /**
5780
+ * @public
5549
5781
  * <p>Contains metrics captured from a model.</p>
5550
5782
  */
5551
5783
  export interface ModelMetrics {
@@ -5567,6 +5799,7 @@ export interface ModelMetrics {
5567
5799
  Explainability?: Explainability;
5568
5800
  }
5569
5801
  /**
5802
+ * @public
5570
5803
  * <p>Specifies an algorithm that was used to create the model package. The algorithm must
5571
5804
  * be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.</p>
5572
5805
  */
@@ -5588,6 +5821,7 @@ export interface SourceAlgorithm {
5588
5821
  AlgorithmName: string | undefined;
5589
5822
  }
5590
5823
  /**
5824
+ * @public
5591
5825
  * <p>A list of algorithms that were used to create a model package.</p>
5592
5826
  */
5593
5827
  export interface SourceAlgorithmSpecification {
@@ -5597,6 +5831,7 @@ export interface SourceAlgorithmSpecification {
5597
5831
  SourceAlgorithms: SourceAlgorithm[] | undefined;
5598
5832
  }
5599
5833
  /**
5834
+ * @public
5600
5835
  * <p>Contains data, such as the inputs and targeted instance types that are used in the
5601
5836
  * process of validating the model package.</p>
5602
5837
  * <p>The data provided in the validation profile is made available to your buyers on Amazon Web Services
@@ -5614,6 +5849,7 @@ export interface ModelPackageValidationProfile {
5614
5849
  TransformJobDefinition: TransformJobDefinition | undefined;
5615
5850
  }
5616
5851
  /**
5852
+ * @public
5617
5853
  * <p>Specifies batch transform jobs that SageMaker runs to validate your model package.</p>
5618
5854
  */
5619
5855
  export interface ModelPackageValidationSpecification {
@@ -5627,6 +5863,9 @@ export interface ModelPackageValidationSpecification {
5627
5863
  */
5628
5864
  ValidationProfiles: ModelPackageValidationProfile[] | undefined;
5629
5865
  }
5866
+ /**
5867
+ * @public
5868
+ */
5630
5869
  export interface CreateModelPackageInput {
5631
5870
  /**
5632
5871
  * <p>The name of the model package. The name must have 1 to 63 characters. Valid characters
@@ -5743,12 +5982,18 @@ export interface CreateModelPackageInput {
5743
5982
  */
5744
5983
  AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
5745
5984
  }
5985
+ /**
5986
+ * @public
5987
+ */
5746
5988
  export interface CreateModelPackageOutput {
5747
5989
  /**
5748
5990
  * <p>The Amazon Resource Name (ARN) of the new model package.</p>
5749
5991
  */
5750
5992
  ModelPackageArn: string | undefined;
5751
5993
  }
5994
+ /**
5995
+ * @public
5996
+ */
5752
5997
  export interface CreateModelPackageGroupInput {
5753
5998
  /**
5754
5999
  * <p>The name of the model group.</p>
@@ -5765,18 +6010,25 @@ export interface CreateModelPackageGroupInput {
5765
6010
  */
5766
6011
  Tags?: Tag[];
5767
6012
  }
6013
+ /**
6014
+ * @public
6015
+ */
5768
6016
  export interface CreateModelPackageGroupOutput {
5769
6017
  /**
5770
6018
  * <p>The Amazon Resource Name (ARN) of the model group.</p>
5771
6019
  */
5772
6020
  ModelPackageGroupArn: string | undefined;
5773
6021
  }
6022
+ /**
6023
+ * @public
6024
+ */
5774
6025
  export declare enum MonitoringProblemType {
5775
6026
  BINARY_CLASSIFICATION = "BinaryClassification",
5776
6027
  MULTICLASS_CLASSIFICATION = "MulticlassClassification",
5777
6028
  REGRESSION = "Regression"
5778
6029
  }
5779
6030
  /**
6031
+ * @public
5780
6032
  * <p>Container image configuration object for the monitoring job.</p>
5781
6033
  */
5782
6034
  export interface ModelQualityAppSpecification {
@@ -5814,6 +6066,7 @@ export interface ModelQualityAppSpecification {
5814
6066
  Environment?: Record<string, string>;
5815
6067
  }
5816
6068
  /**
6069
+ * @public
5817
6070
  * <p>Configuration for monitoring constraints and monitoring statistics. These baseline
5818
6071
  * resources are compared against the results of the current job from the series of jobs
5819
6072
  * scheduled to collect data periodically.</p>
@@ -5829,6 +6082,7 @@ export interface ModelQualityBaselineConfig {
5829
6082
  ConstraintsResource?: MonitoringConstraintsResource;
5830
6083
  }
5831
6084
  /**
6085
+ * @public
5832
6086
  * <p>The input for the model quality monitoring job. Currently endponts are supported for
5833
6087
  * input for model quality monitoring jobs.</p>
5834
6088
  */
@@ -5846,6 +6100,9 @@ export interface ModelQualityJobInput {
5846
6100
  */
5847
6101
  GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
5848
6102
  }
6103
+ /**
6104
+ * @public
6105
+ */
5849
6106
  export interface CreateModelQualityJobDefinitionRequest {
5850
6107
  /**
5851
6108
  * <p>The name of the monitoring job definition.</p>
@@ -5890,6 +6147,9 @@ export interface CreateModelQualityJobDefinitionRequest {
5890
6147
  */
5891
6148
  Tags?: Tag[];
5892
6149
  }
6150
+ /**
6151
+ * @public
6152
+ */
5893
6153
  export interface CreateModelQualityJobDefinitionResponse {
5894
6154
  /**
5895
6155
  * <p>The Amazon Resource Name (ARN) of the model quality monitoring job.</p>
@@ -5897,6 +6157,7 @@ export interface CreateModelQualityJobDefinitionResponse {
5897
6157
  JobDefinitionArn: string | undefined;
5898
6158
  }
5899
6159
  /**
6160
+ * @public
5900
6161
  * <p>Configuration for monitoring constraints and monitoring statistics. These baseline
5901
6162
  * resources are compared against the results of the current job from the series of jobs
5902
6163
  * scheduled to collect data periodically.</p>
@@ -5918,6 +6179,7 @@ export interface MonitoringBaselineConfig {
5918
6179
  StatisticsResource?: MonitoringStatisticsResource;
5919
6180
  }
5920
6181
  /**
6182
+ * @public
5921
6183
  * <p>Container image configuration object for the monitoring job.</p>
5922
6184
  */
5923
6185
  export interface MonitoringAppSpecification {
@@ -5947,6 +6209,7 @@ export interface MonitoringAppSpecification {
5947
6209
  PostAnalyticsProcessorSourceUri?: string;
5948
6210
  }
5949
6211
  /**
6212
+ * @public
5950
6213
  * <p>The inputs for a monitoring job.</p>
5951
6214
  */
5952
6215
  export interface MonitoringInput {
@@ -5960,6 +6223,7 @@ export interface MonitoringInput {
5960
6223
  BatchTransformInput?: BatchTransformInput;
5961
6224
  }
5962
6225
  /**
6226
+ * @public
5963
6227
  * <p>Networking options for a job, such as network traffic encryption between containers,
5964
6228
  * whether to allow inbound and outbound network calls to and from containers, and the VPC
5965
6229
  * subnets and security groups to use for VPC-enabled jobs.</p>
@@ -5985,6 +6249,7 @@ export interface NetworkConfig {
5985
6249
  VpcConfig?: VpcConfig;
5986
6250
  }
5987
6251
  /**
6252
+ * @public
5988
6253
  * <p>Defines the monitoring job.</p>
5989
6254
  */
5990
6255
  export interface MonitoringJobDefinition {
@@ -6030,6 +6295,9 @@ export interface MonitoringJobDefinition {
6030
6295
  */
6031
6296
  RoleArn: string | undefined;
6032
6297
  }
6298
+ /**
6299
+ * @public
6300
+ */
6033
6301
  export declare enum MonitoringType {
6034
6302
  DATA_QUALITY = "DataQuality",
6035
6303
  MODEL_BIAS = "ModelBias",
@@ -6037,6 +6305,7 @@ export declare enum MonitoringType {
6037
6305
  MODEL_QUALITY = "ModelQuality"
6038
6306
  }
6039
6307
  /**
6308
+ * @public
6040
6309
  * <p>Configuration details about the monitoring schedule.</p>
6041
6310
  */
6042
6311
  export interface ScheduleConfig {
@@ -6100,6 +6369,7 @@ export interface ScheduleConfig {
6100
6369
  ScheduleExpression: string | undefined;
6101
6370
  }
6102
6371
  /**
6372
+ * @public
6103
6373
  * <p>Configures the monitoring schedule and defines the monitoring job.</p>
6104
6374
  */
6105
6375
  export interface MonitoringScheduleConfig {
@@ -6120,6 +6390,9 @@ export interface MonitoringScheduleConfig {
6120
6390
  */
6121
6391
  MonitoringType?: MonitoringType | string;
6122
6392
  }
6393
+ /**
6394
+ * @public
6395
+ */
6123
6396
  export interface CreateMonitoringScheduleRequest {
6124
6397
  /**
6125
6398
  * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within
@@ -6137,12 +6410,18 @@ export interface CreateMonitoringScheduleRequest {
6137
6410
  */
6138
6411
  Tags?: Tag[];
6139
6412
  }
6413
+ /**
6414
+ * @public
6415
+ */
6140
6416
  export interface CreateMonitoringScheduleResponse {
6141
6417
  /**
6142
6418
  * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
6143
6419
  */
6144
6420
  MonitoringScheduleArn: string | undefined;
6145
6421
  }
6422
+ /**
6423
+ * @public
6424
+ */
6146
6425
  export declare enum NotebookInstanceAcceleratorType {
6147
6426
  ML_EIA1_LARGE = "ml.eia1.large",
6148
6427
  ML_EIA1_MEDIUM = "ml.eia1.medium",
@@ -6151,11 +6430,15 @@ export declare enum NotebookInstanceAcceleratorType {
6151
6430
  ML_EIA2_MEDIUM = "ml.eia2.medium",
6152
6431
  ML_EIA2_XLARGE = "ml.eia2.xlarge"
6153
6432
  }
6433
+ /**
6434
+ * @public
6435
+ */
6154
6436
  export declare enum DirectInternetAccess {
6155
6437
  DISABLED = "Disabled",
6156
6438
  ENABLED = "Enabled"
6157
6439
  }
6158
6440
  /**
6441
+ * @public
6159
6442
  * <p>Information on the IMDS configuration of the notebook instance</p>
6160
6443
  */
6161
6444
  export interface InstanceMetadataServiceConfiguration {
@@ -6164,10 +6447,16 @@ export interface InstanceMetadataServiceConfiguration {
6164
6447
  */
6165
6448
  MinimumInstanceMetadataServiceVersion: string | undefined;
6166
6449
  }
6450
+ /**
6451
+ * @public
6452
+ */
6167
6453
  export declare enum RootAccess {
6168
6454
  DISABLED = "Disabled",
6169
6455
  ENABLED = "Enabled"
6170
6456
  }
6457
+ /**
6458
+ * @public
6459
+ */
6171
6460
  export interface CreateNotebookInstanceInput {
6172
6461
  /**
6173
6462
  * <p>The name of the new notebook instance.</p>
@@ -6278,6 +6567,9 @@ export interface CreateNotebookInstanceInput {
6278
6567
  */
6279
6568
  InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
6280
6569
  }
6570
+ /**
6571
+ * @public
6572
+ */
6281
6573
  export interface CreateNotebookInstanceOutput {
6282
6574
  /**
6283
6575
  * <p>The Amazon Resource Name (ARN) of the notebook instance. </p>
@@ -6285,6 +6577,7 @@ export interface CreateNotebookInstanceOutput {
6285
6577
  NotebookInstanceArn?: string;
6286
6578
  }
6287
6579
  /**
6580
+ * @public
6288
6581
  * <p>Contains the notebook instance lifecycle configuration script.</p>
6289
6582
  * <p>Each lifecycle configuration script has a limit of 16384 characters.</p>
6290
6583
  * <p>The value of the <code>$PATH</code> environment variable that is available to both
@@ -6305,6 +6598,9 @@ export interface NotebookInstanceLifecycleHook {
6305
6598
  */
6306
6599
  Content?: string;
6307
6600
  }
6601
+ /**
6602
+ * @public
6603
+ */
6308
6604
  export interface CreateNotebookInstanceLifecycleConfigInput {
6309
6605
  /**
6310
6606
  * <p>The name of the lifecycle configuration.</p>
@@ -6321,6 +6617,9 @@ export interface CreateNotebookInstanceLifecycleConfigInput {
6321
6617
  */
6322
6618
  OnStart?: NotebookInstanceLifecycleHook[];
6323
6619
  }
6620
+ /**
6621
+ * @public
6622
+ */
6324
6623
  export interface CreateNotebookInstanceLifecycleConfigOutput {
6325
6624
  /**
6326
6625
  * <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
@@ -6328,6 +6627,7 @@ export interface CreateNotebookInstanceLifecycleConfigOutput {
6328
6627
  NotebookInstanceLifecycleConfigArn?: string;
6329
6628
  }
6330
6629
  /**
6630
+ * @public
6331
6631
  * <p>Configuration that controls the parallelism of the pipeline.
6332
6632
  * By default, the parallelism configuration specified applies to all
6333
6633
  * executions of the pipeline unless overridden.</p>
@@ -6339,6 +6639,7 @@ export interface ParallelismConfiguration {
6339
6639
  MaxParallelExecutionSteps: number | undefined;
6340
6640
  }
6341
6641
  /**
6642
+ * @public
6342
6643
  * <p>The location of the pipeline definition stored in Amazon S3.</p>
6343
6644
  */
6344
6645
  export interface PipelineDefinitionS3Location {
@@ -6357,6 +6658,9 @@ export interface PipelineDefinitionS3Location {
6357
6658
  */
6358
6659
  VersionId?: string;
6359
6660
  }
6661
+ /**
6662
+ * @public
6663
+ */
6360
6664
  export interface CreatePipelineRequest {
6361
6665
  /**
6362
6666
  * <p>The name of the pipeline.</p>
@@ -6398,12 +6702,18 @@ export interface CreatePipelineRequest {
6398
6702
  */
6399
6703
  ParallelismConfiguration?: ParallelismConfiguration;
6400
6704
  }
6705
+ /**
6706
+ * @public
6707
+ */
6401
6708
  export interface CreatePipelineResponse {
6402
6709
  /**
6403
6710
  * <p>The Amazon Resource Name (ARN) of the created pipeline.</p>
6404
6711
  */
6405
6712
  PipelineArn?: string;
6406
6713
  }
6714
+ /**
6715
+ * @public
6716
+ */
6407
6717
  export interface CreatePresignedDomainUrlRequest {
6408
6718
  /**
6409
6719
  * <p>The domain ID.</p>
@@ -6427,12 +6737,18 @@ export interface CreatePresignedDomainUrlRequest {
6427
6737
  */
6428
6738
  SpaceName?: string;
6429
6739
  }
6740
+ /**
6741
+ * @public
6742
+ */
6430
6743
  export interface CreatePresignedDomainUrlResponse {
6431
6744
  /**
6432
6745
  * <p>The presigned URL.</p>
6433
6746
  */
6434
6747
  AuthorizedUrl?: string;
6435
6748
  }
6749
+ /**
6750
+ * @public
6751
+ */
6436
6752
  export interface CreatePresignedNotebookInstanceUrlInput {
6437
6753
  /**
6438
6754
  * <p>The name of the notebook instance.</p>
@@ -6443,6 +6759,9 @@ export interface CreatePresignedNotebookInstanceUrlInput {
6443
6759
  */
6444
6760
  SessionExpirationDurationInSeconds?: number;
6445
6761
  }
6762
+ /**
6763
+ * @public
6764
+ */
6446
6765
  export interface CreatePresignedNotebookInstanceUrlOutput {
6447
6766
  /**
6448
6767
  * <p>A JSON object that contains the URL string. </p>
@@ -6450,6 +6769,7 @@ export interface CreatePresignedNotebookInstanceUrlOutput {
6450
6769
  AuthorizedUrl?: string;
6451
6770
  }
6452
6771
  /**
6772
+ * @public
6453
6773
  * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
6454
6774
  * you call the following APIs:</p>
6455
6775
  * <ul>
@@ -6490,14 +6810,23 @@ export interface ExperimentConfig {
6490
6810
  */
6491
6811
  RunName?: string;
6492
6812
  }
6813
+ /**
6814
+ * @public
6815
+ */
6493
6816
  export declare enum DataDistributionType {
6494
6817
  FULLYREPLICATED = "FullyReplicated",
6495
6818
  SHARDEDBYS3KEY = "ShardedByS3Key"
6496
6819
  }
6820
+ /**
6821
+ * @public
6822
+ */
6497
6823
  export declare enum InputMode {
6498
6824
  FILE = "File",
6499
6825
  PIPE = "Pipe"
6500
6826
  }
6827
+ /**
6828
+ * @public
6829
+ */
6501
6830
  export declare enum RedshiftResultCompressionType {
6502
6831
  BZIP2 = "BZIP2",
6503
6832
  GZIP = "GZIP",
@@ -6505,11 +6834,15 @@ export declare enum RedshiftResultCompressionType {
6505
6834
  SNAPPY = "SNAPPY",
6506
6835
  ZSTD = "ZSTD"
6507
6836
  }
6837
+ /**
6838
+ * @public
6839
+ */
6508
6840
  export declare enum RedshiftResultFormat {
6509
6841
  CSV = "CSV",
6510
6842
  PARQUET = "PARQUET"
6511
6843
  }
6512
6844
  /**
6845
+ * @public
6513
6846
  * <p>Configuration for Redshift Dataset Definition input.</p>
6514
6847
  */
6515
6848
  export interface RedshiftDatasetDefinition {
@@ -6552,6 +6885,7 @@ export interface RedshiftDatasetDefinition {
6552
6885
  OutputCompression?: RedshiftResultCompressionType | string;
6553
6886
  }
6554
6887
  /**
6888
+ * @public
6555
6889
  * <p>Configuration for Dataset Definition inputs. The Dataset Definition input must specify
6556
6890
  * exactly one of either <code>AthenaDatasetDefinition</code> or <code>RedshiftDatasetDefinition</code>
6557
6891
  * types.</p>
@@ -6585,15 +6919,22 @@ export interface DatasetDefinition {
6585
6919
  */
6586
6920
  InputMode?: InputMode | string;
6587
6921
  }
6922
+ /**
6923
+ * @public
6924
+ */
6588
6925
  export declare enum ProcessingS3CompressionType {
6589
6926
  GZIP = "Gzip",
6590
6927
  NONE = "None"
6591
6928
  }
6929
+ /**
6930
+ * @public
6931
+ */
6592
6932
  export declare enum ProcessingS3DataType {
6593
6933
  MANIFEST_FILE = "ManifestFile",
6594
6934
  S3_PREFIX = "S3Prefix"
6595
6935
  }
6596
6936
  /**
6937
+ * @public
6597
6938
  * <p>Configuration for downloading input data from Amazon S3 into the processing container.</p>
6598
6939
  */
6599
6940
  export interface ProcessingS3Input {
@@ -6640,6 +6981,7 @@ export interface ProcessingS3Input {
6640
6981
  S3CompressionType?: ProcessingS3CompressionType | string;
6641
6982
  }
6642
6983
  /**
6984
+ * @public
6643
6985
  * <p>The inputs for a processing job. The processing input must specify exactly one of either
6644
6986
  * <code>S3Input</code> or <code>DatasetDefinition</code> types.</p>
6645
6987
  */
@@ -6663,6 +7005,7 @@ export interface ProcessingInput {
6663
7005
  DatasetDefinition?: DatasetDefinition;
6664
7006
  }
6665
7007
  /**
7008
+ * @public
6666
7009
  * <p>Configuration for processing job outputs in Amazon SageMaker Feature Store.</p>
6667
7010
  */
6668
7011
  export interface ProcessingFeatureStoreOutput {
@@ -6673,6 +7016,7 @@ export interface ProcessingFeatureStoreOutput {
6673
7016
  FeatureGroupName: string | undefined;
6674
7017
  }
6675
7018
  /**
7019
+ * @public
6676
7020
  * <p>Configuration for uploading output data to Amazon S3 from the processing container.</p>
6677
7021
  */
6678
7022
  export interface ProcessingS3Output {
@@ -6695,6 +7039,7 @@ export interface ProcessingS3Output {
6695
7039
  S3UploadMode: ProcessingS3UploadMode | string | undefined;
6696
7040
  }
6697
7041
  /**
7042
+ * @public
6698
7043
  * <p>Describes the results of a processing job. The processing output must specify exactly one of
6699
7044
  * either <code>S3Output</code> or <code>FeatureStoreOutput</code> types.</p>
6700
7045
  */
@@ -6720,6 +7065,7 @@ export interface ProcessingOutput {
6720
7065
  AppManaged?: boolean;
6721
7066
  }
6722
7067
  /**
7068
+ * @public
6723
7069
  * <p>Configuration for uploading output from the processing container.</p>
6724
7070
  */
6725
7071
  export interface ProcessingOutputConfig {
@@ -6736,6 +7082,7 @@ export interface ProcessingOutputConfig {
6736
7082
  KmsKeyId?: string;
6737
7083
  }
6738
7084
  /**
7085
+ * @public
6739
7086
  * <p>Configuration for the cluster used to run a processing job.</p>
6740
7087
  */
6741
7088
  export interface ProcessingClusterConfig {
@@ -6779,6 +7126,7 @@ export interface ProcessingClusterConfig {
6779
7126
  VolumeKmsKeyId?: string;
6780
7127
  }
6781
7128
  /**
7129
+ * @public
6782
7130
  * <p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a
6783
7131
  * processing job. In distributed training, you specify more than one instance.</p>
6784
7132
  */
@@ -6790,6 +7138,7 @@ export interface ProcessingResources {
6790
7138
  ClusterConfig: ProcessingClusterConfig | undefined;
6791
7139
  }
6792
7140
  /**
7141
+ * @public
6793
7142
  * <p>Configures conditions under which the processing job should be stopped, such as how long
6794
7143
  * the processing job has been running. After the condition is met, the processing job is stopped.</p>
6795
7144
  */
@@ -6799,6 +7148,9 @@ export interface ProcessingStoppingCondition {
6799
7148
  */
6800
7149
  MaxRuntimeInSeconds: number | undefined;
6801
7150
  }
7151
+ /**
7152
+ * @public
7153
+ */
6802
7154
  export interface CreateProcessingJobRequest {
6803
7155
  /**
6804
7156
  * <p>An array of inputs configuring the data to download into the
@@ -6871,6 +7223,9 @@ export interface CreateProcessingJobRequest {
6871
7223
  */
6872
7224
  ExperimentConfig?: ExperimentConfig;
6873
7225
  }
7226
+ /**
7227
+ * @public
7228
+ */
6874
7229
  export interface CreateProcessingJobResponse {
6875
7230
  /**
6876
7231
  * <p>The Amazon Resource Name (ARN) of the processing job.</p>
@@ -6878,6 +7233,7 @@ export interface CreateProcessingJobResponse {
6878
7233
  ProcessingJobArn: string | undefined;
6879
7234
  }
6880
7235
  /**
7236
+ * @public
6881
7237
  * <p>A key value pair used when you provision a project as a service catalog product. For
6882
7238
  * information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
6883
7239
  * Catalog</a>.</p>
@@ -6893,6 +7249,7 @@ export interface ProvisioningParameter {
6893
7249
  Value?: string;
6894
7250
  }
6895
7251
  /**
7252
+ * @public
6896
7253
  * <p>Details that you specify to provision a service catalog product. For information about
6897
7254
  * service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
6898
7255
  * Catalog</a>.</p>
@@ -6915,6 +7272,9 @@ export interface ServiceCatalogProvisioningDetails {
6915
7272
  */
6916
7273
  ProvisioningParameters?: ProvisioningParameter[];
6917
7274
  }
7275
+ /**
7276
+ * @public
7277
+ */
6918
7278
  export interface CreateProjectInput {
6919
7279
  /**
6920
7280
  * <p>The name of the project.</p>
@@ -6937,6 +7297,9 @@ export interface CreateProjectInput {
6937
7297
  */
6938
7298
  Tags?: Tag[];
6939
7299
  }
7300
+ /**
7301
+ * @public
7302
+ */
6940
7303
  export interface CreateProjectOutput {
6941
7304
  /**
6942
7305
  * <p>The Amazon Resource Name (ARN) of the project.</p>
@@ -6948,6 +7311,7 @@ export interface CreateProjectOutput {
6948
7311
  ProjectId: string | undefined;
6949
7312
  }
6950
7313
  /**
7314
+ * @public
6951
7315
  * <p>A collection of space settings.</p>
6952
7316
  */
6953
7317
  export interface SpaceSettings {
@@ -6960,6 +7324,9 @@ export interface SpaceSettings {
6960
7324
  */
6961
7325
  KernelGatewayAppSettings?: KernelGatewayAppSettings;
6962
7326
  }
7327
+ /**
7328
+ * @public
7329
+ */
6963
7330
  export interface CreateSpaceRequest {
6964
7331
  /**
6965
7332
  * <p>The ID of the associated Domain.</p>
@@ -6980,16 +7347,25 @@ export interface CreateSpaceRequest {
6980
7347
  */
6981
7348
  SpaceSettings?: SpaceSettings;
6982
7349
  }
7350
+ /**
7351
+ * @public
7352
+ */
6983
7353
  export interface CreateSpaceResponse {
6984
7354
  /**
6985
7355
  * <p>The space's Amazon Resource Name (ARN).</p>
6986
7356
  */
6987
7357
  SpaceArn?: string;
6988
7358
  }
7359
+ /**
7360
+ * @public
7361
+ */
6989
7362
  export declare enum StudioLifecycleConfigAppType {
6990
7363
  JupyterServer = "JupyterServer",
6991
7364
  KernelGateway = "KernelGateway"
6992
7365
  }
7366
+ /**
7367
+ * @public
7368
+ */
6993
7369
  export interface CreateStudioLifecycleConfigRequest {
6994
7370
  /**
6995
7371
  * <p>The name of the Studio Lifecycle Configuration to create.</p>
@@ -7008,6 +7384,9 @@ export interface CreateStudioLifecycleConfigRequest {
7008
7384
  */
7009
7385
  Tags?: Tag[];
7010
7386
  }
7387
+ /**
7388
+ * @public
7389
+ */
7011
7390
  export interface CreateStudioLifecycleConfigResponse {
7012
7391
  /**
7013
7392
  * <p>The ARN of your created Lifecycle Configuration.</p>
@@ -7015,6 +7394,7 @@ export interface CreateStudioLifecycleConfigResponse {
7015
7394
  StudioLifecycleConfigArn?: string;
7016
7395
  }
7017
7396
  /**
7397
+ * @public
7018
7398
  * <p>Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and
7019
7399
  * storage paths. To learn more about
7020
7400
  * how to configure the <code>DebugHookConfig</code> parameter,
@@ -7043,6 +7423,7 @@ export interface DebugHookConfig {
7043
7423
  CollectionConfigurations?: CollectionConfiguration[];
7044
7424
  }
7045
7425
  /**
7426
+ * @public
7046
7427
  * <p>Configuration information for SageMaker Debugger rules for debugging. To learn more about
7047
7428
  * how to configure the <code>DebugRuleConfiguration</code> parameter,
7048
7429
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
@@ -7080,6 +7461,7 @@ export interface DebugRuleConfiguration {
7080
7461
  RuleParameters?: Record<string, string>;
7081
7462
  }
7082
7463
  /**
7464
+ * @public
7083
7465
  * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
7084
7466
  * storage paths.</p>
7085
7467
  */
@@ -7108,6 +7490,7 @@ export interface ProfilerConfig {
7108
7490
  DisableProfiler?: boolean;
7109
7491
  }
7110
7492
  /**
7493
+ * @public
7111
7494
  * <p>Configuration information for profiling rules.</p>
7112
7495
  */
7113
7496
  export interface ProfilerRuleConfiguration {
@@ -7141,6 +7524,7 @@ export interface ProfilerRuleConfiguration {
7141
7524
  RuleParameters?: Record<string, string>;
7142
7525
  }
7143
7526
  /**
7527
+ * @public
7144
7528
  * <p>Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.</p>
7145
7529
  */
7146
7530
  export interface TensorBoardOutputConfig {
@@ -7154,6 +7538,9 @@ export interface TensorBoardOutputConfig {
7154
7538
  */
7155
7539
  S3OutputPath: string | undefined;
7156
7540
  }
7541
+ /**
7542
+ * @public
7543
+ */
7157
7544
  export interface CreateTrainingJobRequest {
7158
7545
  /**
7159
7546
  * <p>The name of the training job. The name must be unique within an Amazon Web Services
@@ -7339,17 +7726,24 @@ export interface CreateTrainingJobRequest {
7339
7726
  */
7340
7727
  RetryStrategy?: RetryStrategy;
7341
7728
  }
7729
+ /**
7730
+ * @public
7731
+ */
7342
7732
  export interface CreateTrainingJobResponse {
7343
7733
  /**
7344
7734
  * <p>The Amazon Resource Name (ARN) of the training job.</p>
7345
7735
  */
7346
7736
  TrainingJobArn: string | undefined;
7347
7737
  }
7738
+ /**
7739
+ * @public
7740
+ */
7348
7741
  export declare enum JoinSource {
7349
7742
  INPUT = "Input",
7350
7743
  NONE = "None"
7351
7744
  }
7352
7745
  /**
7746
+ * @public
7353
7747
  * <p>The data structure used to specify the data to be used for inference in a batch
7354
7748
  * transform job and to associate the data that is relevant to the prediction results in
7355
7749
  * the output. The input filter provided allows you to exclude input data that is not
@@ -7402,6 +7796,7 @@ export interface DataProcessing {
7402
7796
  JoinSource?: JoinSource | string;
7403
7797
  }
7404
7798
  /**
7799
+ * @public
7405
7800
  * <p>Configures the timeout and maximum number of retries for processing a transform job
7406
7801
  * invocation.</p>
7407
7802
  */
@@ -7417,6 +7812,9 @@ export interface ModelClientConfig {
7417
7812
  */
7418
7813
  InvocationsMaxRetries?: number;
7419
7814
  }
7815
+ /**
7816
+ * @public
7817
+ */
7420
7818
  export interface CreateTransformJobRequest {
7421
7819
  /**
7422
7820
  * <p>The name of the transform job. The name must be unique within an Amazon Web Services Region in an
@@ -7544,12 +7942,18 @@ export interface CreateTransformJobRequest {
7544
7942
  */
7545
7943
  ExperimentConfig?: ExperimentConfig;
7546
7944
  }
7945
+ /**
7946
+ * @public
7947
+ */
7547
7948
  export interface CreateTransformJobResponse {
7548
7949
  /**
7549
7950
  * <p>The Amazon Resource Name (ARN) of the transform job.</p>
7550
7951
  */
7551
7952
  TransformJobArn: string | undefined;
7552
7953
  }
7954
+ /**
7955
+ * @public
7956
+ */
7553
7957
  export interface CreateTrialRequest {
7554
7958
  /**
7555
7959
  * <p>The name of the trial. The name must be unique in your Amazon Web Services account and is not
@@ -7575,6 +7979,9 @@ export interface CreateTrialRequest {
7575
7979
  */
7576
7980
  Tags?: Tag[];
7577
7981
  }
7982
+ /**
7983
+ * @public
7984
+ */
7578
7985
  export interface CreateTrialResponse {
7579
7986
  /**
7580
7987
  * <p>The Amazon Resource Name (ARN) of the trial.</p>
@@ -7582,6 +7989,7 @@ export interface CreateTrialResponse {
7582
7989
  TrialArn?: string;
7583
7990
  }
7584
7991
  /**
7992
+ * @public
7585
7993
  * <p>Represents an input or output artifact of a trial component. You specify
7586
7994
  * <code>TrialComponentArtifact</code> as part of the <code>InputArtifacts</code> and
7587
7995
  * <code>OutputArtifacts</code> parameters in the <a>CreateTrialComponent</a>
@@ -7603,11 +8011,15 @@ export interface TrialComponentArtifact {
7603
8011
  Value: string | undefined;
7604
8012
  }
7605
8013
  /**
8014
+ * @public
7606
8015
  * <p>The value of a hyperparameter. Only one of <code>NumberValue</code> or
7607
8016
  * <code>StringValue</code> can be specified.</p>
7608
8017
  * <p>This object is specified in the <a>CreateTrialComponent</a> request.</p>
7609
8018
  */
7610
8019
  export type TrialComponentParameterValue = TrialComponentParameterValue.NumberValueMember | TrialComponentParameterValue.StringValueMember | TrialComponentParameterValue.$UnknownMember;
8020
+ /**
8021
+ * @public
8022
+ */
7611
8023
  export declare namespace TrialComponentParameterValue {
7612
8024
  /**
7613
8025
  * <p>The string value of a categorical hyperparameter. If you specify a value for this
@@ -7639,6 +8051,9 @@ export declare namespace TrialComponentParameterValue {
7639
8051
  }
7640
8052
  const visit: <T>(value: TrialComponentParameterValue, visitor: Visitor<T>) => T;
7641
8053
  }
8054
+ /**
8055
+ * @public
8056
+ */
7642
8057
  export declare enum TrialComponentPrimaryStatus {
7643
8058
  COMPLETED = "Completed",
7644
8059
  FAILED = "Failed",
@@ -7647,6 +8062,7 @@ export declare enum TrialComponentPrimaryStatus {
7647
8062
  STOPPING = "Stopping"
7648
8063
  }
7649
8064
  /**
8065
+ * @public
7650
8066
  * <p>The status of the trial component.</p>
7651
8067
  */
7652
8068
  export interface TrialComponentStatus {
@@ -7659,6 +8075,9 @@ export interface TrialComponentStatus {
7659
8075
  */
7660
8076
  Message?: string;
7661
8077
  }
8078
+ /**
8079
+ * @public
8080
+ */
7662
8081
  export interface CreateTrialComponentRequest {
7663
8082
  /**
7664
8083
  * <p>The name of the component. The name must be unique in your Amazon Web Services account and is not
@@ -7718,12 +8137,18 @@ export interface CreateTrialComponentRequest {
7718
8137
  */
7719
8138
  Tags?: Tag[];
7720
8139
  }
8140
+ /**
8141
+ * @public
8142
+ */
7721
8143
  export interface CreateTrialComponentResponse {
7722
8144
  /**
7723
8145
  * <p>The Amazon Resource Name (ARN) of the trial component.</p>
7724
8146
  */
7725
8147
  TrialComponentArn?: string;
7726
8148
  }
8149
+ /**
8150
+ * @public
8151
+ */
7727
8152
  export interface CreateUserProfileRequest {
7728
8153
  /**
7729
8154
  * <p>The ID of the associated Domain.</p>
@@ -7757,6 +8182,9 @@ export interface CreateUserProfileRequest {
7757
8182
  */
7758
8183
  UserSettings?: UserSettings;
7759
8184
  }
8185
+ /**
8186
+ * @public
8187
+ */
7760
8188
  export interface CreateUserProfileResponse {
7761
8189
  /**
7762
8190
  * <p>The user profile Amazon Resource Name (ARN).</p>
@@ -7764,6 +8192,7 @@ export interface CreateUserProfileResponse {
7764
8192
  UserProfileArn?: string;
7765
8193
  }
7766
8194
  /**
8195
+ * @public
7767
8196
  * <p>Use this parameter to configure your OIDC Identity Provider (IdP).</p>
7768
8197
  */
7769
8198
  export interface OidcConfig {
@@ -7801,6 +8230,7 @@ export interface OidcConfig {
7801
8230
  JwksUri: string | undefined;
7802
8231
  }
7803
8232
  /**
8233
+ * @public
7804
8234
  * <p>A list of IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Used to create an allow
7805
8235
  * list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an
7806
8236
  * IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
@@ -7817,6 +8247,7 @@ export interface SourceIpConfig {
7817
8247
  Cidrs: string[] | undefined;
7818
8248
  }
7819
8249
  /**
8250
+ * @public
7820
8251
  * <p>The VPC object you use to create or update a workforce.</p>
7821
8252
  */
7822
8253
  export interface WorkforceVpcConfigRequest {
@@ -7833,6 +8264,9 @@ export interface WorkforceVpcConfigRequest {
7833
8264
  */
7834
8265
  Subnets?: string[];
7835
8266
  }
8267
+ /**
8268
+ * @public
8269
+ */
7836
8270
  export interface CreateWorkforceRequest {
7837
8271
  /**
7838
8272
  * <p>Use this parameter to configure an Amazon Cognito private workforce.
@@ -7870,6 +8304,9 @@ export interface CreateWorkforceRequest {
7870
8304
  */
7871
8305
  WorkforceVpcConfig?: WorkforceVpcConfigRequest;
7872
8306
  }
8307
+ /**
8308
+ * @public
8309
+ */
7873
8310
  export interface CreateWorkforceResponse {
7874
8311
  /**
7875
8312
  * <p>The Amazon Resource Name (ARN) of the workforce.</p>
@@ -7877,6 +8314,7 @@ export interface CreateWorkforceResponse {
7877
8314
  WorkforceArn: string | undefined;
7878
8315
  }
7879
8316
  /**
8317
+ * @public
7880
8318
  * <p>A list of user groups that exist in your OIDC Identity Provider (IdP).
7881
8319
  * One to ten groups can be used to create a single private work team.
7882
8320
  * When you add a user group to the list of <code>Groups</code>, you can add that user group to one or more
@@ -7892,6 +8330,7 @@ export interface OidcMemberDefinition {
7892
8330
  Groups: string[] | undefined;
7893
8331
  }
7894
8332
  /**
8333
+ * @public
7895
8334
  * <p>Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.</p>
7896
8335
  */
7897
8336
  export interface MemberDefinition {
@@ -7909,6 +8348,7 @@ export interface MemberDefinition {
7909
8348
  OidcMemberDefinition?: OidcMemberDefinition;
7910
8349
  }
7911
8350
  /**
8351
+ * @public
7912
8352
  * <p>Configures Amazon SNS notifications of available or expiring work items for work
7913
8353
  * teams.</p>
7914
8354
  */
@@ -7918,6 +8358,9 @@ export interface NotificationConfiguration {
7918
8358
  */
7919
8359
  NotificationTopicArn?: string;
7920
8360
  }
8361
+ /**
8362
+ * @public
8363
+ */
7921
8364
  export interface CreateWorkteamRequest {
7922
8365
  /**
7923
8366
  * <p>The name of the work team. Use this name to identify the work team.</p>
@@ -7964,6 +8407,9 @@ export interface CreateWorkteamRequest {
7964
8407
  */
7965
8408
  Tags?: Tag[];
7966
8409
  }
8410
+ /**
8411
+ * @public
8412
+ */
7967
8413
  export interface CreateWorkteamResponse {
7968
8414
  /**
7969
8415
  * <p>The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the
@@ -7972,6 +8418,7 @@ export interface CreateWorkteamResponse {
7972
8418
  WorkteamArn?: string;
7973
8419
  }
7974
8420
  /**
8421
+ * @public
7975
8422
  * <p>The currently active data capture configuration used by your Endpoint.</p>
7976
8423
  */
7977
8424
  export interface DataCaptureConfigSummary {
@@ -7996,6 +8443,9 @@ export interface DataCaptureConfigSummary {
7996
8443
  */
7997
8444
  KmsKeyId: string | undefined;
7998
8445
  }
8446
+ /**
8447
+ * @public
8448
+ */
7999
8449
  export declare enum RuleEvaluationStatus {
8000
8450
  ERROR = "Error",
8001
8451
  IN_PROGRESS = "InProgress",
@@ -8005,6 +8455,7 @@ export declare enum RuleEvaluationStatus {
8005
8455
  STOPPING = "Stopping"
8006
8456
  }
8007
8457
  /**
8458
+ * @public
8008
8459
  * <p>Information about the status of the rule evaluation.</p>
8009
8460
  */
8010
8461
  export interface DebugRuleEvaluationStatus {
@@ -8029,24 +8480,36 @@ export interface DebugRuleEvaluationStatus {
8029
8480
  */
8030
8481
  LastModifiedTime?: Date;
8031
8482
  }
8483
+ /**
8484
+ * @public
8485
+ */
8032
8486
  export interface DeleteActionRequest {
8033
8487
  /**
8034
8488
  * <p>The name of the action to delete.</p>
8035
8489
  */
8036
8490
  ActionName: string | undefined;
8037
8491
  }
8492
+ /**
8493
+ * @public
8494
+ */
8038
8495
  export interface DeleteActionResponse {
8039
8496
  /**
8040
8497
  * <p>The Amazon Resource Name (ARN) of the action.</p>
8041
8498
  */
8042
8499
  ActionArn?: string;
8043
8500
  }
8501
+ /**
8502
+ * @public
8503
+ */
8044
8504
  export interface DeleteAlgorithmInput {
8045
8505
  /**
8046
8506
  * <p>The name of the algorithm to delete.</p>
8047
8507
  */
8048
8508
  AlgorithmName: string | undefined;
8049
8509
  }
8510
+ /**
8511
+ * @public
8512
+ */
8050
8513
  export interface DeleteAppRequest {
8051
8514
  /**
8052
8515
  * <p>The domain ID.</p>
@@ -8069,12 +8532,18 @@ export interface DeleteAppRequest {
8069
8532
  */
8070
8533
  SpaceName?: string;
8071
8534
  }
8535
+ /**
8536
+ * @public
8537
+ */
8072
8538
  export interface DeleteAppImageConfigRequest {
8073
8539
  /**
8074
8540
  * <p>The name of the AppImageConfig to delete.</p>
8075
8541
  */
8076
8542
  AppImageConfigName: string | undefined;
8077
8543
  }
8544
+ /**
8545
+ * @public
8546
+ */
8078
8547
  export interface DeleteArtifactRequest {
8079
8548
  /**
8080
8549
  * <p>The Amazon Resource Name (ARN) of the artifact to delete.</p>
@@ -8085,12 +8554,18 @@ export interface DeleteArtifactRequest {
8085
8554
  */
8086
8555
  Source?: ArtifactSource;
8087
8556
  }
8557
+ /**
8558
+ * @public
8559
+ */
8088
8560
  export interface DeleteArtifactResponse {
8089
8561
  /**
8090
8562
  * <p>The Amazon Resource Name (ARN) of the artifact.</p>
8091
8563
  */
8092
8564
  ArtifactArn?: string;
8093
8565
  }
8566
+ /**
8567
+ * @public
8568
+ */
8094
8569
  export interface DeleteAssociationRequest {
8095
8570
  /**
8096
8571
  * <p>The ARN of the source.</p>
@@ -8101,6 +8576,9 @@ export interface DeleteAssociationRequest {
8101
8576
  */
8102
8577
  DestinationArn: string | undefined;
8103
8578
  }
8579
+ /**
8580
+ * @public
8581
+ */
8104
8582
  export interface DeleteAssociationResponse {
8105
8583
  /**
8106
8584
  * <p>The ARN of the source.</p>
@@ -8111,41 +8589,60 @@ export interface DeleteAssociationResponse {
8111
8589
  */
8112
8590
  DestinationArn?: string;
8113
8591
  }
8592
+ /**
8593
+ * @public
8594
+ */
8114
8595
  export interface DeleteCodeRepositoryInput {
8115
8596
  /**
8116
8597
  * <p>The name of the Git repository to delete.</p>
8117
8598
  */
8118
8599
  CodeRepositoryName: string | undefined;
8119
8600
  }
8601
+ /**
8602
+ * @public
8603
+ */
8120
8604
  export interface DeleteContextRequest {
8121
8605
  /**
8122
8606
  * <p>The name of the context to delete.</p>
8123
8607
  */
8124
8608
  ContextName: string | undefined;
8125
8609
  }
8610
+ /**
8611
+ * @public
8612
+ */
8126
8613
  export interface DeleteContextResponse {
8127
8614
  /**
8128
8615
  * <p>The Amazon Resource Name (ARN) of the context.</p>
8129
8616
  */
8130
8617
  ContextArn?: string;
8131
8618
  }
8619
+ /**
8620
+ * @public
8621
+ */
8132
8622
  export interface DeleteDataQualityJobDefinitionRequest {
8133
8623
  /**
8134
8624
  * <p>The name of the data quality monitoring job definition to delete.</p>
8135
8625
  */
8136
8626
  JobDefinitionName: string | undefined;
8137
8627
  }
8628
+ /**
8629
+ * @public
8630
+ */
8138
8631
  export interface DeleteDeviceFleetRequest {
8139
8632
  /**
8140
8633
  * <p>The name of the fleet to delete.</p>
8141
8634
  */
8142
8635
  DeviceFleetName: string | undefined;
8143
8636
  }
8637
+ /**
8638
+ * @public
8639
+ */
8144
8640
  export declare enum RetentionType {
8145
8641
  Delete = "Delete",
8146
8642
  Retain = "Retain"
8147
8643
  }
8148
8644
  /**
8645
+ * @public
8149
8646
  * <p>The retention policy for data stored on an Amazon Elastic File System (EFS) volume.</p>
8150
8647
  */
8151
8648
  export interface RetentionPolicy {
@@ -8155,6 +8652,9 @@ export interface RetentionPolicy {
8155
8652
  */
8156
8653
  HomeEfsFileSystem?: RetentionType | string;
8157
8654
  }
8655
+ /**
8656
+ * @public
8657
+ */
8158
8658
  export interface DeleteDomainRequest {
8159
8659
  /**
8160
8660
  * <p>The domain ID.</p>
@@ -8167,12 +8667,18 @@ export interface DeleteDomainRequest {
8167
8667
  */
8168
8668
  RetentionPolicy?: RetentionPolicy;
8169
8669
  }
8670
+ /**
8671
+ * @public
8672
+ */
8170
8673
  export interface DeleteEdgeDeploymentPlanRequest {
8171
8674
  /**
8172
8675
  * <p>The name of the edge deployment plan to delete.</p>
8173
8676
  */
8174
8677
  EdgeDeploymentPlanName: string | undefined;
8175
8678
  }
8679
+ /**
8680
+ * @public
8681
+ */
8176
8682
  export interface DeleteEdgeDeploymentStageRequest {
8177
8683
  /**
8178
8684
  * <p>The name of the edge deployment plan from which the stage will be deleted.</p>
@@ -8183,30 +8689,45 @@ export interface DeleteEdgeDeploymentStageRequest {
8183
8689
  */
8184
8690
  StageName: string | undefined;
8185
8691
  }
8692
+ /**
8693
+ * @public
8694
+ */
8186
8695
  export interface DeleteEndpointInput {
8187
8696
  /**
8188
8697
  * <p>The name of the endpoint that you want to delete.</p>
8189
8698
  */
8190
8699
  EndpointName: string | undefined;
8191
8700
  }
8701
+ /**
8702
+ * @public
8703
+ */
8192
8704
  export interface DeleteEndpointConfigInput {
8193
8705
  /**
8194
8706
  * <p>The name of the endpoint configuration that you want to delete.</p>
8195
8707
  */
8196
8708
  EndpointConfigName: string | undefined;
8197
8709
  }
8710
+ /**
8711
+ * @public
8712
+ */
8198
8713
  export interface DeleteExperimentRequest {
8199
8714
  /**
8200
8715
  * <p>The name of the experiment to delete.</p>
8201
8716
  */
8202
8717
  ExperimentName: string | undefined;
8203
8718
  }
8719
+ /**
8720
+ * @public
8721
+ */
8204
8722
  export interface DeleteExperimentResponse {
8205
8723
  /**
8206
8724
  * <p>The Amazon Resource Name (ARN) of the experiment that is being deleted.</p>
8207
8725
  */
8208
8726
  ExperimentArn?: string;
8209
8727
  }
8728
+ /**
8729
+ * @public
8730
+ */
8210
8731
  export interface DeleteFeatureGroupRequest {
8211
8732
  /**
8212
8733
  * <p>The name of the <code>FeatureGroup</code> you want to delete. The name must be unique
@@ -8214,24 +8735,39 @@ export interface DeleteFeatureGroupRequest {
8214
8735
  */
8215
8736
  FeatureGroupName: string | undefined;
8216
8737
  }
8738
+ /**
8739
+ * @public
8740
+ */
8217
8741
  export interface DeleteFlowDefinitionRequest {
8218
8742
  /**
8219
8743
  * <p>The name of the flow definition you are deleting.</p>
8220
8744
  */
8221
8745
  FlowDefinitionName: string | undefined;
8222
8746
  }
8747
+ /**
8748
+ * @public
8749
+ */
8223
8750
  export interface DeleteFlowDefinitionResponse {
8224
8751
  }
8752
+ /**
8753
+ * @public
8754
+ */
8225
8755
  export interface DeleteHubRequest {
8226
8756
  /**
8227
8757
  * <p>The name of the hub to delete.</p>
8228
8758
  */
8229
8759
  HubName: string | undefined;
8230
8760
  }
8761
+ /**
8762
+ * @public
8763
+ */
8231
8764
  export declare enum HubContentType {
8232
8765
  MODEL = "Model",
8233
8766
  NOTEBOOK = "Notebook"
8234
8767
  }
8768
+ /**
8769
+ * @public
8770
+ */
8235
8771
  export interface DeleteHubContentRequest {
8236
8772
  /**
8237
8773
  * <p>The name of the hub that you want to delete content in.</p>
@@ -8250,22 +8786,37 @@ export interface DeleteHubContentRequest {
8250
8786
  */
8251
8787
  HubContentVersion: string | undefined;
8252
8788
  }
8789
+ /**
8790
+ * @public
8791
+ */
8253
8792
  export interface DeleteHumanTaskUiRequest {
8254
8793
  /**
8255
8794
  * <p>The name of the human task user interface (work task template) you want to delete.</p>
8256
8795
  */
8257
8796
  HumanTaskUiName: string | undefined;
8258
8797
  }
8798
+ /**
8799
+ * @public
8800
+ */
8259
8801
  export interface DeleteHumanTaskUiResponse {
8260
8802
  }
8803
+ /**
8804
+ * @public
8805
+ */
8261
8806
  export interface DeleteImageRequest {
8262
8807
  /**
8263
8808
  * <p>The name of the image to delete.</p>
8264
8809
  */
8265
8810
  ImageName: string | undefined;
8266
8811
  }
8812
+ /**
8813
+ * @public
8814
+ */
8267
8815
  export interface DeleteImageResponse {
8268
8816
  }
8817
+ /**
8818
+ * @public
8819
+ */
8269
8820
  export interface DeleteImageVersionRequest {
8270
8821
  /**
8271
8822
  * <p>The name of the image to delete.</p>
@@ -8280,44 +8831,68 @@ export interface DeleteImageVersionRequest {
8280
8831
  */
8281
8832
  Alias?: string;
8282
8833
  }
8834
+ /**
8835
+ * @public
8836
+ */
8283
8837
  export interface DeleteImageVersionResponse {
8284
8838
  }
8839
+ /**
8840
+ * @public
8841
+ */
8285
8842
  export interface DeleteInferenceExperimentRequest {
8286
8843
  /**
8287
8844
  * <p>The name of the inference experiment you want to delete.</p>
8288
8845
  */
8289
8846
  Name: string | undefined;
8290
8847
  }
8848
+ /**
8849
+ * @public
8850
+ */
8291
8851
  export interface DeleteInferenceExperimentResponse {
8292
8852
  /**
8293
8853
  * <p>The ARN of the deleted inference experiment.</p>
8294
8854
  */
8295
8855
  InferenceExperimentArn: string | undefined;
8296
8856
  }
8857
+ /**
8858
+ * @public
8859
+ */
8297
8860
  export interface DeleteModelInput {
8298
8861
  /**
8299
8862
  * <p>The name of the model to delete.</p>
8300
8863
  */
8301
8864
  ModelName: string | undefined;
8302
8865
  }
8866
+ /**
8867
+ * @public
8868
+ */
8303
8869
  export interface DeleteModelBiasJobDefinitionRequest {
8304
8870
  /**
8305
8871
  * <p>The name of the model bias job definition to delete.</p>
8306
8872
  */
8307
8873
  JobDefinitionName: string | undefined;
8308
8874
  }
8875
+ /**
8876
+ * @public
8877
+ */
8309
8878
  export interface DeleteModelCardRequest {
8310
8879
  /**
8311
8880
  * <p>The name of the model card to delete.</p>
8312
8881
  */
8313
8882
  ModelCardName: string | undefined;
8314
8883
  }
8884
+ /**
8885
+ * @public
8886
+ */
8315
8887
  export interface DeleteModelExplainabilityJobDefinitionRequest {
8316
8888
  /**
8317
8889
  * <p>The name of the model explainability job definition to delete.</p>
8318
8890
  */
8319
8891
  JobDefinitionName: string | undefined;
8320
8892
  }
8893
+ /**
8894
+ * @public
8895
+ */
8321
8896
  export interface DeleteModelPackageInput {
8322
8897
  /**
8323
8898
  * <p>The name or Amazon Resource Name (ARN) of the model package to delete.</p>
@@ -8326,42 +8901,63 @@ export interface DeleteModelPackageInput {
8326
8901
  */
8327
8902
  ModelPackageName: string | undefined;
8328
8903
  }
8904
+ /**
8905
+ * @public
8906
+ */
8329
8907
  export interface DeleteModelPackageGroupInput {
8330
8908
  /**
8331
8909
  * <p>The name of the model group to delete.</p>
8332
8910
  */
8333
8911
  ModelPackageGroupName: string | undefined;
8334
8912
  }
8913
+ /**
8914
+ * @public
8915
+ */
8335
8916
  export interface DeleteModelPackageGroupPolicyInput {
8336
8917
  /**
8337
8918
  * <p>The name of the model group for which to delete the policy.</p>
8338
8919
  */
8339
8920
  ModelPackageGroupName: string | undefined;
8340
8921
  }
8922
+ /**
8923
+ * @public
8924
+ */
8341
8925
  export interface DeleteModelQualityJobDefinitionRequest {
8342
8926
  /**
8343
8927
  * <p>The name of the model quality monitoring job definition to delete.</p>
8344
8928
  */
8345
8929
  JobDefinitionName: string | undefined;
8346
8930
  }
8931
+ /**
8932
+ * @public
8933
+ */
8347
8934
  export interface DeleteMonitoringScheduleRequest {
8348
8935
  /**
8349
8936
  * <p>The name of the monitoring schedule to delete.</p>
8350
8937
  */
8351
8938
  MonitoringScheduleName: string | undefined;
8352
8939
  }
8940
+ /**
8941
+ * @public
8942
+ */
8353
8943
  export interface DeleteNotebookInstanceInput {
8354
8944
  /**
8355
8945
  * <p>The name of the SageMaker notebook instance to delete.</p>
8356
8946
  */
8357
8947
  NotebookInstanceName: string | undefined;
8358
8948
  }
8949
+ /**
8950
+ * @public
8951
+ */
8359
8952
  export interface DeleteNotebookInstanceLifecycleConfigInput {
8360
8953
  /**
8361
8954
  * <p>The name of the lifecycle configuration to delete.</p>
8362
8955
  */
8363
8956
  NotebookInstanceLifecycleConfigName: string | undefined;
8364
8957
  }
8958
+ /**
8959
+ * @public
8960
+ */
8365
8961
  export interface DeletePipelineRequest {
8366
8962
  /**
8367
8963
  * <p>The name of the pipeline to delete.</p>
@@ -8373,18 +8969,27 @@ export interface DeletePipelineRequest {
8373
8969
  */
8374
8970
  ClientRequestToken?: string;
8375
8971
  }
8972
+ /**
8973
+ * @public
8974
+ */
8376
8975
  export interface DeletePipelineResponse {
8377
8976
  /**
8378
8977
  * <p>The Amazon Resource Name (ARN) of the pipeline to delete.</p>
8379
8978
  */
8380
8979
  PipelineArn?: string;
8381
8980
  }
8981
+ /**
8982
+ * @public
8983
+ */
8382
8984
  export interface DeleteProjectInput {
8383
8985
  /**
8384
8986
  * <p>The name of the project to delete.</p>
8385
8987
  */
8386
8988
  ProjectName: string | undefined;
8387
8989
  }
8990
+ /**
8991
+ * @public
8992
+ */
8388
8993
  export interface DeleteSpaceRequest {
8389
8994
  /**
8390
8995
  * <p>The ID of the associated Domain.</p>
@@ -8395,12 +9000,18 @@ export interface DeleteSpaceRequest {
8395
9000
  */
8396
9001
  SpaceName: string | undefined;
8397
9002
  }
9003
+ /**
9004
+ * @public
9005
+ */
8398
9006
  export interface DeleteStudioLifecycleConfigRequest {
8399
9007
  /**
8400
9008
  * <p>The name of the Studio Lifecycle Configuration to delete.</p>
8401
9009
  */
8402
9010
  StudioLifecycleConfigName: string | undefined;
8403
9011
  }
9012
+ /**
9013
+ * @public
9014
+ */
8404
9015
  export interface DeleteTagsInput {
8405
9016
  /**
8406
9017
  * <p>The Amazon Resource Name (ARN) of the resource whose tags you want to
@@ -8412,32 +9023,50 @@ export interface DeleteTagsInput {
8412
9023
  */
8413
9024
  TagKeys: string[] | undefined;
8414
9025
  }
9026
+ /**
9027
+ * @public
9028
+ */
8415
9029
  export interface DeleteTagsOutput {
8416
9030
  }
9031
+ /**
9032
+ * @public
9033
+ */
8417
9034
  export interface DeleteTrialRequest {
8418
9035
  /**
8419
9036
  * <p>The name of the trial to delete.</p>
8420
9037
  */
8421
9038
  TrialName: string | undefined;
8422
9039
  }
9040
+ /**
9041
+ * @public
9042
+ */
8423
9043
  export interface DeleteTrialResponse {
8424
9044
  /**
8425
9045
  * <p>The Amazon Resource Name (ARN) of the trial that is being deleted.</p>
8426
9046
  */
8427
9047
  TrialArn?: string;
8428
9048
  }
9049
+ /**
9050
+ * @public
9051
+ */
8429
9052
  export interface DeleteTrialComponentRequest {
8430
9053
  /**
8431
9054
  * <p>The name of the component to delete.</p>
8432
9055
  */
8433
9056
  TrialComponentName: string | undefined;
8434
9057
  }
9058
+ /**
9059
+ * @public
9060
+ */
8435
9061
  export interface DeleteTrialComponentResponse {
8436
9062
  /**
8437
9063
  * <p>The Amazon Resource Name (ARN) of the component is being deleted.</p>
8438
9064
  */
8439
9065
  TrialComponentArn?: string;
8440
9066
  }
9067
+ /**
9068
+ * @public
9069
+ */
8441
9070
  export interface DeleteUserProfileRequest {
8442
9071
  /**
8443
9072
  * <p>The domain ID.</p>
@@ -8448,12 +9077,18 @@ export interface DeleteUserProfileRequest {
8448
9077
  */
8449
9078
  UserProfileName: string | undefined;
8450
9079
  }
9080
+ /**
9081
+ * @public
9082
+ */
8451
9083
  export interface DeleteWorkforceRequest {
8452
9084
  /**
8453
9085
  * <p>The name of the workforce.</p>
8454
9086
  */
8455
9087
  WorkforceName: string | undefined;
8456
9088
  }
9089
+ /**
9090
+ * @public
9091
+ */
8457
9092
  export interface DeleteWorkforceResponse {
8458
9093
  }
8459
9094
  /**