@aws-sdk/client-sagemaker 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. package/dist-types/SageMaker.d.ts +302 -1
  2. package/dist-types/SageMakerClient.d.ts +24 -4
  3. package/dist-types/commands/AddAssociationCommand.d.ts +16 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateActionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateAlgorithmCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateArtifactCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateCompilationJobCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContextCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateExperimentCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateHubCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateImageVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +16 -0
  33. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +16 -0
  34. package/dist-types/commands/CreateLabelingJobCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateModelCardCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +16 -0
  45. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/CreatePipelineCommand.d.ts +16 -0
  47. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +16 -0
  48. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +16 -0
  49. package/dist-types/commands/CreateProcessingJobCommand.d.ts +16 -0
  50. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  51. package/dist-types/commands/CreateSpaceCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/CreateTrainingJobCommand.d.ts +16 -0
  54. package/dist-types/commands/CreateTransformJobCommand.d.ts +16 -0
  55. package/dist-types/commands/CreateTrialCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateTrialComponentCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateWorkforceCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateWorkteamCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteActionCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteArtifactCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteAssociationCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteContextCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteExperimentCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteHubCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteHubContentCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteImageVersionCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteModelCardCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteModelPackageCommand.d.ts +16 -0
  89. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +16 -0
  90. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +16 -0
  91. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +16 -0
  92. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +16 -0
  93. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +16 -0
  94. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  95. package/dist-types/commands/DeletePipelineCommand.d.ts +16 -0
  96. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  97. package/dist-types/commands/DeleteSpaceCommand.d.ts +16 -0
  98. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +16 -0
  99. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  100. package/dist-types/commands/DeleteTrialCommand.d.ts +16 -0
  101. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +16 -0
  102. package/dist-types/commands/DeleteUserProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/DeleteWorkforceCommand.d.ts +16 -0
  104. package/dist-types/commands/DeleteWorkteamCommand.d.ts +16 -0
  105. package/dist-types/commands/DeregisterDevicesCommand.d.ts +16 -0
  106. package/dist-types/commands/DescribeActionCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeArtifactCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +16 -0
  112. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +16 -0
  113. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +16 -0
  114. package/dist-types/commands/DescribeContextCommand.d.ts +16 -0
  115. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +16 -0
  116. package/dist-types/commands/DescribeDeviceCommand.d.ts +16 -0
  117. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +16 -0
  118. package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
  119. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +16 -0
  120. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +16 -0
  121. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  122. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +16 -0
  123. package/dist-types/commands/DescribeExperimentCommand.d.ts +16 -0
  124. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +16 -0
  125. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +16 -0
  126. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +16 -0
  127. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  128. package/dist-types/commands/DescribeHubContentCommand.d.ts +16 -0
  129. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +16 -0
  130. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +16 -0
  131. package/dist-types/commands/DescribeImageCommand.d.ts +16 -0
  132. package/dist-types/commands/DescribeImageVersionCommand.d.ts +16 -0
  133. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +16 -0
  134. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +16 -0
  135. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +16 -0
  136. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +16 -0
  137. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +16 -0
  138. package/dist-types/commands/DescribeModelCardCommand.d.ts +16 -0
  139. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +16 -0
  140. package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
  141. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +16 -0
  142. package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -0
  143. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +16 -0
  144. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +16 -0
  145. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +16 -0
  147. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  148. package/dist-types/commands/DescribePipelineCommand.d.ts +16 -0
  149. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +16 -0
  150. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +16 -0
  151. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +16 -0
  152. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeSpaceCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeTransformJobCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeTrialCommand.d.ts +16 -0
  159. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +16 -0
  160. package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
  161. package/dist-types/commands/DescribeWorkforceCommand.d.ts +16 -0
  162. package/dist-types/commands/DescribeWorkteamCommand.d.ts +16 -0
  163. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  164. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +16 -0
  165. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
  166. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +16 -0
  167. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +16 -0
  168. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +16 -0
  169. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +16 -0
  170. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +16 -0
  171. package/dist-types/commands/ImportHubContentCommand.d.ts +16 -0
  172. package/dist-types/commands/ListActionsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListAlgorithmsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  175. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +16 -0
  176. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  177. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  178. package/dist-types/commands/ListAssociationsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +16 -0
  180. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +16 -0
  181. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +16 -0
  182. package/dist-types/commands/ListCompilationJobsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListContextsCommand.d.ts +16 -0
  184. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +16 -0
  186. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +16 -0
  189. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +16 -0
  191. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListExperimentsCommand.d.ts +16 -0
  193. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +16 -0
  194. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +16 -0
  195. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListHubContentsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListHubsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +16 -0
  199. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +16 -0
  200. package/dist-types/commands/ListImageVersionsCommand.d.ts +16 -0
  201. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  202. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +16 -0
  203. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListLabelingJobsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +16 -0
  207. package/dist-types/commands/ListLineageGroupsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +16 -0
  209. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +16 -0
  210. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
  211. package/dist-types/commands/ListModelCardsCommand.d.ts +16 -0
  212. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +16 -0
  213. package/dist-types/commands/ListModelMetadataCommand.d.ts +16 -0
  214. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +16 -0
  215. package/dist-types/commands/ListModelPackagesCommand.d.ts +16 -0
  216. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +16 -0
  217. package/dist-types/commands/ListModelsCommand.d.ts +16 -0
  218. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +16 -0
  219. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +16 -0
  220. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +16 -0
  221. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +16 -0
  222. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +16 -0
  223. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +16 -0
  224. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +16 -0
  225. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
  226. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +16 -0
  227. package/dist-types/commands/ListPipelinesCommand.d.ts +16 -0
  228. package/dist-types/commands/ListProcessingJobsCommand.d.ts +16 -0
  229. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  230. package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
  231. package/dist-types/commands/ListStageDevicesCommand.d.ts +16 -0
  232. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +16 -0
  233. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +16 -0
  234. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  235. package/dist-types/commands/ListTrainingJobsCommand.d.ts +17 -1
  236. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +16 -0
  237. package/dist-types/commands/ListTransformJobsCommand.d.ts +16 -0
  238. package/dist-types/commands/ListTrialComponentsCommand.d.ts +16 -0
  239. package/dist-types/commands/ListTrialsCommand.d.ts +16 -0
  240. package/dist-types/commands/ListUserProfilesCommand.d.ts +16 -0
  241. package/dist-types/commands/ListWorkforcesCommand.d.ts +16 -0
  242. package/dist-types/commands/ListWorkteamsCommand.d.ts +16 -0
  243. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +16 -0
  244. package/dist-types/commands/QueryLineageCommand.d.ts +16 -0
  245. package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
  246. package/dist-types/commands/RenderUiTemplateCommand.d.ts +16 -0
  247. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +16 -0
  248. package/dist-types/commands/SearchCommand.d.ts +16 -0
  249. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +16 -0
  250. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +16 -0
  251. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +16 -0
  252. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +16 -0
  253. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +16 -0
  254. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +16 -0
  255. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -0
  256. package/dist-types/commands/StopAutoMLJobCommand.d.ts +16 -0
  257. package/dist-types/commands/StopCompilationJobCommand.d.ts +16 -0
  258. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +16 -0
  259. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +16 -0
  260. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +16 -0
  261. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +16 -0
  262. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +16 -0
  263. package/dist-types/commands/StopLabelingJobCommand.d.ts +16 -0
  264. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +16 -0
  265. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +16 -0
  266. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +16 -0
  267. package/dist-types/commands/StopProcessingJobCommand.d.ts +16 -0
  268. package/dist-types/commands/StopTrainingJobCommand.d.ts +16 -0
  269. package/dist-types/commands/StopTransformJobCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateActionCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
  272. package/dist-types/commands/UpdateArtifactCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +16 -0
  274. package/dist-types/commands/UpdateContextCommand.d.ts +16 -0
  275. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +16 -0
  276. package/dist-types/commands/UpdateDevicesCommand.d.ts +16 -0
  277. package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
  278. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  279. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +16 -0
  280. package/dist-types/commands/UpdateExperimentCommand.d.ts +16 -0
  281. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +16 -0
  282. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +16 -0
  283. package/dist-types/commands/UpdateHubCommand.d.ts +16 -0
  284. package/dist-types/commands/UpdateImageCommand.d.ts +16 -0
  285. package/dist-types/commands/UpdateImageVersionCommand.d.ts +16 -0
  286. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +16 -0
  287. package/dist-types/commands/UpdateModelCardCommand.d.ts +16 -0
  288. package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -0
  289. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +16 -0
  290. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +16 -0
  291. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +16 -0
  292. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
  293. package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -0
  294. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +16 -0
  295. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  296. package/dist-types/commands/UpdateSpaceCommand.d.ts +16 -0
  297. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +16 -0
  298. package/dist-types/commands/UpdateTrialCommand.d.ts +16 -0
  299. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +16 -0
  300. package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
  301. package/dist-types/commands/UpdateWorkforceCommand.d.ts +16 -0
  302. package/dist-types/commands/UpdateWorkteamCommand.d.ts +16 -0
  303. package/dist-types/models/SageMakerServiceException.d.ts +2 -0
  304. package/dist-types/models/models_0.d.ts +634 -84
  305. package/dist-types/models/models_1.d.ts +641 -6
  306. package/dist-types/models/models_2.d.ts +712 -14
  307. package/dist-types/models/models_3.d.ts +776 -6
  308. package/dist-types/models/models_4.d.ts +162 -0
  309. package/dist-types/pagination/Interfaces.d.ts +3 -0
  310. package/dist-types/pagination/ListActionsPaginator.d.ts +3 -0
  311. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +3 -0
  312. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  313. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +3 -0
  314. package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
  315. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  316. package/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  317. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +3 -0
  318. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +3 -0
  319. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +3 -0
  320. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +3 -0
  321. package/dist-types/pagination/ListContextsPaginator.d.ts +3 -0
  322. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +3 -0
  323. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +3 -0
  324. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  325. package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
  326. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +3 -0
  327. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +3 -0
  328. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +3 -0
  329. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  330. package/dist-types/pagination/ListExperimentsPaginator.d.ts +3 -0
  331. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +3 -0
  332. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +3 -0
  333. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +3 -0
  334. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +3 -0
  335. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  336. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +3 -0
  337. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +3 -0
  338. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +3 -0
  339. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +3 -0
  340. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +3 -0
  341. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +3 -0
  342. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +3 -0
  343. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +3 -0
  344. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +3 -0
  345. package/dist-types/pagination/ListModelCardsPaginator.d.ts +3 -0
  346. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +3 -0
  347. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +3 -0
  348. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +3 -0
  349. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +3 -0
  350. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +3 -0
  351. package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
  352. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +3 -0
  353. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +3 -0
  354. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +3 -0
  355. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +3 -0
  356. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +3 -0
  357. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +3 -0
  358. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +3 -0
  359. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  360. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +3 -0
  361. package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  362. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +3 -0
  363. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  364. package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
  365. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +3 -0
  366. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +3 -0
  367. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +3 -0
  368. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  369. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +3 -0
  370. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +3 -0
  371. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +3 -0
  372. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +3 -0
  373. package/dist-types/pagination/ListTrialsPaginator.d.ts +3 -0
  374. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +3 -0
  375. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +3 -0
  376. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +3 -0
  377. package/dist-types/pagination/QueryLineagePaginator.d.ts +3 -0
  378. package/dist-types/pagination/SearchPaginator.d.ts +3 -0
  379. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>A structure describing the source of an action.</p>
5
6
  */
6
7
  export interface ActionSource {
@@ -17,6 +18,9 @@ export interface ActionSource {
17
18
  */
18
19
  SourceId?: string;
19
20
  }
21
+ /**
22
+ * @public
23
+ */
20
24
  export declare enum ActionStatus {
21
25
  COMPLETED = "Completed",
22
26
  FAILED = "Failed",
@@ -26,6 +30,7 @@ export declare enum ActionStatus {
26
30
  UNKNOWN = "Unknown"
27
31
  }
28
32
  /**
33
+ * @public
29
34
  * <p>Lists the properties of an <i>action</i>. An action represents an action
30
35
  * or activity. Some examples are a workflow step and a model deployment. Generally, an
31
36
  * action involves at least one input artifact or output artifact.</p>
@@ -60,12 +65,18 @@ export interface ActionSummary {
60
65
  */
61
66
  LastModifiedTime?: Date;
62
67
  }
68
+ /**
69
+ * @public
70
+ */
63
71
  export declare enum AssociationEdgeType {
64
72
  ASSOCIATED_WITH = "AssociatedWith",
65
73
  CONTRIBUTED_TO = "ContributedTo",
66
74
  DERIVED_FROM = "DerivedFrom",
67
75
  PRODUCED = "Produced"
68
76
  }
77
+ /**
78
+ * @public
79
+ */
69
80
  export interface AddAssociationRequest {
70
81
  /**
71
82
  * <p>The ARN of the source.</p>
@@ -100,6 +111,9 @@ export interface AddAssociationRequest {
100
111
  */
101
112
  AssociationType?: AssociationEdgeType | string;
102
113
  }
114
+ /**
115
+ * @public
116
+ */
103
117
  export interface AddAssociationResponse {
104
118
  /**
105
119
  * <p>The ARN of the source.</p>
@@ -111,6 +125,7 @@ export interface AddAssociationResponse {
111
125
  DestinationArn?: string;
112
126
  }
113
127
  /**
128
+ * @public
114
129
  * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
115
130
  * training jobs created. </p>
116
131
  */
@@ -124,6 +139,7 @@ export declare class ResourceLimitExceeded extends __BaseException {
124
139
  constructor(opts: __ExceptionOptionType<ResourceLimitExceeded, __BaseException>);
125
140
  }
126
141
  /**
142
+ * @public
127
143
  * <p>Resource being access is not found.</p>
128
144
  */
129
145
  export declare class ResourceNotFound extends __BaseException {
@@ -136,6 +152,7 @@ export declare class ResourceNotFound extends __BaseException {
136
152
  constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
137
153
  }
138
154
  /**
155
+ * @public
139
156
  * <p>Input object for the model.</p>
140
157
  */
141
158
  export interface ModelInput {
@@ -145,6 +162,7 @@ export interface ModelInput {
145
162
  DataInputConfig: string | undefined;
146
163
  }
147
164
  /**
165
+ * @public
148
166
  * <p>Describes the Docker container for the model package.</p>
149
167
  */
150
168
  export interface ModelPackageContainerDefinition {
@@ -205,6 +223,9 @@ export interface ModelPackageContainerDefinition {
205
223
  */
206
224
  NearestModelName?: string;
207
225
  }
226
+ /**
227
+ * @public
228
+ */
208
229
  export declare enum ProductionVariantInstanceType {
209
230
  ML_C4_2XLARGE = "ml.c4.2xlarge",
210
231
  ML_C4_4XLARGE = "ml.c4.4xlarge",
@@ -348,6 +369,9 @@ export declare enum ProductionVariantInstanceType {
348
369
  ML_T2_MEDIUM = "ml.t2.medium",
349
370
  ML_T2_XLARGE = "ml.t2.xlarge"
350
371
  }
372
+ /**
373
+ * @public
374
+ */
351
375
  export declare enum TransformInstanceType {
352
376
  ML_C4_2XLARGE = "ml.c4.2xlarge",
353
377
  ML_C4_4XLARGE = "ml.c4.4xlarge",
@@ -383,6 +407,7 @@ export declare enum TransformInstanceType {
383
407
  ML_P3_8XLARGE = "ml.p3.8xlarge"
384
408
  }
385
409
  /**
410
+ * @public
386
411
  * <p>A structure of additional Inference Specification. Additional Inference Specification
387
412
  * specifies details about inference jobs that can be run with models based on
388
413
  * this model package</p>
@@ -421,6 +446,7 @@ export interface AdditionalInferenceSpecificationDefinition {
421
446
  SupportedResponseMIMETypes?: string[];
422
447
  }
423
448
  /**
449
+ * @public
424
450
  * <p>A tag object that consists of a key and an optional value, used to manage metadata
425
451
  * for SageMaker Amazon Web Services resources.</p>
426
452
  * <p>You can add tags to notebook instances, training jobs, hyperparameter tuning jobs,
@@ -442,6 +468,9 @@ export interface Tag {
442
468
  */
443
469
  Value: string | undefined;
444
470
  }
471
+ /**
472
+ * @public
473
+ */
445
474
  export interface AddTagsInput {
446
475
  /**
447
476
  * <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
@@ -454,6 +483,9 @@ export interface AddTagsInput {
454
483
  */
455
484
  Tags: Tag[] | undefined;
456
485
  }
486
+ /**
487
+ * @public
488
+ */
457
489
  export interface AddTagsOutput {
458
490
  /**
459
491
  * <p>A list of tags associated with the SageMaker resource.</p>
@@ -461,6 +493,7 @@ export interface AddTagsOutput {
461
493
  Tags?: Tag[];
462
494
  }
463
495
  /**
496
+ * @public
464
497
  * <p>Edge Manager agent version.</p>
465
498
  */
466
499
  export interface AgentVersion {
@@ -474,6 +507,7 @@ export interface AgentVersion {
474
507
  AgentCount: number | undefined;
475
508
  }
476
509
  /**
510
+ * @public
477
511
  * <p>An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.</p>
478
512
  */
479
513
  export interface Alarm {
@@ -482,11 +516,15 @@ export interface Alarm {
482
516
  */
483
517
  AlarmName?: string;
484
518
  }
519
+ /**
520
+ * @public
521
+ */
485
522
  export declare enum AlgorithmSortBy {
486
523
  CREATION_TIME = "CreationTime",
487
524
  NAME = "Name"
488
525
  }
489
526
  /**
527
+ * @public
490
528
  * <p>Specifies a metric that the training algorithm
491
529
  * writes
492
530
  * to <code>stderr</code> or <code>stdout</code>. SageMakerhyperparameter
@@ -510,11 +548,15 @@ export interface MetricDefinition {
510
548
  */
511
549
  Regex: string | undefined;
512
550
  }
551
+ /**
552
+ * @public
553
+ */
513
554
  export declare enum TrainingRepositoryAccessMode {
514
555
  PLATFORM = "Platform",
515
556
  VPC = "Vpc"
516
557
  }
517
558
  /**
559
+ * @public
518
560
  * <p>An object containing authentication information for a private Docker registry.</p>
519
561
  */
520
562
  export interface TrainingRepositoryAuthConfig {
@@ -525,6 +567,7 @@ export interface TrainingRepositoryAuthConfig {
525
567
  TrainingRepositoryCredentialsProviderArn: string | undefined;
526
568
  }
527
569
  /**
570
+ * @public
528
571
  * <p>The configuration to use an image from a private Docker registry for a training
529
572
  * job.</p>
530
573
  */
@@ -541,12 +584,16 @@ export interface TrainingImageConfig {
541
584
  */
542
585
  TrainingRepositoryAuthConfig?: TrainingRepositoryAuthConfig;
543
586
  }
587
+ /**
588
+ * @public
589
+ */
544
590
  export declare enum TrainingInputMode {
545
591
  FASTFILE = "FastFile",
546
592
  FILE = "File",
547
593
  PIPE = "Pipe"
548
594
  }
549
595
  /**
596
+ * @public
550
597
  * <p>Specifies the training algorithm to use in a <a>CreateTrainingJob</a>
551
598
  * request.</p>
552
599
  * <p>For more information about algorithms provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. For
@@ -678,6 +725,9 @@ export interface AlgorithmSpecification {
678
725
  */
679
726
  TrainingImageConfig?: TrainingImageConfig;
680
727
  }
728
+ /**
729
+ * @public
730
+ */
681
731
  export declare enum AlgorithmStatus {
682
732
  COMPLETED = "Completed",
683
733
  DELETING = "Deleting",
@@ -685,6 +735,9 @@ export declare enum AlgorithmStatus {
685
735
  IN_PROGRESS = "InProgress",
686
736
  PENDING = "Pending"
687
737
  }
738
+ /**
739
+ * @public
740
+ */
688
741
  export declare enum DetailedAlgorithmStatus {
689
742
  COMPLETED = "Completed",
690
743
  FAILED = "Failed",
@@ -692,6 +745,7 @@ export declare enum DetailedAlgorithmStatus {
692
745
  NOT_STARTED = "NotStarted"
693
746
  }
694
747
  /**
748
+ * @public
695
749
  * <p>Represents the overall status of an algorithm.</p>
696
750
  */
697
751
  export interface AlgorithmStatusItem {
@@ -709,6 +763,7 @@ export interface AlgorithmStatusItem {
709
763
  FailureReason?: string;
710
764
  }
711
765
  /**
766
+ * @public
712
767
  * <p>Specifies the validation and image scan statuses of the algorithm.</p>
713
768
  */
714
769
  export interface AlgorithmStatusDetails {
@@ -722,6 +777,7 @@ export interface AlgorithmStatusDetails {
722
777
  ImageScanStatuses?: AlgorithmStatusItem[];
723
778
  }
724
779
  /**
780
+ * @public
725
781
  * <p>Provides summary information about an algorithm.</p>
726
782
  */
727
783
  export interface AlgorithmSummary {
@@ -746,19 +802,29 @@ export interface AlgorithmSummary {
746
802
  */
747
803
  AlgorithmStatus: AlgorithmStatus | string | undefined;
748
804
  }
805
+ /**
806
+ * @public
807
+ */
749
808
  export declare enum CompressionType {
750
809
  GZIP = "Gzip",
751
810
  NONE = "None"
752
811
  }
812
+ /**
813
+ * @public
814
+ */
753
815
  export declare enum FileSystemAccessMode {
754
816
  RO = "ro",
755
817
  RW = "rw"
756
818
  }
819
+ /**
820
+ * @public
821
+ */
757
822
  export declare enum FileSystemType {
758
823
  EFS = "EFS",
759
824
  FSXLUSTRE = "FSxLustre"
760
825
  }
761
826
  /**
827
+ * @public
762
828
  * <p>Specifies a file system data source for a channel.</p>
763
829
  */
764
830
  export interface FileSystemDataSource {
@@ -781,16 +847,23 @@ export interface FileSystemDataSource {
781
847
  */
782
848
  DirectoryPath: string | undefined;
783
849
  }
850
+ /**
851
+ * @public
852
+ */
784
853
  export declare enum S3DataDistribution {
785
854
  FULLY_REPLICATED = "FullyReplicated",
786
855
  SHARDED_BY_S3_KEY = "ShardedByS3Key"
787
856
  }
857
+ /**
858
+ * @public
859
+ */
788
860
  export declare enum S3DataType {
789
861
  AUGMENTED_MANIFEST_FILE = "AugmentedManifestFile",
790
862
  MANIFEST_FILE = "ManifestFile",
791
863
  S3_PREFIX = "S3Prefix"
792
864
  }
793
865
  /**
866
+ * @public
794
867
  * <p>Describes the S3 data source.</p>
795
868
  */
796
869
  export interface S3DataSource {
@@ -827,7 +900,7 @@ export interface S3DataSource {
827
900
  * individual <code>S3Uri</code> is sourced from different S3 buckets.</p>
828
901
  * <p> The following code example shows a valid manifest format: </p>
829
902
  * <p>
830
- * <code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code>
903
+ * <code>[ \{"prefix": "s3://customer_bucket/some/prefix/"\},</code>
831
904
  * </p>
832
905
  * <p>
833
906
  * <code> "relative/path/to/custdata-1",</code>
@@ -895,6 +968,7 @@ export interface S3DataSource {
895
968
  InstanceGroupNames?: string[];
896
969
  }
897
970
  /**
971
+ * @public
898
972
  * <p>Describes the location of the channel data.</p>
899
973
  */
900
974
  export interface DataSource {
@@ -907,11 +981,15 @@ export interface DataSource {
907
981
  */
908
982
  FileSystemDataSource?: FileSystemDataSource;
909
983
  }
984
+ /**
985
+ * @public
986
+ */
910
987
  export declare enum RecordWrapper {
911
988
  NONE = "None",
912
989
  RECORDIO = "RecordIO"
913
990
  }
914
991
  /**
992
+ * @public
915
993
  * <p>A configuration for a shuffle option for input data in a channel. If you use
916
994
  * <code>S3Prefix</code> for <code>S3DataType</code>, the results of the S3 key prefix
917
995
  * matches are shuffled. If you use <code>ManifestFile</code>, the order of the S3 object
@@ -934,6 +1012,7 @@ export interface ShuffleConfig {
934
1012
  Seed: number | undefined;
935
1013
  }
936
1014
  /**
1015
+ * @public
937
1016
  * <p>A channel is a named input source that training algorithms can consume. </p>
938
1017
  */
939
1018
  export interface Channel {
@@ -997,6 +1076,7 @@ export interface Channel {
997
1076
  ShuffleConfig?: ShuffleConfig;
998
1077
  }
999
1078
  /**
1079
+ * @public
1000
1080
  * <p>Provides information about how to store model training results (model
1001
1081
  * artifacts).</p>
1002
1082
  */
@@ -1055,6 +1135,9 @@ export interface OutputDataConfig {
1055
1135
  */
1056
1136
  S3OutputPath: string | undefined;
1057
1137
  }
1138
+ /**
1139
+ * @public
1140
+ */
1058
1141
  export declare enum TrainingInstanceType {
1059
1142
  ML_C4_2XLARGE = "ml.c4.2xlarge",
1060
1143
  ML_C4_4XLARGE = "ml.c4.4xlarge",
@@ -1107,6 +1190,7 @@ export declare enum TrainingInstanceType {
1107
1190
  ML_TRN1_32XLARGE = "ml.trn1.32xlarge"
1108
1191
  }
1109
1192
  /**
1193
+ * @public
1110
1194
  * <p>Defines an instance group for heterogeneous cluster training. When requesting a
1111
1195
  * training job using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API, you can configure multiple instance groups .</p>
1112
1196
  */
@@ -1125,6 +1209,7 @@ export interface InstanceGroup {
1125
1209
  InstanceGroupName: string | undefined;
1126
1210
  }
1127
1211
  /**
1212
+ * @public
1128
1213
  * <p>Describes the resources, including machine learning (ML) compute instances and ML
1129
1214
  * storage volumes, to use for model training. </p>
1130
1215
  */
@@ -1223,6 +1308,7 @@ export interface ResourceConfig {
1223
1308
  KeepAlivePeriodInSeconds?: number;
1224
1309
  }
1225
1310
  /**
1311
+ * @public
1226
1312
  * <p>Specifies a limit to how long a model training job or model compilation job can run.
1227
1313
  * It also specifies how long a managed spot training job has to complete. When the job
1228
1314
  * reaches the time limit, SageMaker ends the training or compilation job. Use this API to cap
@@ -1272,6 +1358,7 @@ export interface StoppingCondition {
1272
1358
  MaxWaitTimeInSeconds?: number;
1273
1359
  }
1274
1360
  /**
1361
+ * @public
1275
1362
  * <p>Defines the input needed to run a training job using the algorithm.</p>
1276
1363
  */
1277
1364
  export interface TrainingJobDefinition {
@@ -1340,11 +1427,15 @@ export interface TrainingJobDefinition {
1340
1427
  */
1341
1428
  StoppingCondition: StoppingCondition | undefined;
1342
1429
  }
1430
+ /**
1431
+ * @public
1432
+ */
1343
1433
  export declare enum BatchStrategy {
1344
1434
  MULTI_RECORD = "MultiRecord",
1345
1435
  SINGLE_RECORD = "SingleRecord"
1346
1436
  }
1347
1437
  /**
1438
+ * @public
1348
1439
  * <p>Describes the S3 data source.</p>
1349
1440
  */
1350
1441
  export interface TransformS3DataSource {
@@ -1375,7 +1466,7 @@ export interface TransformS3DataSource {
1375
1466
  * </p>
1376
1467
  * <p> The manifest is an S3 object which is a JSON file with the following format: </p>
1377
1468
  * <p>
1378
- * <code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code>
1469
+ * <code>[ \{"prefix": "s3://customer_bucket/some/prefix/"\},</code>
1379
1470
  * </p>
1380
1471
  * <p>
1381
1472
  * <code>"relative/path/to/custdata-1",</code>
@@ -1415,6 +1506,7 @@ export interface TransformS3DataSource {
1415
1506
  S3Uri: string | undefined;
1416
1507
  }
1417
1508
  /**
1509
+ * @public
1418
1510
  * <p>Describes the location of the channel data.</p>
1419
1511
  */
1420
1512
  export interface TransformDataSource {
@@ -1423,6 +1515,9 @@ export interface TransformDataSource {
1423
1515
  */
1424
1516
  S3DataSource: TransformS3DataSource | undefined;
1425
1517
  }
1518
+ /**
1519
+ * @public
1520
+ */
1426
1521
  export declare enum SplitType {
1427
1522
  LINE = "Line",
1428
1523
  NONE = "None",
@@ -1430,6 +1525,7 @@ export declare enum SplitType {
1430
1525
  TFRECORD = "TFRecord"
1431
1526
  }
1432
1527
  /**
1528
+ * @public
1433
1529
  * <p>Describes the input source of a transform job and the way the transform job consumes
1434
1530
  * it.</p>
1435
1531
  */
@@ -1493,11 +1589,15 @@ export interface TransformInput {
1493
1589
  */
1494
1590
  SplitType?: SplitType | string;
1495
1591
  }
1592
+ /**
1593
+ * @public
1594
+ */
1496
1595
  export declare enum AssemblyType {
1497
1596
  LINE = "Line",
1498
1597
  NONE = "None"
1499
1598
  }
1500
1599
  /**
1600
+ * @public
1501
1601
  * <p>Describes the results of a transform job.</p>
1502
1602
  */
1503
1603
  export interface TransformOutput {
@@ -1569,6 +1669,7 @@ export interface TransformOutput {
1569
1669
  KmsKeyId?: string;
1570
1670
  }
1571
1671
  /**
1672
+ * @public
1572
1673
  * <p>Describes the resources, including ML instance types and ML instance count, to use for
1573
1674
  * transform job.</p>
1574
1675
  */
@@ -1627,6 +1728,7 @@ export interface TransformResources {
1627
1728
  VolumeKmsKeyId?: string;
1628
1729
  }
1629
1730
  /**
1731
+ * @public
1630
1732
  * <p>Defines the input needed to run a transform job using the inference specification
1631
1733
  * specified in the algorithm.</p>
1632
1734
  */
@@ -1669,6 +1771,7 @@ export interface TransformJobDefinition {
1669
1771
  TransformResources: TransformResources | undefined;
1670
1772
  }
1671
1773
  /**
1774
+ * @public
1672
1775
  * <p>Defines a training job and a batch transform job that SageMaker runs to validate your
1673
1776
  * algorithm.</p>
1674
1777
  * <p>The data provided in the validation profile is made available to your buyers on
@@ -1692,6 +1795,7 @@ export interface AlgorithmValidationProfile {
1692
1795
  TransformJobDefinition?: TransformJobDefinition;
1693
1796
  }
1694
1797
  /**
1798
+ * @public
1695
1799
  * <p>Specifies configurations for one or more training jobs that SageMaker runs to test the
1696
1800
  * algorithm.</p>
1697
1801
  */
@@ -1707,6 +1811,7 @@ export interface AlgorithmValidationSpecification {
1707
1811
  ValidationProfiles: AlgorithmValidationProfile[] | undefined;
1708
1812
  }
1709
1813
  /**
1814
+ * @public
1710
1815
  * <p>Configures how labels are consolidated across human workers and processes output data.
1711
1816
  * </p>
1712
1817
  */
@@ -3186,6 +3291,9 @@ export interface AnnotationConsolidationConfig {
3186
3291
  */
3187
3292
  AnnotationConsolidationLambdaArn: string | undefined;
3188
3293
  }
3294
+ /**
3295
+ * @public
3296
+ */
3189
3297
  export declare enum AppType {
3190
3298
  JupyterServer = "JupyterServer",
3191
3299
  KernelGateway = "KernelGateway",
@@ -3193,6 +3301,9 @@ export declare enum AppType {
3193
3301
  RStudioServerPro = "RStudioServerPro",
3194
3302
  TensorBoard = "TensorBoard"
3195
3303
  }
3304
+ /**
3305
+ * @public
3306
+ */
3196
3307
  export declare enum AppStatus {
3197
3308
  Deleted = "Deleted",
3198
3309
  Deleting = "Deleting",
@@ -3201,6 +3312,7 @@ export declare enum AppStatus {
3201
3312
  Pending = "Pending"
3202
3313
  }
3203
3314
  /**
3315
+ * @public
3204
3316
  * <p>Details about an Amazon SageMaker app.</p>
3205
3317
  */
3206
3318
  export interface AppDetails {
@@ -3234,6 +3346,7 @@ export interface AppDetails {
3234
3346
  SpaceName?: string;
3235
3347
  }
3236
3348
  /**
3349
+ * @public
3237
3350
  * <p>The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.</p>
3238
3351
  */
3239
3352
  export interface FileSystemConfig {
@@ -3252,6 +3365,7 @@ export interface FileSystemConfig {
3252
3365
  DefaultGid?: number;
3253
3366
  }
3254
3367
  /**
3368
+ * @public
3255
3369
  * <p>The specification of a Jupyter kernel.</p>
3256
3370
  */
3257
3371
  export interface KernelSpec {
@@ -3265,6 +3379,7 @@ export interface KernelSpec {
3265
3379
  DisplayName?: string;
3266
3380
  }
3267
3381
  /**
3382
+ * @public
3268
3383
  * <p>The configuration for the file system and kernels in a SageMaker image running as a
3269
3384
  * KernelGateway app.</p>
3270
3385
  */
@@ -3279,6 +3394,7 @@ export interface KernelGatewayImageConfig {
3279
3394
  FileSystemConfig?: FileSystemConfig;
3280
3395
  }
3281
3396
  /**
3397
+ * @public
3282
3398
  * <p>The configuration for running a SageMaker image as a KernelGateway app.</p>
3283
3399
  */
3284
3400
  export interface AppImageConfigDetails {
@@ -3303,11 +3419,17 @@ export interface AppImageConfigDetails {
3303
3419
  */
3304
3420
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
3305
3421
  }
3422
+ /**
3423
+ * @public
3424
+ */
3306
3425
  export declare enum AppImageConfigSortKey {
3307
3426
  CreationTime = "CreationTime",
3308
3427
  LastModifiedTime = "LastModifiedTime",
3309
3428
  Name = "Name"
3310
3429
  }
3430
+ /**
3431
+ * @public
3432
+ */
3311
3433
  export declare enum AppInstanceType {
3312
3434
  ML_C5_12XLARGE = "ml.c5.12xlarge",
3313
3435
  ML_C5_18XLARGE = "ml.c5.18xlarge",
@@ -3367,18 +3489,28 @@ export declare enum AppInstanceType {
3367
3489
  ML_T3_XLARGE = "ml.t3.xlarge",
3368
3490
  SYSTEM = "system"
3369
3491
  }
3492
+ /**
3493
+ * @public
3494
+ */
3370
3495
  export declare enum AppNetworkAccessType {
3371
3496
  PublicInternetOnly = "PublicInternetOnly",
3372
3497
  VpcOnly = "VpcOnly"
3373
3498
  }
3499
+ /**
3500
+ * @public
3501
+ */
3374
3502
  export declare enum AppSecurityGroupManagement {
3375
3503
  Customer = "Customer",
3376
3504
  Service = "Service"
3377
3505
  }
3506
+ /**
3507
+ * @public
3508
+ */
3378
3509
  export declare enum AppSortKey {
3379
3510
  CreationTime = "CreationTime"
3380
3511
  }
3381
3512
  /**
3513
+ * @public
3382
3514
  * <p>Configuration to run a processing job in a specified container image.</p>
3383
3515
  */
3384
3516
  export interface AppSpecification {
@@ -3395,6 +3527,9 @@ export interface AppSpecification {
3395
3527
  */
3396
3528
  ContainerArguments?: string[];
3397
3529
  }
3530
+ /**
3531
+ * @public
3532
+ */
3398
3533
  export declare enum ArtifactSourceIdType {
3399
3534
  CUSTOM = "Custom",
3400
3535
  MD5_HASH = "MD5Hash",
@@ -3402,6 +3537,7 @@ export declare enum ArtifactSourceIdType {
3402
3537
  S3_VERSION = "S3Version"
3403
3538
  }
3404
3539
  /**
3540
+ * @public
3405
3541
  * <p>The ID and ID type of an artifact source.</p>
3406
3542
  */
3407
3543
  export interface ArtifactSourceType {
@@ -3415,6 +3551,7 @@ export interface ArtifactSourceType {
3415
3551
  Value: string | undefined;
3416
3552
  }
3417
3553
  /**
3554
+ * @public
3418
3555
  * <p>A structure describing the source of an artifact.</p>
3419
3556
  */
3420
3557
  export interface ArtifactSource {
@@ -3428,6 +3565,7 @@ export interface ArtifactSource {
3428
3565
  SourceTypes?: ArtifactSourceType[];
3429
3566
  }
3430
3567
  /**
3568
+ * @public
3431
3569
  * <p>Lists a summary of the properties of an artifact. An artifact represents a URI
3432
3570
  * addressable object or data. Some examples are a dataset and a model.</p>
3433
3571
  */
@@ -3457,6 +3595,9 @@ export interface ArtifactSummary {
3457
3595
  */
3458
3596
  LastModifiedTime?: Date;
3459
3597
  }
3598
+ /**
3599
+ * @public
3600
+ */
3460
3601
  export interface AssociateTrialComponentRequest {
3461
3602
  /**
3462
3603
  * <p>The name of the component to associated with the trial.</p>
@@ -3467,6 +3608,9 @@ export interface AssociateTrialComponentRequest {
3467
3608
  */
3468
3609
  TrialName: string | undefined;
3469
3610
  }
3611
+ /**
3612
+ * @public
3613
+ */
3470
3614
  export interface AssociateTrialComponentResponse {
3471
3615
  /**
3472
3616
  * <p>The Amazon Resource Name (ARN) of the trial component.</p>
@@ -3478,6 +3622,7 @@ export interface AssociateTrialComponentResponse {
3478
3622
  TrialArn?: string;
3479
3623
  }
3480
3624
  /**
3625
+ * @public
3481
3626
  * <p>The IAM Identity details associated with the user. These details are
3482
3627
  * associated with model package groups, model packages and project entities only.</p>
3483
3628
  */
@@ -3496,6 +3641,7 @@ export interface IamIdentity {
3496
3641
  SourceIdentity?: string;
3497
3642
  }
3498
3643
  /**
3644
+ * @public
3499
3645
  * <p>Information about the user who created or modified an experiment, trial, trial
3500
3646
  * component, lineage group, project, or model card.</p>
3501
3647
  */
@@ -3519,6 +3665,7 @@ export interface UserContext {
3519
3665
  IamIdentity?: IamIdentity;
3520
3666
  }
3521
3667
  /**
3668
+ * @public
3522
3669
  * <p>Lists a summary of the properties of an association. An association is an entity that
3523
3670
  * links other lineage or experiment entities. An example would be an association between a
3524
3671
  * training job and a model.</p>
@@ -3563,6 +3710,7 @@ export interface AssociationSummary {
3563
3710
  CreatedBy?: UserContext;
3564
3711
  }
3565
3712
  /**
3713
+ * @public
3566
3714
  * <p>Configures the behavior of the client used by SageMaker to interact with the model
3567
3715
  * container during asynchronous inference.</p>
3568
3716
  */
@@ -3574,6 +3722,7 @@ export interface AsyncInferenceClientConfig {
3574
3722
  MaxConcurrentInvocationsPerInstance?: number;
3575
3723
  }
3576
3724
  /**
3725
+ * @public
3577
3726
  * <p>Specifies the configuration for notifications of inference results for asynchronous
3578
3727
  * inference.</p>
3579
3728
  */
@@ -3590,6 +3739,7 @@ export interface AsyncInferenceNotificationConfig {
3590
3739
  ErrorTopic?: string;
3591
3740
  }
3592
3741
  /**
3742
+ * @public
3593
3743
  * <p>Specifies the configuration for asynchronous inference invocation outputs.</p>
3594
3744
  */
3595
3745
  export interface AsyncInferenceOutputConfig {
@@ -3610,6 +3760,7 @@ export interface AsyncInferenceOutputConfig {
3610
3760
  NotificationConfig?: AsyncInferenceNotificationConfig;
3611
3761
  }
3612
3762
  /**
3763
+ * @public
3613
3764
  * <p>Specifies configuration for how an endpoint performs asynchronous inference.</p>
3614
3765
  */
3615
3766
  export interface AsyncInferenceConfig {
@@ -3623,11 +3774,17 @@ export interface AsyncInferenceConfig {
3623
3774
  */
3624
3775
  OutputConfig: AsyncInferenceOutputConfig | undefined;
3625
3776
  }
3777
+ /**
3778
+ * @public
3779
+ */
3626
3780
  export declare enum AthenaResultCompressionType {
3627
3781
  GZIP = "GZIP",
3628
3782
  SNAPPY = "SNAPPY",
3629
3783
  ZLIB = "ZLIB"
3630
3784
  }
3785
+ /**
3786
+ * @public
3787
+ */
3631
3788
  export declare enum AthenaResultFormat {
3632
3789
  AVRO = "AVRO",
3633
3790
  JSON = "JSON",
@@ -3636,6 +3793,7 @@ export declare enum AthenaResultFormat {
3636
3793
  TEXTFILE = "TEXTFILE"
3637
3794
  }
3638
3795
  /**
3796
+ * @public
3639
3797
  * <p>Configuration for Athena Dataset Definition input.</p>
3640
3798
  */
3641
3799
  export interface AthenaDatasetDefinition {
@@ -3673,10 +3831,16 @@ export interface AthenaDatasetDefinition {
3673
3831
  */
3674
3832
  OutputCompression?: AthenaResultCompressionType | string;
3675
3833
  }
3834
+ /**
3835
+ * @public
3836
+ */
3676
3837
  export declare enum AuthMode {
3677
3838
  IAM = "IAM",
3678
3839
  SSO = "SSO"
3679
3840
  }
3841
+ /**
3842
+ * @public
3843
+ */
3680
3844
  export declare enum AutoMLAlgorithm {
3681
3845
  CATBOOST = "catboost",
3682
3846
  EXTRA_TREES = "extra-trees",
@@ -3689,6 +3853,7 @@ export declare enum AutoMLAlgorithm {
3689
3853
  XGBOOST = "xgboost"
3690
3854
  }
3691
3855
  /**
3856
+ * @public
3692
3857
  * <p>The collection of algorithms run on a dataset for training the model candidates of an Autopilot job.</p>
3693
3858
  */
3694
3859
  export interface AutoMLAlgorithmConfig {
@@ -3752,6 +3917,7 @@ export interface AutoMLAlgorithmConfig {
3752
3917
  AutoMLAlgorithms: (AutoMLAlgorithm | string)[] | undefined;
3753
3918
  }
3754
3919
  /**
3920
+ * @public
3755
3921
  * <p>The location of artifacts for an AutoML candidate job.</p>
3756
3922
  */
3757
3923
  export interface CandidateArtifactLocations {
@@ -3765,6 +3931,9 @@ export interface CandidateArtifactLocations {
3765
3931
  */
3766
3932
  ModelInsights?: string;
3767
3933
  }
3934
+ /**
3935
+ * @public
3936
+ */
3768
3937
  export declare enum AutoMLMetricEnum {
3769
3938
  ACCURACY = "Accuracy",
3770
3939
  AUC = "AUC",
@@ -3780,11 +3949,17 @@ export declare enum AutoMLMetricEnum {
3780
3949
  RECALL_MACRO = "RecallMacro",
3781
3950
  RMSE = "RMSE"
3782
3951
  }
3952
+ /**
3953
+ * @public
3954
+ */
3783
3955
  export declare enum MetricSetSource {
3784
3956
  TEST = "Test",
3785
3957
  TRAIN = "Train",
3786
3958
  VALIDATION = "Validation"
3787
3959
  }
3960
+ /**
3961
+ * @public
3962
+ */
3788
3963
  export declare enum AutoMLMetricExtendedEnum {
3789
3964
  ACCURACY = "Accuracy",
3790
3965
  AUC = "AUC",
@@ -3803,6 +3978,7 @@ export declare enum AutoMLMetricExtendedEnum {
3803
3978
  RMSE = "RMSE"
3804
3979
  }
3805
3980
  /**
3981
+ * @public
3806
3982
  * <p>Information about the metric for a candidate produced by an AutoML job.</p>
3807
3983
  */
3808
3984
  export interface MetricDatum {
@@ -3829,6 +4005,7 @@ export interface MetricDatum {
3829
4005
  StandardMetricName?: AutoMLMetricExtendedEnum | string;
3830
4006
  }
3831
4007
  /**
4008
+ * @public
3832
4009
  * <p>The properties of an AutoML candidate job.</p>
3833
4010
  */
3834
4011
  export interface CandidateProperties {
@@ -3841,6 +4018,9 @@ export interface CandidateProperties {
3841
4018
  */
3842
4019
  CandidateMetrics?: MetricDatum[];
3843
4020
  }
4021
+ /**
4022
+ * @public
4023
+ */
3844
4024
  export declare enum CandidateStatus {
3845
4025
  COMPLETED = "Completed",
3846
4026
  FAILED = "Failed",
@@ -3848,12 +4028,16 @@ export declare enum CandidateStatus {
3848
4028
  STOPPED = "Stopped",
3849
4029
  STOPPING = "Stopping"
3850
4030
  }
4031
+ /**
4032
+ * @public
4033
+ */
3851
4034
  export declare enum CandidateStepType {
3852
4035
  PROCESSING = "AWS::SageMaker::ProcessingJob",
3853
4036
  TRAINING = "AWS::SageMaker::TrainingJob",
3854
4037
  TRANSFORM = "AWS::SageMaker::TransformJob"
3855
4038
  }
3856
4039
  /**
4040
+ * @public
3857
4041
  * <p>Information about the steps for a candidate and what step it is working on.</p>
3858
4042
  */
3859
4043
  export interface AutoMLCandidateStep {
@@ -3870,11 +4054,15 @@ export interface AutoMLCandidateStep {
3870
4054
  */
3871
4055
  CandidateStepName: string | undefined;
3872
4056
  }
4057
+ /**
4058
+ * @public
4059
+ */
3873
4060
  export declare enum AutoMLJobObjectiveType {
3874
4061
  MAXIMIZE = "Maximize",
3875
4062
  MINIMIZE = "Minimize"
3876
4063
  }
3877
4064
  /**
4065
+ * @public
3878
4066
  * <p>The best candidate result from an AutoML training job.</p>
3879
4067
  */
3880
4068
  export interface FinalAutoMLJobObjectiveMetric {
@@ -3897,6 +4085,7 @@ export interface FinalAutoMLJobObjectiveMetric {
3897
4085
  StandardMetricName?: AutoMLMetricEnum | string;
3898
4086
  }
3899
4087
  /**
4088
+ * @public
3900
4089
  * <p>A list of container definitions that describe the different containers that make up an
3901
4090
  * AutoML candidate. For more information, see .</p>
3902
4091
  */
@@ -3915,12 +4104,16 @@ export interface AutoMLContainerDefinition {
3915
4104
  */
3916
4105
  Environment?: Record<string, string>;
3917
4106
  }
4107
+ /**
4108
+ * @public
4109
+ */
3918
4110
  export declare enum ObjectiveStatus {
3919
4111
  Failed = "Failed",
3920
4112
  Pending = "Pending",
3921
4113
  Succeeded = "Succeeded"
3922
4114
  }
3923
4115
  /**
4116
+ * @public
3924
4117
  * <p>Information about a candidate produced by an AutoML training job, including its status,
3925
4118
  * steps, and other properties.</p>
3926
4119
  */
@@ -3971,6 +4164,7 @@ export interface AutoMLCandidate {
3971
4164
  CandidateProperties?: CandidateProperties;
3972
4165
  }
3973
4166
  /**
4167
+ * @public
3974
4168
  * <p>Stores the configuration information for how a candidate is generated (optional).</p>
3975
4169
  */
3976
4170
  export interface AutoMLCandidateGenerationConfig {
@@ -3979,11 +4173,11 @@ export interface AutoMLCandidateGenerationConfig {
3979
4173
  * run an Autopilot job. You can input <code>FeatureAttributeNames</code> (optional) in JSON
3980
4174
  * format as shown below: </p>
3981
4175
  * <p>
3982
- * <code>{ "FeatureAttributeNames":["col1", "col2", ...] }</code>.</p>
4176
+ * <code>\{ "FeatureAttributeNames":["col1", "col2", ...] \}</code>.</p>
3983
4177
  * <p>You can also specify the data type of the feature (optional) in the format shown
3984
4178
  * below:</p>
3985
4179
  * <p>
3986
- * <code>{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }</code>
4180
+ * <code>\{ "FeatureDataTypes":\{"col1":"numeric", "col2":"categorical" ... \} \}</code>
3987
4181
  * </p>
3988
4182
  * <note>
3989
4183
  * <p>These column keys may not include the target column.</p>
@@ -4031,15 +4225,22 @@ export interface AutoMLCandidateGenerationConfig {
4031
4225
  */
4032
4226
  AlgorithmsConfig?: AutoMLAlgorithmConfig[];
4033
4227
  }
4228
+ /**
4229
+ * @public
4230
+ */
4034
4231
  export declare enum AutoMLChannelType {
4035
4232
  TRAINING = "training",
4036
4233
  VALIDATION = "validation"
4037
4234
  }
4235
+ /**
4236
+ * @public
4237
+ */
4038
4238
  export declare enum AutoMLS3DataType {
4039
4239
  MANIFEST_FILE = "ManifestFile",
4040
4240
  S3_PREFIX = "S3Prefix"
4041
4241
  }
4042
4242
  /**
4243
+ * @public
4043
4244
  * <p>The Amazon S3 data source.</p>
4044
4245
  */
4045
4246
  export interface AutoMLS3DataSource {
@@ -4047,7 +4248,7 @@ export interface AutoMLS3DataSource {
4047
4248
  * <p>The data type.</p>
4048
4249
  * <p>A ManifestFile should have the format shown below:</p>
4049
4250
  * <p>
4050
- * <code>[ {"prefix": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"},
4251
+ * <code>[ \{"prefix": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"\},
4051
4252
  * </code>
4052
4253
  * </p>
4053
4254
  * <p>
@@ -4071,6 +4272,7 @@ export interface AutoMLS3DataSource {
4071
4272
  S3Uri: string | undefined;
4072
4273
  }
4073
4274
  /**
4275
+ * @public
4074
4276
  * <p>The data source for the Autopilot job.</p>
4075
4277
  */
4076
4278
  export interface AutoMLDataSource {
@@ -4080,6 +4282,7 @@ export interface AutoMLDataSource {
4080
4282
  S3DataSource: AutoMLS3DataSource | undefined;
4081
4283
  }
4082
4284
  /**
4285
+ * @public
4083
4286
  * <p>A channel is a named input source that training algorithms can consume. The validation
4084
4287
  * dataset size is limited to less than 2 GB. The training dataset size must be less than 100
4085
4288
  * GB. For more information, see .</p>
@@ -4120,6 +4323,7 @@ export interface AutoMLChannel {
4120
4323
  ChannelType?: AutoMLChannelType | string;
4121
4324
  }
4122
4325
  /**
4326
+ * @public
4123
4327
  * <p>This structure specifies how to split the data into train and validation datasets. The
4124
4328
  * validation and training datasets must contain the same headers. The validation dataset must
4125
4329
  * be less than 2 GB in size.</p>
@@ -4133,6 +4337,7 @@ export interface AutoMLDataSplitConfig {
4133
4337
  ValidationFraction?: number;
4134
4338
  }
4135
4339
  /**
4340
+ * @public
4136
4341
  * <p>The artifacts that are generated during an AutoML job.</p>
4137
4342
  */
4138
4343
  export interface AutoMLJobArtifacts {
@@ -4146,6 +4351,7 @@ export interface AutoMLJobArtifacts {
4146
4351
  DataExplorationNotebookLocation?: string;
4147
4352
  }
4148
4353
  /**
4354
+ * @public
4149
4355
  * <p>How long a job is allowed to run, or how many candidates a job is allowed to
4150
4356
  * generate.</p>
4151
4357
  */
@@ -4169,12 +4375,16 @@ export interface AutoMLJobCompletionCriteria {
4169
4375
  */
4170
4376
  MaxAutoMLJobRuntimeInSeconds?: number;
4171
4377
  }
4378
+ /**
4379
+ * @public
4380
+ */
4172
4381
  export declare enum AutoMLMode {
4173
4382
  AUTO = "AUTO",
4174
4383
  ENSEMBLING = "ENSEMBLING",
4175
4384
  HYPERPARAMETER_TUNING = "HYPERPARAMETER_TUNING"
4176
4385
  }
4177
4386
  /**
4387
+ * @public
4178
4388
  * <p>Specifies a VPC that your training jobs and hosted models have access to. Control
4179
4389
  * access to and from your training and model containers by configuring the VPC. For more
4180
4390
  * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs
@@ -4194,6 +4404,7 @@ export interface VpcConfig {
4194
4404
  Subnets: string[] | undefined;
4195
4405
  }
4196
4406
  /**
4407
+ * @public
4197
4408
  * <p>Security options.</p>
4198
4409
  */
4199
4410
  export interface AutoMLSecurityConfig {
@@ -4211,6 +4422,7 @@ export interface AutoMLSecurityConfig {
4211
4422
  VpcConfig?: VpcConfig;
4212
4423
  }
4213
4424
  /**
4425
+ * @public
4214
4426
  * <p>A collection of settings used for an AutoML job.</p>
4215
4427
  */
4216
4428
  export interface AutoMLJobConfig {
@@ -4253,6 +4465,7 @@ export interface AutoMLJobConfig {
4253
4465
  Mode?: AutoMLMode | string;
4254
4466
  }
4255
4467
  /**
4468
+ * @public
4256
4469
  * <p>Specifies a metric to minimize or maximize as the objective of a job.</p>
4257
4470
  */
4258
4471
  export interface AutoMLJobObjective {
@@ -4425,6 +4638,9 @@ export interface AutoMLJobObjective {
4425
4638
  */
4426
4639
  MetricName: AutoMLMetricEnum | string | undefined;
4427
4640
  }
4641
+ /**
4642
+ * @public
4643
+ */
4428
4644
  export declare enum AutoMLJobSecondaryStatus {
4429
4645
  ANALYZING_DATA = "AnalyzingData",
4430
4646
  CANDIDATE_DEFINITIONS_GENERATED = "CandidateDefinitionsGenerated",
@@ -4444,6 +4660,9 @@ export declare enum AutoMLJobSecondaryStatus {
4444
4660
  STOPPED = "Stopped",
4445
4661
  STOPPING = "Stopping"
4446
4662
  }
4663
+ /**
4664
+ * @public
4665
+ */
4447
4666
  export declare enum AutoMLJobStatus {
4448
4667
  COMPLETED = "Completed",
4449
4668
  FAILED = "Failed",
@@ -4452,6 +4671,7 @@ export declare enum AutoMLJobStatus {
4452
4671
  STOPPING = "Stopping"
4453
4672
  }
4454
4673
  /**
4674
+ * @public
4455
4675
  * <p>Metadata for an AutoML job step.</p>
4456
4676
  */
4457
4677
  export interface AutoMLJobStepMetadata {
@@ -4461,6 +4681,7 @@ export interface AutoMLJobStepMetadata {
4461
4681
  Arn?: string;
4462
4682
  }
4463
4683
  /**
4684
+ * @public
4464
4685
  * <p>The reason for a partial failure of an AutoML job.</p>
4465
4686
  */
4466
4687
  export interface AutoMLPartialFailureReason {
@@ -4470,6 +4691,7 @@ export interface AutoMLPartialFailureReason {
4470
4691
  PartialFailureMessage?: string;
4471
4692
  }
4472
4693
  /**
4694
+ * @public
4473
4695
  * <p>Provides a summary about an AutoML job.</p>
4474
4696
  */
4475
4697
  export interface AutoMLJobSummary {
@@ -4511,6 +4733,7 @@ export interface AutoMLJobSummary {
4511
4733
  PartialFailureReasons?: AutoMLPartialFailureReason[];
4512
4734
  }
4513
4735
  /**
4736
+ * @public
4514
4737
  * <p>The output data configuration.</p>
4515
4738
  */
4516
4739
  export interface AutoMLOutputDataConfig {
@@ -4523,16 +4746,23 @@ export interface AutoMLOutputDataConfig {
4523
4746
  */
4524
4747
  S3OutputPath: string | undefined;
4525
4748
  }
4749
+ /**
4750
+ * @public
4751
+ */
4526
4752
  export declare enum AutoMLSortBy {
4527
4753
  CREATION_TIME = "CreationTime",
4528
4754
  NAME = "Name",
4529
4755
  STATUS = "Status"
4530
4756
  }
4757
+ /**
4758
+ * @public
4759
+ */
4531
4760
  export declare enum AutoMLSortOrder {
4532
4761
  ASCENDING = "Ascending",
4533
4762
  DESCENDING = "Descending"
4534
4763
  }
4535
4764
  /**
4765
+ * @public
4536
4766
  * <p>Automatic rollback configuration for handling endpoint deployment failures and
4537
4767
  * recovery.</p>
4538
4768
  */
@@ -4544,11 +4774,15 @@ export interface AutoRollbackConfig {
4544
4774
  */
4545
4775
  Alarms?: Alarm[];
4546
4776
  }
4777
+ /**
4778
+ * @public
4779
+ */
4547
4780
  export declare enum AwsManagedHumanLoopRequestSource {
4548
4781
  REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3 = "AWS/Rekognition/DetectModerationLabels/Image/V3",
4549
4782
  TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1 = "AWS/Textract/AnalyzeDocument/Forms/V1"
4550
4783
  }
4551
4784
  /**
4785
+ * @public
4552
4786
  * <p>Configuration to control how SageMaker captures inference data for batch transform jobs.</p>
4553
4787
  */
4554
4788
  export interface BatchDataCaptureConfig {
@@ -4587,6 +4821,9 @@ export interface BatchDataCaptureConfig {
4587
4821
  */
4588
4822
  GenerateInferenceId?: boolean;
4589
4823
  }
4824
+ /**
4825
+ * @public
4826
+ */
4590
4827
  export interface BatchDescribeModelPackageInput {
4591
4828
  /**
4592
4829
  * <p>The list of Amazon Resource Name (ARN) of the model package groups.</p>
@@ -4594,6 +4831,7 @@ export interface BatchDescribeModelPackageInput {
4594
4831
  ModelPackageArnList: string[] | undefined;
4595
4832
  }
4596
4833
  /**
4834
+ * @public
4597
4835
  * <p>The error code and error description associated with the resource.</p>
4598
4836
  */
4599
4837
  export interface BatchDescribeModelPackageError {
@@ -4607,6 +4845,7 @@ export interface BatchDescribeModelPackageError {
4607
4845
  ErrorResponse: string | undefined;
4608
4846
  }
4609
4847
  /**
4848
+ * @public
4610
4849
  * <p>Defines how to perform inference generation after a training job is run.</p>
4611
4850
  */
4612
4851
  export interface InferenceSpecification {
@@ -4636,11 +4875,17 @@ export interface InferenceSpecification {
4636
4875
  */
4637
4876
  SupportedResponseMIMETypes: string[] | undefined;
4638
4877
  }
4878
+ /**
4879
+ * @public
4880
+ */
4639
4881
  export declare enum ModelApprovalStatus {
4640
4882
  APPROVED = "Approved",
4641
4883
  PENDING_MANUAL_APPROVAL = "PendingManualApproval",
4642
4884
  REJECTED = "Rejected"
4643
4885
  }
4886
+ /**
4887
+ * @public
4888
+ */
4644
4889
  export declare enum ModelPackageStatus {
4645
4890
  COMPLETED = "Completed",
4646
4891
  DELETING = "Deleting",
@@ -4649,6 +4894,7 @@ export declare enum ModelPackageStatus {
4649
4894
  PENDING = "Pending"
4650
4895
  }
4651
4896
  /**
4897
+ * @public
4652
4898
  * <p>Provides summary information about the model package.</p>
4653
4899
  */
4654
4900
  export interface BatchDescribeModelPackageSummary {
@@ -4685,6 +4931,9 @@ export interface BatchDescribeModelPackageSummary {
4685
4931
  */
4686
4932
  ModelApprovalStatus?: ModelApprovalStatus | string;
4687
4933
  }
4934
+ /**
4935
+ * @public
4936
+ */
4688
4937
  export interface BatchDescribeModelPackageOutput {
4689
4938
  /**
4690
4939
  * <p>The summaries for the model package versions</p>
@@ -4697,6 +4946,7 @@ export interface BatchDescribeModelPackageOutput {
4697
4946
  BatchDescribeModelPackageErrorMap?: Record<string, BatchDescribeModelPackageError>;
4698
4947
  }
4699
4948
  /**
4949
+ * @public
4700
4950
  * <p>Represents the CSV dataset format used when running a monitoring job.</p>
4701
4951
  */
4702
4952
  export interface MonitoringCsvDatasetFormat {
@@ -4706,6 +4956,7 @@ export interface MonitoringCsvDatasetFormat {
4706
4956
  Header?: boolean;
4707
4957
  }
4708
4958
  /**
4959
+ * @public
4709
4960
  * <p>Represents the JSON dataset format used when running a monitoring job.</p>
4710
4961
  */
4711
4962
  export interface MonitoringJsonDatasetFormat {
@@ -4716,11 +4967,13 @@ export interface MonitoringJsonDatasetFormat {
4716
4967
  Line?: boolean;
4717
4968
  }
4718
4969
  /**
4970
+ * @public
4719
4971
  * <p>Represents the Parquet dataset format used when running a monitoring job.</p>
4720
4972
  */
4721
4973
  export interface MonitoringParquetDatasetFormat {
4722
4974
  }
4723
4975
  /**
4976
+ * @public
4724
4977
  * <p>Represents the dataset format used when running a monitoring job.</p>
4725
4978
  */
4726
4979
  export interface MonitoringDatasetFormat {
@@ -4737,15 +4990,22 @@ export interface MonitoringDatasetFormat {
4737
4990
  */
4738
4991
  Parquet?: MonitoringParquetDatasetFormat;
4739
4992
  }
4993
+ /**
4994
+ * @public
4995
+ */
4740
4996
  export declare enum ProcessingS3DataDistributionType {
4741
4997
  FULLYREPLICATED = "FullyReplicated",
4742
4998
  SHARDEDBYS3KEY = "ShardedByS3Key"
4743
4999
  }
5000
+ /**
5001
+ * @public
5002
+ */
4744
5003
  export declare enum ProcessingS3InputMode {
4745
5004
  FILE = "File",
4746
5005
  PIPE = "Pipe"
4747
5006
  }
4748
5007
  /**
5008
+ * @public
4749
5009
  * <p>Input object for the batch transform job.</p>
4750
5010
  */
4751
5011
  export interface BatchTransformInput {
@@ -4804,6 +5064,7 @@ export interface BatchTransformInput {
4804
5064
  EndTimeOffset?: string;
4805
5065
  }
4806
5066
  /**
5067
+ * @public
4807
5068
  * <p>A structure that keeps track of which training jobs launched by your hyperparameter
4808
5069
  * tuning job are not improving model performance as evaluated against an objective
4809
5070
  * function.</p>
@@ -4816,6 +5077,7 @@ export interface BestObjectiveNotImproving {
4816
5077
  MaxNumberOfTrainingJobsNotImproving?: number;
4817
5078
  }
4818
5079
  /**
5080
+ * @public
4819
5081
  * <p>Details about the metrics source.</p>
4820
5082
  */
4821
5083
  export interface MetricsSource {
@@ -4833,6 +5095,7 @@ export interface MetricsSource {
4833
5095
  S3Uri: string | undefined;
4834
5096
  }
4835
5097
  /**
5098
+ * @public
4836
5099
  * <p>Contains bias metrics for a model.</p>
4837
5100
  */
4838
5101
  export interface Bias {
@@ -4849,11 +5112,15 @@ export interface Bias {
4849
5112
  */
4850
5113
  PostTrainingReport?: MetricsSource;
4851
5114
  }
5115
+ /**
5116
+ * @public
5117
+ */
4852
5118
  export declare enum CapacitySizeType {
4853
5119
  CAPACITY_PERCENT = "CAPACITY_PERCENT",
4854
5120
  INSTANCE_COUNT = "INSTANCE_COUNT"
4855
5121
  }
4856
5122
  /**
5123
+ * @public
4857
5124
  * <p>Specifies the endpoint capacity to activate for production.</p>
4858
5125
  */
4859
5126
  export interface CapacitySize {
@@ -4879,12 +5146,16 @@ export interface CapacitySize {
4879
5146
  */
4880
5147
  Value: number | undefined;
4881
5148
  }
5149
+ /**
5150
+ * @public
5151
+ */
4882
5152
  export declare enum TrafficRoutingConfigType {
4883
5153
  ALL_AT_ONCE = "ALL_AT_ONCE",
4884
5154
  CANARY = "CANARY",
4885
5155
  LINEAR = "LINEAR"
4886
5156
  }
4887
5157
  /**
5158
+ * @public
4888
5159
  * <p>Defines the traffic routing strategy during an endpoint deployment to shift traffic from the
4889
5160
  * old fleet to the new fleet.</p>
4890
5161
  */
@@ -4931,6 +5202,7 @@ export interface TrafficRoutingConfig {
4931
5202
  LinearStepSize?: CapacitySize;
4932
5203
  }
4933
5204
  /**
5205
+ * @public
4934
5206
  * <p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker
4935
5207
  * creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips
4936
5208
  * traffic to the new fleet according to the specified traffic routing configuration. Only
@@ -4956,11 +5228,15 @@ export interface BlueGreenUpdatePolicy {
4956
5228
  */
4957
5229
  MaximumExecutionTimeoutInSeconds?: number;
4958
5230
  }
5231
+ /**
5232
+ * @public
5233
+ */
4959
5234
  export declare enum BooleanOperator {
4960
5235
  AND = "And",
4961
5236
  OR = "Or"
4962
5237
  }
4963
5238
  /**
5239
+ * @public
4964
5240
  * <p>Details on the cache hit of a pipeline execution step.</p>
4965
5241
  */
4966
5242
  export interface CacheHitResult {
@@ -4970,6 +5246,7 @@ export interface CacheHitResult {
4970
5246
  SourcePipelineExecutionArn?: string;
4971
5247
  }
4972
5248
  /**
5249
+ * @public
4973
5250
  * <p>An output parameter of a pipeline step.</p>
4974
5251
  */
4975
5252
  export interface OutputParameter {
@@ -4983,6 +5260,7 @@ export interface OutputParameter {
4983
5260
  Value: string | undefined;
4984
5261
  }
4985
5262
  /**
5263
+ * @public
4986
5264
  * <p>Metadata about a callback step.</p>
4987
5265
  */
4988
5266
  export interface CallbackStepMetadata {
@@ -4999,16 +5277,23 @@ export interface CallbackStepMetadata {
4999
5277
  */
5000
5278
  OutputParameters?: OutputParameter[];
5001
5279
  }
5280
+ /**
5281
+ * @public
5282
+ */
5002
5283
  export declare enum CandidateSortBy {
5003
5284
  CreationTime = "CreationTime",
5004
5285
  FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
5005
5286
  Status = "Status"
5006
5287
  }
5288
+ /**
5289
+ * @public
5290
+ */
5007
5291
  export declare enum FeatureStatus {
5008
5292
  Disabled = "DISABLED",
5009
5293
  Enabled = "ENABLED"
5010
5294
  }
5011
5295
  /**
5296
+ * @public
5012
5297
  * <p>Time series forecast settings for the SageMaker Canvas app.</p>
5013
5298
  */
5014
5299
  export interface TimeSeriesForecastingSettings {
@@ -5029,6 +5314,7 @@ export interface TimeSeriesForecastingSettings {
5029
5314
  AmazonForecastRoleArn?: string;
5030
5315
  }
5031
5316
  /**
5317
+ * @public
5032
5318
  * <p>The SageMaker Canvas app settings.</p>
5033
5319
  */
5034
5320
  export interface CanvasAppSettings {
@@ -5038,6 +5324,7 @@ export interface CanvasAppSettings {
5038
5324
  TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
5039
5325
  }
5040
5326
  /**
5327
+ * @public
5041
5328
  * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
5042
5329
  * will by default base64 encode when capturing the data.</p>
5043
5330
  */
@@ -5051,11 +5338,15 @@ export interface CaptureContentTypeHeader {
5051
5338
  */
5052
5339
  JsonContentTypes?: string[];
5053
5340
  }
5341
+ /**
5342
+ * @public
5343
+ */
5054
5344
  export declare enum CaptureMode {
5055
5345
  INPUT = "Input",
5056
5346
  OUTPUT = "Output"
5057
5347
  }
5058
5348
  /**
5349
+ * @public
5059
5350
  * <p>Specifies data Model Monitor will capture.</p>
5060
5351
  */
5061
5352
  export interface CaptureOption {
@@ -5064,11 +5355,15 @@ export interface CaptureOption {
5064
5355
  */
5065
5356
  CaptureMode: CaptureMode | string | undefined;
5066
5357
  }
5358
+ /**
5359
+ * @public
5360
+ */
5067
5361
  export declare enum CaptureStatus {
5068
5362
  STARTED = "Started",
5069
5363
  STOPPED = "Stopped"
5070
5364
  }
5071
5365
  /**
5366
+ * @public
5072
5367
  * <p>Environment parameters you want to benchmark your load test against.</p>
5073
5368
  */
5074
5369
  export interface CategoricalParameter {
@@ -5082,6 +5377,7 @@ export interface CategoricalParameter {
5082
5377
  Value: string[] | undefined;
5083
5378
  }
5084
5379
  /**
5380
+ * @public
5085
5381
  * <p>A list of categorical hyperparameters to tune.</p>
5086
5382
  */
5087
5383
  export interface CategoricalParameterRange {
@@ -5097,6 +5393,7 @@ export interface CategoricalParameterRange {
5097
5393
  Values: string[] | undefined;
5098
5394
  }
5099
5395
  /**
5396
+ * @public
5100
5397
  * <p>Defines the possible values for a categorical hyperparameter.</p>
5101
5398
  */
5102
5399
  export interface CategoricalParameterRangeSpecification {
@@ -5106,6 +5403,7 @@ export interface CategoricalParameterRangeSpecification {
5106
5403
  Values: string[] | undefined;
5107
5404
  }
5108
5405
  /**
5406
+ * @public
5109
5407
  * <p>Defines a named input source, called a channel, to be used by an algorithm.</p>
5110
5408
  */
5111
5409
  export interface ChannelSpecification {
@@ -5140,6 +5438,7 @@ export interface ChannelSpecification {
5140
5438
  SupportedInputModes: (TrainingInputMode | string)[] | undefined;
5141
5439
  }
5142
5440
  /**
5441
+ * @public
5143
5442
  * <p>Contains information about the output location for managed spot training checkpoint
5144
5443
  * data. </p>
5145
5444
  */
@@ -5156,6 +5455,7 @@ export interface CheckpointConfig {
5156
5455
  LocalPath?: string;
5157
5456
  }
5158
5457
  /**
5458
+ * @public
5159
5459
  * <p>The container for the metadata for the ClarifyCheck step. For more information,
5160
5460
  * see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-clarify-check">ClarifyCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>.
5161
5461
  * </p>
@@ -5198,12 +5498,16 @@ export interface ClarifyCheckStepMetadata {
5198
5498
  */
5199
5499
  RegisterNewBaseline?: boolean;
5200
5500
  }
5501
+ /**
5502
+ * @public
5503
+ */
5201
5504
  export declare enum ClarifyFeatureType {
5202
5505
  CATEGORICAL = "categorical",
5203
5506
  NUMERICAL = "numerical",
5204
5507
  TEXT = "text"
5205
5508
  }
5206
5509
  /**
5510
+ * @public
5207
5511
  * <p>The inference configuration parameter for the model container.</p>
5208
5512
  */
5209
5513
  export interface ClarifyInferenceConfig {
@@ -5211,14 +5515,14 @@ export interface ClarifyInferenceConfig {
5211
5515
  * <p>Provides the JMESPath expression to extract the features from a model container input
5212
5516
  * in JSON Lines format. For example, if <code>FeaturesAttribute</code> is the JMESPath
5213
5517
  * expression <code>'myfeatures'</code>, it extracts a list of features
5214
- * <code>[1,2,3]</code> from request data <code>'{"myfeatures":[1,2,3]}'</code>.</p>
5518
+ * <code>[1,2,3]</code> from request data <code>'\{"myfeatures":[1,2,3]\}'</code>.</p>
5215
5519
  */
5216
5520
  FeaturesAttribute?: string;
5217
5521
  /**
5218
5522
  * <p>A template string used to format a JSON record into an acceptable model container
5219
5523
  * input. For example, a <code>ContentTemplate</code> string
5220
- * <code>'{"myfeatures":$features}'</code> will format a list of features
5221
- * <code>[1,2,3]</code> into the record string <code>'{"myfeatures":[1,2,3]}'</code>.
5524
+ * <code>'\{"myfeatures":$features\}'</code> will format a list of features
5525
+ * <code>[1,2,3]</code> into the record string <code>'\{"myfeatures":[1,2,3]\}'</code>.
5222
5526
  * Required only when the model container input is in JSON Lines format.</p>
5223
5527
  */
5224
5528
  ContentTemplate?: string;
@@ -5271,7 +5575,7 @@ export interface ClarifyInferenceConfig {
5271
5575
  * container output if the model container is in JSON Lines format.</p>
5272
5576
  * <p>
5273
5577
  * <b>Example</b>: If the model container output of a single
5274
- * request is <code>'{"predicted_label":1,"probability":0.6}'</code>, then set
5578
+ * request is <code>'\{"predicted_label":1,"probability":0.6\}'</code>, then set
5275
5579
  * <code>ProbabilityAttribute</code> to <code>'probability'</code>.</p>
5276
5580
  */
5277
5581
  ProbabilityAttribute?: string;
@@ -5280,7 +5584,7 @@ export interface ClarifyInferenceConfig {
5280
5584
  * output.</p>
5281
5585
  * <p>
5282
5586
  * <b>Example</b>: If the model container output of a batch
5283
- * request is <code>'{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]}'</code>,
5587
+ * request is <code>'\{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]\}'</code>,
5284
5588
  * then set <code>LabelAttribute</code> to <code>'labels'</code> to extract the list of
5285
5589
  * label headers <code>["cat","dog","fish"]</code>
5286
5590
  * </p>
@@ -5313,6 +5617,7 @@ export interface ClarifyInferenceConfig {
5313
5617
  FeatureTypes?: (ClarifyFeatureType | string)[];
5314
5618
  }
5315
5619
  /**
5620
+ * @public
5316
5621
  * <p>The configuration for the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-feature-attribute-shap-baselines.html">SHAP
5317
5622
  * baseline</a> (also called the background or reference dataset) of the Kernal
5318
5623
  * SHAP algorithm.</p>
@@ -5365,11 +5670,17 @@ export interface ClarifyShapBaselineConfig {
5365
5670
  */
5366
5671
  ShapBaselineUri?: string;
5367
5672
  }
5673
+ /**
5674
+ * @public
5675
+ */
5368
5676
  export declare enum ClarifyTextGranularity {
5369
5677
  PARAGRAPH = "paragraph",
5370
5678
  SENTENCE = "sentence",
5371
5679
  TOKEN = "token"
5372
5680
  }
5681
+ /**
5682
+ * @public
5683
+ */
5373
5684
  export declare enum ClarifyTextLanguage {
5374
5685
  AFRIKAANS = "af",
5375
5686
  ALBANIAN = "sq",
@@ -5433,6 +5744,7 @@ export declare enum ClarifyTextLanguage {
5433
5744
  YORUBA = "yo"
5434
5745
  }
5435
5746
  /**
5747
+ * @public
5436
5748
  * <p>A parameter used to configure the SageMaker Clarify explainer to treat text features as text so
5437
5749
  * that explanations are provided for individual units of text. Required only for natural
5438
5750
  * language processing (NLP) explainability. </p>
@@ -5455,6 +5767,7 @@ export interface ClarifyTextConfig {
5455
5767
  Granularity: ClarifyTextGranularity | string | undefined;
5456
5768
  }
5457
5769
  /**
5770
+ * @public
5458
5771
  * <p>The configuration for SHAP analysis using SageMaker Clarify Explainer.</p>
5459
5772
  */
5460
5773
  export interface ClarifyShapConfig {
@@ -5489,6 +5802,7 @@ export interface ClarifyShapConfig {
5489
5802
  TextConfig?: ClarifyTextConfig;
5490
5803
  }
5491
5804
  /**
5805
+ * @public
5492
5806
  * <p>The configuration parameters for the SageMaker Clarify explainer.</p>
5493
5807
  */
5494
5808
  export interface ClarifyExplainerConfig {
@@ -5509,6 +5823,7 @@ export interface ClarifyExplainerConfig {
5509
5823
  ShapConfig: ClarifyShapConfig | undefined;
5510
5824
  }
5511
5825
  /**
5826
+ * @public
5512
5827
  * <p>A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.</p>
5513
5828
  */
5514
5829
  export interface CodeRepository {
@@ -5517,16 +5832,23 @@ export interface CodeRepository {
5517
5832
  */
5518
5833
  RepositoryUrl: string | undefined;
5519
5834
  }
5835
+ /**
5836
+ * @public
5837
+ */
5520
5838
  export declare enum CodeRepositorySortBy {
5521
5839
  CREATION_TIME = "CreationTime",
5522
5840
  LAST_MODIFIED_TIME = "LastModifiedTime",
5523
5841
  NAME = "Name"
5524
5842
  }
5843
+ /**
5844
+ * @public
5845
+ */
5525
5846
  export declare enum CodeRepositorySortOrder {
5526
5847
  ASCENDING = "Ascending",
5527
5848
  DESCENDING = "Descending"
5528
5849
  }
5529
5850
  /**
5851
+ * @public
5530
5852
  * <p>Specifies configuration details for a Git repository in your Amazon Web Services
5531
5853
  * account.</p>
5532
5854
  */
@@ -5544,13 +5866,14 @@ export interface GitConfig {
5544
5866
  * contains the credentials used to access the git repository. The secret must have a
5545
5867
  * staging label of <code>AWSCURRENT</code> and must be in the following format:</p>
5546
5868
  * <p>
5547
- * <code>{"username": <i>UserName</i>, "password":
5548
- * <i>Password</i>}</code>
5869
+ * <code>\{"username": <i>UserName</i>, "password":
5870
+ * <i>Password</i>\}</code>
5549
5871
  * </p>
5550
5872
  */
5551
5873
  SecretArn?: string;
5552
5874
  }
5553
5875
  /**
5876
+ * @public
5554
5877
  * <p>Specifies summary information about a Git repository.</p>
5555
5878
  */
5556
5879
  export interface CodeRepositorySummary {
@@ -5578,6 +5901,7 @@ export interface CodeRepositorySummary {
5578
5901
  GitConfig?: GitConfig;
5579
5902
  }
5580
5903
  /**
5904
+ * @public
5581
5905
  * <p>Use this parameter to configure your Amazon Cognito workforce.
5582
5906
  * A single Cognito workforce is created using and corresponds to a single
5583
5907
  * <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">
@@ -5598,6 +5922,7 @@ export interface CognitoConfig {
5598
5922
  ClientId: string | undefined;
5599
5923
  }
5600
5924
  /**
5925
+ * @public
5601
5926
  * <p>Identifies a Amazon Cognito user group. A user group can be used in on or more work
5602
5927
  * teams.</p>
5603
5928
  */
@@ -5618,6 +5943,7 @@ export interface CognitoMemberDefinition {
5618
5943
  ClientId: string | undefined;
5619
5944
  }
5620
5945
  /**
5946
+ * @public
5621
5947
  * <p>Configuration information for the Amazon SageMaker Debugger output tensor collections.</p>
5622
5948
  */
5623
5949
  export interface CollectionConfiguration {
@@ -5633,6 +5959,9 @@ export interface CollectionConfiguration {
5633
5959
  */
5634
5960
  CollectionParameters?: Record<string, string>;
5635
5961
  }
5962
+ /**
5963
+ * @public
5964
+ */
5636
5965
  export declare enum CompilationJobStatus {
5637
5966
  COMPLETED = "COMPLETED",
5638
5967
  FAILED = "FAILED",
@@ -5641,6 +5970,9 @@ export declare enum CompilationJobStatus {
5641
5970
  STOPPED = "STOPPED",
5642
5971
  STOPPING = "STOPPING"
5643
5972
  }
5973
+ /**
5974
+ * @public
5975
+ */
5644
5976
  export declare enum TargetDevice {
5645
5977
  AISAGE = "aisage",
5646
5978
  AMBA_CV2 = "amba_cv2",
@@ -5675,12 +6007,18 @@ export declare enum TargetDevice {
5675
6007
  X86_WIN32 = "x86_win32",
5676
6008
  X86_WIN64 = "x86_win64"
5677
6009
  }
6010
+ /**
6011
+ * @public
6012
+ */
5678
6013
  export declare enum TargetPlatformAccelerator {
5679
6014
  INTEL_GRAPHICS = "INTEL_GRAPHICS",
5680
6015
  MALI = "MALI",
5681
6016
  NNA = "NNA",
5682
6017
  NVIDIA = "NVIDIA"
5683
6018
  }
6019
+ /**
6020
+ * @public
6021
+ */
5684
6022
  export declare enum TargetPlatformArch {
5685
6023
  ARM64 = "ARM64",
5686
6024
  ARM_EABI = "ARM_EABI",
@@ -5688,11 +6026,15 @@ export declare enum TargetPlatformArch {
5688
6026
  X86 = "X86",
5689
6027
  X86_64 = "X86_64"
5690
6028
  }
6029
+ /**
6030
+ * @public
6031
+ */
5691
6032
  export declare enum TargetPlatformOs {
5692
6033
  ANDROID = "ANDROID",
5693
6034
  LINUX = "LINUX"
5694
6035
  }
5695
6036
  /**
6037
+ * @public
5696
6038
  * <p>A summary of a model compilation job.</p>
5697
6039
  */
5698
6040
  export interface CompilationJobSummary {
@@ -5745,15 +6087,22 @@ export interface CompilationJobSummary {
5745
6087
  */
5746
6088
  CompilationJobStatus: CompilationJobStatus | string | undefined;
5747
6089
  }
6090
+ /**
6091
+ * @public
6092
+ */
5748
6093
  export declare enum CompleteOnConvergence {
5749
6094
  DISABLED = "Disabled",
5750
6095
  ENABLED = "Enabled"
5751
6096
  }
6097
+ /**
6098
+ * @public
6099
+ */
5752
6100
  export declare enum ConditionOutcome {
5753
6101
  FALSE = "False",
5754
6102
  TRUE = "True"
5755
6103
  }
5756
6104
  /**
6105
+ * @public
5757
6106
  * <p>Metadata for a Condition step.</p>
5758
6107
  */
5759
6108
  export interface ConditionStepMetadata {
@@ -5763,6 +6112,7 @@ export interface ConditionStepMetadata {
5763
6112
  Outcome?: ConditionOutcome | string;
5764
6113
  }
5765
6114
  /**
6115
+ * @public
5766
6116
  * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
5767
6117
  * <code>Experiment</code> or <code>Artifact</code>.</p>
5768
6118
  */
@@ -5775,11 +6125,15 @@ export declare class ConflictException extends __BaseException {
5775
6125
  */
5776
6126
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
5777
6127
  }
6128
+ /**
6129
+ * @public
6130
+ */
5778
6131
  export declare enum RepositoryAccessMode {
5779
6132
  PLATFORM = "Platform",
5780
6133
  VPC = "Vpc"
5781
6134
  }
5782
6135
  /**
6136
+ * @public
5783
6137
  * <p>Specifies an authentication configuration for the private docker registry where your
5784
6138
  * model image is hosted. Specify a value for this property only if you specified
5785
6139
  * <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the
@@ -5799,6 +6153,7 @@ export interface RepositoryAuthConfig {
5799
6153
  RepositoryCredentialsProviderArn: string | undefined;
5800
6154
  }
5801
6155
  /**
6156
+ * @public
5802
6157
  * <p>Specifies whether the model container is in Amazon ECR or a private Docker registry
5803
6158
  * accessible from your Amazon Virtual Private Cloud (VPC).</p>
5804
6159
  */
@@ -5827,15 +6182,22 @@ export interface ImageConfig {
5827
6182
  */
5828
6183
  RepositoryAuthConfig?: RepositoryAuthConfig;
5829
6184
  }
6185
+ /**
6186
+ * @public
6187
+ */
5830
6188
  export declare enum ContainerMode {
5831
6189
  MULTI_MODEL = "MultiModel",
5832
6190
  SINGLE_MODEL = "SingleModel"
5833
6191
  }
6192
+ /**
6193
+ * @public
6194
+ */
5834
6195
  export declare enum ModelCacheSetting {
5835
6196
  DISABLED = "Disabled",
5836
6197
  ENABLED = "Enabled"
5837
6198
  }
5838
6199
  /**
6200
+ * @public
5839
6201
  * <p>Specifies additional configuration for hosting multi-model endpoints.</p>
5840
6202
  */
5841
6203
  export interface MultiModelConfig {
@@ -5850,6 +6212,7 @@ export interface MultiModelConfig {
5850
6212
  ModelCacheSetting?: ModelCacheSetting | string;
5851
6213
  }
5852
6214
  /**
6215
+ * @public
5853
6216
  * <p>Describes the container, as part of model definition.</p>
5854
6217
  */
5855
6218
  export interface ContainerDefinition {
@@ -5935,11 +6298,15 @@ export interface ContainerDefinition {
5935
6298
  */
5936
6299
  MultiModelConfig?: MultiModelConfig;
5937
6300
  }
6301
+ /**
6302
+ * @public
6303
+ */
5938
6304
  export declare enum ContentClassifier {
5939
6305
  FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
5940
6306
  FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
5941
6307
  }
5942
6308
  /**
6309
+ * @public
5943
6310
  * <p>A structure describing the source of a context.</p>
5944
6311
  */
5945
6312
  export interface ContextSource {
@@ -5957,6 +6324,7 @@ export interface ContextSource {
5957
6324
  SourceId?: string;
5958
6325
  }
5959
6326
  /**
6327
+ * @public
5960
6328
  * <p>Lists a summary of the properties of a context. A context provides a logical grouping
5961
6329
  * of other entities.</p>
5962
6330
  */
@@ -5986,6 +6354,9 @@ export interface ContextSummary {
5986
6354
  */
5987
6355
  LastModifiedTime?: Date;
5988
6356
  }
6357
+ /**
6358
+ * @public
6359
+ */
5989
6360
  export declare enum HyperParameterScalingType {
5990
6361
  AUTO = "Auto",
5991
6362
  LINEAR = "Linear",
@@ -5993,6 +6364,7 @@ export declare enum HyperParameterScalingType {
5993
6364
  REVERSE_LOGARITHMIC = "ReverseLogarithmic"
5994
6365
  }
5995
6366
  /**
6367
+ * @public
5996
6368
  * <p>A list of continuous hyperparameters to tune.</p>
5997
6369
  */
5998
6370
  export interface ContinuousParameterRange {
@@ -6045,6 +6417,7 @@ export interface ContinuousParameterRange {
6045
6417
  ScalingType?: HyperParameterScalingType | string;
6046
6418
  }
6047
6419
  /**
6420
+ * @public
6048
6421
  * <p>Defines the possible values for a continuous hyperparameter.</p>
6049
6422
  */
6050
6423
  export interface ContinuousParameterRangeSpecification {
@@ -6058,6 +6431,7 @@ export interface ContinuousParameterRangeSpecification {
6058
6431
  MaxValue: string | undefined;
6059
6432
  }
6060
6433
  /**
6434
+ * @public
6061
6435
  * <p>A flag to indicating that automatic model tuning (AMT) has detected model convergence,
6062
6436
  * defined as a lack of significant improvement (1% or less) against an objective
6063
6437
  * metric.</p>
@@ -6069,6 +6443,7 @@ export interface ConvergenceDetected {
6069
6443
  CompleteOnConvergence?: CompleteOnConvergence | string;
6070
6444
  }
6071
6445
  /**
6446
+ * @public
6072
6447
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
6073
6448
  */
6074
6449
  export interface MetadataProperties {
@@ -6089,6 +6464,9 @@ export interface MetadataProperties {
6089
6464
  */
6090
6465
  ProjectId?: string;
6091
6466
  }
6467
+ /**
6468
+ * @public
6469
+ */
6092
6470
  export interface CreateActionRequest {
6093
6471
  /**
6094
6472
  * <p>The name of the action. Must be unique to your account in an Amazon Web Services Region.</p>
@@ -6123,6 +6501,9 @@ export interface CreateActionRequest {
6123
6501
  */
6124
6502
  Tags?: Tag[];
6125
6503
  }
6504
+ /**
6505
+ * @public
6506
+ */
6126
6507
  export interface CreateActionResponse {
6127
6508
  /**
6128
6509
  * <p>The Amazon Resource Name (ARN) of the action.</p>
@@ -6130,6 +6511,7 @@ export interface CreateActionResponse {
6130
6511
  ActionArn?: string;
6131
6512
  }
6132
6513
  /**
6514
+ * @public
6133
6515
  * <p>Defines the possible values for an integer hyperparameter.</p>
6134
6516
  */
6135
6517
  export interface IntegerParameterRangeSpecification {
@@ -6143,6 +6525,7 @@ export interface IntegerParameterRangeSpecification {
6143
6525
  MaxValue: string | undefined;
6144
6526
  }
6145
6527
  /**
6528
+ * @public
6146
6529
  * <p>Defines the possible values for categorical, continuous, and integer hyperparameters
6147
6530
  * to be used by an algorithm.</p>
6148
6531
  */
@@ -6163,6 +6546,9 @@ export interface ParameterRange {
6163
6546
  */
6164
6547
  CategoricalParameterRangeSpecification?: CategoricalParameterRangeSpecification;
6165
6548
  }
6549
+ /**
6550
+ * @public
6551
+ */
6166
6552
  export declare enum ParameterType {
6167
6553
  CATEGORICAL = "Categorical",
6168
6554
  CONTINUOUS = "Continuous",
@@ -6170,6 +6556,7 @@ export declare enum ParameterType {
6170
6556
  INTEGER = "Integer"
6171
6557
  }
6172
6558
  /**
6559
+ * @public
6173
6560
  * <p>Defines a hyperparameter to be used by an algorithm.</p>
6174
6561
  */
6175
6562
  export interface HyperParameterSpecification {
@@ -6205,11 +6592,15 @@ export interface HyperParameterSpecification {
6205
6592
  */
6206
6593
  DefaultValue?: string;
6207
6594
  }
6595
+ /**
6596
+ * @public
6597
+ */
6208
6598
  export declare enum HyperParameterTuningJobObjectiveType {
6209
6599
  MAXIMIZE = "Maximize",
6210
6600
  MINIMIZE = "Minimize"
6211
6601
  }
6212
6602
  /**
6603
+ * @public
6213
6604
  * <p>Defines the objective metric for a hyperparameter tuning job.
6214
6605
  * Hyperparameter
6215
6606
  * tuning uses the value of this metric to evaluate the training jobs it launches, and
@@ -6231,6 +6622,7 @@ export interface HyperParameterTuningJobObjective {
6231
6622
  MetricName: string | undefined;
6232
6623
  }
6233
6624
  /**
6625
+ * @public
6234
6626
  * <p>Defines how the algorithm is used for a training job.</p>
6235
6627
  */
6236
6628
  export interface TrainingSpecification {
@@ -6275,6 +6667,9 @@ export interface TrainingSpecification {
6275
6667
  */
6276
6668
  SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[];
6277
6669
  }
6670
+ /**
6671
+ * @public
6672
+ */
6278
6673
  export interface CreateAlgorithmInput {
6279
6674
  /**
6280
6675
  * <p>The name of the algorithm.</p>
@@ -6353,6 +6748,9 @@ export interface CreateAlgorithmInput {
6353
6748
  */
6354
6749
  Tags?: Tag[];
6355
6750
  }
6751
+ /**
6752
+ * @public
6753
+ */
6356
6754
  export interface CreateAlgorithmOutput {
6357
6755
  /**
6358
6756
  * <p>The Amazon Resource Name (ARN) of the new algorithm.</p>
@@ -6360,6 +6758,7 @@ export interface CreateAlgorithmOutput {
6360
6758
  AlgorithmArn: string | undefined;
6361
6759
  }
6362
6760
  /**
6761
+ * @public
6363
6762
  * <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
6364
6763
  * the version runs on.</p>
6365
6764
  */
@@ -6388,6 +6787,9 @@ export interface ResourceSpec {
6388
6787
  */
6389
6788
  LifecycleConfigArn?: string;
6390
6789
  }
6790
+ /**
6791
+ * @public
6792
+ */
6391
6793
  export interface CreateAppRequest {
6392
6794
  /**
6393
6795
  * <p>The domain ID.</p>
@@ -6424,6 +6826,9 @@ export interface CreateAppRequest {
6424
6826
  */
6425
6827
  SpaceName?: string;
6426
6828
  }
6829
+ /**
6830
+ * @public
6831
+ */
6427
6832
  export interface CreateAppResponse {
6428
6833
  /**
6429
6834
  * <p>The Amazon Resource Name (ARN) of the app.</p>
@@ -6431,6 +6836,7 @@ export interface CreateAppResponse {
6431
6836
  AppArn?: string;
6432
6837
  }
6433
6838
  /**
6839
+ * @public
6434
6840
  * <p>Resource being accessed is in use.</p>
6435
6841
  */
6436
6842
  export declare class ResourceInUse extends __BaseException {
@@ -6442,6 +6848,9 @@ export declare class ResourceInUse extends __BaseException {
6442
6848
  */
6443
6849
  constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
6444
6850
  }
6851
+ /**
6852
+ * @public
6853
+ */
6445
6854
  export interface CreateAppImageConfigRequest {
6446
6855
  /**
6447
6856
  * <p>The name of the AppImageConfig. Must be unique to your account.</p>
@@ -6458,12 +6867,18 @@ export interface CreateAppImageConfigRequest {
6458
6867
  */
6459
6868
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
6460
6869
  }
6870
+ /**
6871
+ * @public
6872
+ */
6461
6873
  export interface CreateAppImageConfigResponse {
6462
6874
  /**
6463
6875
  * <p>The Amazon Resource Name (ARN) of the AppImageConfig.</p>
6464
6876
  */
6465
6877
  AppImageConfigArn?: string;
6466
6878
  }
6879
+ /**
6880
+ * @public
6881
+ */
6467
6882
  export interface CreateArtifactRequest {
6468
6883
  /**
6469
6884
  * <p>The name of the artifact. Must be unique to your account in an Amazon Web Services Region.</p>
@@ -6490,6 +6905,9 @@ export interface CreateArtifactRequest {
6490
6905
  */
6491
6906
  Tags?: Tag[];
6492
6907
  }
6908
+ /**
6909
+ * @public
6910
+ */
6493
6911
  export interface CreateArtifactResponse {
6494
6912
  /**
6495
6913
  * <p>The Amazon Resource Name (ARN) of the artifact.</p>
@@ -6497,6 +6915,7 @@ export interface CreateArtifactResponse {
6497
6915
  ArtifactArn?: string;
6498
6916
  }
6499
6917
  /**
6918
+ * @public
6500
6919
  * <p>Specifies how to generate the endpoint name for an automatic one-click Autopilot model
6501
6920
  * deployment.</p>
6502
6921
  */
@@ -6522,11 +6941,17 @@ export interface ModelDeployConfig {
6522
6941
  */
6523
6942
  EndpointName?: string;
6524
6943
  }
6944
+ /**
6945
+ * @public
6946
+ */
6525
6947
  export declare enum ProblemType {
6526
6948
  BINARY_CLASSIFICATION = "BinaryClassification",
6527
6949
  MULTICLASS_CLASSIFICATION = "MulticlassClassification",
6528
6950
  REGRESSION = "Regression"
6529
6951
  }
6952
+ /**
6953
+ * @public
6954
+ */
6530
6955
  export interface CreateAutoMLJobRequest {
6531
6956
  /**
6532
6957
  * <p>Identifies an Autopilot job. The name must be unique to your account and is case
@@ -6581,12 +7006,18 @@ export interface CreateAutoMLJobRequest {
6581
7006
  */
6582
7007
  ModelDeployConfig?: ModelDeployConfig;
6583
7008
  }
7009
+ /**
7010
+ * @public
7011
+ */
6584
7012
  export interface CreateAutoMLJobResponse {
6585
7013
  /**
6586
7014
  * <p>The unique ARN assigned to the AutoML job when it is created.</p>
6587
7015
  */
6588
7016
  AutoMLJobArn: string | undefined;
6589
7017
  }
7018
+ /**
7019
+ * @public
7020
+ */
6590
7021
  export interface CreateCodeRepositoryInput {
6591
7022
  /**
6592
7023
  * <p>The name of the Git repository. The name must have 1 to 63 characters. Valid
@@ -6605,12 +7036,18 @@ export interface CreateCodeRepositoryInput {
6605
7036
  */
6606
7037
  Tags?: Tag[];
6607
7038
  }
7039
+ /**
7040
+ * @public
7041
+ */
6608
7042
  export interface CreateCodeRepositoryOutput {
6609
7043
  /**
6610
7044
  * <p>The Amazon Resource Name (ARN) of the new repository.</p>
6611
7045
  */
6612
7046
  CodeRepositoryArn: string | undefined;
6613
7047
  }
7048
+ /**
7049
+ * @public
7050
+ */
6614
7051
  export declare enum Framework {
6615
7052
  DARKNET = "DARKNET",
6616
7053
  KERAS = "KERAS",
@@ -6623,6 +7060,7 @@ export declare enum Framework {
6623
7060
  XGBOOST = "XGBOOST"
6624
7061
  }
6625
7062
  /**
7063
+ * @public
6626
7064
  * <p>Contains information about the location of input model artifacts, the name and
6627
7065
  * shape
6628
7066
  * of the expected data inputs, and the framework in which the model was trained.</p>
@@ -6649,12 +7087,12 @@ export interface InputConfig {
6649
7087
  * <ul>
6650
7088
  * <li>
6651
7089
  * <p>If using the console,
6652
- * <code>{"input":[1,1024,1024,3]}</code>
7090
+ * <code>\{"input":[1,1024,1024,3]\}</code>
6653
7091
  * </p>
6654
7092
  * </li>
6655
7093
  * <li>
6656
7094
  * <p>If using the CLI,
6657
- * <code>{\"input\":[1,1024,1024,3]}</code>
7095
+ * <code>\{\"input\":[1,1024,1024,3]\}</code>
6658
7096
  * </p>
6659
7097
  * </li>
6660
7098
  * </ul>
@@ -6663,13 +7101,13 @@ export interface InputConfig {
6663
7101
  * <p>Examples for two inputs:</p>
6664
7102
  * <ul>
6665
7103
  * <li>
6666
- * <p>If using the console, <code>{"data1": [1,28,28,1],
6667
- * "data2":[1,28,28,1]}</code>
7104
+ * <p>If using the console, <code>\{"data1": [1,28,28,1],
7105
+ * "data2":[1,28,28,1]\}</code>
6668
7106
  * </p>
6669
7107
  * </li>
6670
7108
  * <li>
6671
- * <p>If using the CLI, <code>{\"data1\": [1,28,28,1],
6672
- * \"data2\":[1,28,28,1]}</code>
7109
+ * <p>If using the CLI, <code>\{\"data1\": [1,28,28,1],
7110
+ * \"data2\":[1,28,28,1]\}</code>
6673
7111
  * </p>
6674
7112
  * </li>
6675
7113
  * </ul>
@@ -6690,12 +7128,12 @@ export interface InputConfig {
6690
7128
  * <ul>
6691
7129
  * <li>
6692
7130
  * <p>If using the console,
6693
- * <code>{"input_1":[1,3,224,224]}</code>
7131
+ * <code>\{"input_1":[1,3,224,224]\}</code>
6694
7132
  * </p>
6695
7133
  * </li>
6696
7134
  * <li>
6697
7135
  * <p>If using the CLI,
6698
- * <code>{\"input_1\":[1,3,224,224]}</code>
7136
+ * <code>\{\"input_1\":[1,3,224,224]\}</code>
6699
7137
  * </p>
6700
7138
  * </li>
6701
7139
  * </ul>
@@ -6704,13 +7142,13 @@ export interface InputConfig {
6704
7142
  * <p>Examples for two inputs:</p>
6705
7143
  * <ul>
6706
7144
  * <li>
6707
- * <p>If using the console, <code>{"input_1": [1,3,224,224],
6708
- * "input_2":[1,3,224,224]} </code>
7145
+ * <p>If using the console, <code>\{"input_1": [1,3,224,224],
7146
+ * "input_2":[1,3,224,224]\} </code>
6709
7147
  * </p>
6710
7148
  * </li>
6711
7149
  * <li>
6712
- * <p>If using the CLI, <code>{\"input_1\": [1,3,224,224],
6713
- * \"input_2\":[1,3,224,224]}</code>
7150
+ * <p>If using the CLI, <code>\{\"input_1\": [1,3,224,224],
7151
+ * \"input_2\":[1,3,224,224]\}</code>
6714
7152
  * </p>
6715
7153
  * </li>
6716
7154
  * </ul>
@@ -6729,12 +7167,12 @@ export interface InputConfig {
6729
7167
  * <ul>
6730
7168
  * <li>
6731
7169
  * <p>If using the console,
6732
- * <code>{"data":[1,3,1024,1024]}</code>
7170
+ * <code>\{"data":[1,3,1024,1024]\}</code>
6733
7171
  * </p>
6734
7172
  * </li>
6735
7173
  * <li>
6736
7174
  * <p>If using the CLI,
6737
- * <code>{\"data\":[1,3,1024,1024]}</code>
7175
+ * <code>\{\"data\":[1,3,1024,1024]\}</code>
6738
7176
  * </p>
6739
7177
  * </li>
6740
7178
  * </ul>
@@ -6743,13 +7181,13 @@ export interface InputConfig {
6743
7181
  * <p>Examples for two inputs:</p>
6744
7182
  * <ul>
6745
7183
  * <li>
6746
- * <p>If using the console, <code>{"var1": [1,1,28,28],
6747
- * "var2":[1,1,28,28]} </code>
7184
+ * <p>If using the console, <code>\{"var1": [1,1,28,28],
7185
+ * "var2":[1,1,28,28]\} </code>
6748
7186
  * </p>
6749
7187
  * </li>
6750
7188
  * <li>
6751
- * <p>If using the CLI, <code>{\"var1\": [1,1,28,28],
6752
- * \"var2\":[1,1,28,28]}</code>
7189
+ * <p>If using the CLI, <code>\{\"var1\": [1,1,28,28],
7190
+ * \"var2\":[1,1,28,28]\}</code>
6753
7191
  * </p>
6754
7192
  * </li>
6755
7193
  * </ul>
@@ -6769,12 +7207,12 @@ export interface InputConfig {
6769
7207
  * <ul>
6770
7208
  * <li>
6771
7209
  * <p>If using the console,
6772
- * <code>{"input0":[1,3,224,224]}</code>
7210
+ * <code>\{"input0":[1,3,224,224]\}</code>
6773
7211
  * </p>
6774
7212
  * </li>
6775
7213
  * <li>
6776
7214
  * <p>If using the CLI,
6777
- * <code>{\"input0\":[1,3,224,224]}</code>
7215
+ * <code>\{\"input0\":[1,3,224,224]\}</code>
6778
7216
  * </p>
6779
7217
  * </li>
6780
7218
  * </ul>
@@ -6788,13 +7226,13 @@ export interface InputConfig {
6788
7226
  * <p>Examples for two inputs in dictionary format:</p>
6789
7227
  * <ul>
6790
7228
  * <li>
6791
- * <p>If using the console, <code>{"input0":[1,3,224,224],
6792
- * "input1":[1,3,224,224]}</code>
7229
+ * <p>If using the console, <code>\{"input0":[1,3,224,224],
7230
+ * "input1":[1,3,224,224]\}</code>
6793
7231
  * </p>
6794
7232
  * </li>
6795
7233
  * <li>
6796
- * <p>If using the CLI, <code>{\"input0\":[1,3,224,224],
6797
- * \"input1\":[1,3,224,224]} </code>
7234
+ * <p>If using the CLI, <code>\{\"input0\":[1,3,224,224],
7235
+ * \"input1\":[1,3,224,224]\} </code>
6798
7236
  * </p>
6799
7237
  * </li>
6800
7238
  * </ul>
@@ -6817,19 +7255,19 @@ export interface InputConfig {
6817
7255
  * <ul>
6818
7256
  * <li>
6819
7257
  * <p>
6820
- * <code>shape</code>: Input shape, for example <code>{"input_1": {"shape": [1,224,224,3]}}</code>.
7258
+ * <code>shape</code>: Input shape, for example <code>\{"input_1": \{"shape": [1,224,224,3]\}\}</code>.
6821
7259
  * In addition to static input shapes, CoreML converter supports Flexible input shapes:</p>
6822
7260
  * <ul>
6823
7261
  * <li>
6824
7262
  * <p>Range Dimension. You can use the Range Dimension feature if you know the input shape
6825
7263
  * will be within some specific interval in that dimension,
6826
- * for example: <code>{"input_1": {"shape": ["1..10", 224, 224, 3]}}</code>
7264
+ * for example: <code>\{"input_1": \{"shape": ["1..10", 224, 224, 3]\}\}</code>
6827
7265
  * </p>
6828
7266
  * </li>
6829
7267
  * <li>
6830
7268
  * <p>Enumerated shapes. Sometimes, the models are trained to work only on a select
6831
7269
  * set of inputs. You can enumerate all supported input shapes,
6832
- * for example: <code>{"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}</code>
7270
+ * for example: <code>\{"input_1": \{"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]\}\}</code>
6833
7271
  * </p>
6834
7272
  * </li>
6835
7273
  * </ul>
@@ -6838,7 +7276,7 @@ export interface InputConfig {
6838
7276
  * <p>
6839
7277
  * <code>default_shape</code>: Default input shape. You can set a default shape during
6840
7278
  * conversion for both Range Dimension and Enumerated Shapes. For example
6841
- * <code>{"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}</code>
7279
+ * <code>\{"input_1": \{"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]\}\}</code>
6842
7280
  * </p>
6843
7281
  * </li>
6844
7282
  * <li>
@@ -6866,8 +7304,8 @@ export interface InputConfig {
6866
7304
  * <ul>
6867
7305
  * <li>
6868
7306
  * <p>
6869
- * <code>"DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
6870
- * [1,224,224,3]}}</code>
7307
+ * <code>"DataInputConfig": \{"input_1": \{"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
7308
+ * [1,224,224,3]\}\}</code>
6871
7309
  * </p>
6872
7310
  * </li>
6873
7311
  * </ul>
@@ -6877,8 +7315,8 @@ export interface InputConfig {
6877
7315
  * <ul>
6878
7316
  * <li>
6879
7317
  * <p>
6880
- * <code>"DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
6881
- * [1,3,224,224]}]</code>
7318
+ * <code>"DataInputConfig": [\{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
7319
+ * [1,3,224,224]\}]</code>
6882
7320
  * </p>
6883
7321
  * </li>
6884
7322
  * </ul>
@@ -6888,13 +7326,13 @@ export interface InputConfig {
6888
7326
  * <ul>
6889
7327
  * <li>
6890
7328
  * <p>
6891
- * <code>"DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
6892
- * [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}</code>
7329
+ * <code>"DataInputConfig": \{"input_1": \{"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
7330
+ * [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255\}\}</code>
6893
7331
  * </p>
6894
7332
  * </li>
6895
7333
  * <li>
6896
7334
  * <p>
6897
- * <code>"CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}</code>
7335
+ * <code>"CompilerOptions": \{"class_labels": "imagenet_labels_1000.txt"\}</code>
6898
7336
  * </p>
6899
7337
  * </li>
6900
7338
  * </ul>
@@ -6904,13 +7342,13 @@ export interface InputConfig {
6904
7342
  * <ul>
6905
7343
  * <li>
6906
7344
  * <p>
6907
- * <code>"DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
6908
- * [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]</code>
7345
+ * <code>"DataInputConfig": [\{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
7346
+ * [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255\}]</code>
6909
7347
  * </p>
6910
7348
  * </li>
6911
7349
  * <li>
6912
7350
  * <p>
6913
- * <code>"CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}</code>
7351
+ * <code>"CompilerOptions": \{"class_labels": "imagenet_labels_1000.txt"\}</code>
6914
7352
  * </p>
6915
7353
  * </li>
6916
7354
  * </ul>
@@ -6931,12 +7369,12 @@ export interface InputConfig {
6931
7369
  * <ul>
6932
7370
  * <li>
6933
7371
  * <p>
6934
- * <code>"DataInputConfig": {"inputs": [1, 224, 224, 3]}</code>
7372
+ * <code>"DataInputConfig": \{"inputs": [1, 224, 224, 3]\}</code>
6935
7373
  * </p>
6936
7374
  * </li>
6937
7375
  * <li>
6938
7376
  * <p>
6939
- * <code>"CompilerOptions": {"signature_def_key": "serving_custom"}</code>
7377
+ * <code>"CompilerOptions": \{"signature_def_key": "serving_custom"\}</code>
6940
7378
  * </p>
6941
7379
  * </li>
6942
7380
  * </ul>
@@ -6951,12 +7389,12 @@ export interface InputConfig {
6951
7389
  * <ul>
6952
7390
  * <li>
6953
7391
  * <p>
6954
- * <code>"DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}</code>
7392
+ * <code>"DataInputConfig": \{"input_tensor:0": [1, 224, 224, 3]\}</code>
6955
7393
  * </p>
6956
7394
  * </li>
6957
7395
  * <li>
6958
7396
  * <p>
6959
- * <code>"CompilerOptions": {"output_names": ["output_tensor:0"]}</code>
7397
+ * <code>"CompilerOptions": \{"output_names": ["output_tensor:0"]\}</code>
6960
7398
  * </p>
6961
7399
  * </li>
6962
7400
  * </ul>
@@ -6979,6 +7417,7 @@ export interface InputConfig {
6979
7417
  FrameworkVersion?: string;
6980
7418
  }
6981
7419
  /**
7420
+ * @public
6982
7421
  * <p>Contains information about a target platform that you want your model to run on, such
6983
7422
  * as OS, architecture, and accelerators. It is an alternative of
6984
7423
  * <code>TargetDevice</code>.</p>
@@ -6995,7 +7434,7 @@ export interface TargetPlatform {
6995
7434
  * <p>
6996
7435
  * <code>ANDROID</code>: Android operating systems. Android API level can be
6997
7436
  * specified using the <code>ANDROID_PLATFORM</code> compiler option. For example,
6998
- * <code>"CompilerOptions": {'ANDROID_PLATFORM': 28}</code>
7437
+ * <code>"CompilerOptions": \{'ANDROID_PLATFORM': 28\}</code>
6999
7438
  * </p>
7000
7439
  * </li>
7001
7440
  * </ul>
@@ -7050,6 +7489,7 @@ export interface TargetPlatform {
7050
7489
  Accelerator?: TargetPlatformAccelerator | string;
7051
7490
  }
7052
7491
  /**
7492
+ * @public
7053
7493
  * <p>Contains information about the output location for the compiled model and the target
7054
7494
  * device that the model runs on. <code>TargetDevice</code> and <code>TargetPlatform</code>
7055
7495
  * are mutually exclusive, so you need to choose one between the two to specify your target
@@ -7081,57 +7521,57 @@ export interface OutputConfig {
7081
7521
  * <li>
7082
7522
  * <p>Raspberry Pi 3 Model B+</p>
7083
7523
  * <p>
7084
- * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},</code>
7524
+ * <code>"TargetPlatform": \{"Os": "LINUX", "Arch": "ARM_EABIHF"\},</code>
7085
7525
  * </p>
7086
7526
  * <p>
7087
- * <code> "CompilerOptions": {'mattr': ['+neon']}</code>
7527
+ * <code> "CompilerOptions": \{'mattr': ['+neon']\}</code>
7088
7528
  * </p>
7089
7529
  * </li>
7090
7530
  * <li>
7091
7531
  * <p>Jetson TX2</p>
7092
7532
  * <p>
7093
- * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator":
7094
- * "NVIDIA"},</code>
7533
+ * <code>"TargetPlatform": \{"Os": "LINUX", "Arch": "ARM64", "Accelerator":
7534
+ * "NVIDIA"\},</code>
7095
7535
  * </p>
7096
7536
  * <p>
7097
- * <code> "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1',
7098
- * 'cuda-ver': '10.0'}</code>
7537
+ * <code> "CompilerOptions": \{'gpu-code': 'sm_62', 'trt-ver': '6.0.1',
7538
+ * 'cuda-ver': '10.0'\}</code>
7099
7539
  * </p>
7100
7540
  * </li>
7101
7541
  * <li>
7102
7542
  * <p>EC2 m5.2xlarge instance OS</p>
7103
7543
  * <p>
7104
- * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator":
7105
- * "NVIDIA"},</code>
7544
+ * <code>"TargetPlatform": \{"Os": "LINUX", "Arch": "X86_64", "Accelerator":
7545
+ * "NVIDIA"\},</code>
7106
7546
  * </p>
7107
7547
  * <p>
7108
- * <code> "CompilerOptions": {'mcpu': 'skylake-avx512'}</code>
7548
+ * <code> "CompilerOptions": \{'mcpu': 'skylake-avx512'\}</code>
7109
7549
  * </p>
7110
7550
  * </li>
7111
7551
  * <li>
7112
7552
  * <p>RK3399</p>
7113
7553
  * <p>
7114
- * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator":
7115
- * "MALI"}</code>
7554
+ * <code>"TargetPlatform": \{"Os": "LINUX", "Arch": "ARM64", "Accelerator":
7555
+ * "MALI"\}</code>
7116
7556
  * </p>
7117
7557
  * </li>
7118
7558
  * <li>
7119
7559
  * <p>ARMv7 phone (CPU)</p>
7120
7560
  * <p>
7121
- * <code>"TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},</code>
7561
+ * <code>"TargetPlatform": \{"Os": "ANDROID", "Arch": "ARM_EABI"\},</code>
7122
7562
  * </p>
7123
7563
  * <p>
7124
- * <code> "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr':
7125
- * ['+neon']}</code>
7564
+ * <code> "CompilerOptions": \{'ANDROID_PLATFORM': 25, 'mattr':
7565
+ * ['+neon']\}</code>
7126
7566
  * </p>
7127
7567
  * </li>
7128
7568
  * <li>
7129
7569
  * <p>ARMv8 phone (CPU)</p>
7130
7570
  * <p>
7131
- * <code>"TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},</code>
7571
+ * <code>"TargetPlatform": \{"Os": "ANDROID", "Arch": "ARM64"\},</code>
7132
7572
  * </p>
7133
7573
  * <p>
7134
- * <code> "CompilerOptions": {'ANDROID_PLATFORM': 29}</code>
7574
+ * <code> "CompilerOptions": \{'ANDROID_PLATFORM': 29\}</code>
7135
7575
  * </p>
7136
7576
  * </li>
7137
7577
  * </ul>
@@ -7159,7 +7599,7 @@ export interface OutputConfig {
7159
7599
  * <p>int64: Use either <code>"int64"</code> or <code>"long"</code>.</p>
7160
7600
  * </li>
7161
7601
  * </ul>
7162
- * <p> For example, <code>{"dtype" : "float32"}</code>.</p>
7602
+ * <p> For example, <code>\{"dtype" : "float32"\}</code>.</p>
7163
7603
  * </li>
7164
7604
  * <li>
7165
7605
  * <p>
@@ -7168,14 +7608,14 @@ export interface OutputConfig {
7168
7608
  * <ul>
7169
7609
  * <li>
7170
7610
  * <p>
7171
- * <code>mcpu</code>: CPU micro-architecture. For example, <code>{'mcpu':
7172
- * 'skylake-avx512'}</code>
7611
+ * <code>mcpu</code>: CPU micro-architecture. For example, <code>\{'mcpu':
7612
+ * 'skylake-avx512'\}</code>
7173
7613
  * </p>
7174
7614
  * </li>
7175
7615
  * <li>
7176
7616
  * <p>
7177
- * <code>mattr</code>: CPU flags. For example, <code>{'mattr': ['+neon',
7178
- * '+vfpv4']}</code>
7617
+ * <code>mattr</code>: CPU flags. For example, <code>\{'mattr': ['+neon',
7618
+ * '+vfpv4']\}</code>
7179
7619
  * </p>
7180
7620
  * </li>
7181
7621
  * </ul>
@@ -7188,7 +7628,7 @@ export interface OutputConfig {
7188
7628
  * <p>
7189
7629
  * <code>NEON</code>: NEON is an implementation of the Advanced SIMD
7190
7630
  * extension used in ARMv7 processors.</p>
7191
- * <p>For example, add <code>{'mattr': ['+neon']}</code> to the compiler
7631
+ * <p>For example, add <code>\{'mattr': ['+neon']\}</code> to the compiler
7192
7632
  * options if compiling for ARM 32-bit platform with the NEON
7193
7633
  * support.</p>
7194
7634
  * </li>
@@ -7214,8 +7654,8 @@ export interface OutputConfig {
7214
7654
  * format.</p>
7215
7655
  * </li>
7216
7656
  * </ul>
7217
- * <p>For example, <code>{'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver':
7218
- * '10.1'}</code>
7657
+ * <p>For example, <code>\{'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver':
7658
+ * '10.1'\}</code>
7219
7659
  * </p>
7220
7660
  * </li>
7221
7661
  * <li>
@@ -7227,11 +7667,11 @@ export interface OutputConfig {
7227
7667
  * <p>
7228
7668
  * <code>ANDROID_PLATFORM</code>: Specifies the Android API levels.
7229
7669
  * Available levels range from 21 to 29. For example,
7230
- * <code>{'ANDROID_PLATFORM': 28}</code>.</p>
7670
+ * <code>\{'ANDROID_PLATFORM': 28\}</code>.</p>
7231
7671
  * </li>
7232
7672
  * <li>
7233
7673
  * <p>
7234
- * <code>mattr</code>: Add <code>{'mattr': ['+neon']}</code> to compiler
7674
+ * <code>mattr</code>: Add <code>\{'mattr': ['+neon']\}</code> to compiler
7235
7675
  * options if compiling for ARM 32-bit platform with NEON support.</p>
7236
7676
  * </li>
7237
7677
  * </ul>
@@ -7256,7 +7696,7 @@ export interface OutputConfig {
7256
7696
  * <p>
7257
7697
  * <code>class_labels</code>: Specifies the classification labels file
7258
7698
  * name inside input tar.gz file. For example,
7259
- * <code>{"class_labels": "imagenet_labels_1000.txt"}</code>.
7699
+ * <code>\{"class_labels": "imagenet_labels_1000.txt"\}</code>.
7260
7700
  * Labels inside the txt file should be separated by newlines.</p>
7261
7701
  * </li>
7262
7702
  * </ul>
@@ -7284,7 +7724,7 @@ export interface OutputConfig {
7284
7724
  * </li>
7285
7725
  * </ul>
7286
7726
  * <p>For example:
7287
- * <code>{"precision_mode": "FP32", "output_names": ["output:0"]}</code>
7727
+ * <code>\{"precision_mode": "FP32", "output_names": ["output:0"]\}</code>
7288
7728
  * </p>
7289
7729
  * </li>
7290
7730
  * </ul>
@@ -7322,6 +7762,7 @@ export interface OutputConfig {
7322
7762
  KmsKeyId?: string;
7323
7763
  }
7324
7764
  /**
7765
+ * @public
7325
7766
  * <p>The <a>VpcConfig</a> configuration object that specifies the VPC that you
7326
7767
  * want the compilation jobs to connect to. For more information on
7327
7768
  * controlling access to your Amazon S3 buckets used for compilation job, see
@@ -7339,6 +7780,9 @@ export interface NeoVpcConfig {
7339
7780
  */
7340
7781
  Subnets: string[] | undefined;
7341
7782
  }
7783
+ /**
7784
+ * @public
7785
+ */
7342
7786
  export interface CreateCompilationJobRequest {
7343
7787
  /**
7344
7788
  * <p>A name for the model compilation job. The name must be unique within the Amazon Web Services Region
@@ -7408,6 +7852,9 @@ export interface CreateCompilationJobRequest {
7408
7852
  */
7409
7853
  Tags?: Tag[];
7410
7854
  }
7855
+ /**
7856
+ * @public
7857
+ */
7411
7858
  export interface CreateCompilationJobResponse {
7412
7859
  /**
7413
7860
  * <p>If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns
@@ -7422,6 +7869,9 @@ export interface CreateCompilationJobResponse {
7422
7869
  */
7423
7870
  CompilationJobArn: string | undefined;
7424
7871
  }
7872
+ /**
7873
+ * @public
7874
+ */
7425
7875
  export interface CreateContextRequest {
7426
7876
  /**
7427
7877
  * <p>The name of the context. Must be unique to your account in an Amazon Web Services Region.</p>
@@ -7448,6 +7898,9 @@ export interface CreateContextRequest {
7448
7898
  */
7449
7899
  Tags?: Tag[];
7450
7900
  }
7901
+ /**
7902
+ * @public
7903
+ */
7451
7904
  export interface CreateContextResponse {
7452
7905
  /**
7453
7906
  * <p>The Amazon Resource Name (ARN) of the context.</p>
@@ -7455,6 +7908,7 @@ export interface CreateContextResponse {
7455
7908
  ContextArn?: string;
7456
7909
  }
7457
7910
  /**
7911
+ * @public
7458
7912
  * <p>Information about the container that a data quality monitoring job runs.</p>
7459
7913
  */
7460
7914
  export interface DataQualityAppSpecification {
@@ -7488,6 +7942,7 @@ export interface DataQualityAppSpecification {
7488
7942
  Environment?: Record<string, string>;
7489
7943
  }
7490
7944
  /**
7945
+ * @public
7491
7946
  * <p>The constraints resource for a monitoring job.</p>
7492
7947
  */
7493
7948
  export interface MonitoringConstraintsResource {
@@ -7497,6 +7952,7 @@ export interface MonitoringConstraintsResource {
7497
7952
  S3Uri?: string;
7498
7953
  }
7499
7954
  /**
7955
+ * @public
7500
7956
  * <p>The statistics resource for a monitoring job.</p>
7501
7957
  */
7502
7958
  export interface MonitoringStatisticsResource {
@@ -7506,6 +7962,7 @@ export interface MonitoringStatisticsResource {
7506
7962
  S3Uri?: string;
7507
7963
  }
7508
7964
  /**
7965
+ * @public
7509
7966
  * <p>Configuration for monitoring constraints and monitoring statistics. These baseline
7510
7967
  * resources are compared against the results of the current job from the series of jobs
7511
7968
  * scheduled to collect data periodically.</p>
@@ -7525,6 +7982,7 @@ export interface DataQualityBaselineConfig {
7525
7982
  StatisticsResource?: MonitoringStatisticsResource;
7526
7983
  }
7527
7984
  /**
7985
+ * @public
7528
7986
  * <p>Input object for the endpoint</p>
7529
7987
  */
7530
7988
  export interface EndpointInput {
@@ -7580,6 +8038,7 @@ export interface EndpointInput {
7580
8038
  EndTimeOffset?: string;
7581
8039
  }
7582
8040
  /**
8041
+ * @public
7583
8042
  * <p>The input for the data quality monitoring job. Currently endpoints are supported for
7584
8043
  * input.</p>
7585
8044
  */
@@ -7593,11 +8052,15 @@ export interface DataQualityJobInput {
7593
8052
  */
7594
8053
  BatchTransformInput?: BatchTransformInput;
7595
8054
  }
8055
+ /**
8056
+ * @public
8057
+ */
7596
8058
  export declare enum ProcessingS3UploadMode {
7597
8059
  CONTINUOUS = "Continuous",
7598
8060
  END_OF_JOB = "EndOfJob"
7599
8061
  }
7600
8062
  /**
8063
+ * @public
7601
8064
  * <p>Information about where and how you want to store the results of a monitoring
7602
8065
  * job.</p>
7603
8066
  */
@@ -7619,6 +8082,7 @@ export interface MonitoringS3Output {
7619
8082
  S3UploadMode?: ProcessingS3UploadMode | string;
7620
8083
  }
7621
8084
  /**
8085
+ * @public
7622
8086
  * <p>The output object for a monitoring job.</p>
7623
8087
  */
7624
8088
  export interface MonitoringOutput {
@@ -7628,6 +8092,7 @@ export interface MonitoringOutput {
7628
8092
  S3Output: MonitoringS3Output | undefined;
7629
8093
  }
7630
8094
  /**
8095
+ * @public
7631
8096
  * <p>The output configuration for monitoring jobs.</p>
7632
8097
  */
7633
8098
  export interface MonitoringOutputConfig {
@@ -7642,6 +8107,9 @@ export interface MonitoringOutputConfig {
7642
8107
  */
7643
8108
  KmsKeyId?: string;
7644
8109
  }
8110
+ /**
8111
+ * @public
8112
+ */
7645
8113
  export declare enum ProcessingInstanceType {
7646
8114
  ML_C4_2XLARGE = "ml.c4.2xlarge",
7647
8115
  ML_C4_4XLARGE = "ml.c4.4xlarge",
@@ -7689,6 +8157,7 @@ export declare enum ProcessingInstanceType {
7689
8157
  ML_T3_XLARGE = "ml.t3.xlarge"
7690
8158
  }
7691
8159
  /**
8160
+ * @public
7692
8161
  * <p>Configuration for the cluster used to run model monitoring jobs.</p>
7693
8162
  */
7694
8163
  export interface MonitoringClusterConfig {
@@ -7714,6 +8183,7 @@ export interface MonitoringClusterConfig {
7714
8183
  VolumeKmsKeyId?: string;
7715
8184
  }
7716
8185
  /**
8186
+ * @public
7717
8187
  * <p>Identifies the resources to deploy for a monitoring job.</p>
7718
8188
  */
7719
8189
  export interface MonitoringResources {
@@ -7723,6 +8193,7 @@ export interface MonitoringResources {
7723
8193
  ClusterConfig: MonitoringClusterConfig | undefined;
7724
8194
  }
7725
8195
  /**
8196
+ * @public
7726
8197
  * <p>The networking configuration for the monitoring job.</p>
7727
8198
  */
7728
8199
  export interface MonitoringNetworkConfig {
@@ -7746,6 +8217,7 @@ export interface MonitoringNetworkConfig {
7746
8217
  VpcConfig?: VpcConfig;
7747
8218
  }
7748
8219
  /**
8220
+ * @public
7749
8221
  * <p>A time limit for how long the monitoring job is allowed to run before stopping.</p>
7750
8222
  */
7751
8223
  export interface MonitoringStoppingCondition {
@@ -7759,6 +8231,9 @@ export interface MonitoringStoppingCondition {
7759
8231
  */
7760
8232
  MaxRuntimeInSeconds: number | undefined;
7761
8233
  }
8234
+ /**
8235
+ * @public
8236
+ */
7762
8237
  export interface CreateDataQualityJobDefinitionRequest {
7763
8238
  /**
7764
8239
  * <p>The name for the monitoring job definition.</p>
@@ -7804,16 +8279,23 @@ export interface CreateDataQualityJobDefinitionRequest {
7804
8279
  */
7805
8280
  Tags?: Tag[];
7806
8281
  }
8282
+ /**
8283
+ * @public
8284
+ */
7807
8285
  export interface CreateDataQualityJobDefinitionResponse {
7808
8286
  /**
7809
8287
  * <p>The Amazon Resource Name (ARN) of the job definition.</p>
7810
8288
  */
7811
8289
  JobDefinitionArn: string | undefined;
7812
8290
  }
8291
+ /**
8292
+ * @public
8293
+ */
7813
8294
  export declare enum EdgePresetDeploymentType {
7814
8295
  GreengrassV2Component = "GreengrassV2Component"
7815
8296
  }
7816
8297
  /**
8298
+ * @public
7817
8299
  * <p>The output configuration.</p>
7818
8300
  */
7819
8301
  export interface EdgeOutputConfig {
@@ -7869,6 +8351,9 @@ export interface EdgeOutputConfig {
7869
8351
  */
7870
8352
  PresetDeploymentConfig?: string;
7871
8353
  }
8354
+ /**
8355
+ * @public
8356
+ */
7872
8357
  export interface CreateDeviceFleetRequest {
7873
8358
  /**
7874
8359
  * <p>The name of the fleet that the device belongs to.</p>
@@ -7893,13 +8378,14 @@ export interface CreateDeviceFleetRequest {
7893
8378
  /**
7894
8379
  * <p>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
7895
8380
  * The name of the role alias generated will match this pattern:
7896
- * "SageMakerEdge-{DeviceFleetName}".</p>
8381
+ * "SageMakerEdge-\{DeviceFleetName\}".</p>
7897
8382
  * <p>For example, if your device fleet is called "demo-fleet", the name of
7898
8383
  * the role alias will be "SageMakerEdge-demo-fleet".</p>
7899
8384
  */
7900
8385
  EnableIotRoleAlias?: boolean;
7901
8386
  }
7902
8387
  /**
8388
+ * @public
7903
8389
  * <p>The JupyterServer app settings.</p>
7904
8390
  */
7905
8391
  export interface JupyterServerAppSettings {
@@ -7920,6 +8406,7 @@ export interface JupyterServerAppSettings {
7920
8406
  CodeRepositories?: CodeRepository[];
7921
8407
  }
7922
8408
  /**
8409
+ * @public
7923
8410
  * <p>A custom SageMaker image. For more information, see
7924
8411
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring your own SageMaker image</a>.</p>
7925
8412
  */
@@ -7938,6 +8425,7 @@ export interface CustomImage {
7938
8425
  AppImageConfigName: string | undefined;
7939
8426
  }
7940
8427
  /**
8428
+ * @public
7941
8429
  * <p>The KernelGateway app settings.</p>
7942
8430
  */
7943
8431
  export interface KernelGatewayAppSettings {
@@ -7963,6 +8451,7 @@ export interface KernelGatewayAppSettings {
7963
8451
  LifecycleConfigArns?: string[];
7964
8452
  }
7965
8453
  /**
8454
+ * @public
7966
8455
  * <p>A collection of settings that apply to spaces created in the Domain.</p>
7967
8456
  */
7968
8457
  export interface DefaultSpaceSettings {
@@ -7984,6 +8473,7 @@ export interface DefaultSpaceSettings {
7984
8473
  KernelGatewayAppSettings?: KernelGatewayAppSettings;
7985
8474
  }
7986
8475
  /**
8476
+ * @public
7987
8477
  * <p>A collection of settings that apply to an <code>RSessionGateway</code> app.</p>
7988
8478
  */
7989
8479
  export interface RSessionAppSettings {
@@ -7997,15 +8487,22 @@ export interface RSessionAppSettings {
7997
8487
  */
7998
8488
  CustomImages?: CustomImage[];
7999
8489
  }
8490
+ /**
8491
+ * @public
8492
+ */
8000
8493
  export declare enum RStudioServerProAccessStatus {
8001
8494
  Disabled = "DISABLED",
8002
8495
  Enabled = "ENABLED"
8003
8496
  }
8497
+ /**
8498
+ * @public
8499
+ */
8004
8500
  export declare enum RStudioServerProUserGroup {
8005
8501
  Admin = "R_STUDIO_ADMIN",
8006
8502
  User = "R_STUDIO_USER"
8007
8503
  }
8008
8504
  /**
8505
+ * @public
8009
8506
  * <p>A collection of settings that configure user interaction with the
8010
8507
  * <code>RStudioServerPro</code> app. <code>RStudioServerProAppSettings</code> cannot
8011
8508
  * be updated. The <code>RStudioServerPro</code> app must be deleted and a new one created
@@ -8024,11 +8521,15 @@ export interface RStudioServerProAppSettings {
8024
8521
  */
8025
8522
  UserGroup?: RStudioServerProUserGroup | string;
8026
8523
  }
8524
+ /**
8525
+ * @public
8526
+ */
8027
8527
  export declare enum NotebookOutputOption {
8028
8528
  Allowed = "Allowed",
8029
8529
  Disabled = "Disabled"
8030
8530
  }
8031
8531
  /**
8532
+ * @public
8032
8533
  * <p>Specifies options for sharing SageMaker Studio notebooks. These settings are
8033
8534
  * specified as part of <code>DefaultUserSettings</code> when the <code>CreateDomain</code>
8034
8535
  * API is called, and as part of <code>UserSettings</code> when the <code>CreateUserProfile</code>
@@ -8053,6 +8554,7 @@ export interface SharingSettings {
8053
8554
  S3KmsKeyId?: string;
8054
8555
  }
8055
8556
  /**
8557
+ * @public
8056
8558
  * <p>The TensorBoard app settings.</p>
8057
8559
  */
8058
8560
  export interface TensorBoardAppSettings {
@@ -8062,6 +8564,7 @@ export interface TensorBoardAppSettings {
8062
8564
  DefaultResourceSpec?: ResourceSpec;
8063
8565
  }
8064
8566
  /**
8567
+ * @public
8065
8568
  * <p>A collection of settings that apply to users of Amazon SageMaker Studio. These settings are
8066
8569
  * specified when the <code>CreateUserProfile</code> API is called, and as <code>DefaultUserSettings</code>
8067
8570
  * when the <code>CreateDomain</code> API is called.</p>
@@ -8115,11 +8618,15 @@ export interface UserSettings {
8115
8618
  */
8116
8619
  CanvasAppSettings?: CanvasAppSettings;
8117
8620
  }
8621
+ /**
8622
+ * @public
8623
+ */
8118
8624
  export declare enum ExecutionRoleIdentityConfig {
8119
8625
  DISABLED = "DISABLED",
8120
8626
  USER_PROFILE_NAME = "USER_PROFILE_NAME"
8121
8627
  }
8122
8628
  /**
8629
+ * @public
8123
8630
  * <p>A collection of settings that configure the <code>RStudioServerPro</code> Domain-level
8124
8631
  * app.</p>
8125
8632
  */
@@ -8144,6 +8651,7 @@ export interface RStudioServerProDomainSettings {
8144
8651
  DefaultResourceSpec?: ResourceSpec;
8145
8652
  }
8146
8653
  /**
8654
+ * @public
8147
8655
  * <p>A collection of settings that apply to the <code>SageMaker Domain</code>. These
8148
8656
  * settings are specified through the <code>CreateDomain</code> API call.</p>
8149
8657
  */
@@ -8164,6 +8672,9 @@ export interface DomainSettings {
8164
8672
  */
8165
8673
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
8166
8674
  }
8675
+ /**
8676
+ * @public
8677
+ */
8167
8678
  export interface CreateDomainRequest {
8168
8679
  /**
8169
8680
  * <p>A name for the domain.</p>
@@ -8242,6 +8753,9 @@ export interface CreateDomainRequest {
8242
8753
  */
8243
8754
  DefaultSpaceSettings?: DefaultSpaceSettings;
8244
8755
  }
8756
+ /**
8757
+ * @public
8758
+ */
8245
8759
  export interface CreateDomainResponse {
8246
8760
  /**
8247
8761
  * <p>The Amazon Resource Name (ARN) of the created domain.</p>
@@ -8253,6 +8767,7 @@ export interface CreateDomainResponse {
8253
8767
  Url?: string;
8254
8768
  }
8255
8769
  /**
8770
+ * @public
8256
8771
  * <p>Contains information about the configuration of a model in a deployment.</p>
8257
8772
  */
8258
8773
  export interface EdgeDeploymentModelConfig {
@@ -8265,11 +8780,15 @@ export interface EdgeDeploymentModelConfig {
8265
8780
  */
8266
8781
  EdgePackagingJobName: string | undefined;
8267
8782
  }
8783
+ /**
8784
+ * @public
8785
+ */
8268
8786
  export declare enum FailureHandlingPolicy {
8269
8787
  DoNothing = "DO_NOTHING",
8270
8788
  RollbackOnFailure = "ROLLBACK_ON_FAILURE"
8271
8789
  }
8272
8790
  /**
8791
+ * @public
8273
8792
  * <p>Contains information about the configuration of a deployment.</p>
8274
8793
  */
8275
8794
  export interface EdgeDeploymentConfig {
@@ -8279,12 +8798,16 @@ export interface EdgeDeploymentConfig {
8279
8798
  */
8280
8799
  FailureHandlingPolicy: FailureHandlingPolicy | string | undefined;
8281
8800
  }
8801
+ /**
8802
+ * @public
8803
+ */
8282
8804
  export declare enum DeviceSubsetType {
8283
8805
  NameContains = "NAMECONTAINS",
8284
8806
  Percentage = "PERCENTAGE",
8285
8807
  Selection = "SELECTION"
8286
8808
  }
8287
8809
  /**
8810
+ * @public
8288
8811
  * <p>Contains information about the configurations of selected devices.</p>
8289
8812
  */
8290
8813
  export interface DeviceSelectionConfig {
@@ -8306,6 +8829,7 @@ export interface DeviceSelectionConfig {
8306
8829
  DeviceNameContains?: string;
8307
8830
  }
8308
8831
  /**
8832
+ * @public
8309
8833
  * <p>Contains information about a stage in an edge deployment plan.</p>
8310
8834
  */
8311
8835
  export interface DeploymentStage {
@@ -8322,6 +8846,9 @@ export interface DeploymentStage {
8322
8846
  */
8323
8847
  DeploymentConfig?: EdgeDeploymentConfig;
8324
8848
  }
8849
+ /**
8850
+ * @public
8851
+ */
8325
8852
  export interface CreateEdgeDeploymentPlanRequest {
8326
8853
  /**
8327
8854
  * <p>The name of the edge deployment plan.</p>
@@ -8344,12 +8871,18 @@ export interface CreateEdgeDeploymentPlanRequest {
8344
8871
  */
8345
8872
  Tags?: Tag[];
8346
8873
  }
8874
+ /**
8875
+ * @public
8876
+ */
8347
8877
  export interface CreateEdgeDeploymentPlanResponse {
8348
8878
  /**
8349
8879
  * <p>The ARN of the edge deployment plan.</p>
8350
8880
  */
8351
8881
  EdgeDeploymentPlanArn: string | undefined;
8352
8882
  }
8883
+ /**
8884
+ * @public
8885
+ */
8353
8886
  export interface CreateEdgeDeploymentStageRequest {
8354
8887
  /**
8355
8888
  * <p>The name of the edge deployment plan.</p>
@@ -8360,6 +8893,9 @@ export interface CreateEdgeDeploymentStageRequest {
8360
8893
  */
8361
8894
  Stages: DeploymentStage[] | undefined;
8362
8895
  }
8896
+ /**
8897
+ * @public
8898
+ */
8363
8899
  export interface CreateEdgePackagingJobRequest {
8364
8900
  /**
8365
8901
  * <p>The name of the edge packaging job.</p>
@@ -8395,6 +8931,7 @@ export interface CreateEdgePackagingJobRequest {
8395
8931
  Tags?: Tag[];
8396
8932
  }
8397
8933
  /**
8934
+ * @public
8398
8935
  * <p>The deployment configuration for an endpoint, which contains the desired deployment
8399
8936
  * strategy and rollback configurations.</p>
8400
8937
  */
@@ -8414,6 +8951,9 @@ export interface DeploymentConfig {
8414
8951
  */
8415
8952
  AutoRollbackConfiguration?: AutoRollbackConfig;
8416
8953
  }
8954
+ /**
8955
+ * @public
8956
+ */
8417
8957
  export interface CreateEndpointInput {
8418
8958
  /**
8419
8959
  * <p>The name of the endpoint.The name must be unique within an Amazon Web Services
@@ -8437,6 +8977,9 @@ export interface CreateEndpointInput {
8437
8977
  */
8438
8978
  Tags?: Tag[];
8439
8979
  }
8980
+ /**
8981
+ * @public
8982
+ */
8440
8983
  export interface CreateEndpointOutput {
8441
8984
  /**
8442
8985
  * <p>The Amazon Resource Name (ARN) of the endpoint.</p>
@@ -8444,6 +8987,7 @@ export interface CreateEndpointOutput {
8444
8987
  EndpointArn: string | undefined;
8445
8988
  }
8446
8989
  /**
8990
+ * @public
8447
8991
  * <p>Configuration to control how SageMaker captures inference data.</p>
8448
8992
  */
8449
8993
  export interface DataCaptureConfig {
@@ -8498,6 +9042,7 @@ export interface DataCaptureConfig {
8498
9042
  CaptureContentTypeHeader?: CaptureContentTypeHeader;
8499
9043
  }
8500
9044
  /**
9045
+ * @public
8501
9046
  * <p>A parameter to activate explainers.</p>
8502
9047
  */
8503
9048
  export interface ExplainerConfig {
@@ -8507,6 +9052,9 @@ export interface ExplainerConfig {
8507
9052
  */
8508
9053
  ClarifyExplainerConfig?: ClarifyExplainerConfig;
8509
9054
  }
9055
+ /**
9056
+ * @public
9057
+ */
8510
9058
  export declare enum ProductionVariantAcceleratorType {
8511
9059
  ML_EIA1_LARGE = "ml.eia1.large",
8512
9060
  ML_EIA1_MEDIUM = "ml.eia1.medium",
@@ -8516,6 +9064,7 @@ export declare enum ProductionVariantAcceleratorType {
8516
9064
  ML_EIA2_XLARGE = "ml.eia2.xlarge"
8517
9065
  }
8518
9066
  /**
9067
+ * @public
8519
9068
  * <p>Specifies configuration for a core dump from the model container when the process
8520
9069
  * crashes.</p>
8521
9070
  */
@@ -8572,6 +9121,7 @@ export interface ProductionVariantCoreDumpConfig {
8572
9121
  KmsKeyId?: string;
8573
9122
  }
8574
9123
  /**
9124
+ * @public
8575
9125
  * <p>Specifies the serverless configuration for an endpoint variant.</p>
8576
9126
  */
8577
9127
  export interface ProductionVariantServerlessConfig {