@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,11 +1,17 @@
1
1
  import { ActionSource, ActionStatus, ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmSummary, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface DeleteWorkteamRequest {
4
7
  /**
5
8
  * <p>The name of the work team to delete.</p>
6
9
  */
7
10
  WorkteamName: string | undefined;
8
11
  }
12
+ /**
13
+ * @public
14
+ */
9
15
  export interface DeleteWorkteamResponse {
10
16
  /**
11
17
  * <p>Returns <code>true</code> if the work team was successfully deleted; otherwise,
@@ -14,6 +20,7 @@ export interface DeleteWorkteamResponse {
14
20
  Success: boolean | undefined;
15
21
  }
16
22
  /**
23
+ * @public
17
24
  * <p>Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this <a>ProductionVariant</a>.</p>
18
25
  * <p>If you used the <code>registry/repository[:tag]</code> form to specify the image path
19
26
  * of the primary container when you created the model hosted in this
@@ -38,6 +45,9 @@ export interface DeployedImage {
38
45
  */
39
46
  ResolutionTime?: Date;
40
47
  }
48
+ /**
49
+ * @public
50
+ */
41
51
  export declare enum StageStatus {
42
52
  Creating = "CREATING",
43
53
  Deployed = "DEPLOYED",
@@ -49,6 +59,7 @@ export declare enum StageStatus {
49
59
  Stopping = "STOPPING"
50
60
  }
51
61
  /**
62
+ * @public
52
63
  * <p>Contains information summarizing the deployment stage results.</p>
53
64
  */
54
65
  export interface EdgeDeploymentStatus {
@@ -78,6 +89,7 @@ export interface EdgeDeploymentStatus {
78
89
  EdgeDeploymentStageStartTime?: Date;
79
90
  }
80
91
  /**
92
+ * @public
81
93
  * <p>Contains information summarizing the deployment stage results.</p>
82
94
  */
83
95
  export interface DeploymentStageStatusSummary {
@@ -98,6 +110,9 @@ export interface DeploymentStageStatusSummary {
98
110
  */
99
111
  DeploymentStatus: EdgeDeploymentStatus | undefined;
100
112
  }
113
+ /**
114
+ * @public
115
+ */
101
116
  export interface DeregisterDevicesRequest {
102
117
  /**
103
118
  * <p>The name of the fleet the devices belong to.</p>
@@ -108,12 +123,18 @@ export interface DeregisterDevicesRequest {
108
123
  */
109
124
  DeviceNames: string[] | undefined;
110
125
  }
126
+ /**
127
+ * @public
128
+ */
111
129
  export interface DescribeActionRequest {
112
130
  /**
113
131
  * <p>The name of the action to describe.</p>
114
132
  */
115
133
  ActionName: string | undefined;
116
134
  }
135
+ /**
136
+ * @public
137
+ */
117
138
  export interface DescribeActionResponse {
118
139
  /**
119
140
  * <p>The name of the action.</p>
@@ -170,12 +191,18 @@ export interface DescribeActionResponse {
170
191
  */
171
192
  LineageGroupArn?: string;
172
193
  }
194
+ /**
195
+ * @public
196
+ */
173
197
  export interface DescribeAlgorithmInput {
174
198
  /**
175
199
  * <p>The name of the algorithm to describe.</p>
176
200
  */
177
201
  AlgorithmName: string | undefined;
178
202
  }
203
+ /**
204
+ * @public
205
+ */
179
206
  export interface DescribeAlgorithmOutput {
180
207
  /**
181
208
  * <p>The name of the algorithm being described.</p>
@@ -224,6 +251,9 @@ export interface DescribeAlgorithmOutput {
224
251
  */
225
252
  CertifyForMarketplace?: boolean;
226
253
  }
254
+ /**
255
+ * @public
256
+ */
227
257
  export interface DescribeAppRequest {
228
258
  /**
229
259
  * <p>The domain ID.</p>
@@ -246,6 +276,9 @@ export interface DescribeAppRequest {
246
276
  */
247
277
  SpaceName?: string;
248
278
  }
279
+ /**
280
+ * @public
281
+ */
249
282
  export interface DescribeAppResponse {
250
283
  /**
251
284
  * <p>The Amazon Resource Name (ARN) of the app.</p>
@@ -296,12 +329,18 @@ export interface DescribeAppResponse {
296
329
  */
297
330
  SpaceName?: string;
298
331
  }
332
+ /**
333
+ * @public
334
+ */
299
335
  export interface DescribeAppImageConfigRequest {
300
336
  /**
301
337
  * <p>The name of the AppImageConfig to describe.</p>
302
338
  */
303
339
  AppImageConfigName: string | undefined;
304
340
  }
341
+ /**
342
+ * @public
343
+ */
305
344
  export interface DescribeAppImageConfigResponse {
306
345
  /**
307
346
  * <p>The Amazon Resource Name (ARN) of the AppImageConfig.</p>
@@ -324,12 +363,18 @@ export interface DescribeAppImageConfigResponse {
324
363
  */
325
364
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
326
365
  }
366
+ /**
367
+ * @public
368
+ */
327
369
  export interface DescribeArtifactRequest {
328
370
  /**
329
371
  * <p>The Amazon Resource Name (ARN) of the artifact to describe.</p>
330
372
  */
331
373
  ArtifactArn: string | undefined;
332
374
  }
375
+ /**
376
+ * @public
377
+ */
333
378
  export interface DescribeArtifactResponse {
334
379
  /**
335
380
  * <p>The name of the artifact.</p>
@@ -378,6 +423,9 @@ export interface DescribeArtifactResponse {
378
423
  */
379
424
  LineageGroupArn?: string;
380
425
  }
426
+ /**
427
+ * @public
428
+ */
381
429
  export interface DescribeAutoMLJobRequest {
382
430
  /**
383
431
  * <p>Requests information about an AutoML job using its unique name.</p>
@@ -385,6 +433,7 @@ export interface DescribeAutoMLJobRequest {
385
433
  AutoMLJobName: string | undefined;
386
434
  }
387
435
  /**
436
+ * @public
388
437
  * <p>Provides information about the endpoint of the model deployment.</p>
389
438
  */
390
439
  export interface ModelDeployResult {
@@ -397,6 +446,7 @@ export interface ModelDeployResult {
397
446
  EndpointName?: string;
398
447
  }
399
448
  /**
449
+ * @public
400
450
  * <p>The resolved attributes.</p>
401
451
  */
402
452
  export interface ResolvedAttributes {
@@ -414,6 +464,9 @@ export interface ResolvedAttributes {
414
464
  */
415
465
  CompletionCriteria?: AutoMLJobCompletionCriteria;
416
466
  }
467
+ /**
468
+ * @public
469
+ */
417
470
  export interface DescribeAutoMLJobResponse {
418
471
  /**
419
472
  * <p>Returns the name of the AutoML job.</p>
@@ -509,12 +562,18 @@ export interface DescribeAutoMLJobResponse {
509
562
  */
510
563
  ModelDeployResult?: ModelDeployResult;
511
564
  }
565
+ /**
566
+ * @public
567
+ */
512
568
  export interface DescribeCodeRepositoryInput {
513
569
  /**
514
570
  * <p>The name of the Git repository to describe.</p>
515
571
  */
516
572
  CodeRepositoryName: string | undefined;
517
573
  }
574
+ /**
575
+ * @public
576
+ */
518
577
  export interface DescribeCodeRepositoryOutput {
519
578
  /**
520
579
  * <p>The name of the Git repository.</p>
@@ -539,6 +598,9 @@ export interface DescribeCodeRepositoryOutput {
539
598
  */
540
599
  GitConfig?: GitConfig;
541
600
  }
601
+ /**
602
+ * @public
603
+ */
542
604
  export interface DescribeCompilationJobRequest {
543
605
  /**
544
606
  * <p>The name of the model compilation job that you want information about.</p>
@@ -546,6 +608,7 @@ export interface DescribeCompilationJobRequest {
546
608
  CompilationJobName: string | undefined;
547
609
  }
548
610
  /**
611
+ * @public
549
612
  * <p>Provides information about the location that is configured for storing model
550
613
  * artifacts. </p>
551
614
  * <p>Model artifacts are the output that results from training a model, and typically
@@ -560,6 +623,7 @@ export interface ModelArtifacts {
560
623
  S3ModelArtifacts: string | undefined;
561
624
  }
562
625
  /**
626
+ * @public
563
627
  * <p>Provides information to verify the integrity of stored model artifacts. </p>
564
628
  */
565
629
  export interface ModelDigests {
@@ -569,6 +633,9 @@ export interface ModelDigests {
569
633
  */
570
634
  ArtifactDigest?: string;
571
635
  }
636
+ /**
637
+ * @public
638
+ */
572
639
  export interface DescribeCompilationJobResponse {
573
640
  /**
574
641
  * <p>The name of the model compilation job.</p>
@@ -659,12 +726,18 @@ export interface DescribeCompilationJobResponse {
659
726
  */
660
727
  VpcConfig?: NeoVpcConfig;
661
728
  }
729
+ /**
730
+ * @public
731
+ */
662
732
  export interface DescribeContextRequest {
663
733
  /**
664
734
  * <p>The name of the context to describe.</p>
665
735
  */
666
736
  ContextName: string | undefined;
667
737
  }
738
+ /**
739
+ * @public
740
+ */
668
741
  export interface DescribeContextResponse {
669
742
  /**
670
743
  * <p>The name of the context.</p>
@@ -713,12 +786,18 @@ export interface DescribeContextResponse {
713
786
  */
714
787
  LineageGroupArn?: string;
715
788
  }
789
+ /**
790
+ * @public
791
+ */
716
792
  export interface DescribeDataQualityJobDefinitionRequest {
717
793
  /**
718
794
  * <p>The name of the data quality monitoring job definition to describe.</p>
719
795
  */
720
796
  JobDefinitionName: string | undefined;
721
797
  }
798
+ /**
799
+ * @public
800
+ */
722
801
  export interface DescribeDataQualityJobDefinitionResponse {
723
802
  /**
724
803
  * <p>The Amazon Resource Name (ARN) of the data quality monitoring job definition.</p>
@@ -767,6 +846,9 @@ export interface DescribeDataQualityJobDefinitionResponse {
767
846
  */
768
847
  StoppingCondition?: MonitoringStoppingCondition;
769
848
  }
849
+ /**
850
+ * @public
851
+ */
770
852
  export interface DescribeDeviceRequest {
771
853
  /**
772
854
  * <p>Next token of device description.</p>
@@ -782,6 +864,7 @@ export interface DescribeDeviceRequest {
782
864
  DeviceFleetName: string | undefined;
783
865
  }
784
866
  /**
867
+ * @public
785
868
  * <p>The model on the edge device.</p>
786
869
  */
787
870
  export interface EdgeModel {
@@ -802,6 +885,9 @@ export interface EdgeModel {
802
885
  */
803
886
  LatestInference?: Date;
804
887
  }
888
+ /**
889
+ * @public
890
+ */
805
891
  export interface DescribeDeviceResponse {
806
892
  /**
807
893
  * <p>The Amazon Resource Name (ARN) of the device.</p>
@@ -848,12 +934,18 @@ export interface DescribeDeviceResponse {
848
934
  */
849
935
  AgentVersion?: string;
850
936
  }
937
+ /**
938
+ * @public
939
+ */
851
940
  export interface DescribeDeviceFleetRequest {
852
941
  /**
853
942
  * <p>The name of the fleet.</p>
854
943
  */
855
944
  DeviceFleetName: string | undefined;
856
945
  }
946
+ /**
947
+ * @public
948
+ */
857
949
  export interface DescribeDeviceFleetResponse {
858
950
  /**
859
951
  * <p>The name of the fleet.</p>
@@ -888,12 +980,18 @@ export interface DescribeDeviceFleetResponse {
888
980
  */
889
981
  IotRoleAlias?: string;
890
982
  }
983
+ /**
984
+ * @public
985
+ */
891
986
  export interface DescribeDomainRequest {
892
987
  /**
893
988
  * <p>The domain ID.</p>
894
989
  */
895
990
  DomainId: string | undefined;
896
991
  }
992
+ /**
993
+ * @public
994
+ */
897
995
  export declare enum DomainStatus {
898
996
  Delete_Failed = "Delete_Failed",
899
997
  Deleting = "Deleting",
@@ -903,6 +1001,9 @@ export declare enum DomainStatus {
903
1001
  Update_Failed = "Update_Failed",
904
1002
  Updating = "Updating"
905
1003
  }
1004
+ /**
1005
+ * @public
1006
+ */
906
1007
  export interface DescribeDomainResponse {
907
1008
  /**
908
1009
  * <p>The domain's Amazon Resource Name (ARN).</p>
@@ -1011,6 +1112,9 @@ export interface DescribeDomainResponse {
1011
1112
  */
1012
1113
  DefaultSpaceSettings?: DefaultSpaceSettings;
1013
1114
  }
1115
+ /**
1116
+ * @public
1117
+ */
1014
1118
  export interface DescribeEdgeDeploymentPlanRequest {
1015
1119
  /**
1016
1120
  * <p>The name of the deployment plan to describe.</p>
@@ -1025,6 +1129,9 @@ export interface DescribeEdgeDeploymentPlanRequest {
1025
1129
  */
1026
1130
  MaxResults?: number;
1027
1131
  }
1132
+ /**
1133
+ * @public
1134
+ */
1028
1135
  export interface DescribeEdgeDeploymentPlanResponse {
1029
1136
  /**
1030
1137
  * <p>The ARN of edge deployment plan.</p>
@@ -1071,12 +1178,18 @@ export interface DescribeEdgeDeploymentPlanResponse {
1071
1178
  */
1072
1179
  LastModifiedTime?: Date;
1073
1180
  }
1181
+ /**
1182
+ * @public
1183
+ */
1074
1184
  export interface DescribeEdgePackagingJobRequest {
1075
1185
  /**
1076
1186
  * <p>The name of the edge packaging job.</p>
1077
1187
  */
1078
1188
  EdgePackagingJobName: string | undefined;
1079
1189
  }
1190
+ /**
1191
+ * @public
1192
+ */
1080
1193
  export declare enum EdgePackagingJobStatus {
1081
1194
  Completed = "COMPLETED",
1082
1195
  Failed = "FAILED",
@@ -1085,11 +1198,15 @@ export declare enum EdgePackagingJobStatus {
1085
1198
  Stopped = "STOPPED",
1086
1199
  Stopping = "STOPPING"
1087
1200
  }
1201
+ /**
1202
+ * @public
1203
+ */
1088
1204
  export declare enum EdgePresetDeploymentStatus {
1089
1205
  Completed = "COMPLETED",
1090
1206
  Failed = "FAILED"
1091
1207
  }
1092
1208
  /**
1209
+ * @public
1093
1210
  * <p>The output of a SageMaker Edge Manager deployable resource.</p>
1094
1211
  */
1095
1212
  export interface EdgePresetDeploymentOutput {
@@ -1111,6 +1228,9 @@ export interface EdgePresetDeploymentOutput {
1111
1228
  */
1112
1229
  StatusMessage?: string;
1113
1230
  }
1231
+ /**
1232
+ * @public
1233
+ */
1114
1234
  export interface DescribeEdgePackagingJobResponse {
1115
1235
  /**
1116
1236
  * <p>The Amazon Resource Name (ARN) of the edge packaging job.</p>
@@ -1173,12 +1293,18 @@ export interface DescribeEdgePackagingJobResponse {
1173
1293
  */
1174
1294
  PresetDeploymentOutput?: EdgePresetDeploymentOutput;
1175
1295
  }
1296
+ /**
1297
+ * @public
1298
+ */
1176
1299
  export interface DescribeEndpointInput {
1177
1300
  /**
1178
1301
  * <p>The name of the endpoint.</p>
1179
1302
  */
1180
1303
  EndpointName: string | undefined;
1181
1304
  }
1305
+ /**
1306
+ * @public
1307
+ */
1182
1308
  export declare enum EndpointStatus {
1183
1309
  CREATING = "Creating",
1184
1310
  DELETING = "Deleting",
@@ -1189,6 +1315,9 @@ export declare enum EndpointStatus {
1189
1315
  SYSTEM_UPDATING = "SystemUpdating",
1190
1316
  UPDATING = "Updating"
1191
1317
  }
1318
+ /**
1319
+ * @public
1320
+ */
1192
1321
  export declare enum VariantStatus {
1193
1322
  ACTIVATING_TRAFFIC = "ActivatingTraffic",
1194
1323
  BAKING = "Baking",
@@ -1197,6 +1326,7 @@ export declare enum VariantStatus {
1197
1326
  UPDATING = "Updating"
1198
1327
  }
1199
1328
  /**
1329
+ * @public
1200
1330
  * <p>Describes the status of the production variant.</p>
1201
1331
  */
1202
1332
  export interface ProductionVariantStatus {
@@ -1241,6 +1371,7 @@ export interface ProductionVariantStatus {
1241
1371
  StartTime?: Date;
1242
1372
  }
1243
1373
  /**
1374
+ * @public
1244
1375
  * <p>The production variant summary for a deployment when an endpoint is creating or
1245
1376
  * updating with the <code>
1246
1377
  * <a>CreateEndpoint</a>
@@ -1309,6 +1440,7 @@ export interface PendingProductionVariantSummary {
1309
1440
  DesiredServerlessConfig?: ProductionVariantServerlessConfig;
1310
1441
  }
1311
1442
  /**
1443
+ * @public
1312
1444
  * <p>The summary of an in-progress deployment when an endpoint is creating or updating with
1313
1445
  * a new endpoint configuration.</p>
1314
1446
  */
@@ -1335,6 +1467,7 @@ export interface PendingDeploymentSummary {
1335
1467
  ShadowProductionVariants?: PendingProductionVariantSummary[];
1336
1468
  }
1337
1469
  /**
1470
+ * @public
1338
1471
  * <p>Describes weight and capacities for a production variant associated with an
1339
1472
  * endpoint. If you sent a request to the <code>UpdateEndpointWeightsAndCapacities</code>
1340
1473
  * API and the endpoint status is <code>Updating</code>, you get different desired and
@@ -1382,6 +1515,9 @@ export interface ProductionVariantSummary {
1382
1515
  */
1383
1516
  DesiredServerlessConfig?: ProductionVariantServerlessConfig;
1384
1517
  }
1518
+ /**
1519
+ * @public
1520
+ */
1385
1521
  export interface DescribeEndpointOutput {
1386
1522
  /**
1387
1523
  * <p>Name of the endpoint.</p>
@@ -1495,12 +1631,18 @@ export interface DescribeEndpointOutput {
1495
1631
  */
1496
1632
  ShadowProductionVariants?: ProductionVariantSummary[];
1497
1633
  }
1634
+ /**
1635
+ * @public
1636
+ */
1498
1637
  export interface DescribeEndpointConfigInput {
1499
1638
  /**
1500
1639
  * <p>The name of the endpoint configuration.</p>
1501
1640
  */
1502
1641
  EndpointConfigName: string | undefined;
1503
1642
  }
1643
+ /**
1644
+ * @public
1645
+ */
1504
1646
  export interface DescribeEndpointConfigOutput {
1505
1647
  /**
1506
1648
  * <p>Name of the SageMaker endpoint configuration.</p>
@@ -1545,6 +1687,9 @@ export interface DescribeEndpointConfigOutput {
1545
1687
  */
1546
1688
  ShadowProductionVariants?: ProductionVariant[];
1547
1689
  }
1690
+ /**
1691
+ * @public
1692
+ */
1548
1693
  export interface DescribeExperimentRequest {
1549
1694
  /**
1550
1695
  * <p>The name of the experiment to describe.</p>
@@ -1552,6 +1697,7 @@ export interface DescribeExperimentRequest {
1552
1697
  ExperimentName: string | undefined;
1553
1698
  }
1554
1699
  /**
1700
+ * @public
1555
1701
  * <p>The source of the experiment.</p>
1556
1702
  */
1557
1703
  export interface ExperimentSource {
@@ -1564,6 +1710,9 @@ export interface ExperimentSource {
1564
1710
  */
1565
1711
  SourceType?: string;
1566
1712
  }
1713
+ /**
1714
+ * @public
1715
+ */
1567
1716
  export interface DescribeExperimentResponse {
1568
1717
  /**
1569
1718
  * <p>The name of the experiment.</p>
@@ -1603,6 +1752,9 @@ export interface DescribeExperimentResponse {
1603
1752
  */
1604
1753
  LastModifiedBy?: UserContext;
1605
1754
  }
1755
+ /**
1756
+ * @public
1757
+ */
1606
1758
  export interface DescribeFeatureGroupRequest {
1607
1759
  /**
1608
1760
  * <p>The name of the <code>FeatureGroup</code> you want described. </p>
@@ -1615,6 +1767,9 @@ export interface DescribeFeatureGroupRequest {
1615
1767
  */
1616
1768
  NextToken?: string;
1617
1769
  }
1770
+ /**
1771
+ * @public
1772
+ */
1618
1773
  export declare enum FeatureGroupStatus {
1619
1774
  CREATED = "Created",
1620
1775
  CREATE_FAILED = "CreateFailed",
@@ -1622,12 +1777,16 @@ export declare enum FeatureGroupStatus {
1622
1777
  DELETE_FAILED = "DeleteFailed",
1623
1778
  DELETING = "Deleting"
1624
1779
  }
1780
+ /**
1781
+ * @public
1782
+ */
1625
1783
  export declare enum LastUpdateStatusValue {
1626
1784
  FAILED = "Failed",
1627
1785
  IN_PROGRESS = "InProgress",
1628
1786
  SUCCESSFUL = "Successful"
1629
1787
  }
1630
1788
  /**
1789
+ * @public
1631
1790
  * <p>A value that indicates whether the update was successful.</p>
1632
1791
  */
1633
1792
  export interface LastUpdateStatus {
@@ -1640,12 +1799,16 @@ export interface LastUpdateStatus {
1640
1799
  */
1641
1800
  FailureReason?: string;
1642
1801
  }
1802
+ /**
1803
+ * @public
1804
+ */
1643
1805
  export declare enum OfflineStoreStatusValue {
1644
1806
  ACTIVE = "Active",
1645
1807
  BLOCKED = "Blocked",
1646
1808
  DISABLED = "Disabled"
1647
1809
  }
1648
1810
  /**
1811
+ * @public
1649
1812
  * <p>The status of <code>OfflineStore</code>.</p>
1650
1813
  */
1651
1814
  export interface OfflineStoreStatus {
@@ -1658,6 +1821,9 @@ export interface OfflineStoreStatus {
1658
1821
  */
1659
1822
  BlockedReason?: string;
1660
1823
  }
1824
+ /**
1825
+ * @public
1826
+ */
1661
1827
  export interface DescribeFeatureGroupResponse {
1662
1828
  /**
1663
1829
  * <p>The Amazon Resource Name (ARN) of the <code>FeatureGroup</code>. </p>
@@ -1767,6 +1933,9 @@ export interface DescribeFeatureGroupResponse {
1767
1933
  */
1768
1934
  OnlineStoreTotalSizeBytes?: number;
1769
1935
  }
1936
+ /**
1937
+ * @public
1938
+ */
1770
1939
  export interface DescribeFeatureMetadataRequest {
1771
1940
  /**
1772
1941
  * <p>The name of the feature group containing the feature.</p>
@@ -1778,6 +1947,7 @@ export interface DescribeFeatureMetadataRequest {
1778
1947
  FeatureName: string | undefined;
1779
1948
  }
1780
1949
  /**
1950
+ * @public
1781
1951
  * <p>A key-value pair that you specify to describe the feature.</p>
1782
1952
  */
1783
1953
  export interface FeatureParameter {
@@ -1790,6 +1960,9 @@ export interface FeatureParameter {
1790
1960
  */
1791
1961
  Value?: string;
1792
1962
  }
1963
+ /**
1964
+ * @public
1965
+ */
1793
1966
  export interface DescribeFeatureMetadataResponse {
1794
1967
  /**
1795
1968
  * <p>The Amazon Resource Number (ARN) of the feature group that contains the feature.</p>
@@ -1824,18 +1997,27 @@ export interface DescribeFeatureMetadataResponse {
1824
1997
  */
1825
1998
  Parameters?: FeatureParameter[];
1826
1999
  }
2000
+ /**
2001
+ * @public
2002
+ */
1827
2003
  export interface DescribeFlowDefinitionRequest {
1828
2004
  /**
1829
2005
  * <p>The name of the flow definition.</p>
1830
2006
  */
1831
2007
  FlowDefinitionName: string | undefined;
1832
2008
  }
2009
+ /**
2010
+ * @public
2011
+ */
1833
2012
  export declare enum FlowDefinitionStatus {
1834
2013
  ACTIVE = "Active",
1835
2014
  DELETING = "Deleting",
1836
2015
  FAILED = "Failed",
1837
2016
  INITIALIZING = "Initializing"
1838
2017
  }
2018
+ /**
2019
+ * @public
2020
+ */
1839
2021
  export interface DescribeFlowDefinitionResponse {
1840
2022
  /**
1841
2023
  * <p>The Amazon Resource Name (ARN) of the flow defintion.</p>
@@ -1879,12 +2061,18 @@ export interface DescribeFlowDefinitionResponse {
1879
2061
  */
1880
2062
  FailureReason?: string;
1881
2063
  }
2064
+ /**
2065
+ * @public
2066
+ */
1882
2067
  export interface DescribeHubRequest {
1883
2068
  /**
1884
2069
  * <p>The name of the hub to describe.</p>
1885
2070
  */
1886
2071
  HubName: string | undefined;
1887
2072
  }
2073
+ /**
2074
+ * @public
2075
+ */
1888
2076
  export declare enum HubStatus {
1889
2077
  CREATE_FAILED = "CreateFailed",
1890
2078
  CREATING = "Creating",
@@ -1894,6 +2082,9 @@ export declare enum HubStatus {
1894
2082
  UPDATE_FAILED = "UpdateFailed",
1895
2083
  UPDATING = "Updating"
1896
2084
  }
2085
+ /**
2086
+ * @public
2087
+ */
1897
2088
  export interface DescribeHubResponse {
1898
2089
  /**
1899
2090
  * <p>The name of the hub.</p>
@@ -1936,6 +2127,9 @@ export interface DescribeHubResponse {
1936
2127
  */
1937
2128
  LastModifiedTime: Date | undefined;
1938
2129
  }
2130
+ /**
2131
+ * @public
2132
+ */
1939
2133
  export interface DescribeHubContentRequest {
1940
2134
  /**
1941
2135
  * <p>The name of the hub that contains the content to describe.</p>
@@ -1955,6 +2149,7 @@ export interface DescribeHubContentRequest {
1955
2149
  HubContentVersion?: string;
1956
2150
  }
1957
2151
  /**
2152
+ * @public
1958
2153
  * <p>Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.</p>
1959
2154
  */
1960
2155
  export interface HubContentDependency {
@@ -1967,6 +2162,9 @@ export interface HubContentDependency {
1967
2162
  */
1968
2163
  DependencyCopyPath?: string;
1969
2164
  }
2165
+ /**
2166
+ * @public
2167
+ */
1970
2168
  export declare enum HubContentStatus {
1971
2169
  AVAILABLE = "Available",
1972
2170
  DELETE_FAILED = "DeleteFailed",
@@ -1974,6 +2172,9 @@ export declare enum HubContentStatus {
1974
2172
  IMPORTING = "Importing",
1975
2173
  IMPORT_FAILED = "ImportFailed"
1976
2174
  }
2175
+ /**
2176
+ * @public
2177
+ */
1977
2178
  export interface DescribeHubContentResponse {
1978
2179
  /**
1979
2180
  * <p>The name of the hub content.</p>
@@ -2040,6 +2241,9 @@ export interface DescribeHubContentResponse {
2040
2241
  */
2041
2242
  CreationTime: Date | undefined;
2042
2243
  }
2244
+ /**
2245
+ * @public
2246
+ */
2043
2247
  export interface DescribeHumanTaskUiRequest {
2044
2248
  /**
2045
2249
  * <p>The name of the human task user interface
@@ -2047,11 +2251,15 @@ export interface DescribeHumanTaskUiRequest {
2047
2251
  */
2048
2252
  HumanTaskUiName: string | undefined;
2049
2253
  }
2254
+ /**
2255
+ * @public
2256
+ */
2050
2257
  export declare enum HumanTaskUiStatus {
2051
2258
  ACTIVE = "Active",
2052
2259
  DELETING = "Deleting"
2053
2260
  }
2054
2261
  /**
2262
+ * @public
2055
2263
  * <p>Container for user interface template information.</p>
2056
2264
  */
2057
2265
  export interface UiTemplateInfo {
@@ -2064,6 +2272,9 @@ export interface UiTemplateInfo {
2064
2272
  */
2065
2273
  ContentSha256?: string;
2066
2274
  }
2275
+ /**
2276
+ * @public
2277
+ */
2067
2278
  export interface DescribeHumanTaskUiResponse {
2068
2279
  /**
2069
2280
  * <p>The Amazon Resource Name (ARN) of the human task user interface (worker task template).</p>
@@ -2086,6 +2297,9 @@ export interface DescribeHumanTaskUiResponse {
2086
2297
  */
2087
2298
  UiTemplate: UiTemplateInfo | undefined;
2088
2299
  }
2300
+ /**
2301
+ * @public
2302
+ */
2089
2303
  export interface DescribeHyperParameterTuningJobRequest {
2090
2304
  /**
2091
2305
  * <p>The name of the tuning job.</p>
@@ -2093,6 +2307,7 @@ export interface DescribeHyperParameterTuningJobRequest {
2093
2307
  HyperParameterTuningJobName: string | undefined;
2094
2308
  }
2095
2309
  /**
2310
+ * @public
2096
2311
  * <p>Shows the latest objective metric emitted by a training job that was launched by a
2097
2312
  * hyperparameter tuning job. You define the objective metric in the
2098
2313
  * <code>HyperParameterTuningJobObjective</code> parameter of <a>HyperParameterTuningJobConfig</a>.</p>
@@ -2115,6 +2330,9 @@ export interface FinalHyperParameterTuningJobObjectiveMetric {
2115
2330
  */
2116
2331
  Value: number | undefined;
2117
2332
  }
2333
+ /**
2334
+ * @public
2335
+ */
2118
2336
  export declare enum TrainingJobStatus {
2119
2337
  COMPLETED = "Completed",
2120
2338
  FAILED = "Failed",
@@ -2123,6 +2341,7 @@ export declare enum TrainingJobStatus {
2123
2341
  STOPPING = "Stopping"
2124
2342
  }
2125
2343
  /**
2344
+ * @public
2126
2345
  * <p>The container for the summary information about a training job.</p>
2127
2346
  */
2128
2347
  export interface HyperParameterTrainingJobSummary {
@@ -2215,6 +2434,7 @@ export interface HyperParameterTrainingJobSummary {
2215
2434
  ObjectiveStatus?: ObjectiveStatus | string;
2216
2435
  }
2217
2436
  /**
2437
+ * @public
2218
2438
  * <p>The total resources consumed by your hyperparameter tuning job.</p>
2219
2439
  */
2220
2440
  export interface HyperParameterTuningJobConsumedResources {
@@ -2223,6 +2443,9 @@ export interface HyperParameterTuningJobConsumedResources {
2223
2443
  */
2224
2444
  RuntimeInSeconds?: number;
2225
2445
  }
2446
+ /**
2447
+ * @public
2448
+ */
2226
2449
  export declare enum HyperParameterTuningJobStatus {
2227
2450
  COMPLETED = "Completed",
2228
2451
  FAILED = "Failed",
@@ -2231,6 +2454,7 @@ export declare enum HyperParameterTuningJobStatus {
2231
2454
  STOPPING = "Stopping"
2232
2455
  }
2233
2456
  /**
2457
+ * @public
2234
2458
  * <p>Specifies the number of training jobs that this hyperparameter tuning job launched,
2235
2459
  * categorized by the status of their objective metric. The objective metric status shows
2236
2460
  * whether the
@@ -2257,6 +2481,7 @@ export interface ObjectiveStatusCounters {
2257
2481
  Failed?: number;
2258
2482
  }
2259
2483
  /**
2484
+ * @public
2260
2485
  * <p>The numbers of training jobs launched by a hyperparameter tuning job, categorized by
2261
2486
  * status.</p>
2262
2487
  */
@@ -2289,6 +2514,7 @@ export interface TrainingJobStatusCounters {
2289
2514
  Stopped?: number;
2290
2515
  }
2291
2516
  /**
2517
+ * @public
2292
2518
  * <p>A structure that contains runtime information about both current and completed
2293
2519
  * hyperparameter tuning jobs.</p>
2294
2520
  */
@@ -2305,6 +2531,9 @@ export interface HyperParameterTuningJobCompletionDetails {
2305
2531
  */
2306
2532
  ConvergenceDetectedTime?: Date;
2307
2533
  }
2534
+ /**
2535
+ * @public
2536
+ */
2308
2537
  export interface DescribeHyperParameterTuningJobResponse {
2309
2538
  /**
2310
2539
  * <p>The name of the tuning job.</p>
@@ -2393,12 +2622,18 @@ export interface DescribeHyperParameterTuningJobResponse {
2393
2622
  */
2394
2623
  ConsumedResources?: HyperParameterTuningJobConsumedResources;
2395
2624
  }
2625
+ /**
2626
+ * @public
2627
+ */
2396
2628
  export interface DescribeImageRequest {
2397
2629
  /**
2398
2630
  * <p>The name of the image to describe.</p>
2399
2631
  */
2400
2632
  ImageName: string | undefined;
2401
2633
  }
2634
+ /**
2635
+ * @public
2636
+ */
2402
2637
  export declare enum ImageStatus {
2403
2638
  CREATED = "CREATED",
2404
2639
  CREATE_FAILED = "CREATE_FAILED",
@@ -2408,6 +2643,9 @@ export declare enum ImageStatus {
2408
2643
  UPDATE_FAILED = "UPDATE_FAILED",
2409
2644
  UPDATING = "UPDATING"
2410
2645
  }
2646
+ /**
2647
+ * @public
2648
+ */
2411
2649
  export interface DescribeImageResponse {
2412
2650
  /**
2413
2651
  * <p>When the image was created.</p>
@@ -2446,6 +2684,9 @@ export interface DescribeImageResponse {
2446
2684
  */
2447
2685
  RoleArn?: string;
2448
2686
  }
2687
+ /**
2688
+ * @public
2689
+ */
2449
2690
  export interface DescribeImageVersionRequest {
2450
2691
  /**
2451
2692
  * <p>The name of the image.</p>
@@ -2460,6 +2701,9 @@ export interface DescribeImageVersionRequest {
2460
2701
  */
2461
2702
  Alias?: string;
2462
2703
  }
2704
+ /**
2705
+ * @public
2706
+ */
2463
2707
  export declare enum ImageVersionStatus {
2464
2708
  CREATED = "CREATED",
2465
2709
  CREATE_FAILED = "CREATE_FAILED",
@@ -2467,6 +2711,9 @@ export declare enum ImageVersionStatus {
2467
2711
  DELETE_FAILED = "DELETE_FAILED",
2468
2712
  DELETING = "DELETING"
2469
2713
  }
2714
+ /**
2715
+ * @public
2716
+ */
2470
2717
  export interface DescribeImageVersionResponse {
2471
2718
  /**
2472
2719
  * <p>The registry path of the container image on which this image version is based.</p>
@@ -2575,6 +2822,9 @@ export interface DescribeImageVersionResponse {
2575
2822
  */
2576
2823
  ReleaseNotes?: string;
2577
2824
  }
2825
+ /**
2826
+ * @public
2827
+ */
2578
2828
  export interface DescribeInferenceExperimentRequest {
2579
2829
  /**
2580
2830
  * <p>The name of the inference experiment to describe.</p>
@@ -2582,6 +2832,7 @@ export interface DescribeInferenceExperimentRequest {
2582
2832
  Name: string | undefined;
2583
2833
  }
2584
2834
  /**
2835
+ * @public
2585
2836
  * <p>The metadata of the endpoint.</p>
2586
2837
  */
2587
2838
  export interface EndpointMetadata {
@@ -2607,6 +2858,9 @@ export interface EndpointMetadata {
2607
2858
  */
2608
2859
  FailureReason?: string;
2609
2860
  }
2861
+ /**
2862
+ * @public
2863
+ */
2610
2864
  export declare enum ModelVariantStatus {
2611
2865
  CREATING = "Creating",
2612
2866
  DELETED = "Deleted",
@@ -2615,6 +2869,7 @@ export declare enum ModelVariantStatus {
2615
2869
  UPDATING = "Updating"
2616
2870
  }
2617
2871
  /**
2872
+ * @public
2618
2873
  * <p>Summary of the deployment configuration of a model.</p>
2619
2874
  */
2620
2875
  export interface ModelVariantConfigSummary {
@@ -2663,6 +2918,9 @@ export interface ModelVariantConfigSummary {
2663
2918
  */
2664
2919
  Status: ModelVariantStatus | string | undefined;
2665
2920
  }
2921
+ /**
2922
+ * @public
2923
+ */
2666
2924
  export declare enum InferenceExperimentStatus {
2667
2925
  CANCELLED = "Cancelled",
2668
2926
  COMPLETED = "Completed",
@@ -2673,6 +2931,9 @@ export declare enum InferenceExperimentStatus {
2673
2931
  STOPPING = "Stopping",
2674
2932
  UPDATING = "Updating"
2675
2933
  }
2934
+ /**
2935
+ * @public
2936
+ */
2676
2937
  export interface DescribeInferenceExperimentResponse {
2677
2938
  /**
2678
2939
  * <p>The ARN of the inference experiment being described.</p>
@@ -2806,6 +3067,9 @@ export interface DescribeInferenceExperimentResponse {
2806
3067
  */
2807
3068
  KmsKey?: string;
2808
3069
  }
3070
+ /**
3071
+ * @public
3072
+ */
2809
3073
  export interface DescribeInferenceRecommendationsJobRequest {
2810
3074
  /**
2811
3075
  * <p>The name of the job. The name must be unique within an
@@ -2814,6 +3078,7 @@ export interface DescribeInferenceRecommendationsJobRequest {
2814
3078
  JobName: string | undefined;
2815
3079
  }
2816
3080
  /**
3081
+ * @public
2817
3082
  * <p>The metrics for an existing endpoint compared in an Inference Recommender job.</p>
2818
3083
  */
2819
3084
  export interface InferenceMetrics {
@@ -2827,6 +3092,7 @@ export interface InferenceMetrics {
2827
3092
  ModelLatency: number | undefined;
2828
3093
  }
2829
3094
  /**
3095
+ * @public
2830
3096
  * <p>The performance results from running an Inference Recommender job on an existing endpoint.</p>
2831
3097
  */
2832
3098
  export interface EndpointPerformance {
@@ -2840,6 +3106,7 @@ export interface EndpointPerformance {
2840
3106
  EndpointInfo: EndpointInfo | undefined;
2841
3107
  }
2842
3108
  /**
3109
+ * @public
2843
3110
  * <p>The endpoint configuration made by Inference Recommender during a recommendation job.</p>
2844
3111
  */
2845
3112
  export interface EndpointOutputConfiguration {
@@ -2861,6 +3128,7 @@ export interface EndpointOutputConfiguration {
2861
3128
  InitialInstanceCount: number | undefined;
2862
3129
  }
2863
3130
  /**
3131
+ * @public
2864
3132
  * <p>The metrics of recommendations.</p>
2865
3133
  */
2866
3134
  export interface RecommendationMetrics {
@@ -2894,6 +3162,7 @@ export interface RecommendationMetrics {
2894
3162
  MemoryUtilization?: number;
2895
3163
  }
2896
3164
  /**
3165
+ * @public
2897
3166
  * <p>A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.</p>
2898
3167
  */
2899
3168
  export interface EnvironmentParameter {
@@ -2911,6 +3180,7 @@ export interface EnvironmentParameter {
2911
3180
  Value: string | undefined;
2912
3181
  }
2913
3182
  /**
3183
+ * @public
2914
3184
  * <p>Defines the model configuration. Includes the specification name and environment parameters.</p>
2915
3185
  */
2916
3186
  export interface ModelConfiguration {
@@ -2928,6 +3198,7 @@ export interface ModelConfiguration {
2928
3198
  CompilationJobName?: string;
2929
3199
  }
2930
3200
  /**
3201
+ * @public
2931
3202
  * <p>A list of recommendations made by Amazon SageMaker Inference Recommender.</p>
2932
3203
  */
2933
3204
  export interface InferenceRecommendation {
@@ -2948,6 +3219,9 @@ export interface InferenceRecommendation {
2948
3219
  */
2949
3220
  RecommendationId?: string;
2950
3221
  }
3222
+ /**
3223
+ * @public
3224
+ */
2951
3225
  export declare enum RecommendationJobStatus {
2952
3226
  COMPLETED = "COMPLETED",
2953
3227
  FAILED = "FAILED",
@@ -2956,6 +3230,9 @@ export declare enum RecommendationJobStatus {
2956
3230
  STOPPED = "STOPPED",
2957
3231
  STOPPING = "STOPPING"
2958
3232
  }
3233
+ /**
3234
+ * @public
3235
+ */
2959
3236
  export interface DescribeInferenceRecommendationsJobResponse {
2960
3237
  /**
2961
3238
  * <p>The name of the job. The name must be unique within an
@@ -3017,6 +3294,9 @@ export interface DescribeInferenceRecommendationsJobResponse {
3017
3294
  */
3018
3295
  EndpointPerformances?: EndpointPerformance[];
3019
3296
  }
3297
+ /**
3298
+ * @public
3299
+ */
3020
3300
  export interface DescribeLabelingJobRequest {
3021
3301
  /**
3022
3302
  * <p>The name of the labeling job to return information for.</p>
@@ -3024,6 +3304,7 @@ export interface DescribeLabelingJobRequest {
3024
3304
  LabelingJobName: string | undefined;
3025
3305
  }
3026
3306
  /**
3307
+ * @public
3027
3308
  * <p>Provides a breakdown of the number of objects labeled.</p>
3028
3309
  */
3029
3310
  export interface LabelCounters {
@@ -3049,6 +3330,7 @@ export interface LabelCounters {
3049
3330
  Unlabeled?: number;
3050
3331
  }
3051
3332
  /**
3333
+ * @public
3052
3334
  * <p>Specifies the location of the output produced by the labeling job. </p>
3053
3335
  */
3054
3336
  export interface LabelingJobOutput {
@@ -3062,6 +3344,9 @@ export interface LabelingJobOutput {
3062
3344
  */
3063
3345
  FinalActiveLearningModelArn?: string;
3064
3346
  }
3347
+ /**
3348
+ * @public
3349
+ */
3065
3350
  export declare enum LabelingJobStatus {
3066
3351
  COMPLETED = "Completed",
3067
3352
  FAILED = "Failed",
@@ -3070,6 +3355,9 @@ export declare enum LabelingJobStatus {
3070
3355
  STOPPED = "Stopped",
3071
3356
  STOPPING = "Stopping"
3072
3357
  }
3358
+ /**
3359
+ * @public
3360
+ */
3073
3361
  export interface DescribeLabelingJobResponse {
3074
3362
  /**
3075
3363
  * <p>The processing status of the labeling job. </p>
@@ -3138,7 +3426,7 @@ export interface DescribeLabelingJobResponse {
3138
3426
  * </ul>
3139
3427
  * <p>The file is a JSON structure in the following format:</p>
3140
3428
  * <p>
3141
- * <code>{</code>
3429
+ * <code>\{</code>
3142
3430
  * </p>
3143
3431
  * <p>
3144
3432
  * <code> "document-version": "2018-11-28"</code>
@@ -3147,40 +3435,40 @@ export interface DescribeLabelingJobResponse {
3147
3435
  * <code> "labels": [</code>
3148
3436
  * </p>
3149
3437
  * <p>
3150
- * <code> {</code>
3438
+ * <code> \{</code>
3151
3439
  * </p>
3152
3440
  * <p>
3153
3441
  * <code> "label": "<i>label 1</i>"</code>
3154
3442
  * </p>
3155
3443
  * <p>
3156
- * <code> },</code>
3444
+ * <code> \},</code>
3157
3445
  * </p>
3158
3446
  * <p>
3159
- * <code> {</code>
3447
+ * <code> \{</code>
3160
3448
  * </p>
3161
3449
  * <p>
3162
3450
  * <code> "label": "<i>label 2</i>"</code>
3163
3451
  * </p>
3164
3452
  * <p>
3165
- * <code> },</code>
3453
+ * <code> \},</code>
3166
3454
  * </p>
3167
3455
  * <p>
3168
3456
  * <code> ...</code>
3169
3457
  * </p>
3170
3458
  * <p>
3171
- * <code> {</code>
3459
+ * <code> \{</code>
3172
3460
  * </p>
3173
3461
  * <p>
3174
3462
  * <code> "label": "<i>label n</i>"</code>
3175
3463
  * </p>
3176
3464
  * <p>
3177
- * <code> }</code>
3465
+ * <code> \}</code>
3178
3466
  * </p>
3179
3467
  * <p>
3180
3468
  * <code> ]</code>
3181
3469
  * </p>
3182
3470
  * <p>
3183
- * <code>}</code>
3471
+ * <code>\}</code>
3184
3472
  * </p>
3185
3473
  */
3186
3474
  LabelCategoryConfigS3Uri?: string;
@@ -3209,12 +3497,18 @@ export interface DescribeLabelingJobResponse {
3209
3497
  */
3210
3498
  LabelingJobOutput?: LabelingJobOutput;
3211
3499
  }
3500
+ /**
3501
+ * @public
3502
+ */
3212
3503
  export interface DescribeLineageGroupRequest {
3213
3504
  /**
3214
3505
  * <p>The name of the lineage group.</p>
3215
3506
  */
3216
3507
  LineageGroupName: string | undefined;
3217
3508
  }
3509
+ /**
3510
+ * @public
3511
+ */
3218
3512
  export interface DescribeLineageGroupResponse {
3219
3513
  /**
3220
3514
  * <p>The name of the lineage group.</p>
@@ -3251,12 +3545,18 @@ export interface DescribeLineageGroupResponse {
3251
3545
  */
3252
3546
  LastModifiedBy?: UserContext;
3253
3547
  }
3548
+ /**
3549
+ * @public
3550
+ */
3254
3551
  export interface DescribeModelInput {
3255
3552
  /**
3256
3553
  * <p>The name of the model.</p>
3257
3554
  */
3258
3555
  ModelName: string | undefined;
3259
3556
  }
3557
+ /**
3558
+ * @public
3559
+ */
3260
3560
  export interface DescribeModelOutput {
3261
3561
  /**
3262
3562
  * <p>Name of the SageMaker model.</p>
@@ -3302,6 +3602,9 @@ export interface DescribeModelOutput {
3302
3602
  */
3303
3603
  EnableNetworkIsolation?: boolean;
3304
3604
  }
3605
+ /**
3606
+ * @public
3607
+ */
3305
3608
  export interface DescribeModelBiasJobDefinitionRequest {
3306
3609
  /**
3307
3610
  * <p>The name of the model bias job definition. The name must be unique within an Amazon Web Services Region
@@ -3309,6 +3612,9 @@ export interface DescribeModelBiasJobDefinitionRequest {
3309
3612
  */
3310
3613
  JobDefinitionName: string | undefined;
3311
3614
  }
3615
+ /**
3616
+ * @public
3617
+ */
3312
3618
  export interface DescribeModelBiasJobDefinitionResponse {
3313
3619
  /**
3314
3620
  * <p>The Amazon Resource Name (ARN) of the model bias job.</p>
@@ -3358,6 +3664,9 @@ export interface DescribeModelBiasJobDefinitionResponse {
3358
3664
  */
3359
3665
  StoppingCondition?: MonitoringStoppingCondition;
3360
3666
  }
3667
+ /**
3668
+ * @public
3669
+ */
3361
3670
  export interface DescribeModelCardRequest {
3362
3671
  /**
3363
3672
  * <p>The name of the model card to describe.</p>
@@ -3368,6 +3677,9 @@ export interface DescribeModelCardRequest {
3368
3677
  */
3369
3678
  ModelCardVersion?: number;
3370
3679
  }
3680
+ /**
3681
+ * @public
3682
+ */
3371
3683
  export declare enum ModelCardProcessingStatus {
3372
3684
  CONTENT_DELETED = "ContentDeleted",
3373
3685
  DELETE_COMPLETED = "DeleteCompleted",
@@ -3376,6 +3688,9 @@ export declare enum ModelCardProcessingStatus {
3376
3688
  DELETE_PENDING = "DeletePending",
3377
3689
  EXPORTJOBS_DELETED = "ExportJobsDeleted"
3378
3690
  }
3691
+ /**
3692
+ * @public
3693
+ */
3379
3694
  export interface DescribeModelCardResponse {
3380
3695
  /**
3381
3696
  * <p>The Amazon Resource Name (ARN) of the model card.</p>
@@ -3469,6 +3784,9 @@ export interface DescribeModelCardResponse {
3469
3784
  */
3470
3785
  ModelCardProcessingStatus?: ModelCardProcessingStatus | string;
3471
3786
  }
3787
+ /**
3788
+ * @public
3789
+ */
3472
3790
  export interface DescribeModelCardExportJobRequest {
3473
3791
  /**
3474
3792
  * <p>The Amazon Resource Name (ARN) of the model card export job to describe.</p>
@@ -3476,6 +3794,7 @@ export interface DescribeModelCardExportJobRequest {
3476
3794
  ModelCardExportJobArn: string | undefined;
3477
3795
  }
3478
3796
  /**
3797
+ * @public
3479
3798
  * <p>The artifacts of the model card export job.</p>
3480
3799
  */
3481
3800
  export interface ModelCardExportArtifacts {
@@ -3484,11 +3803,17 @@ export interface ModelCardExportArtifacts {
3484
3803
  */
3485
3804
  S3ExportArtifacts: string | undefined;
3486
3805
  }
3806
+ /**
3807
+ * @public
3808
+ */
3487
3809
  export declare enum ModelCardExportJobStatus {
3488
3810
  COMPLETED = "Completed",
3489
3811
  FAILED = "Failed",
3490
3812
  IN_PROGRESS = "InProgress"
3491
3813
  }
3814
+ /**
3815
+ * @public
3816
+ */
3492
3817
  export interface DescribeModelCardExportJobResponse {
3493
3818
  /**
3494
3819
  * <p>The name of the model card export job to describe.</p>
@@ -3547,6 +3872,9 @@ export interface DescribeModelCardExportJobResponse {
3547
3872
  */
3548
3873
  ExportArtifacts?: ModelCardExportArtifacts;
3549
3874
  }
3875
+ /**
3876
+ * @public
3877
+ */
3550
3878
  export interface DescribeModelExplainabilityJobDefinitionRequest {
3551
3879
  /**
3552
3880
  * <p>The name of the model explainability job definition. The name must be unique within an
@@ -3554,6 +3882,9 @@ export interface DescribeModelExplainabilityJobDefinitionRequest {
3554
3882
  */
3555
3883
  JobDefinitionName: string | undefined;
3556
3884
  }
3885
+ /**
3886
+ * @public
3887
+ */
3557
3888
  export interface DescribeModelExplainabilityJobDefinitionResponse {
3558
3889
  /**
3559
3890
  * <p>The Amazon Resource Name (ARN) of the model explainability job.</p>
@@ -3604,6 +3935,9 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
3604
3935
  */
3605
3936
  StoppingCondition?: MonitoringStoppingCondition;
3606
3937
  }
3938
+ /**
3939
+ * @public
3940
+ */
3607
3941
  export interface DescribeModelPackageInput {
3608
3942
  /**
3609
3943
  * <p>The name or Amazon Resource Name (ARN) of the model package to describe.</p>
@@ -3612,6 +3946,9 @@ export interface DescribeModelPackageInput {
3612
3946
  */
3613
3947
  ModelPackageName: string | undefined;
3614
3948
  }
3949
+ /**
3950
+ * @public
3951
+ */
3615
3952
  export declare enum DetailedModelPackageStatus {
3616
3953
  COMPLETED = "Completed",
3617
3954
  FAILED = "Failed",
@@ -3619,6 +3956,7 @@ export declare enum DetailedModelPackageStatus {
3619
3956
  NOT_STARTED = "NotStarted"
3620
3957
  }
3621
3958
  /**
3959
+ * @public
3622
3960
  * <p>Represents the overall status of a model package.</p>
3623
3961
  */
3624
3962
  export interface ModelPackageStatusItem {
@@ -3636,6 +3974,7 @@ export interface ModelPackageStatusItem {
3636
3974
  FailureReason?: string;
3637
3975
  }
3638
3976
  /**
3977
+ * @public
3639
3978
  * <p>Specifies the validation and image scan statuses of the model package.</p>
3640
3979
  */
3641
3980
  export interface ModelPackageStatusDetails {
@@ -3648,6 +3987,9 @@ export interface ModelPackageStatusDetails {
3648
3987
  */
3649
3988
  ImageScanStatuses?: ModelPackageStatusItem[];
3650
3989
  }
3990
+ /**
3991
+ * @public
3992
+ */
3651
3993
  export interface DescribeModelPackageOutput {
3652
3994
  /**
3653
3995
  * <p>The name of the model package being described.</p>
@@ -3762,12 +4104,18 @@ export interface DescribeModelPackageOutput {
3762
4104
  */
3763
4105
  AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
3764
4106
  }
4107
+ /**
4108
+ * @public
4109
+ */
3765
4110
  export interface DescribeModelPackageGroupInput {
3766
4111
  /**
3767
4112
  * <p>The name of gthe model group to describe.</p>
3768
4113
  */
3769
4114
  ModelPackageGroupName: string | undefined;
3770
4115
  }
4116
+ /**
4117
+ * @public
4118
+ */
3771
4119
  export declare enum ModelPackageGroupStatus {
3772
4120
  COMPLETED = "Completed",
3773
4121
  DELETE_FAILED = "DeleteFailed",
@@ -3776,6 +4124,9 @@ export declare enum ModelPackageGroupStatus {
3776
4124
  IN_PROGRESS = "InProgress",
3777
4125
  PENDING = "Pending"
3778
4126
  }
4127
+ /**
4128
+ * @public
4129
+ */
3779
4130
  export interface DescribeModelPackageGroupOutput {
3780
4131
  /**
3781
4132
  * <p>The name of the model group.</p>
@@ -3803,6 +4154,9 @@ export interface DescribeModelPackageGroupOutput {
3803
4154
  */
3804
4155
  ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
3805
4156
  }
4157
+ /**
4158
+ * @public
4159
+ */
3806
4160
  export interface DescribeModelQualityJobDefinitionRequest {
3807
4161
  /**
3808
4162
  * <p>The name of the model quality job. The name must be unique within an Amazon Web Services Region in the
@@ -3810,6 +4164,9 @@ export interface DescribeModelQualityJobDefinitionRequest {
3810
4164
  */
3811
4165
  JobDefinitionName: string | undefined;
3812
4166
  }
4167
+ /**
4168
+ * @public
4169
+ */
3813
4170
  export interface DescribeModelQualityJobDefinitionResponse {
3814
4171
  /**
3815
4172
  * <p>The Amazon Resource Name (ARN) of the model quality job.</p>
@@ -3858,12 +4215,18 @@ export interface DescribeModelQualityJobDefinitionResponse {
3858
4215
  */
3859
4216
  StoppingCondition?: MonitoringStoppingCondition;
3860
4217
  }
4218
+ /**
4219
+ * @public
4220
+ */
3861
4221
  export interface DescribeMonitoringScheduleRequest {
3862
4222
  /**
3863
4223
  * <p>Name of a previously created monitoring schedule.</p>
3864
4224
  */
3865
4225
  MonitoringScheduleName: string | undefined;
3866
4226
  }
4227
+ /**
4228
+ * @public
4229
+ */
3867
4230
  export declare enum ExecutionStatus {
3868
4231
  COMPLETED = "Completed",
3869
4232
  COMPLETED_WITH_VIOLATIONS = "CompletedWithViolations",
@@ -3874,6 +4237,7 @@ export declare enum ExecutionStatus {
3874
4237
  STOPPING = "Stopping"
3875
4238
  }
3876
4239
  /**
4240
+ * @public
3877
4241
  * <p>Summary of information about the last monitoring job to run.</p>
3878
4242
  */
3879
4243
  export interface MonitoringExecutionSummary {
@@ -3918,12 +4282,18 @@ export interface MonitoringExecutionSummary {
3918
4282
  */
3919
4283
  MonitoringType?: MonitoringType | string;
3920
4284
  }
4285
+ /**
4286
+ * @public
4287
+ */
3921
4288
  export declare enum ScheduleStatus {
3922
4289
  FAILED = "Failed",
3923
4290
  PENDING = "Pending",
3924
4291
  SCHEDULED = "Scheduled",
3925
4292
  STOPPED = "Stopped"
3926
4293
  }
4294
+ /**
4295
+ * @public
4296
+ */
3927
4297
  export interface DescribeMonitoringScheduleResponse {
3928
4298
  /**
3929
4299
  * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
@@ -3990,12 +4360,18 @@ export interface DescribeMonitoringScheduleResponse {
3990
4360
  */
3991
4361
  LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
3992
4362
  }
4363
+ /**
4364
+ * @public
4365
+ */
3993
4366
  export interface DescribeNotebookInstanceInput {
3994
4367
  /**
3995
4368
  * <p>The name of the notebook instance that you want information about.</p>
3996
4369
  */
3997
4370
  NotebookInstanceName: string | undefined;
3998
4371
  }
4372
+ /**
4373
+ * @public
4374
+ */
3999
4375
  export declare enum NotebookInstanceStatus {
4000
4376
  Deleting = "Deleting",
4001
4377
  Failed = "Failed",
@@ -4005,6 +4381,9 @@ export declare enum NotebookInstanceStatus {
4005
4381
  Stopping = "Stopping",
4006
4382
  Updating = "Updating"
4007
4383
  }
4384
+ /**
4385
+ * @public
4386
+ */
4008
4387
  export interface DescribeNotebookInstanceOutput {
4009
4388
  /**
4010
4389
  * <p>The Amazon Resource Name (ARN) of the notebook instance.</p>
@@ -4126,12 +4505,18 @@ export interface DescribeNotebookInstanceOutput {
4126
4505
  */
4127
4506
  InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
4128
4507
  }
4508
+ /**
4509
+ * @public
4510
+ */
4129
4511
  export interface DescribeNotebookInstanceLifecycleConfigInput {
4130
4512
  /**
4131
4513
  * <p>The name of the lifecycle configuration to describe.</p>
4132
4514
  */
4133
4515
  NotebookInstanceLifecycleConfigName: string | undefined;
4134
4516
  }
4517
+ /**
4518
+ * @public
4519
+ */
4135
4520
  export interface DescribeNotebookInstanceLifecycleConfigOutput {
4136
4521
  /**
4137
4522
  * <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
@@ -4159,15 +4544,24 @@ export interface DescribeNotebookInstanceLifecycleConfigOutput {
4159
4544
  */
4160
4545
  CreationTime?: Date;
4161
4546
  }
4547
+ /**
4548
+ * @public
4549
+ */
4162
4550
  export interface DescribePipelineRequest {
4163
4551
  /**
4164
4552
  * <p>The name of the pipeline to describe.</p>
4165
4553
  */
4166
4554
  PipelineName: string | undefined;
4167
4555
  }
4556
+ /**
4557
+ * @public
4558
+ */
4168
4559
  export declare enum PipelineStatus {
4169
4560
  ACTIVE = "Active"
4170
4561
  }
4562
+ /**
4563
+ * @public
4564
+ */
4171
4565
  export interface DescribePipelineResponse {
4172
4566
  /**
4173
4567
  * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
@@ -4224,12 +4618,18 @@ export interface DescribePipelineResponse {
4224
4618
  */
4225
4619
  ParallelismConfiguration?: ParallelismConfiguration;
4226
4620
  }
4621
+ /**
4622
+ * @public
4623
+ */
4227
4624
  export interface DescribePipelineDefinitionForExecutionRequest {
4228
4625
  /**
4229
4626
  * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
4230
4627
  */
4231
4628
  PipelineExecutionArn: string | undefined;
4232
4629
  }
4630
+ /**
4631
+ * @public
4632
+ */
4233
4633
  export interface DescribePipelineDefinitionForExecutionResponse {
4234
4634
  /**
4235
4635
  * <p>The JSON pipeline definition.</p>
@@ -4240,12 +4640,18 @@ export interface DescribePipelineDefinitionForExecutionResponse {
4240
4640
  */
4241
4641
  CreationTime?: Date;
4242
4642
  }
4643
+ /**
4644
+ * @public
4645
+ */
4243
4646
  export interface DescribePipelineExecutionRequest {
4244
4647
  /**
4245
4648
  * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
4246
4649
  */
4247
4650
  PipelineExecutionArn: string | undefined;
4248
4651
  }
4652
+ /**
4653
+ * @public
4654
+ */
4249
4655
  export declare enum PipelineExecutionStatus {
4250
4656
  EXECUTING = "Executing",
4251
4657
  FAILED = "Failed",
@@ -4254,6 +4660,7 @@ export declare enum PipelineExecutionStatus {
4254
4660
  SUCCEEDED = "Succeeded"
4255
4661
  }
4256
4662
  /**
4663
+ * @public
4257
4664
  * <p>Specifies the names of the experiment and trial created by a pipeline.</p>
4258
4665
  */
4259
4666
  export interface PipelineExperimentConfig {
@@ -4266,6 +4673,9 @@ export interface PipelineExperimentConfig {
4266
4673
  */
4267
4674
  TrialName?: string;
4268
4675
  }
4676
+ /**
4677
+ * @public
4678
+ */
4269
4679
  export interface DescribePipelineExecutionResponse {
4270
4680
  /**
4271
4681
  * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
@@ -4318,6 +4728,9 @@ export interface DescribePipelineExecutionResponse {
4318
4728
  */
4319
4729
  ParallelismConfiguration?: ParallelismConfiguration;
4320
4730
  }
4731
+ /**
4732
+ * @public
4733
+ */
4321
4734
  export interface DescribeProcessingJobRequest {
4322
4735
  /**
4323
4736
  * <p>The name of the processing job. The name must be unique within an Amazon Web Services Region in the
@@ -4325,6 +4738,9 @@ export interface DescribeProcessingJobRequest {
4325
4738
  */
4326
4739
  ProcessingJobName: string | undefined;
4327
4740
  }
4741
+ /**
4742
+ * @public
4743
+ */
4328
4744
  export declare enum ProcessingJobStatus {
4329
4745
  COMPLETED = "Completed",
4330
4746
  FAILED = "Failed",
@@ -4332,6 +4748,9 @@ export declare enum ProcessingJobStatus {
4332
4748
  STOPPED = "Stopped",
4333
4749
  STOPPING = "Stopping"
4334
4750
  }
4751
+ /**
4752
+ * @public
4753
+ */
4335
4754
  export interface DescribeProcessingJobResponse {
4336
4755
  /**
4337
4756
  * <p>The inputs for a processing job.</p>
@@ -4424,12 +4843,18 @@ export interface DescribeProcessingJobResponse {
4424
4843
  */
4425
4844
  TrainingJobArn?: string;
4426
4845
  }
4846
+ /**
4847
+ * @public
4848
+ */
4427
4849
  export interface DescribeProjectInput {
4428
4850
  /**
4429
4851
  * <p>The name of the project to describe.</p>
4430
4852
  */
4431
4853
  ProjectName: string | undefined;
4432
4854
  }
4855
+ /**
4856
+ * @public
4857
+ */
4433
4858
  export declare enum ProjectStatus {
4434
4859
  CREATE_COMPLETED = "CreateCompleted",
4435
4860
  CREATE_FAILED = "CreateFailed",
@@ -4443,6 +4868,7 @@ export declare enum ProjectStatus {
4443
4868
  UPDATE_IN_PROGRESS = "UpdateInProgress"
4444
4869
  }
4445
4870
  /**
4871
+ * @public
4446
4872
  * <p>Details of a provisioned service catalog product. For information about service catalog,
4447
4873
  * see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
4448
4874
  * Catalog</a>.</p>
@@ -4479,6 +4905,9 @@ export interface ServiceCatalogProvisionedProductDetails {
4479
4905
  */
4480
4906
  ProvisionedProductStatusMessage?: string;
4481
4907
  }
4908
+ /**
4909
+ * @public
4910
+ */
4482
4911
  export interface DescribeProjectOutput {
4483
4912
  /**
4484
4913
  * <p>The Amazon Resource Name (ARN) of the project.</p>
@@ -4528,6 +4957,9 @@ export interface DescribeProjectOutput {
4528
4957
  */
4529
4958
  LastModifiedBy?: UserContext;
4530
4959
  }
4960
+ /**
4961
+ * @public
4962
+ */
4531
4963
  export interface DescribeSpaceRequest {
4532
4964
  /**
4533
4965
  * <p>The ID of the associated Domain.</p>
@@ -4538,6 +4970,9 @@ export interface DescribeSpaceRequest {
4538
4970
  */
4539
4971
  SpaceName: string | undefined;
4540
4972
  }
4973
+ /**
4974
+ * @public
4975
+ */
4541
4976
  export declare enum SpaceStatus {
4542
4977
  Delete_Failed = "Delete_Failed",
4543
4978
  Deleting = "Deleting",
@@ -4547,6 +4982,9 @@ export declare enum SpaceStatus {
4547
4982
  Update_Failed = "Update_Failed",
4548
4983
  Updating = "Updating"
4549
4984
  }
4985
+ /**
4986
+ * @public
4987
+ */
4550
4988
  export interface DescribeSpaceResponse {
4551
4989
  /**
4552
4990
  * <p>The ID of the associated Domain.</p>
@@ -4585,12 +5023,18 @@ export interface DescribeSpaceResponse {
4585
5023
  */
4586
5024
  SpaceSettings?: SpaceSettings;
4587
5025
  }
5026
+ /**
5027
+ * @public
5028
+ */
4588
5029
  export interface DescribeStudioLifecycleConfigRequest {
4589
5030
  /**
4590
5031
  * <p>The name of the Studio Lifecycle Configuration to describe.</p>
4591
5032
  */
4592
5033
  StudioLifecycleConfigName: string | undefined;
4593
5034
  }
5035
+ /**
5036
+ * @public
5037
+ */
4594
5038
  export interface DescribeStudioLifecycleConfigResponse {
4595
5039
  /**
4596
5040
  * <p>The ARN of the Lifecycle Configuration to describe.</p>
@@ -4617,6 +5061,9 @@ export interface DescribeStudioLifecycleConfigResponse {
4617
5061
  */
4618
5062
  StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
4619
5063
  }
5064
+ /**
5065
+ * @public
5066
+ */
4620
5067
  export interface DescribeSubscribedWorkteamRequest {
4621
5068
  /**
4622
5069
  * <p>The Amazon Resource Name (ARN) of the subscribed work team to describe.</p>
@@ -4624,6 +5071,7 @@ export interface DescribeSubscribedWorkteamRequest {
4624
5071
  WorkteamArn: string | undefined;
4625
5072
  }
4626
5073
  /**
5074
+ * @public
4627
5075
  * <p>Describes a work team of a vendor that does the a labelling job.</p>
4628
5076
  */
4629
5077
  export interface SubscribedWorkteam {
@@ -4648,12 +5096,18 @@ export interface SubscribedWorkteam {
4648
5096
  */
4649
5097
  ListingId?: string;
4650
5098
  }
5099
+ /**
5100
+ * @public
5101
+ */
4651
5102
  export interface DescribeSubscribedWorkteamResponse {
4652
5103
  /**
4653
5104
  * <p>A <code>Workteam</code> instance that contains information about the work team.</p>
4654
5105
  */
4655
5106
  SubscribedWorkteam: SubscribedWorkteam | undefined;
4656
5107
  }
5108
+ /**
5109
+ * @public
5110
+ */
4657
5111
  export interface DescribeTrainingJobRequest {
4658
5112
  /**
4659
5113
  * <p>The name of the training job.</p>
@@ -4661,6 +5115,7 @@ export interface DescribeTrainingJobRequest {
4661
5115
  TrainingJobName: string | undefined;
4662
5116
  }
4663
5117
  /**
5118
+ * @public
4664
5119
  * <p>The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.</p>
4665
5120
  */
4666
5121
  export interface MetricData {
@@ -4678,6 +5133,7 @@ export interface MetricData {
4678
5133
  Timestamp?: Date;
4679
5134
  }
4680
5135
  /**
5136
+ * @public
4681
5137
  * <p>Information about the status of the rule evaluation.</p>
4682
5138
  */
4683
5139
  export interface ProfilerRuleEvaluationStatus {
@@ -4702,10 +5158,16 @@ export interface ProfilerRuleEvaluationStatus {
4702
5158
  */
4703
5159
  LastModifiedTime?: Date;
4704
5160
  }
5161
+ /**
5162
+ * @public
5163
+ */
4705
5164
  export declare enum ProfilingStatus {
4706
5165
  DISABLED = "Disabled",
4707
5166
  ENABLED = "Enabled"
4708
5167
  }
5168
+ /**
5169
+ * @public
5170
+ */
4709
5171
  export declare enum SecondaryStatus {
4710
5172
  COMPLETED = "Completed",
4711
5173
  DOWNLOADING = "Downloading",
@@ -4725,6 +5187,7 @@ export declare enum SecondaryStatus {
4725
5187
  UPLOADING = "Uploading"
4726
5188
  }
4727
5189
  /**
5190
+ * @public
4728
5191
  * <p>An array element of <a>DescribeTrainingJobResponse$SecondaryStatusTransitions</a>. It provides
4729
5192
  * additional details about a status that the training job has transitioned through. A
4730
5193
  * training job can be in one of several states, for example, starting, downloading,
@@ -4910,6 +5373,9 @@ export interface SecondaryStatusTransition {
4910
5373
  */
4911
5374
  StatusMessage?: string;
4912
5375
  }
5376
+ /**
5377
+ * @public
5378
+ */
4913
5379
  export declare enum WarmPoolResourceStatus {
4914
5380
  AVAILABLE = "Available",
4915
5381
  INUSE = "InUse",
@@ -4917,6 +5383,7 @@ export declare enum WarmPoolResourceStatus {
4917
5383
  TERMINATED = "Terminated"
4918
5384
  }
4919
5385
  /**
5386
+ * @public
4920
5387
  * <p>Status and billing information about the warm pool.</p>
4921
5388
  */
4922
5389
  export interface WarmPoolStatus {
@@ -4961,6 +5428,9 @@ export interface WarmPoolStatus {
4961
5428
  */
4962
5429
  ReusedByJob?: string;
4963
5430
  }
5431
+ /**
5432
+ * @public
5433
+ */
4964
5434
  export interface DescribeTrainingJobResponse {
4965
5435
  /**
4966
5436
  * <p> Name of the model training job. </p>
@@ -5326,12 +5796,18 @@ export interface DescribeTrainingJobResponse {
5326
5796
  */
5327
5797
  WarmPoolStatus?: WarmPoolStatus;
5328
5798
  }
5799
+ /**
5800
+ * @public
5801
+ */
5329
5802
  export interface DescribeTransformJobRequest {
5330
5803
  /**
5331
5804
  * <p>The name of the transform job that you want to view details of.</p>
5332
5805
  */
5333
5806
  TransformJobName: string | undefined;
5334
5807
  }
5808
+ /**
5809
+ * @public
5810
+ */
5335
5811
  export declare enum TransformJobStatus {
5336
5812
  COMPLETED = "Completed",
5337
5813
  FAILED = "Failed",
@@ -5339,6 +5815,9 @@ export declare enum TransformJobStatus {
5339
5815
  STOPPED = "Stopped",
5340
5816
  STOPPING = "Stopping"
5341
5817
  }
5818
+ /**
5819
+ * @public
5820
+ */
5342
5821
  export interface DescribeTransformJobResponse {
5343
5822
  /**
5344
5823
  * <p>The name of the transform job.</p>
@@ -5486,6 +5965,9 @@ export interface DescribeTransformJobResponse {
5486
5965
  */
5487
5966
  ExperimentConfig?: ExperimentConfig;
5488
5967
  }
5968
+ /**
5969
+ * @public
5970
+ */
5489
5971
  export interface DescribeTrialRequest {
5490
5972
  /**
5491
5973
  * <p>The name of the trial to describe.</p>
@@ -5493,6 +5975,7 @@ export interface DescribeTrialRequest {
5493
5975
  TrialName: string | undefined;
5494
5976
  }
5495
5977
  /**
5978
+ * @public
5496
5979
  * <p>The source of the trial.</p>
5497
5980
  */
5498
5981
  export interface TrialSource {
@@ -5505,6 +5988,9 @@ export interface TrialSource {
5505
5988
  */
5506
5989
  SourceType?: string;
5507
5990
  }
5991
+ /**
5992
+ * @public
5993
+ */
5508
5994
  export interface DescribeTrialResponse {
5509
5995
  /**
5510
5996
  * <p>The name of the trial.</p>
@@ -5548,6 +6034,9 @@ export interface DescribeTrialResponse {
5548
6034
  */
5549
6035
  MetadataProperties?: MetadataProperties;
5550
6036
  }
6037
+ /**
6038
+ * @public
6039
+ */
5551
6040
  export interface DescribeTrialComponentRequest {
5552
6041
  /**
5553
6042
  * <p>The name of the trial component to describe.</p>
@@ -5555,6 +6044,7 @@ export interface DescribeTrialComponentRequest {
5555
6044
  TrialComponentName: string | undefined;
5556
6045
  }
5557
6046
  /**
6047
+ * @public
5558
6048
  * <p>A summary of the metrics of a trial component.</p>
5559
6049
  */
5560
6050
  export interface TrialComponentMetricSummary {
@@ -5596,6 +6086,7 @@ export interface TrialComponentMetricSummary {
5596
6086
  StdDev?: number;
5597
6087
  }
5598
6088
  /**
6089
+ * @public
5599
6090
  * <p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>
5600
6091
  */
5601
6092
  export interface TrialComponentSource {
@@ -5608,6 +6099,9 @@ export interface TrialComponentSource {
5608
6099
  */
5609
6100
  SourceType?: string;
5610
6101
  }
6102
+ /**
6103
+ * @public
6104
+ */
5611
6105
  export interface DescribeTrialComponentResponse {
5612
6106
  /**
5613
6107
  * <p>The name of the trial component.</p>
@@ -5695,6 +6189,9 @@ export interface DescribeTrialComponentResponse {
5695
6189
  */
5696
6190
  Sources?: TrialComponentSource[];
5697
6191
  }
6192
+ /**
6193
+ * @public
6194
+ */
5698
6195
  export interface DescribeUserProfileRequest {
5699
6196
  /**
5700
6197
  * <p>The domain ID.</p>
@@ -5705,6 +6202,9 @@ export interface DescribeUserProfileRequest {
5705
6202
  */
5706
6203
  UserProfileName: string | undefined;
5707
6204
  }
6205
+ /**
6206
+ * @public
6207
+ */
5708
6208
  export declare enum UserProfileStatus {
5709
6209
  Delete_Failed = "Delete_Failed",
5710
6210
  Deleting = "Deleting",
@@ -5714,6 +6214,9 @@ export declare enum UserProfileStatus {
5714
6214
  Update_Failed = "Update_Failed",
5715
6215
  Updating = "Updating"
5716
6216
  }
6217
+ /**
6218
+ * @public
6219
+ */
5717
6220
  export interface DescribeUserProfileResponse {
5718
6221
  /**
5719
6222
  * <p>The ID of the domain that contains the profile.</p>
@@ -5760,6 +6263,9 @@ export interface DescribeUserProfileResponse {
5760
6263
  */
5761
6264
  UserSettings?: UserSettings;
5762
6265
  }
6266
+ /**
6267
+ * @public
6268
+ */
5763
6269
  export interface DescribeWorkforceRequest {
5764
6270
  /**
5765
6271
  * <p>The name of the private workforce whose access you want to restrict.
@@ -5769,6 +6275,7 @@ export interface DescribeWorkforceRequest {
5769
6275
  WorkforceName: string | undefined;
5770
6276
  }
5771
6277
  /**
6278
+ * @public
5772
6279
  * <p>Your OIDC IdP workforce configuration.</p>
5773
6280
  */
5774
6281
  export interface OidcConfigForResponse {
@@ -5801,6 +6308,9 @@ export interface OidcConfigForResponse {
5801
6308
  */
5802
6309
  JwksUri?: string;
5803
6310
  }
6311
+ /**
6312
+ * @public
6313
+ */
5804
6314
  export declare enum WorkforceStatus {
5805
6315
  ACTIVE = "Active",
5806
6316
  DELETING = "Deleting",
@@ -5809,6 +6319,7 @@ export declare enum WorkforceStatus {
5809
6319
  UPDATING = "Updating"
5810
6320
  }
5811
6321
  /**
6322
+ * @public
5812
6323
  * <p>A VpcConfig object that specifies the VPC that you want your workforce to connect to.</p>
5813
6324
  */
5814
6325
  export interface WorkforceVpcConfigResponse {
@@ -5830,6 +6341,7 @@ export interface WorkforceVpcConfigResponse {
5830
6341
  VpcEndpointId?: string;
5831
6342
  }
5832
6343
  /**
6344
+ * @public
5833
6345
  * <p>A single private workforce, which is automatically created when you create your first
5834
6346
  * private work team. You can create one private work force in each Amazon Web Services Region. By default,
5835
6347
  * any workforce-related API operation used in a specific region will apply to the
@@ -5887,6 +6399,9 @@ export interface Workforce {
5887
6399
  */
5888
6400
  FailureReason?: string;
5889
6401
  }
6402
+ /**
6403
+ * @public
6404
+ */
5890
6405
  export interface DescribeWorkforceResponse {
5891
6406
  /**
5892
6407
  * <p>A single private workforce, which is automatically created when you create your first
@@ -5896,6 +6411,9 @@ export interface DescribeWorkforceResponse {
5896
6411
  */
5897
6412
  Workforce: Workforce | undefined;
5898
6413
  }
6414
+ /**
6415
+ * @public
6416
+ */
5899
6417
  export interface DescribeWorkteamRequest {
5900
6418
  /**
5901
6419
  * <p>The name of the work team to return a description of.</p>
@@ -5903,6 +6421,7 @@ export interface DescribeWorkteamRequest {
5903
6421
  WorkteamName: string | undefined;
5904
6422
  }
5905
6423
  /**
6424
+ * @public
5906
6425
  * <p>Provides details about a labeling work team.</p>
5907
6426
  */
5908
6427
  export interface Workteam {
@@ -5954,6 +6473,9 @@ export interface Workteam {
5954
6473
  */
5955
6474
  NotificationConfiguration?: NotificationConfiguration;
5956
6475
  }
6476
+ /**
6477
+ * @public
6478
+ */
5957
6479
  export interface DescribeWorkteamResponse {
5958
6480
  /**
5959
6481
  * <p>A <code>Workteam</code> instance that contains information about the work team.
@@ -5962,6 +6484,7 @@ export interface DescribeWorkteamResponse {
5962
6484
  Workteam: Workteam | undefined;
5963
6485
  }
5964
6486
  /**
6487
+ * @public
5965
6488
  * <p>Specifies weight and capacity values for a production variant.</p>
5966
6489
  */
5967
6490
  export interface DesiredWeightAndCapacity {
@@ -5979,6 +6502,7 @@ export interface DesiredWeightAndCapacity {
5979
6502
  DesiredInstanceCount?: number;
5980
6503
  }
5981
6504
  /**
6505
+ * @public
5982
6506
  * <p>Information of a particular device.</p>
5983
6507
  */
5984
6508
  export interface Device {
@@ -5995,6 +6519,9 @@ export interface Device {
5995
6519
  */
5996
6520
  IotThingName?: string;
5997
6521
  }
6522
+ /**
6523
+ * @public
6524
+ */
5998
6525
  export declare enum DeviceDeploymentStatus {
5999
6526
  Deployed = "DEPLOYED",
6000
6527
  Failed = "FAILED",
@@ -6004,6 +6531,7 @@ export declare enum DeviceDeploymentStatus {
6004
6531
  Stopping = "STOPPING"
6005
6532
  }
6006
6533
  /**
6534
+ * @public
6007
6535
  * <p>Contains information summarizing device details and deployment status.</p>
6008
6536
  */
6009
6537
  export interface DeviceDeploymentSummary {
@@ -6053,6 +6581,7 @@ export interface DeviceDeploymentSummary {
6053
6581
  DeploymentStartTime?: Date;
6054
6582
  }
6055
6583
  /**
6584
+ * @public
6056
6585
  * <p>Summary of the device fleet.</p>
6057
6586
  */
6058
6587
  export interface DeviceFleetSummary {
@@ -6074,6 +6603,7 @@ export interface DeviceFleetSummary {
6074
6603
  LastModifiedTime?: Date;
6075
6604
  }
6076
6605
  /**
6606
+ * @public
6077
6607
  * <p>Status of devices.</p>
6078
6608
  */
6079
6609
  export interface DeviceStats {
@@ -6087,6 +6617,7 @@ export interface DeviceStats {
6087
6617
  RegisteredDeviceCount: number | undefined;
6088
6618
  }
6089
6619
  /**
6620
+ * @public
6090
6621
  * <p>Summary of model on edge device.</p>
6091
6622
  */
6092
6623
  export interface EdgeModelSummary {
@@ -6100,6 +6631,7 @@ export interface EdgeModelSummary {
6100
6631
  ModelVersion: string | undefined;
6101
6632
  }
6102
6633
  /**
6634
+ * @public
6103
6635
  * <p>Summary of the device.</p>
6104
6636
  */
6105
6637
  export interface DeviceSummary {
@@ -6140,15 +6672,27 @@ export interface DeviceSummary {
6140
6672
  */
6141
6673
  AgentVersion?: string;
6142
6674
  }
6675
+ /**
6676
+ * @public
6677
+ */
6143
6678
  export declare enum Direction {
6144
6679
  ASCENDANTS = "Ascendants",
6145
6680
  BOTH = "Both",
6146
6681
  DESCENDANTS = "Descendants"
6147
6682
  }
6683
+ /**
6684
+ * @public
6685
+ */
6148
6686
  export interface DisableSagemakerServicecatalogPortfolioInput {
6149
6687
  }
6688
+ /**
6689
+ * @public
6690
+ */
6150
6691
  export interface DisableSagemakerServicecatalogPortfolioOutput {
6151
6692
  }
6693
+ /**
6694
+ * @public
6695
+ */
6152
6696
  export interface DisassociateTrialComponentRequest {
6153
6697
  /**
6154
6698
  * <p>The name of the component to disassociate from the trial.</p>
@@ -6159,6 +6703,9 @@ export interface DisassociateTrialComponentRequest {
6159
6703
  */
6160
6704
  TrialName: string | undefined;
6161
6705
  }
6706
+ /**
6707
+ * @public
6708
+ */
6162
6709
  export interface DisassociateTrialComponentResponse {
6163
6710
  /**
6164
6711
  * <p>The Amazon Resource Name (ARN) of the trial component.</p>
@@ -6170,6 +6717,7 @@ export interface DisassociateTrialComponentResponse {
6170
6717
  TrialArn?: string;
6171
6718
  }
6172
6719
  /**
6720
+ * @public
6173
6721
  * <p>The domain's details.</p>
6174
6722
  */
6175
6723
  export interface DomainDetails {
@@ -6203,6 +6751,7 @@ export interface DomainDetails {
6203
6751
  Url?: string;
6204
6752
  }
6205
6753
  /**
6754
+ * @public
6206
6755
  * <p>A collection of settings that update the current configuration for the
6207
6756
  * <code>RStudioServerPro</code> Domain-level app.</p>
6208
6757
  */
@@ -6226,6 +6775,7 @@ export interface RStudioServerProDomainSettingsForUpdate {
6226
6775
  RStudioPackageManagerUrl?: string;
6227
6776
  }
6228
6777
  /**
6778
+ * @public
6229
6779
  * <p>A collection of <code>Domain</code> configuration settings to update.</p>
6230
6780
  */
6231
6781
  export interface DomainSettingsForUpdate {
@@ -6247,6 +6797,7 @@ export interface DomainSettingsForUpdate {
6247
6797
  SecurityGroupIds?: string[];
6248
6798
  }
6249
6799
  /**
6800
+ * @public
6250
6801
  * <p>A directed edge connecting two lineage entities.</p>
6251
6802
  */
6252
6803
  export interface Edge {
@@ -6265,6 +6816,7 @@ export interface Edge {
6265
6816
  AssociationType?: AssociationEdgeType | string;
6266
6817
  }
6267
6818
  /**
6819
+ * @public
6268
6820
  * <p>Contains information summarizing an edge deployment plan.</p>
6269
6821
  */
6270
6822
  export interface EdgeDeploymentPlanSummary {
@@ -6302,6 +6854,7 @@ export interface EdgeDeploymentPlanSummary {
6302
6854
  LastModifiedTime?: Date;
6303
6855
  }
6304
6856
  /**
6857
+ * @public
6305
6858
  * <p>Status of edge devices with this model.</p>
6306
6859
  */
6307
6860
  export interface EdgeModelStat {
@@ -6331,6 +6884,7 @@ export interface EdgeModelStat {
6331
6884
  SamplingDeviceCount: number | undefined;
6332
6885
  }
6333
6886
  /**
6887
+ * @public
6334
6888
  * <p>Summary of edge packaging job.</p>
6335
6889
  */
6336
6890
  export interface EdgePackagingJobSummary {
@@ -6368,6 +6922,7 @@ export interface EdgePackagingJobSummary {
6368
6922
  LastModifiedTime?: Date;
6369
6923
  }
6370
6924
  /**
6925
+ * @public
6371
6926
  * <p>The configurations and outcomes of an Amazon EMR step execution.</p>
6372
6927
  */
6373
6928
  export interface EMRStepMetadata {
@@ -6389,11 +6944,18 @@ export interface EMRStepMetadata {
6389
6944
  */
6390
6945
  LogFilePath?: string;
6391
6946
  }
6947
+ /**
6948
+ * @public
6949
+ */
6392
6950
  export interface EnableSagemakerServicecatalogPortfolioInput {
6393
6951
  }
6952
+ /**
6953
+ * @public
6954
+ */
6394
6955
  export interface EnableSagemakerServicecatalogPortfolioOutput {
6395
6956
  }
6396
6957
  /**
6958
+ * @public
6397
6959
  * <p>A schedule for a model monitoring job. For information about model monitor, see
6398
6960
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
6399
6961
  * Monitor</a>.</p>
@@ -6464,6 +7026,7 @@ export interface MonitoringSchedule {
6464
7026
  Tags?: Tag[];
6465
7027
  }
6466
7028
  /**
7029
+ * @public
6467
7030
  * <p>A hosted endpoint for real-time inference.</p>
6468
7031
  */
6469
7032
  export interface Endpoint {
@@ -6520,11 +7083,15 @@ export interface Endpoint {
6520
7083
  */
6521
7084
  ShadowProductionVariants?: ProductionVariantSummary[];
6522
7085
  }
7086
+ /**
7087
+ * @public
7088
+ */
6523
7089
  export declare enum EndpointConfigSortKey {
6524
7090
  CreationTime = "CreationTime",
6525
7091
  Name = "Name"
6526
7092
  }
6527
7093
  /**
7094
+ * @public
6528
7095
  * <p>Provides summary information for an endpoint configuration.</p>
6529
7096
  */
6530
7097
  export interface EndpointConfigSummary {
@@ -6541,12 +7108,16 @@ export interface EndpointConfigSummary {
6541
7108
  */
6542
7109
  CreationTime: Date | undefined;
6543
7110
  }
7111
+ /**
7112
+ * @public
7113
+ */
6544
7114
  export declare enum EndpointSortKey {
6545
7115
  CreationTime = "CreationTime",
6546
7116
  Name = "Name",
6547
7117
  Status = "Status"
6548
7118
  }
6549
7119
  /**
7120
+ * @public
6550
7121
  * <p>Provides summary information for an endpoint.</p>
6551
7122
  */
6552
7123
  export interface EndpointSummary {
@@ -6621,6 +7192,7 @@ export interface EndpointSummary {
6621
7192
  EndpointStatus: EndpointStatus | string | undefined;
6622
7193
  }
6623
7194
  /**
7195
+ * @public
6624
7196
  * <p>The properties of an experiment as returned by the <a>Search</a> API.</p>
6625
7197
  */
6626
7198
  export interface Experiment {
@@ -6668,6 +7240,7 @@ export interface Experiment {
6668
7240
  Tags?: Tag[];
6669
7241
  }
6670
7242
  /**
7243
+ * @public
6671
7244
  * <p>A summary of the properties of an experiment. To get the complete set of properties, call
6672
7245
  * the <a>DescribeExperiment</a> API and provide the
6673
7246
  * <code>ExperimentName</code>.</p>
@@ -6700,6 +7273,7 @@ export interface ExperimentSummary {
6700
7273
  LastModifiedTime?: Date;
6701
7274
  }
6702
7275
  /**
7276
+ * @public
6703
7277
  * <p>The container for the metadata for Fail step.</p>
6704
7278
  */
6705
7279
  export interface FailStepMetadata {
@@ -6710,6 +7284,7 @@ export interface FailStepMetadata {
6710
7284
  ErrorMessage?: string;
6711
7285
  }
6712
7286
  /**
7287
+ * @public
6713
7288
  * <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group.
6714
7289
  * A Feature Group can be visualized as a table which has rows,
6715
7290
  * with a unique identifier for each row where each column in the table is a feature.
@@ -6808,17 +7383,24 @@ export interface FeatureGroup {
6808
7383
  */
6809
7384
  Tags?: Tag[];
6810
7385
  }
7386
+ /**
7387
+ * @public
7388
+ */
6811
7389
  export declare enum FeatureGroupSortBy {
6812
7390
  CREATION_TIME = "CreationTime",
6813
7391
  FEATURE_GROUP_STATUS = "FeatureGroupStatus",
6814
7392
  NAME = "Name",
6815
7393
  OFFLINE_STORE_STATUS = "OfflineStoreStatus"
6816
7394
  }
7395
+ /**
7396
+ * @public
7397
+ */
6817
7398
  export declare enum FeatureGroupSortOrder {
6818
7399
  ASCENDING = "Ascending",
6819
7400
  DESCENDING = "Descending"
6820
7401
  }
6821
7402
  /**
7403
+ * @public
6822
7404
  * <p>The name, Arn, <code>CreationTime</code>, <code>FeatureGroup</code> values,
6823
7405
  * <code>LastUpdatedTime</code> and <code>EnableOnlineStorage</code> status of a
6824
7406
  * <code>FeatureGroup</code>.</p>
@@ -6849,6 +7431,7 @@ export interface FeatureGroupSummary {
6849
7431
  OfflineStoreStatus?: OfflineStoreStatus;
6850
7432
  }
6851
7433
  /**
7434
+ * @public
6852
7435
  * <p>The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.</p>
6853
7436
  */
6854
7437
  export interface FeatureMetadata {
@@ -6885,6 +7468,9 @@ export interface FeatureMetadata {
6885
7468
  */
6886
7469
  Parameters?: FeatureParameter[];
6887
7470
  }
7471
+ /**
7472
+ * @public
7473
+ */
6888
7474
  export declare enum Operator {
6889
7475
  CONTAINS = "Contains",
6890
7476
  EQUALS = "Equals",
@@ -6898,6 +7484,7 @@ export declare enum Operator {
6898
7484
  NOT_EXISTS = "NotExists"
6899
7485
  }
6900
7486
  /**
7487
+ * @public
6901
7488
  * <p>A conditional statement for a search expression that includes a resource property, a
6902
7489
  * Boolean operator, and a value. Resources that match the statement are returned in the
6903
7490
  * results from the <a>Search</a> API.</p>
@@ -6913,7 +7500,7 @@ export declare enum Operator {
6913
7500
  * with an <code>"accuracy"</code> metric greater than
6914
7501
  * <code>"0.9"</code>:</p>
6915
7502
  * <p>
6916
- * <code>{</code>
7503
+ * <code>\{</code>
6917
7504
  * </p>
6918
7505
  * <p>
6919
7506
  * <code>"Name": "Metrics.accuracy",</code>
@@ -6925,7 +7512,7 @@ export declare enum Operator {
6925
7512
  * <code>"Value": "0.9"</code>
6926
7513
  * </p>
6927
7514
  * <p>
6928
- * <code>}</code>
7515
+ * <code>\}</code>
6929
7516
  * </p>
6930
7517
  * </dd>
6931
7518
  * <dt>HyperParameters</dt>
@@ -6939,7 +7526,7 @@ export declare enum Operator {
6939
7526
  * training jobs with a <code>"learning_rate"</code> hyperparameter that is
6940
7527
  * less than <code>"0.5"</code>:</p>
6941
7528
  * <p>
6942
- * <code> {</code>
7529
+ * <code> \{</code>
6943
7530
  * </p>
6944
7531
  * <p>
6945
7532
  * <code> "Name": "HyperParameters.learning_rate",</code>
@@ -6951,7 +7538,7 @@ export declare enum Operator {
6951
7538
  * <code> "Value": "0.5"</code>
6952
7539
  * </p>
6953
7540
  * <p>
6954
- * <code> }</code>
7541
+ * <code> \}</code>
6955
7542
  * </p>
6956
7543
  * </dd>
6957
7544
  * <dt>Tags</dt>
@@ -7095,6 +7682,7 @@ export interface Filter {
7095
7682
  Value?: string;
7096
7683
  }
7097
7684
  /**
7685
+ * @public
7098
7686
  * <p>Contains summary information about the flow definition.</p>
7099
7687
  */
7100
7688
  export interface FlowDefinitionSummary {
@@ -7119,12 +7707,18 @@ export interface FlowDefinitionSummary {
7119
7707
  */
7120
7708
  FailureReason?: string;
7121
7709
  }
7710
+ /**
7711
+ * @public
7712
+ */
7122
7713
  export interface GetDeviceFleetReportRequest {
7123
7714
  /**
7124
7715
  * <p>The name of the fleet.</p>
7125
7716
  */
7126
7717
  DeviceFleetName: string | undefined;
7127
7718
  }
7719
+ /**
7720
+ * @public
7721
+ */
7128
7722
  export interface GetDeviceFleetReportResponse {
7129
7723
  /**
7130
7724
  * <p>The Amazon Resource Name (ARN) of the device.</p>
@@ -7159,12 +7753,18 @@ export interface GetDeviceFleetReportResponse {
7159
7753
  */
7160
7754
  ModelStats?: EdgeModelStat[];
7161
7755
  }
7756
+ /**
7757
+ * @public
7758
+ */
7162
7759
  export interface GetLineageGroupPolicyRequest {
7163
7760
  /**
7164
7761
  * <p>The name or Amazon Resource Name (ARN) of the lineage group.</p>
7165
7762
  */
7166
7763
  LineageGroupName: string | undefined;
7167
7764
  }
7765
+ /**
7766
+ * @public
7767
+ */
7168
7768
  export interface GetLineageGroupPolicyResponse {
7169
7769
  /**
7170
7770
  * <p>The Amazon Resource Name (ARN) of the lineage group.</p>
@@ -7175,30 +7775,48 @@ export interface GetLineageGroupPolicyResponse {
7175
7775
  */
7176
7776
  ResourcePolicy?: string;
7177
7777
  }
7778
+ /**
7779
+ * @public
7780
+ */
7178
7781
  export interface GetModelPackageGroupPolicyInput {
7179
7782
  /**
7180
7783
  * <p>The name of the model group for which to get the resource policy.</p>
7181
7784
  */
7182
7785
  ModelPackageGroupName: string | undefined;
7183
7786
  }
7787
+ /**
7788
+ * @public
7789
+ */
7184
7790
  export interface GetModelPackageGroupPolicyOutput {
7185
7791
  /**
7186
7792
  * <p>The resource policy for the model group.</p>
7187
7793
  */
7188
7794
  ResourcePolicy: string | undefined;
7189
7795
  }
7796
+ /**
7797
+ * @public
7798
+ */
7190
7799
  export interface GetSagemakerServicecatalogPortfolioStatusInput {
7191
7800
  }
7801
+ /**
7802
+ * @public
7803
+ */
7192
7804
  export declare enum SagemakerServicecatalogStatus {
7193
7805
  DISABLED = "Disabled",
7194
7806
  ENABLED = "Enabled"
7195
7807
  }
7808
+ /**
7809
+ * @public
7810
+ */
7196
7811
  export interface GetSagemakerServicecatalogPortfolioStatusOutput {
7197
7812
  /**
7198
7813
  * <p>Whether Service Catalog is enabled or disabled in SageMaker.</p>
7199
7814
  */
7200
7815
  Status?: SagemakerServicecatalogStatus | string;
7201
7816
  }
7817
+ /**
7818
+ * @public
7819
+ */
7202
7820
  export declare enum ResourceType {
7203
7821
  ENDPOINT = "Endpoint",
7204
7822
  EXPERIMENT = "Experiment",
@@ -7217,6 +7835,7 @@ export declare enum ResourceType {
7217
7835
  TRAINING_JOB = "TrainingJob"
7218
7836
  }
7219
7837
  /**
7838
+ * @public
7220
7839
  * <p>Part of the <code>SuggestionQuery</code> type. Specifies a hint for retrieving property
7221
7840
  * names that begin with the specified text.</p>
7222
7841
  */
@@ -7227,6 +7846,7 @@ export interface PropertyNameQuery {
7227
7846
  PropertyNameHint: string | undefined;
7228
7847
  }
7229
7848
  /**
7849
+ * @public
7230
7850
  * <p>Specified in the <a>GetSearchSuggestions</a> request.
7231
7851
  * Limits the property names that are included in the response.</p>
7232
7852
  */
@@ -7237,6 +7857,9 @@ export interface SuggestionQuery {
7237
7857
  */
7238
7858
  PropertyNameQuery?: PropertyNameQuery;
7239
7859
  }
7860
+ /**
7861
+ * @public
7862
+ */
7240
7863
  export interface GetSearchSuggestionsRequest {
7241
7864
  /**
7242
7865
  * <p>The name of the SageMaker resource to search for.</p>
@@ -7248,6 +7871,7 @@ export interface GetSearchSuggestionsRequest {
7248
7871
  SuggestionQuery?: SuggestionQuery;
7249
7872
  }
7250
7873
  /**
7874
+ * @public
7251
7875
  * <p>A property name returned from a <code>GetSearchSuggestions</code> call that specifies
7252
7876
  * a value in the <code>PropertyNameQuery</code> field.</p>
7253
7877
  */
@@ -7258,6 +7882,9 @@ export interface PropertyNameSuggestion {
7258
7882
  */
7259
7883
  PropertyName?: string;
7260
7884
  }
7885
+ /**
7886
+ * @public
7887
+ */
7261
7888
  export interface GetSearchSuggestionsResponse {
7262
7889
  /**
7263
7890
  * <p>A list of property names for a <code>Resource</code> that match a
@@ -7266,6 +7893,7 @@ export interface GetSearchSuggestionsResponse {
7266
7893
  PropertyNameSuggestions?: PropertyNameSuggestion[];
7267
7894
  }
7268
7895
  /**
7896
+ * @public
7269
7897
  * <p>Specifies configuration details for a Git repository when the repository is
7270
7898
  * updated.</p>
7271
7899
  */
@@ -7275,13 +7903,14 @@ export interface GitConfigForUpdate {
7275
7903
  * contains the credentials used to access the git repository. The secret must have a
7276
7904
  * staging label of <code>AWSCURRENT</code> and must be in the following format:</p>
7277
7905
  * <p>
7278
- * <code>{"username": <i>UserName</i>, "password":
7279
- * <i>Password</i>}</code>
7906
+ * <code>\{"username": <i>UserName</i>, "password":
7907
+ * <i>Password</i>\}</code>
7280
7908
  * </p>
7281
7909
  */
7282
7910
  SecretArn?: string;
7283
7911
  }
7284
7912
  /**
7913
+ * @public
7285
7914
  * <p>Information about hub content.</p>
7286
7915
  */
7287
7916
  export interface HubContentInfo {
@@ -7326,12 +7955,16 @@ export interface HubContentInfo {
7326
7955
  */
7327
7956
  CreationTime: Date | undefined;
7328
7957
  }
7958
+ /**
7959
+ * @public
7960
+ */
7329
7961
  export declare enum HubContentSortBy {
7330
7962
  CREATION_TIME = "CreationTime",
7331
7963
  HUB_CONTENT_NAME = "HubContentName",
7332
7964
  HUB_CONTENT_STATUS = "HubContentStatus"
7333
7965
  }
7334
7966
  /**
7967
+ * @public
7335
7968
  * <p>Information about a hub.</p>
7336
7969
  */
7337
7970
  export interface HubInfo {
@@ -7368,6 +8001,9 @@ export interface HubInfo {
7368
8001
  */
7369
8002
  LastModifiedTime: Date | undefined;
7370
8003
  }
8004
+ /**
8005
+ * @public
8006
+ */
7371
8007
  export declare enum HubSortBy {
7372
8008
  ACCOUNT_ID_OWNER = "AccountIdOwner",
7373
8009
  CREATION_TIME = "CreationTime",
@@ -7375,6 +8011,7 @@ export declare enum HubSortBy {
7375
8011
  HUB_STATUS = "HubStatus"
7376
8012
  }
7377
8013
  /**
8014
+ * @public
7378
8015
  * <p>Container for human task user interface information.</p>
7379
8016
  */
7380
8017
  export interface HumanTaskUiSummary {
@@ -7392,6 +8029,7 @@ export interface HumanTaskUiSummary {
7392
8029
  CreationTime: Date | undefined;
7393
8030
  }
7394
8031
  /**
8032
+ * @public
7395
8033
  * <p>An entity returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SearchRecord.html">SearchRecord</a> API
7396
8034
  * containing the properties of a hyperparameter tuning job.</p>
7397
8035
  */
@@ -7489,12 +8127,16 @@ export interface HyperParameterTuningJobSearchEntity {
7489
8127
  */
7490
8128
  ConsumedResources?: HyperParameterTuningJobConsumedResources;
7491
8129
  }
8130
+ /**
8131
+ * @public
8132
+ */
7492
8133
  export declare enum HyperParameterTuningJobSortByOptions {
7493
8134
  CreationTime = "CreationTime",
7494
8135
  Name = "Name",
7495
8136
  Status = "Status"
7496
8137
  }
7497
8138
  /**
8139
+ * @public
7498
8140
  * <p>Provides summary information about a hyperparameter tuning job.</p>
7499
8141
  */
7500
8142
  export interface HyperParameterTuningJobSummary {
@@ -7552,6 +8194,7 @@ export interface HyperParameterTuningJobSummary {
7552
8194
  ResourceLimits?: ResourceLimits;
7553
8195
  }
7554
8196
  /**
8197
+ * @public
7555
8198
  * <p>A SageMaker image. A SageMaker image represents a set of container images that are derived from
7556
8199
  * a common base container image. Each of these container images is represented by a SageMaker
7557
8200
  * <code>ImageVersion</code>.</p>
@@ -7590,16 +8233,23 @@ export interface Image {
7590
8233
  */
7591
8234
  LastModifiedTime: Date | undefined;
7592
8235
  }
8236
+ /**
8237
+ * @public
8238
+ */
7593
8239
  export declare enum ImageSortBy {
7594
8240
  CREATION_TIME = "CREATION_TIME",
7595
8241
  IMAGE_NAME = "IMAGE_NAME",
7596
8242
  LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME"
7597
8243
  }
8244
+ /**
8245
+ * @public
8246
+ */
7598
8247
  export declare enum ImageSortOrder {
7599
8248
  ASCENDING = "ASCENDING",
7600
8249
  DESCENDING = "DESCENDING"
7601
8250
  }
7602
8251
  /**
8252
+ * @public
7603
8253
  * <p>A version of a SageMaker <code>Image</code>. A version represents an existing container
7604
8254
  * image.</p>
7605
8255
  */
@@ -7633,15 +8283,24 @@ export interface ImageVersion {
7633
8283
  */
7634
8284
  Version: number | undefined;
7635
8285
  }
8286
+ /**
8287
+ * @public
8288
+ */
7636
8289
  export declare enum ImageVersionSortBy {
7637
8290
  CREATION_TIME = "CREATION_TIME",
7638
8291
  LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
7639
8292
  VERSION = "VERSION"
7640
8293
  }
8294
+ /**
8295
+ * @public
8296
+ */
7641
8297
  export declare enum ImageVersionSortOrder {
7642
8298
  ASCENDING = "ASCENDING",
7643
8299
  DESCENDING = "DESCENDING"
7644
8300
  }
8301
+ /**
8302
+ * @public
8303
+ */
7645
8304
  export interface ImportHubContentRequest {
7646
8305
  /**
7647
8306
  * <p>The name of the hub content to import.</p>
@@ -7688,6 +8347,9 @@ export interface ImportHubContentRequest {
7688
8347
  */
7689
8348
  Tags?: Tag[];
7690
8349
  }
8350
+ /**
8351
+ * @public
8352
+ */
7691
8353
  export interface ImportHubContentResponse {
7692
8354
  /**
7693
8355
  * <p>The ARN of the hub that the content was imported into.</p>
@@ -7699,6 +8361,7 @@ export interface ImportHubContentResponse {
7699
8361
  HubContentArn: string | undefined;
7700
8362
  }
7701
8363
  /**
8364
+ * @public
7702
8365
  * <p>Lists a summary of properties of an inference experiment.</p>
7703
8366
  */
7704
8367
  export interface InferenceExperimentSummary {
@@ -7747,11 +8410,15 @@ export interface InferenceExperimentSummary {
7747
8410
  */
7748
8411
  RoleArn?: string;
7749
8412
  }
8413
+ /**
8414
+ * @public
8415
+ */
7750
8416
  export declare enum InferenceExperimentStopDesiredState {
7751
8417
  CANCELLED = "Cancelled",
7752
8418
  COMPLETED = "Completed"
7753
8419
  }
7754
8420
  /**
8421
+ * @public
7755
8422
  * <p>A structure that contains a list of recommendation jobs.</p>
7756
8423
  */
7757
8424
  export interface InferenceRecommendationsJob {
@@ -7798,6 +8465,7 @@ export interface InferenceRecommendationsJob {
7798
8465
  FailureReason?: string;
7799
8466
  }
7800
8467
  /**
8468
+ * @public
7801
8469
  * <p>The details for a specific benchmark from an Inference Recommender job.</p>
7802
8470
  */
7803
8471
  export interface RecommendationJobInferenceBenchmark {
@@ -7822,10 +8490,14 @@ export interface RecommendationJobInferenceBenchmark {
7822
8490
  */
7823
8491
  EndpointMetrics?: InferenceMetrics;
7824
8492
  }
8493
+ /**
8494
+ * @public
8495
+ */
7825
8496
  export declare enum RecommendationStepType {
7826
8497
  BENCHMARK = "BENCHMARK"
7827
8498
  }
7828
8499
  /**
8500
+ * @public
7829
8501
  * <p>A returned array object for the <code>Steps</code> response field in the
7830
8502
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListInferenceRecommendationsJobSteps.html">ListInferenceRecommendationsJobSteps</a> API command.</p>
7831
8503
  */
@@ -7850,6 +8522,7 @@ export interface InferenceRecommendationsJobStep {
7850
8522
  InferenceBenchmark?: RecommendationJobInferenceBenchmark;
7851
8523
  }
7852
8524
  /**
8525
+ * @public
7853
8526
  * <p>Provides counts for human-labeled tasks in the labeling job.</p>
7854
8527
  */
7855
8528
  export interface LabelCountersForWorkteam {
@@ -7867,6 +8540,7 @@ export interface LabelCountersForWorkteam {
7867
8540
  Total?: number;
7868
8541
  }
7869
8542
  /**
8543
+ * @public
7870
8544
  * <p>Provides summary information for a work team.</p>
7871
8545
  */
7872
8546
  export interface LabelingJobForWorkteamSummary {
@@ -7898,6 +8572,7 @@ export interface LabelingJobForWorkteamSummary {
7898
8572
  NumberOfHumanWorkersPerDataObject?: number;
7899
8573
  }
7900
8574
  /**
8575
+ * @public
7901
8576
  * <p>Provides summary information about a labeling job.</p>
7902
8577
  */
7903
8578
  export interface LabelingJobSummary {
@@ -7957,6 +8632,7 @@ export interface LabelingJobSummary {
7957
8632
  InputConfig?: LabelingJobInputConfig;
7958
8633
  }
7959
8634
  /**
8635
+ * @public
7960
8636
  * <p>Metadata for a Lambda step.</p>
7961
8637
  */
7962
8638
  export interface LambdaStepMetadata {
@@ -7970,6 +8646,7 @@ export interface LambdaStepMetadata {
7970
8646
  OutputParameters?: OutputParameter[];
7971
8647
  }
7972
8648
  /**
8649
+ * @public
7973
8650
  * <p>Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity
7974
8651
  * resources.</p>
7975
8652
  */
@@ -7995,20 +8672,32 @@ export interface LineageGroupSummary {
7995
8672
  */
7996
8673
  LastModifiedTime?: Date;
7997
8674
  }
8675
+ /**
8676
+ * @public
8677
+ */
7998
8678
  export declare enum LineageType {
7999
8679
  ACTION = "Action",
8000
8680
  ARTIFACT = "Artifact",
8001
8681
  CONTEXT = "Context",
8002
8682
  TRIAL_COMPONENT = "TrialComponent"
8003
8683
  }
8684
+ /**
8685
+ * @public
8686
+ */
8004
8687
  export declare enum SortActionsBy {
8005
8688
  CREATION_TIME = "CreationTime",
8006
8689
  NAME = "Name"
8007
8690
  }
8691
+ /**
8692
+ * @public
8693
+ */
8008
8694
  export declare enum SortOrder {
8009
8695
  ASCENDING = "Ascending",
8010
8696
  DESCENDING = "Descending"
8011
8697
  }
8698
+ /**
8699
+ * @public
8700
+ */
8012
8701
  export interface ListActionsRequest {
8013
8702
  /**
8014
8703
  * <p>A filter that returns only actions with the specified source URI.</p>
@@ -8044,6 +8733,9 @@ export interface ListActionsRequest {
8044
8733
  */
8045
8734
  MaxResults?: number;
8046
8735
  }
8736
+ /**
8737
+ * @public
8738
+ */
8047
8739
  export interface ListActionsResponse {
8048
8740
  /**
8049
8741
  * <p>A list of actions and their properties.</p>
@@ -8054,6 +8746,9 @@ export interface ListActionsResponse {
8054
8746
  */
8055
8747
  NextToken?: string;
8056
8748
  }
8749
+ /**
8750
+ * @public
8751
+ */
8057
8752
  export interface ListAlgorithmsInput {
8058
8753
  /**
8059
8754
  * <p>A filter that returns only algorithms created after the specified time
@@ -8090,6 +8785,9 @@ export interface ListAlgorithmsInput {
8090
8785
  */
8091
8786
  SortOrder?: SortOrder | string;
8092
8787
  }
8788
+ /**
8789
+ * @public
8790
+ */
8093
8791
  export interface ListAlgorithmsOutput {
8094
8792
  /**
8095
8793
  * <p>>An array of <code>AlgorithmSummary</code> objects, each of which lists an