@aws-sdk/client-sagemaker 3.50.0 → 3.53.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 (354) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SageMakerServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +65 -6
  5. package/dist-cjs/protocols/Aws_json1_1.js +1542 -3996
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/SageMakerServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +56 -1
  9. package/dist-es/protocols/Aws_json1_1.js +3418 -4377
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/SageMakerServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +37 -14
  13. package/dist-types/ts3.4/SageMaker.d.ts +1260 -0
  14. package/dist-types/ts3.4/SageMakerClient.d.ts +324 -0
  15. package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +18 -0
  132. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/SearchCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
  257. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
  258. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +17 -0
  259. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/index.d.ts +251 -0
  267. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  268. package/dist-types/ts3.4/index.d.ts +7 -0
  269. package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +6 -0
  270. package/dist-types/ts3.4/models/index.d.ts +4 -0
  271. package/dist-types/ts3.4/models/models_0.d.ts +3644 -0
  272. package/dist-types/ts3.4/models/models_1.d.ts +3935 -0
  273. package/dist-types/ts3.4/models/models_2.d.ts +4318 -0
  274. package/dist-types/ts3.4/models/models_3.d.ts +1853 -0
  275. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  276. package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +4 -0
  277. package/dist-types/ts3.4/pagination/ListAlgorithmsPaginator.d.ts +4 -0
  278. package/dist-types/ts3.4/pagination/ListAppImageConfigsPaginator.d.ts +4 -0
  279. package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
  280. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
  281. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
  282. package/dist-types/ts3.4/pagination/ListAutoMLJobsPaginator.d.ts +4 -0
  283. package/dist-types/ts3.4/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +4 -0
  284. package/dist-types/ts3.4/pagination/ListCodeRepositoriesPaginator.d.ts +4 -0
  285. package/dist-types/ts3.4/pagination/ListCompilationJobsPaginator.d.ts +4 -0
  286. package/dist-types/ts3.4/pagination/ListContextsPaginator.d.ts +4 -0
  287. package/dist-types/ts3.4/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +4 -0
  288. package/dist-types/ts3.4/pagination/ListDeviceFleetsPaginator.d.ts +4 -0
  289. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
  290. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
  291. package/dist-types/ts3.4/pagination/ListEdgePackagingJobsPaginator.d.ts +4 -0
  292. package/dist-types/ts3.4/pagination/ListEndpointConfigsPaginator.d.ts +4 -0
  293. package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +4 -0
  294. package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +4 -0
  295. package/dist-types/ts3.4/pagination/ListFlowDefinitionsPaginator.d.ts +4 -0
  296. package/dist-types/ts3.4/pagination/ListHumanTaskUisPaginator.d.ts +4 -0
  297. package/dist-types/ts3.4/pagination/ListHyperParameterTuningJobsPaginator.d.ts +4 -0
  298. package/dist-types/ts3.4/pagination/ListImageVersionsPaginator.d.ts +4 -0
  299. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
  300. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  301. package/dist-types/ts3.4/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +4 -0
  302. package/dist-types/ts3.4/pagination/ListLabelingJobsPaginator.d.ts +4 -0
  303. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  304. package/dist-types/ts3.4/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +4 -0
  305. package/dist-types/ts3.4/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +4 -0
  306. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  307. package/dist-types/ts3.4/pagination/ListModelPackageGroupsPaginator.d.ts +4 -0
  308. package/dist-types/ts3.4/pagination/ListModelPackagesPaginator.d.ts +4 -0
  309. package/dist-types/ts3.4/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +4 -0
  310. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
  311. package/dist-types/ts3.4/pagination/ListMonitoringExecutionsPaginator.d.ts +4 -0
  312. package/dist-types/ts3.4/pagination/ListMonitoringSchedulesPaginator.d.ts +4 -0
  313. package/dist-types/ts3.4/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +4 -0
  314. package/dist-types/ts3.4/pagination/ListNotebookInstancesPaginator.d.ts +4 -0
  315. package/dist-types/ts3.4/pagination/ListPipelineExecutionStepsPaginator.d.ts +4 -0
  316. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
  317. package/dist-types/ts3.4/pagination/ListPipelineParametersForExecutionPaginator.d.ts +4 -0
  318. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
  319. package/dist-types/ts3.4/pagination/ListProcessingJobsPaginator.d.ts +4 -0
  320. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  321. package/dist-types/ts3.4/pagination/ListStudioLifecycleConfigsPaginator.d.ts +4 -0
  322. package/dist-types/ts3.4/pagination/ListSubscribedWorkteamsPaginator.d.ts +4 -0
  323. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
  324. package/dist-types/ts3.4/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +4 -0
  325. package/dist-types/ts3.4/pagination/ListTrainingJobsPaginator.d.ts +4 -0
  326. package/dist-types/ts3.4/pagination/ListTransformJobsPaginator.d.ts +4 -0
  327. package/dist-types/ts3.4/pagination/ListTrialComponentsPaginator.d.ts +4 -0
  328. package/dist-types/ts3.4/pagination/ListTrialsPaginator.d.ts +4 -0
  329. package/dist-types/ts3.4/pagination/ListUserProfilesPaginator.d.ts +4 -0
  330. package/dist-types/ts3.4/pagination/ListWorkforcesPaginator.d.ts +4 -0
  331. package/dist-types/ts3.4/pagination/ListWorkteamsPaginator.d.ts +4 -0
  332. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  333. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +4 -0
  334. package/dist-types/ts3.4/pagination/index.d.ts +59 -0
  335. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +755 -0
  336. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  337. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  338. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  339. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  340. package/dist-types/ts3.4/waiters/index.d.ts +13 -0
  341. package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
  342. package/dist-types/ts3.4/waiters/waitForEndpointInService.d.ts +7 -0
  343. package/dist-types/ts3.4/waiters/waitForImageCreated.d.ts +7 -0
  344. package/dist-types/ts3.4/waiters/waitForImageDeleted.d.ts +7 -0
  345. package/dist-types/ts3.4/waiters/waitForImageUpdated.d.ts +7 -0
  346. package/dist-types/ts3.4/waiters/waitForImageVersionCreated.d.ts +7 -0
  347. package/dist-types/ts3.4/waiters/waitForImageVersionDeleted.d.ts +7 -0
  348. package/dist-types/ts3.4/waiters/waitForNotebookInstanceDeleted.d.ts +7 -0
  349. package/dist-types/ts3.4/waiters/waitForNotebookInstanceInService.d.ts +7 -0
  350. package/dist-types/ts3.4/waiters/waitForNotebookInstanceStopped.d.ts +7 -0
  351. package/dist-types/ts3.4/waiters/waitForProcessingJobCompletedOrStopped.d.ts +7 -0
  352. package/dist-types/ts3.4/waiters/waitForTrainingJobCompletedOrStopped.d.ts +7 -0
  353. package/dist-types/ts3.4/waiters/waitForTransformJobCompletedOrStopped.d.ts +7 -0
  354. package/package.json +34 -34
@@ -0,0 +1,3644 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
+ import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
3
+
4
+ export interface ActionSource {
5
+
6
+ SourceUri: string | undefined;
7
+
8
+ SourceType?: string;
9
+
10
+ SourceId?: string;
11
+ }
12
+ export declare namespace ActionSource {
13
+
14
+ const filterSensitiveLog: (obj: ActionSource) => any;
15
+ }
16
+ export declare enum ActionStatus {
17
+ COMPLETED = "Completed",
18
+ FAILED = "Failed",
19
+ IN_PROGRESS = "InProgress",
20
+ STOPPED = "Stopped",
21
+ STOPPING = "Stopping",
22
+ UNKNOWN = "Unknown"
23
+ }
24
+
25
+ export interface ActionSummary {
26
+
27
+ ActionArn?: string;
28
+
29
+ ActionName?: string;
30
+
31
+ Source?: ActionSource;
32
+
33
+ ActionType?: string;
34
+
35
+ Status?: ActionStatus | string;
36
+
37
+ CreationTime?: Date;
38
+
39
+ LastModifiedTime?: Date;
40
+ }
41
+ export declare namespace ActionSummary {
42
+
43
+ const filterSensitiveLog: (obj: ActionSummary) => any;
44
+ }
45
+ export declare enum AssociationEdgeType {
46
+ ASSOCIATED_WITH = "AssociatedWith",
47
+ CONTRIBUTED_TO = "ContributedTo",
48
+ DERIVED_FROM = "DerivedFrom",
49
+ PRODUCED = "Produced"
50
+ }
51
+ export interface AddAssociationRequest {
52
+
53
+ SourceArn: string | undefined;
54
+
55
+ DestinationArn: string | undefined;
56
+
57
+ AssociationType?: AssociationEdgeType | string;
58
+ }
59
+ export declare namespace AddAssociationRequest {
60
+
61
+ const filterSensitiveLog: (obj: AddAssociationRequest) => any;
62
+ }
63
+ export interface AddAssociationResponse {
64
+
65
+ SourceArn?: string;
66
+
67
+ DestinationArn?: string;
68
+ }
69
+ export declare namespace AddAssociationResponse {
70
+
71
+ const filterSensitiveLog: (obj: AddAssociationResponse) => any;
72
+ }
73
+
74
+ export declare class ResourceLimitExceeded extends __BaseException {
75
+ readonly name: "ResourceLimitExceeded";
76
+ readonly $fault: "client";
77
+ Message?: string;
78
+
79
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceeded, __BaseException>);
80
+ }
81
+
82
+ export declare class ResourceNotFound extends __BaseException {
83
+ readonly name: "ResourceNotFound";
84
+ readonly $fault: "client";
85
+ Message?: string;
86
+
87
+ constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
88
+ }
89
+
90
+ export interface ModelInput {
91
+
92
+ DataInputConfig: string | undefined;
93
+ }
94
+ export declare namespace ModelInput {
95
+
96
+ const filterSensitiveLog: (obj: ModelInput) => any;
97
+ }
98
+
99
+ export interface ModelPackageContainerDefinition {
100
+
101
+ ContainerHostname?: string;
102
+
103
+ Image: string | undefined;
104
+
105
+ ImageDigest?: string;
106
+
107
+ ModelDataUrl?: string;
108
+
109
+ ProductId?: string;
110
+
111
+ Environment?: {
112
+ [key: string]: string;
113
+ };
114
+
115
+ ModelInput?: ModelInput;
116
+
117
+ Framework?: string;
118
+
119
+ FrameworkVersion?: string;
120
+
121
+ NearestModelName?: string;
122
+ }
123
+ export declare namespace ModelPackageContainerDefinition {
124
+
125
+ const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
126
+ }
127
+ export declare enum ProductionVariantInstanceType {
128
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
129
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
130
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
131
+ ML_C4_LARGE = "ml.c4.large",
132
+ ML_C4_XLARGE = "ml.c4.xlarge",
133
+ ML_C5D_18XLARGE = "ml.c5d.18xlarge",
134
+ ML_C5D_2XLARGE = "ml.c5d.2xlarge",
135
+ ML_C5D_4XLARGE = "ml.c5d.4xlarge",
136
+ ML_C5D_9XLARGE = "ml.c5d.9xlarge",
137
+ ML_C5D_LARGE = "ml.c5d.large",
138
+ ML_C5D_XLARGE = "ml.c5d.xlarge",
139
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
140
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
141
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
142
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
143
+ ML_C5_LARGE = "ml.c5.large",
144
+ ML_C5_XLARGE = "ml.c5.xlarge",
145
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
146
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
147
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
148
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
149
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
150
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
151
+ ML_INF1_24XLARGE = "ml.inf1.24xlarge",
152
+ ML_INF1_2XLARGE = "ml.inf1.2xlarge",
153
+ ML_INF1_6XLARGE = "ml.inf1.6xlarge",
154
+ ML_INF1_XLARGE = "ml.inf1.xlarge",
155
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
156
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
157
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
158
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
159
+ ML_M4_XLARGE = "ml.m4.xlarge",
160
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
161
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
162
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
163
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
164
+ ML_M5D_LARGE = "ml.m5d.large",
165
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
166
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
167
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
168
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
169
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
170
+ ML_M5_LARGE = "ml.m5.large",
171
+ ML_M5_XLARGE = "ml.m5.xlarge",
172
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
173
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
174
+ ML_P2_XLARGE = "ml.p2.xlarge",
175
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
176
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
177
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
178
+ ML_R5D_12XLARGE = "ml.r5d.12xlarge",
179
+ ML_R5D_24XLARGE = "ml.r5d.24xlarge",
180
+ ML_R5D_2XLARGE = "ml.r5d.2xlarge",
181
+ ML_R5D_4XLARGE = "ml.r5d.4xlarge",
182
+ ML_R5D_LARGE = "ml.r5d.large",
183
+ ML_R5D_XLARGE = "ml.r5d.xlarge",
184
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
185
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
186
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
187
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
188
+ ML_R5_LARGE = "ml.r5.large",
189
+ ML_R5_XLARGE = "ml.r5.xlarge",
190
+ ML_T2_2XLARGE = "ml.t2.2xlarge",
191
+ ML_T2_LARGE = "ml.t2.large",
192
+ ML_T2_MEDIUM = "ml.t2.medium",
193
+ ML_T2_XLARGE = "ml.t2.xlarge"
194
+ }
195
+ export declare enum TransformInstanceType {
196
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
197
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
198
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
199
+ ML_C4_XLARGE = "ml.c4.xlarge",
200
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
201
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
202
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
203
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
204
+ ML_C5_XLARGE = "ml.c5.xlarge",
205
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
206
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
207
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
208
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
209
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
210
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
211
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
212
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
213
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
214
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
215
+ ML_M4_XLARGE = "ml.m4.xlarge",
216
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
217
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
218
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
219
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
220
+ ML_M5_LARGE = "ml.m5.large",
221
+ ML_M5_XLARGE = "ml.m5.xlarge",
222
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
223
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
224
+ ML_P2_XLARGE = "ml.p2.xlarge",
225
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
226
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
227
+ ML_P3_8XLARGE = "ml.p3.8xlarge"
228
+ }
229
+
230
+ export interface AdditionalInferenceSpecificationDefinition {
231
+
232
+ Name: string | undefined;
233
+
234
+ Description?: string;
235
+
236
+ Containers: ModelPackageContainerDefinition[] | undefined;
237
+
238
+ SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
239
+
240
+ SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
241
+
242
+ SupportedContentTypes?: string[];
243
+
244
+ SupportedResponseMIMETypes?: string[];
245
+ }
246
+ export declare namespace AdditionalInferenceSpecificationDefinition {
247
+
248
+ const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
249
+ }
250
+
251
+ export interface Tag {
252
+
253
+ Key: string | undefined;
254
+
255
+ Value: string | undefined;
256
+ }
257
+ export declare namespace Tag {
258
+
259
+ const filterSensitiveLog: (obj: Tag) => any;
260
+ }
261
+ export interface AddTagsInput {
262
+
263
+ ResourceArn: string | undefined;
264
+
265
+ Tags: Tag[] | undefined;
266
+ }
267
+ export declare namespace AddTagsInput {
268
+
269
+ const filterSensitiveLog: (obj: AddTagsInput) => any;
270
+ }
271
+ export interface AddTagsOutput {
272
+
273
+ Tags?: Tag[];
274
+ }
275
+ export declare namespace AddTagsOutput {
276
+
277
+ const filterSensitiveLog: (obj: AddTagsOutput) => any;
278
+ }
279
+
280
+ export interface AgentVersion {
281
+
282
+ Version: string | undefined;
283
+
284
+ AgentCount: number | undefined;
285
+ }
286
+ export declare namespace AgentVersion {
287
+
288
+ const filterSensitiveLog: (obj: AgentVersion) => any;
289
+ }
290
+
291
+ export interface Alarm {
292
+
293
+ AlarmName?: string;
294
+ }
295
+ export declare namespace Alarm {
296
+
297
+ const filterSensitiveLog: (obj: Alarm) => any;
298
+ }
299
+ export declare enum AlgorithmSortBy {
300
+ CREATION_TIME = "CreationTime",
301
+ NAME = "Name"
302
+ }
303
+
304
+ export interface MetricDefinition {
305
+
306
+ Name: string | undefined;
307
+
308
+ Regex: string | undefined;
309
+ }
310
+ export declare namespace MetricDefinition {
311
+
312
+ const filterSensitiveLog: (obj: MetricDefinition) => any;
313
+ }
314
+ export declare enum TrainingInputMode {
315
+ FASTFILE = "FastFile",
316
+ FILE = "File",
317
+ PIPE = "Pipe"
318
+ }
319
+
320
+ export interface AlgorithmSpecification {
321
+
322
+ TrainingImage?: string;
323
+
324
+ AlgorithmName?: string;
325
+
326
+ TrainingInputMode: TrainingInputMode | string | undefined;
327
+
328
+ MetricDefinitions?: MetricDefinition[];
329
+
330
+ EnableSageMakerMetricsTimeSeries?: boolean;
331
+ }
332
+ export declare namespace AlgorithmSpecification {
333
+
334
+ const filterSensitiveLog: (obj: AlgorithmSpecification) => any;
335
+ }
336
+ export declare enum AlgorithmStatus {
337
+ COMPLETED = "Completed",
338
+ DELETING = "Deleting",
339
+ FAILED = "Failed",
340
+ IN_PROGRESS = "InProgress",
341
+ PENDING = "Pending"
342
+ }
343
+ export declare enum DetailedAlgorithmStatus {
344
+ COMPLETED = "Completed",
345
+ FAILED = "Failed",
346
+ IN_PROGRESS = "InProgress",
347
+ NOT_STARTED = "NotStarted"
348
+ }
349
+
350
+ export interface AlgorithmStatusItem {
351
+
352
+ Name: string | undefined;
353
+
354
+ Status: DetailedAlgorithmStatus | string | undefined;
355
+
356
+ FailureReason?: string;
357
+ }
358
+ export declare namespace AlgorithmStatusItem {
359
+
360
+ const filterSensitiveLog: (obj: AlgorithmStatusItem) => any;
361
+ }
362
+
363
+ export interface AlgorithmStatusDetails {
364
+
365
+ ValidationStatuses?: AlgorithmStatusItem[];
366
+
367
+ ImageScanStatuses?: AlgorithmStatusItem[];
368
+ }
369
+ export declare namespace AlgorithmStatusDetails {
370
+
371
+ const filterSensitiveLog: (obj: AlgorithmStatusDetails) => any;
372
+ }
373
+
374
+ export interface AlgorithmSummary {
375
+
376
+ AlgorithmName: string | undefined;
377
+
378
+ AlgorithmArn: string | undefined;
379
+
380
+ AlgorithmDescription?: string;
381
+
382
+ CreationTime: Date | undefined;
383
+
384
+ AlgorithmStatus: AlgorithmStatus | string | undefined;
385
+ }
386
+ export declare namespace AlgorithmSummary {
387
+
388
+ const filterSensitiveLog: (obj: AlgorithmSummary) => any;
389
+ }
390
+ export declare enum CompressionType {
391
+ GZIP = "Gzip",
392
+ NONE = "None"
393
+ }
394
+ export declare enum FileSystemAccessMode {
395
+ RO = "ro",
396
+ RW = "rw"
397
+ }
398
+ export declare enum FileSystemType {
399
+ EFS = "EFS",
400
+ FSXLUSTRE = "FSxLustre"
401
+ }
402
+
403
+ export interface FileSystemDataSource {
404
+
405
+ FileSystemId: string | undefined;
406
+
407
+ FileSystemAccessMode: FileSystemAccessMode | string | undefined;
408
+
409
+ FileSystemType: FileSystemType | string | undefined;
410
+
411
+ DirectoryPath: string | undefined;
412
+ }
413
+ export declare namespace FileSystemDataSource {
414
+
415
+ const filterSensitiveLog: (obj: FileSystemDataSource) => any;
416
+ }
417
+ export declare enum S3DataDistribution {
418
+ FULLY_REPLICATED = "FullyReplicated",
419
+ SHARDED_BY_S3_KEY = "ShardedByS3Key"
420
+ }
421
+ export declare enum S3DataType {
422
+ AUGMENTED_MANIFEST_FILE = "AugmentedManifestFile",
423
+ MANIFEST_FILE = "ManifestFile",
424
+ S3_PREFIX = "S3Prefix"
425
+ }
426
+
427
+ export interface S3DataSource {
428
+
429
+ S3DataType: S3DataType | string | undefined;
430
+
431
+ S3Uri: string | undefined;
432
+
433
+ S3DataDistributionType?: S3DataDistribution | string;
434
+
435
+ AttributeNames?: string[];
436
+ }
437
+ export declare namespace S3DataSource {
438
+
439
+ const filterSensitiveLog: (obj: S3DataSource) => any;
440
+ }
441
+
442
+ export interface DataSource {
443
+
444
+ S3DataSource?: S3DataSource;
445
+
446
+ FileSystemDataSource?: FileSystemDataSource;
447
+ }
448
+ export declare namespace DataSource {
449
+
450
+ const filterSensitiveLog: (obj: DataSource) => any;
451
+ }
452
+ export declare enum RecordWrapper {
453
+ NONE = "None",
454
+ RECORDIO = "RecordIO"
455
+ }
456
+
457
+ export interface ShuffleConfig {
458
+
459
+ Seed: number | undefined;
460
+ }
461
+ export declare namespace ShuffleConfig {
462
+
463
+ const filterSensitiveLog: (obj: ShuffleConfig) => any;
464
+ }
465
+
466
+ export interface Channel {
467
+
468
+ ChannelName: string | undefined;
469
+
470
+ DataSource: DataSource | undefined;
471
+
472
+ ContentType?: string;
473
+
474
+ CompressionType?: CompressionType | string;
475
+
476
+ RecordWrapperType?: RecordWrapper | string;
477
+
478
+ InputMode?: TrainingInputMode | string;
479
+
480
+ ShuffleConfig?: ShuffleConfig;
481
+ }
482
+ export declare namespace Channel {
483
+
484
+ const filterSensitiveLog: (obj: Channel) => any;
485
+ }
486
+
487
+ export interface OutputDataConfig {
488
+
489
+ KmsKeyId?: string;
490
+
491
+ S3OutputPath: string | undefined;
492
+ }
493
+ export declare namespace OutputDataConfig {
494
+
495
+ const filterSensitiveLog: (obj: OutputDataConfig) => any;
496
+ }
497
+ export declare enum TrainingInstanceType {
498
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
499
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
500
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
501
+ ML_C4_XLARGE = "ml.c4.xlarge",
502
+ ML_C5N_18XLARGE = "ml.c5n.18xlarge",
503
+ ML_C5N_2XLARGE = "ml.c5n.2xlarge",
504
+ ML_C5N_4XLARGE = "ml.c5n.4xlarge",
505
+ ML_C5N_9XLARGE = "ml.c5n.9xlarge",
506
+ ML_C5N_XLARGE = "ml.c5n.xlarge",
507
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
508
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
509
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
510
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
511
+ ML_C5_XLARGE = "ml.c5.xlarge",
512
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
513
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
514
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
515
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
516
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
517
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
518
+ ML_G5_12XLARGE = "ml.g5.12xlarge",
519
+ ML_G5_16XLARGE = "ml.g5.16xlarge",
520
+ ML_G5_24XLARGE = "ml.g5.24xlarge",
521
+ ML_G5_2XLARGE = "ml.g5.2xlarge",
522
+ ML_G5_48XLARGE = "ml.g5.48xlarge",
523
+ ML_G5_4XLARGE = "ml.g5.4xlarge",
524
+ ML_G5_8XLARGE = "ml.g5.8xlarge",
525
+ ML_G5_XLARGE = "ml.g5.xlarge",
526
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
527
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
528
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
529
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
530
+ ML_M4_XLARGE = "ml.m4.xlarge",
531
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
532
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
533
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
534
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
535
+ ML_M5_LARGE = "ml.m5.large",
536
+ ML_M5_XLARGE = "ml.m5.xlarge",
537
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
538
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
539
+ ML_P2_XLARGE = "ml.p2.xlarge",
540
+ ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
541
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
542
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
543
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
544
+ ML_P4D_24XLARGE = "ml.p4d.24xlarge"
545
+ }
546
+
547
+ export interface ResourceConfig {
548
+
549
+ InstanceType: TrainingInstanceType | string | undefined;
550
+
551
+ InstanceCount: number | undefined;
552
+
553
+ VolumeSizeInGB: number | undefined;
554
+
555
+ VolumeKmsKeyId?: string;
556
+ }
557
+ export declare namespace ResourceConfig {
558
+
559
+ const filterSensitiveLog: (obj: ResourceConfig) => any;
560
+ }
561
+
562
+ export interface StoppingCondition {
563
+
564
+ MaxRuntimeInSeconds?: number;
565
+
566
+ MaxWaitTimeInSeconds?: number;
567
+ }
568
+ export declare namespace StoppingCondition {
569
+
570
+ const filterSensitiveLog: (obj: StoppingCondition) => any;
571
+ }
572
+
573
+ export interface TrainingJobDefinition {
574
+
575
+ TrainingInputMode: TrainingInputMode | string | undefined;
576
+
577
+ HyperParameters?: {
578
+ [key: string]: string;
579
+ };
580
+
581
+ InputDataConfig: Channel[] | undefined;
582
+
583
+ OutputDataConfig: OutputDataConfig | undefined;
584
+
585
+ ResourceConfig: ResourceConfig | undefined;
586
+
587
+ StoppingCondition: StoppingCondition | undefined;
588
+ }
589
+ export declare namespace TrainingJobDefinition {
590
+
591
+ const filterSensitiveLog: (obj: TrainingJobDefinition) => any;
592
+ }
593
+ export declare enum BatchStrategy {
594
+ MULTI_RECORD = "MultiRecord",
595
+ SINGLE_RECORD = "SingleRecord"
596
+ }
597
+
598
+ export interface TransformS3DataSource {
599
+
600
+ S3DataType: S3DataType | string | undefined;
601
+
602
+ S3Uri: string | undefined;
603
+ }
604
+ export declare namespace TransformS3DataSource {
605
+
606
+ const filterSensitiveLog: (obj: TransformS3DataSource) => any;
607
+ }
608
+
609
+ export interface TransformDataSource {
610
+
611
+ S3DataSource: TransformS3DataSource | undefined;
612
+ }
613
+ export declare namespace TransformDataSource {
614
+
615
+ const filterSensitiveLog: (obj: TransformDataSource) => any;
616
+ }
617
+ export declare enum SplitType {
618
+ LINE = "Line",
619
+ NONE = "None",
620
+ RECORDIO = "RecordIO",
621
+ TFRECORD = "TFRecord"
622
+ }
623
+
624
+ export interface TransformInput {
625
+
626
+ DataSource: TransformDataSource | undefined;
627
+
628
+ ContentType?: string;
629
+
630
+ CompressionType?: CompressionType | string;
631
+
632
+ SplitType?: SplitType | string;
633
+ }
634
+ export declare namespace TransformInput {
635
+
636
+ const filterSensitiveLog: (obj: TransformInput) => any;
637
+ }
638
+ export declare enum AssemblyType {
639
+ LINE = "Line",
640
+ NONE = "None"
641
+ }
642
+
643
+ export interface TransformOutput {
644
+
645
+ S3OutputPath: string | undefined;
646
+
647
+ Accept?: string;
648
+
649
+ AssembleWith?: AssemblyType | string;
650
+
651
+ KmsKeyId?: string;
652
+ }
653
+ export declare namespace TransformOutput {
654
+
655
+ const filterSensitiveLog: (obj: TransformOutput) => any;
656
+ }
657
+
658
+ export interface TransformResources {
659
+
660
+ InstanceType: TransformInstanceType | string | undefined;
661
+
662
+ InstanceCount: number | undefined;
663
+
664
+ VolumeKmsKeyId?: string;
665
+ }
666
+ export declare namespace TransformResources {
667
+
668
+ const filterSensitiveLog: (obj: TransformResources) => any;
669
+ }
670
+
671
+ export interface TransformJobDefinition {
672
+
673
+ MaxConcurrentTransforms?: number;
674
+
675
+ MaxPayloadInMB?: number;
676
+
677
+ BatchStrategy?: BatchStrategy | string;
678
+
679
+ Environment?: {
680
+ [key: string]: string;
681
+ };
682
+
683
+ TransformInput: TransformInput | undefined;
684
+
685
+ TransformOutput: TransformOutput | undefined;
686
+
687
+ TransformResources: TransformResources | undefined;
688
+ }
689
+ export declare namespace TransformJobDefinition {
690
+
691
+ const filterSensitiveLog: (obj: TransformJobDefinition) => any;
692
+ }
693
+
694
+ export interface AlgorithmValidationProfile {
695
+
696
+ ProfileName: string | undefined;
697
+
698
+ TrainingJobDefinition: TrainingJobDefinition | undefined;
699
+
700
+ TransformJobDefinition?: TransformJobDefinition;
701
+ }
702
+ export declare namespace AlgorithmValidationProfile {
703
+
704
+ const filterSensitiveLog: (obj: AlgorithmValidationProfile) => any;
705
+ }
706
+
707
+ export interface AlgorithmValidationSpecification {
708
+
709
+ ValidationRole: string | undefined;
710
+
711
+ ValidationProfiles: AlgorithmValidationProfile[] | undefined;
712
+ }
713
+ export declare namespace AlgorithmValidationSpecification {
714
+
715
+ const filterSensitiveLog: (obj: AlgorithmValidationSpecification) => any;
716
+ }
717
+
718
+ export interface AnnotationConsolidationConfig {
719
+
720
+ AnnotationConsolidationLambdaArn: string | undefined;
721
+ }
722
+ export declare namespace AnnotationConsolidationConfig {
723
+
724
+ const filterSensitiveLog: (obj: AnnotationConsolidationConfig) => any;
725
+ }
726
+ export declare enum AppType {
727
+ JupyterServer = "JupyterServer",
728
+ KernelGateway = "KernelGateway",
729
+ RSessionGateway = "RSessionGateway",
730
+ RStudioServerPro = "RStudioServerPro",
731
+ TensorBoard = "TensorBoard"
732
+ }
733
+ export declare enum AppStatus {
734
+ Deleted = "Deleted",
735
+ Deleting = "Deleting",
736
+ Failed = "Failed",
737
+ InService = "InService",
738
+ Pending = "Pending"
739
+ }
740
+
741
+ export interface AppDetails {
742
+
743
+ DomainId?: string;
744
+
745
+ UserProfileName?: string;
746
+
747
+ AppType?: AppType | string;
748
+
749
+ AppName?: string;
750
+
751
+ Status?: AppStatus | string;
752
+
753
+ CreationTime?: Date;
754
+ }
755
+ export declare namespace AppDetails {
756
+
757
+ const filterSensitiveLog: (obj: AppDetails) => any;
758
+ }
759
+
760
+ export interface FileSystemConfig {
761
+
762
+ MountPath?: string;
763
+
764
+ DefaultUid?: number;
765
+
766
+ DefaultGid?: number;
767
+ }
768
+ export declare namespace FileSystemConfig {
769
+
770
+ const filterSensitiveLog: (obj: FileSystemConfig) => any;
771
+ }
772
+
773
+ export interface KernelSpec {
774
+
775
+ Name: string | undefined;
776
+
777
+ DisplayName?: string;
778
+ }
779
+ export declare namespace KernelSpec {
780
+
781
+ const filterSensitiveLog: (obj: KernelSpec) => any;
782
+ }
783
+
784
+ export interface KernelGatewayImageConfig {
785
+
786
+ KernelSpecs: KernelSpec[] | undefined;
787
+
788
+ FileSystemConfig?: FileSystemConfig;
789
+ }
790
+ export declare namespace KernelGatewayImageConfig {
791
+
792
+ const filterSensitiveLog: (obj: KernelGatewayImageConfig) => any;
793
+ }
794
+
795
+ export interface AppImageConfigDetails {
796
+
797
+ AppImageConfigArn?: string;
798
+
799
+ AppImageConfigName?: string;
800
+
801
+ CreationTime?: Date;
802
+
803
+ LastModifiedTime?: Date;
804
+
805
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
806
+ }
807
+ export declare namespace AppImageConfigDetails {
808
+
809
+ const filterSensitiveLog: (obj: AppImageConfigDetails) => any;
810
+ }
811
+ export declare enum AppImageConfigSortKey {
812
+ CreationTime = "CreationTime",
813
+ LastModifiedTime = "LastModifiedTime",
814
+ Name = "Name"
815
+ }
816
+ export declare enum AppInstanceType {
817
+ ML_C5_12XLARGE = "ml.c5.12xlarge",
818
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
819
+ ML_C5_24XLARGE = "ml.c5.24xlarge",
820
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
821
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
822
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
823
+ ML_C5_LARGE = "ml.c5.large",
824
+ ML_C5_XLARGE = "ml.c5.xlarge",
825
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
826
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
827
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
828
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
829
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
830
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
831
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
832
+ ML_M5D_16XLARGE = "ml.m5d.16xlarge",
833
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
834
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
835
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
836
+ ML_M5D_8XLARGE = "ml.m5d.8xlarge",
837
+ ML_M5D_LARGE = "ml.m5d.large",
838
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
839
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
840
+ ML_M5_16XLARGE = "ml.m5.16xlarge",
841
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
842
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
843
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
844
+ ML_M5_8XLARGE = "ml.m5.8xlarge",
845
+ ML_M5_LARGE = "ml.m5.large",
846
+ ML_M5_XLARGE = "ml.m5.xlarge",
847
+ ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
848
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
849
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
850
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
851
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
852
+ ML_R5_16XLARGE = "ml.r5.16xlarge",
853
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
854
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
855
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
856
+ ML_R5_8XLARGE = "ml.r5.8xlarge",
857
+ ML_R5_LARGE = "ml.r5.large",
858
+ ML_R5_XLARGE = "ml.r5.xlarge",
859
+ ML_T3_2XLARGE = "ml.t3.2xlarge",
860
+ ML_T3_LARGE = "ml.t3.large",
861
+ ML_T3_MEDIUM = "ml.t3.medium",
862
+ ML_T3_MICRO = "ml.t3.micro",
863
+ ML_T3_SMALL = "ml.t3.small",
864
+ ML_T3_XLARGE = "ml.t3.xlarge",
865
+ SYSTEM = "system"
866
+ }
867
+ export declare enum AppNetworkAccessType {
868
+ PublicInternetOnly = "PublicInternetOnly",
869
+ VpcOnly = "VpcOnly"
870
+ }
871
+ export declare enum AppSecurityGroupManagement {
872
+ Customer = "Customer",
873
+ Service = "Service"
874
+ }
875
+ export declare enum AppSortKey {
876
+ CreationTime = "CreationTime"
877
+ }
878
+
879
+ export interface AppSpecification {
880
+
881
+ ImageUri: string | undefined;
882
+
883
+ ContainerEntrypoint?: string[];
884
+
885
+ ContainerArguments?: string[];
886
+ }
887
+ export declare namespace AppSpecification {
888
+
889
+ const filterSensitiveLog: (obj: AppSpecification) => any;
890
+ }
891
+ export declare enum ArtifactSourceIdType {
892
+ CUSTOM = "Custom",
893
+ MD5_HASH = "MD5Hash",
894
+ S3_ETAG = "S3ETag",
895
+ S3_VERSION = "S3Version"
896
+ }
897
+
898
+ export interface ArtifactSourceType {
899
+
900
+ SourceIdType: ArtifactSourceIdType | string | undefined;
901
+
902
+ Value: string | undefined;
903
+ }
904
+ export declare namespace ArtifactSourceType {
905
+
906
+ const filterSensitiveLog: (obj: ArtifactSourceType) => any;
907
+ }
908
+
909
+ export interface ArtifactSource {
910
+
911
+ SourceUri: string | undefined;
912
+
913
+ SourceTypes?: ArtifactSourceType[];
914
+ }
915
+ export declare namespace ArtifactSource {
916
+
917
+ const filterSensitiveLog: (obj: ArtifactSource) => any;
918
+ }
919
+
920
+ export interface ArtifactSummary {
921
+
922
+ ArtifactArn?: string;
923
+
924
+ ArtifactName?: string;
925
+
926
+ Source?: ArtifactSource;
927
+
928
+ ArtifactType?: string;
929
+
930
+ CreationTime?: Date;
931
+
932
+ LastModifiedTime?: Date;
933
+ }
934
+ export declare namespace ArtifactSummary {
935
+
936
+ const filterSensitiveLog: (obj: ArtifactSummary) => any;
937
+ }
938
+ export interface AssociateTrialComponentRequest {
939
+
940
+ TrialComponentName: string | undefined;
941
+
942
+ TrialName: string | undefined;
943
+ }
944
+ export declare namespace AssociateTrialComponentRequest {
945
+
946
+ const filterSensitiveLog: (obj: AssociateTrialComponentRequest) => any;
947
+ }
948
+ export interface AssociateTrialComponentResponse {
949
+
950
+ TrialComponentArn?: string;
951
+
952
+ TrialArn?: string;
953
+ }
954
+ export declare namespace AssociateTrialComponentResponse {
955
+
956
+ const filterSensitiveLog: (obj: AssociateTrialComponentResponse) => any;
957
+ }
958
+
959
+ export interface UserContext {
960
+
961
+ UserProfileArn?: string;
962
+
963
+ UserProfileName?: string;
964
+
965
+ DomainId?: string;
966
+ }
967
+ export declare namespace UserContext {
968
+
969
+ const filterSensitiveLog: (obj: UserContext) => any;
970
+ }
971
+
972
+ export interface AssociationSummary {
973
+
974
+ SourceArn?: string;
975
+
976
+ DestinationArn?: string;
977
+
978
+ SourceType?: string;
979
+
980
+ DestinationType?: string;
981
+
982
+ AssociationType?: AssociationEdgeType | string;
983
+
984
+ SourceName?: string;
985
+
986
+ DestinationName?: string;
987
+
988
+ CreationTime?: Date;
989
+
990
+ CreatedBy?: UserContext;
991
+ }
992
+ export declare namespace AssociationSummary {
993
+
994
+ const filterSensitiveLog: (obj: AssociationSummary) => any;
995
+ }
996
+
997
+ export interface AsyncInferenceClientConfig {
998
+
999
+ MaxConcurrentInvocationsPerInstance?: number;
1000
+ }
1001
+ export declare namespace AsyncInferenceClientConfig {
1002
+
1003
+ const filterSensitiveLog: (obj: AsyncInferenceClientConfig) => any;
1004
+ }
1005
+
1006
+ export interface AsyncInferenceNotificationConfig {
1007
+
1008
+ SuccessTopic?: string;
1009
+
1010
+ ErrorTopic?: string;
1011
+ }
1012
+ export declare namespace AsyncInferenceNotificationConfig {
1013
+
1014
+ const filterSensitiveLog: (obj: AsyncInferenceNotificationConfig) => any;
1015
+ }
1016
+
1017
+ export interface AsyncInferenceOutputConfig {
1018
+
1019
+ KmsKeyId?: string;
1020
+
1021
+ S3OutputPath: string | undefined;
1022
+
1023
+ NotificationConfig?: AsyncInferenceNotificationConfig;
1024
+ }
1025
+ export declare namespace AsyncInferenceOutputConfig {
1026
+
1027
+ const filterSensitiveLog: (obj: AsyncInferenceOutputConfig) => any;
1028
+ }
1029
+
1030
+ export interface AsyncInferenceConfig {
1031
+
1032
+ ClientConfig?: AsyncInferenceClientConfig;
1033
+
1034
+ OutputConfig: AsyncInferenceOutputConfig | undefined;
1035
+ }
1036
+ export declare namespace AsyncInferenceConfig {
1037
+
1038
+ const filterSensitiveLog: (obj: AsyncInferenceConfig) => any;
1039
+ }
1040
+ export declare enum AthenaResultCompressionType {
1041
+ GZIP = "GZIP",
1042
+ SNAPPY = "SNAPPY",
1043
+ ZLIB = "ZLIB"
1044
+ }
1045
+ export declare enum AthenaResultFormat {
1046
+ AVRO = "AVRO",
1047
+ JSON = "JSON",
1048
+ ORC = "ORC",
1049
+ PARQUET = "PARQUET",
1050
+ TEXTFILE = "TEXTFILE"
1051
+ }
1052
+
1053
+ export interface AthenaDatasetDefinition {
1054
+
1055
+ Catalog: string | undefined;
1056
+
1057
+ Database: string | undefined;
1058
+
1059
+ QueryString: string | undefined;
1060
+
1061
+ WorkGroup?: string;
1062
+
1063
+ OutputS3Uri: string | undefined;
1064
+
1065
+ KmsKeyId?: string;
1066
+
1067
+ OutputFormat: AthenaResultFormat | string | undefined;
1068
+
1069
+ OutputCompression?: AthenaResultCompressionType | string;
1070
+ }
1071
+ export declare namespace AthenaDatasetDefinition {
1072
+
1073
+ const filterSensitiveLog: (obj: AthenaDatasetDefinition) => any;
1074
+ }
1075
+ export declare enum AuthMode {
1076
+ IAM = "IAM",
1077
+ SSO = "SSO"
1078
+ }
1079
+
1080
+ export interface CandidateArtifactLocations {
1081
+
1082
+ Explainability: string | undefined;
1083
+
1084
+ ModelInsights?: string;
1085
+ }
1086
+ export declare namespace CandidateArtifactLocations {
1087
+
1088
+ const filterSensitiveLog: (obj: CandidateArtifactLocations) => any;
1089
+ }
1090
+ export declare enum AutoMLMetricEnum {
1091
+ ACCURACY = "Accuracy",
1092
+ AUC = "AUC",
1093
+ F1 = "F1",
1094
+ F1_MACRO = "F1macro",
1095
+ MSE = "MSE"
1096
+ }
1097
+ export declare enum MetricSetSource {
1098
+ TEST = "Test",
1099
+ TRAIN = "Train",
1100
+ VALIDATION = "Validation"
1101
+ }
1102
+
1103
+ export interface MetricDatum {
1104
+
1105
+ MetricName?: AutoMLMetricEnum | string;
1106
+
1107
+ Value?: number;
1108
+
1109
+ Set?: MetricSetSource | string;
1110
+ }
1111
+ export declare namespace MetricDatum {
1112
+
1113
+ const filterSensitiveLog: (obj: MetricDatum) => any;
1114
+ }
1115
+
1116
+ export interface CandidateProperties {
1117
+
1118
+ CandidateArtifactLocations?: CandidateArtifactLocations;
1119
+
1120
+ CandidateMetrics?: MetricDatum[];
1121
+ }
1122
+ export declare namespace CandidateProperties {
1123
+
1124
+ const filterSensitiveLog: (obj: CandidateProperties) => any;
1125
+ }
1126
+ export declare enum CandidateStatus {
1127
+ COMPLETED = "Completed",
1128
+ FAILED = "Failed",
1129
+ IN_PROGRESS = "InProgress",
1130
+ STOPPED = "Stopped",
1131
+ STOPPING = "Stopping"
1132
+ }
1133
+ export declare enum CandidateStepType {
1134
+ PROCESSING = "AWS::SageMaker::ProcessingJob",
1135
+ TRAINING = "AWS::SageMaker::TrainingJob",
1136
+ TRANSFORM = "AWS::SageMaker::TransformJob"
1137
+ }
1138
+
1139
+ export interface AutoMLCandidateStep {
1140
+
1141
+ CandidateStepType: CandidateStepType | string | undefined;
1142
+
1143
+ CandidateStepArn: string | undefined;
1144
+
1145
+ CandidateStepName: string | undefined;
1146
+ }
1147
+ export declare namespace AutoMLCandidateStep {
1148
+
1149
+ const filterSensitiveLog: (obj: AutoMLCandidateStep) => any;
1150
+ }
1151
+ export declare enum AutoMLJobObjectiveType {
1152
+ MAXIMIZE = "Maximize",
1153
+ MINIMIZE = "Minimize"
1154
+ }
1155
+
1156
+ export interface FinalAutoMLJobObjectiveMetric {
1157
+
1158
+ Type?: AutoMLJobObjectiveType | string;
1159
+
1160
+ MetricName: AutoMLMetricEnum | string | undefined;
1161
+
1162
+ Value: number | undefined;
1163
+ }
1164
+ export declare namespace FinalAutoMLJobObjectiveMetric {
1165
+
1166
+ const filterSensitiveLog: (obj: FinalAutoMLJobObjectiveMetric) => any;
1167
+ }
1168
+
1169
+ export interface AutoMLContainerDefinition {
1170
+
1171
+ Image: string | undefined;
1172
+
1173
+ ModelDataUrl: string | undefined;
1174
+
1175
+ Environment?: {
1176
+ [key: string]: string;
1177
+ };
1178
+ }
1179
+ export declare namespace AutoMLContainerDefinition {
1180
+
1181
+ const filterSensitiveLog: (obj: AutoMLContainerDefinition) => any;
1182
+ }
1183
+ export declare enum ObjectiveStatus {
1184
+ Failed = "Failed",
1185
+ Pending = "Pending",
1186
+ Succeeded = "Succeeded"
1187
+ }
1188
+
1189
+ export interface AutoMLCandidate {
1190
+
1191
+ CandidateName: string | undefined;
1192
+
1193
+ FinalAutoMLJobObjectiveMetric?: FinalAutoMLJobObjectiveMetric;
1194
+
1195
+ ObjectiveStatus: ObjectiveStatus | string | undefined;
1196
+
1197
+ CandidateSteps: AutoMLCandidateStep[] | undefined;
1198
+
1199
+ CandidateStatus: CandidateStatus | string | undefined;
1200
+
1201
+ InferenceContainers?: AutoMLContainerDefinition[];
1202
+
1203
+ CreationTime: Date | undefined;
1204
+
1205
+ EndTime?: Date;
1206
+
1207
+ LastModifiedTime: Date | undefined;
1208
+
1209
+ FailureReason?: string;
1210
+
1211
+ CandidateProperties?: CandidateProperties;
1212
+ }
1213
+ export declare namespace AutoMLCandidate {
1214
+
1215
+ const filterSensitiveLog: (obj: AutoMLCandidate) => any;
1216
+ }
1217
+ export declare enum AutoMLS3DataType {
1218
+ MANIFEST_FILE = "ManifestFile",
1219
+ S3_PREFIX = "S3Prefix"
1220
+ }
1221
+
1222
+ export interface AutoMLS3DataSource {
1223
+
1224
+ S3DataType: AutoMLS3DataType | string | undefined;
1225
+
1226
+ S3Uri: string | undefined;
1227
+ }
1228
+ export declare namespace AutoMLS3DataSource {
1229
+
1230
+ const filterSensitiveLog: (obj: AutoMLS3DataSource) => any;
1231
+ }
1232
+
1233
+ export interface AutoMLDataSource {
1234
+
1235
+ S3DataSource: AutoMLS3DataSource | undefined;
1236
+ }
1237
+ export declare namespace AutoMLDataSource {
1238
+
1239
+ const filterSensitiveLog: (obj: AutoMLDataSource) => any;
1240
+ }
1241
+
1242
+ export interface AutoMLChannel {
1243
+
1244
+ DataSource: AutoMLDataSource | undefined;
1245
+
1246
+ CompressionType?: CompressionType | string;
1247
+
1248
+ TargetAttributeName: string | undefined;
1249
+
1250
+ ContentType?: string;
1251
+ }
1252
+ export declare namespace AutoMLChannel {
1253
+
1254
+ const filterSensitiveLog: (obj: AutoMLChannel) => any;
1255
+ }
1256
+
1257
+ export interface AutoMLJobArtifacts {
1258
+
1259
+ CandidateDefinitionNotebookLocation?: string;
1260
+
1261
+ DataExplorationNotebookLocation?: string;
1262
+ }
1263
+ export declare namespace AutoMLJobArtifacts {
1264
+
1265
+ const filterSensitiveLog: (obj: AutoMLJobArtifacts) => any;
1266
+ }
1267
+
1268
+ export interface AutoMLJobCompletionCriteria {
1269
+
1270
+ MaxCandidates?: number;
1271
+
1272
+ MaxRuntimePerTrainingJobInSeconds?: number;
1273
+
1274
+ MaxAutoMLJobRuntimeInSeconds?: number;
1275
+ }
1276
+ export declare namespace AutoMLJobCompletionCriteria {
1277
+
1278
+ const filterSensitiveLog: (obj: AutoMLJobCompletionCriteria) => any;
1279
+ }
1280
+
1281
+ export interface VpcConfig {
1282
+
1283
+ SecurityGroupIds: string[] | undefined;
1284
+
1285
+ Subnets: string[] | undefined;
1286
+ }
1287
+ export declare namespace VpcConfig {
1288
+
1289
+ const filterSensitiveLog: (obj: VpcConfig) => any;
1290
+ }
1291
+
1292
+ export interface AutoMLSecurityConfig {
1293
+
1294
+ VolumeKmsKeyId?: string;
1295
+
1296
+ EnableInterContainerTrafficEncryption?: boolean;
1297
+
1298
+ VpcConfig?: VpcConfig;
1299
+ }
1300
+ export declare namespace AutoMLSecurityConfig {
1301
+
1302
+ const filterSensitiveLog: (obj: AutoMLSecurityConfig) => any;
1303
+ }
1304
+
1305
+ export interface AutoMLJobConfig {
1306
+
1307
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
1308
+
1309
+ SecurityConfig?: AutoMLSecurityConfig;
1310
+ }
1311
+ export declare namespace AutoMLJobConfig {
1312
+
1313
+ const filterSensitiveLog: (obj: AutoMLJobConfig) => any;
1314
+ }
1315
+
1316
+ export interface AutoMLJobObjective {
1317
+
1318
+ MetricName: AutoMLMetricEnum | string | undefined;
1319
+ }
1320
+ export declare namespace AutoMLJobObjective {
1321
+
1322
+ const filterSensitiveLog: (obj: AutoMLJobObjective) => any;
1323
+ }
1324
+ export declare enum AutoMLJobSecondaryStatus {
1325
+ ANALYZING_DATA = "AnalyzingData",
1326
+ CANDIDATE_DEFINITIONS_GENERATED = "CandidateDefinitionsGenerated",
1327
+ COMPLETED = "Completed",
1328
+ DEPLOYING_MODEL = "DeployingModel",
1329
+ EXPLAINABILITY_ERROR = "ExplainabilityError",
1330
+ FAILED = "Failed",
1331
+ FEATURE_ENGINEERING = "FeatureEngineering",
1332
+ GENERATING_EXPLAINABILITY_REPORT = "GeneratingExplainabilityReport",
1333
+ GENERATING_MODEL_INSIGHTS_REPORT = "GeneratingModelInsightsReport",
1334
+ MAX_AUTO_ML_JOB_RUNTIME_REACHED = "MaxAutoMLJobRuntimeReached",
1335
+ MAX_CANDIDATES_REACHED = "MaxCandidatesReached",
1336
+ MODEL_DEPLOYMENT_ERROR = "ModelDeploymentError",
1337
+ MODEL_INSIGHTS_ERROR = "ModelInsightsError",
1338
+ MODEL_TUNING = "ModelTuning",
1339
+ STARTING = "Starting",
1340
+ STOPPED = "Stopped",
1341
+ STOPPING = "Stopping"
1342
+ }
1343
+ export declare enum AutoMLJobStatus {
1344
+ COMPLETED = "Completed",
1345
+ FAILED = "Failed",
1346
+ IN_PROGRESS = "InProgress",
1347
+ STOPPED = "Stopped",
1348
+ STOPPING = "Stopping"
1349
+ }
1350
+
1351
+ export interface AutoMLPartialFailureReason {
1352
+
1353
+ PartialFailureMessage?: string;
1354
+ }
1355
+ export declare namespace AutoMLPartialFailureReason {
1356
+
1357
+ const filterSensitiveLog: (obj: AutoMLPartialFailureReason) => any;
1358
+ }
1359
+
1360
+ export interface AutoMLJobSummary {
1361
+
1362
+ AutoMLJobName: string | undefined;
1363
+
1364
+ AutoMLJobArn: string | undefined;
1365
+
1366
+ AutoMLJobStatus: AutoMLJobStatus | string | undefined;
1367
+
1368
+ AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
1369
+
1370
+ CreationTime: Date | undefined;
1371
+
1372
+ EndTime?: Date;
1373
+
1374
+ LastModifiedTime: Date | undefined;
1375
+
1376
+ FailureReason?: string;
1377
+
1378
+ PartialFailureReasons?: AutoMLPartialFailureReason[];
1379
+ }
1380
+ export declare namespace AutoMLJobSummary {
1381
+
1382
+ const filterSensitiveLog: (obj: AutoMLJobSummary) => any;
1383
+ }
1384
+
1385
+ export interface AutoMLOutputDataConfig {
1386
+
1387
+ KmsKeyId?: string;
1388
+
1389
+ S3OutputPath: string | undefined;
1390
+ }
1391
+ export declare namespace AutoMLOutputDataConfig {
1392
+
1393
+ const filterSensitiveLog: (obj: AutoMLOutputDataConfig) => any;
1394
+ }
1395
+ export declare enum AutoMLSortBy {
1396
+ CREATION_TIME = "CreationTime",
1397
+ NAME = "Name",
1398
+ STATUS = "Status"
1399
+ }
1400
+ export declare enum AutoMLSortOrder {
1401
+ ASCENDING = "Ascending",
1402
+ DESCENDING = "Descending"
1403
+ }
1404
+
1405
+ export interface AutoRollbackConfig {
1406
+
1407
+ Alarms?: Alarm[];
1408
+ }
1409
+ export declare namespace AutoRollbackConfig {
1410
+
1411
+ const filterSensitiveLog: (obj: AutoRollbackConfig) => any;
1412
+ }
1413
+ export declare enum AwsManagedHumanLoopRequestSource {
1414
+ REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3 = "AWS/Rekognition/DetectModerationLabels/Image/V3",
1415
+ TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1 = "AWS/Textract/AnalyzeDocument/Forms/V1"
1416
+ }
1417
+ export interface BatchDescribeModelPackageInput {
1418
+
1419
+ ModelPackageArnList: string[] | undefined;
1420
+ }
1421
+ export declare namespace BatchDescribeModelPackageInput {
1422
+
1423
+ const filterSensitiveLog: (obj: BatchDescribeModelPackageInput) => any;
1424
+ }
1425
+
1426
+ export interface BatchDescribeModelPackageError {
1427
+
1428
+ ErrorCode: string | undefined;
1429
+
1430
+ ErrorResponse: string | undefined;
1431
+ }
1432
+ export declare namespace BatchDescribeModelPackageError {
1433
+
1434
+ const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
1435
+ }
1436
+
1437
+ export interface InferenceSpecification {
1438
+
1439
+ Containers: ModelPackageContainerDefinition[] | undefined;
1440
+
1441
+ SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
1442
+
1443
+ SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
1444
+
1445
+ SupportedContentTypes: string[] | undefined;
1446
+
1447
+ SupportedResponseMIMETypes: string[] | undefined;
1448
+ }
1449
+ export declare namespace InferenceSpecification {
1450
+
1451
+ const filterSensitiveLog: (obj: InferenceSpecification) => any;
1452
+ }
1453
+ export declare enum ModelApprovalStatus {
1454
+ APPROVED = "Approved",
1455
+ PENDING_MANUAL_APPROVAL = "PendingManualApproval",
1456
+ REJECTED = "Rejected"
1457
+ }
1458
+ export declare enum ModelPackageStatus {
1459
+ COMPLETED = "Completed",
1460
+ DELETING = "Deleting",
1461
+ FAILED = "Failed",
1462
+ IN_PROGRESS = "InProgress",
1463
+ PENDING = "Pending"
1464
+ }
1465
+
1466
+ export interface BatchDescribeModelPackageSummary {
1467
+
1468
+ ModelPackageGroupName: string | undefined;
1469
+
1470
+ ModelPackageVersion?: number;
1471
+
1472
+ ModelPackageArn: string | undefined;
1473
+
1474
+ ModelPackageDescription?: string;
1475
+
1476
+ CreationTime: Date | undefined;
1477
+
1478
+ InferenceSpecification: InferenceSpecification | undefined;
1479
+
1480
+ ModelPackageStatus: ModelPackageStatus | string | undefined;
1481
+
1482
+ ModelApprovalStatus?: ModelApprovalStatus | string;
1483
+ }
1484
+ export declare namespace BatchDescribeModelPackageSummary {
1485
+
1486
+ const filterSensitiveLog: (obj: BatchDescribeModelPackageSummary) => any;
1487
+ }
1488
+ export interface BatchDescribeModelPackageOutput {
1489
+
1490
+ ModelPackageSummaries?: {
1491
+ [key: string]: BatchDescribeModelPackageSummary;
1492
+ };
1493
+
1494
+ BatchDescribeModelPackageErrorMap?: {
1495
+ [key: string]: BatchDescribeModelPackageError;
1496
+ };
1497
+ }
1498
+ export declare namespace BatchDescribeModelPackageOutput {
1499
+
1500
+ const filterSensitiveLog: (obj: BatchDescribeModelPackageOutput) => any;
1501
+ }
1502
+
1503
+ export interface MetricsSource {
1504
+
1505
+ ContentType: string | undefined;
1506
+
1507
+ ContentDigest?: string;
1508
+
1509
+ S3Uri: string | undefined;
1510
+ }
1511
+ export declare namespace MetricsSource {
1512
+
1513
+ const filterSensitiveLog: (obj: MetricsSource) => any;
1514
+ }
1515
+
1516
+ export interface Bias {
1517
+
1518
+ Report?: MetricsSource;
1519
+
1520
+ PreTrainingReport?: MetricsSource;
1521
+
1522
+ PostTrainingReport?: MetricsSource;
1523
+ }
1524
+ export declare namespace Bias {
1525
+
1526
+ const filterSensitiveLog: (obj: Bias) => any;
1527
+ }
1528
+ export declare enum CapacitySizeType {
1529
+ CAPACITY_PERCENT = "CAPACITY_PERCENT",
1530
+ INSTANCE_COUNT = "INSTANCE_COUNT"
1531
+ }
1532
+
1533
+ export interface CapacitySize {
1534
+
1535
+ Type: CapacitySizeType | string | undefined;
1536
+
1537
+ Value: number | undefined;
1538
+ }
1539
+ export declare namespace CapacitySize {
1540
+
1541
+ const filterSensitiveLog: (obj: CapacitySize) => any;
1542
+ }
1543
+ export declare enum TrafficRoutingConfigType {
1544
+ ALL_AT_ONCE = "ALL_AT_ONCE",
1545
+ CANARY = "CANARY",
1546
+ LINEAR = "LINEAR"
1547
+ }
1548
+
1549
+ export interface TrafficRoutingConfig {
1550
+
1551
+ Type: TrafficRoutingConfigType | string | undefined;
1552
+
1553
+ WaitIntervalInSeconds: number | undefined;
1554
+
1555
+ CanarySize?: CapacitySize;
1556
+
1557
+ LinearStepSize?: CapacitySize;
1558
+ }
1559
+ export declare namespace TrafficRoutingConfig {
1560
+
1561
+ const filterSensitiveLog: (obj: TrafficRoutingConfig) => any;
1562
+ }
1563
+
1564
+ export interface BlueGreenUpdatePolicy {
1565
+
1566
+ TrafficRoutingConfiguration: TrafficRoutingConfig | undefined;
1567
+
1568
+ TerminationWaitInSeconds?: number;
1569
+
1570
+ MaximumExecutionTimeoutInSeconds?: number;
1571
+ }
1572
+ export declare namespace BlueGreenUpdatePolicy {
1573
+
1574
+ const filterSensitiveLog: (obj: BlueGreenUpdatePolicy) => any;
1575
+ }
1576
+ export declare enum BooleanOperator {
1577
+ AND = "And",
1578
+ OR = "Or"
1579
+ }
1580
+
1581
+ export interface CacheHitResult {
1582
+
1583
+ SourcePipelineExecutionArn?: string;
1584
+ }
1585
+ export declare namespace CacheHitResult {
1586
+
1587
+ const filterSensitiveLog: (obj: CacheHitResult) => any;
1588
+ }
1589
+
1590
+ export interface OutputParameter {
1591
+
1592
+ Name: string | undefined;
1593
+
1594
+ Value: string | undefined;
1595
+ }
1596
+ export declare namespace OutputParameter {
1597
+
1598
+ const filterSensitiveLog: (obj: OutputParameter) => any;
1599
+ }
1600
+
1601
+ export interface CallbackStepMetadata {
1602
+
1603
+ CallbackToken?: string;
1604
+
1605
+ SqsQueueUrl?: string;
1606
+
1607
+ OutputParameters?: OutputParameter[];
1608
+ }
1609
+ export declare namespace CallbackStepMetadata {
1610
+
1611
+ const filterSensitiveLog: (obj: CallbackStepMetadata) => any;
1612
+ }
1613
+ export declare enum CandidateSortBy {
1614
+ CreationTime = "CreationTime",
1615
+ FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
1616
+ Status = "Status"
1617
+ }
1618
+
1619
+ export interface CaptureContentTypeHeader {
1620
+
1621
+ CsvContentTypes?: string[];
1622
+
1623
+ JsonContentTypes?: string[];
1624
+ }
1625
+ export declare namespace CaptureContentTypeHeader {
1626
+
1627
+ const filterSensitiveLog: (obj: CaptureContentTypeHeader) => any;
1628
+ }
1629
+ export declare enum CaptureMode {
1630
+ INPUT = "Input",
1631
+ OUTPUT = "Output"
1632
+ }
1633
+
1634
+ export interface CaptureOption {
1635
+
1636
+ CaptureMode: CaptureMode | string | undefined;
1637
+ }
1638
+ export declare namespace CaptureOption {
1639
+
1640
+ const filterSensitiveLog: (obj: CaptureOption) => any;
1641
+ }
1642
+ export declare enum CaptureStatus {
1643
+ STARTED = "Started",
1644
+ STOPPED = "Stopped"
1645
+ }
1646
+
1647
+ export interface CategoricalParameter {
1648
+
1649
+ Name: string | undefined;
1650
+
1651
+ Value: string[] | undefined;
1652
+ }
1653
+ export declare namespace CategoricalParameter {
1654
+
1655
+ const filterSensitiveLog: (obj: CategoricalParameter) => any;
1656
+ }
1657
+
1658
+ export interface CategoricalParameterRange {
1659
+
1660
+ Name: string | undefined;
1661
+
1662
+ Values: string[] | undefined;
1663
+ }
1664
+ export declare namespace CategoricalParameterRange {
1665
+
1666
+ const filterSensitiveLog: (obj: CategoricalParameterRange) => any;
1667
+ }
1668
+
1669
+ export interface CategoricalParameterRangeSpecification {
1670
+
1671
+ Values: string[] | undefined;
1672
+ }
1673
+ export declare namespace CategoricalParameterRangeSpecification {
1674
+
1675
+ const filterSensitiveLog: (obj: CategoricalParameterRangeSpecification) => any;
1676
+ }
1677
+
1678
+ export interface ChannelSpecification {
1679
+
1680
+ Name: string | undefined;
1681
+
1682
+ Description?: string;
1683
+
1684
+ IsRequired?: boolean;
1685
+
1686
+ SupportedContentTypes: string[] | undefined;
1687
+
1688
+ SupportedCompressionTypes?: (CompressionType | string)[];
1689
+
1690
+ SupportedInputModes: (TrainingInputMode | string)[] | undefined;
1691
+ }
1692
+ export declare namespace ChannelSpecification {
1693
+
1694
+ const filterSensitiveLog: (obj: ChannelSpecification) => any;
1695
+ }
1696
+
1697
+ export interface CheckpointConfig {
1698
+
1699
+ S3Uri: string | undefined;
1700
+
1701
+ LocalPath?: string;
1702
+ }
1703
+ export declare namespace CheckpointConfig {
1704
+
1705
+ const filterSensitiveLog: (obj: CheckpointConfig) => any;
1706
+ }
1707
+
1708
+ export interface ClarifyCheckStepMetadata {
1709
+
1710
+ CheckType?: string;
1711
+
1712
+ BaselineUsedForDriftCheckConstraints?: string;
1713
+
1714
+ CalculatedBaselineConstraints?: string;
1715
+
1716
+ ModelPackageGroupName?: string;
1717
+
1718
+ ViolationReport?: string;
1719
+
1720
+ CheckJobArn?: string;
1721
+
1722
+ SkipCheck?: boolean;
1723
+
1724
+ RegisterNewBaseline?: boolean;
1725
+ }
1726
+ export declare namespace ClarifyCheckStepMetadata {
1727
+
1728
+ const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
1729
+ }
1730
+ export declare enum CodeRepositorySortBy {
1731
+ CREATION_TIME = "CreationTime",
1732
+ LAST_MODIFIED_TIME = "LastModifiedTime",
1733
+ NAME = "Name"
1734
+ }
1735
+ export declare enum CodeRepositorySortOrder {
1736
+ ASCENDING = "Ascending",
1737
+ DESCENDING = "Descending"
1738
+ }
1739
+
1740
+ export interface GitConfig {
1741
+
1742
+ RepositoryUrl: string | undefined;
1743
+
1744
+ Branch?: string;
1745
+
1746
+ SecretArn?: string;
1747
+ }
1748
+ export declare namespace GitConfig {
1749
+
1750
+ const filterSensitiveLog: (obj: GitConfig) => any;
1751
+ }
1752
+
1753
+ export interface CodeRepositorySummary {
1754
+
1755
+ CodeRepositoryName: string | undefined;
1756
+
1757
+ CodeRepositoryArn: string | undefined;
1758
+
1759
+ CreationTime: Date | undefined;
1760
+
1761
+ LastModifiedTime: Date | undefined;
1762
+
1763
+ GitConfig?: GitConfig;
1764
+ }
1765
+ export declare namespace CodeRepositorySummary {
1766
+
1767
+ const filterSensitiveLog: (obj: CodeRepositorySummary) => any;
1768
+ }
1769
+
1770
+ export interface CognitoConfig {
1771
+
1772
+ UserPool: string | undefined;
1773
+
1774
+ ClientId: string | undefined;
1775
+ }
1776
+ export declare namespace CognitoConfig {
1777
+
1778
+ const filterSensitiveLog: (obj: CognitoConfig) => any;
1779
+ }
1780
+
1781
+ export interface CognitoMemberDefinition {
1782
+
1783
+ UserPool: string | undefined;
1784
+
1785
+ UserGroup: string | undefined;
1786
+
1787
+ ClientId: string | undefined;
1788
+ }
1789
+ export declare namespace CognitoMemberDefinition {
1790
+
1791
+ const filterSensitiveLog: (obj: CognitoMemberDefinition) => any;
1792
+ }
1793
+
1794
+ export interface CollectionConfiguration {
1795
+
1796
+ CollectionName?: string;
1797
+
1798
+ CollectionParameters?: {
1799
+ [key: string]: string;
1800
+ };
1801
+ }
1802
+ export declare namespace CollectionConfiguration {
1803
+
1804
+ const filterSensitiveLog: (obj: CollectionConfiguration) => any;
1805
+ }
1806
+ export declare enum CompilationJobStatus {
1807
+ COMPLETED = "COMPLETED",
1808
+ FAILED = "FAILED",
1809
+ INPROGRESS = "INPROGRESS",
1810
+ STARTING = "STARTING",
1811
+ STOPPED = "STOPPED",
1812
+ STOPPING = "STOPPING"
1813
+ }
1814
+ export declare enum TargetDevice {
1815
+ AISAGE = "aisage",
1816
+ AMBA_CV2 = "amba_cv2",
1817
+ AMBA_CV22 = "amba_cv22",
1818
+ AMBA_CV25 = "amba_cv25",
1819
+ COREML = "coreml",
1820
+ DEEPLENS = "deeplens",
1821
+ IMX8MPLUS = "imx8mplus",
1822
+ IMX8QM = "imx8qm",
1823
+ JACINTO_TDA4VM = "jacinto_tda4vm",
1824
+ JETSON_NANO = "jetson_nano",
1825
+ JETSON_TX1 = "jetson_tx1",
1826
+ JETSON_TX2 = "jetson_tx2",
1827
+ JETSON_XAVIER = "jetson_xavier",
1828
+ LAMBDA = "lambda",
1829
+ ML_C4 = "ml_c4",
1830
+ ML_C5 = "ml_c5",
1831
+ ML_EIA2 = "ml_eia2",
1832
+ ML_G4DN = "ml_g4dn",
1833
+ ML_INF1 = "ml_inf1",
1834
+ ML_M4 = "ml_m4",
1835
+ ML_M5 = "ml_m5",
1836
+ ML_P2 = "ml_p2",
1837
+ ML_P3 = "ml_p3",
1838
+ QCS603 = "qcs603",
1839
+ QCS605 = "qcs605",
1840
+ RASP3B = "rasp3b",
1841
+ RK3288 = "rk3288",
1842
+ RK3399 = "rk3399",
1843
+ SBE_C = "sbe_c",
1844
+ SITARA_AM57X = "sitara_am57x",
1845
+ X86_WIN32 = "x86_win32",
1846
+ X86_WIN64 = "x86_win64"
1847
+ }
1848
+ export declare enum TargetPlatformAccelerator {
1849
+ INTEL_GRAPHICS = "INTEL_GRAPHICS",
1850
+ MALI = "MALI",
1851
+ NNA = "NNA",
1852
+ NVIDIA = "NVIDIA"
1853
+ }
1854
+ export declare enum TargetPlatformArch {
1855
+ ARM64 = "ARM64",
1856
+ ARM_EABI = "ARM_EABI",
1857
+ ARM_EABIHF = "ARM_EABIHF",
1858
+ X86 = "X86",
1859
+ X86_64 = "X86_64"
1860
+ }
1861
+ export declare enum TargetPlatformOs {
1862
+ ANDROID = "ANDROID",
1863
+ LINUX = "LINUX"
1864
+ }
1865
+
1866
+ export interface CompilationJobSummary {
1867
+
1868
+ CompilationJobName: string | undefined;
1869
+
1870
+ CompilationJobArn: string | undefined;
1871
+
1872
+ CreationTime: Date | undefined;
1873
+
1874
+ CompilationStartTime?: Date;
1875
+
1876
+ CompilationEndTime?: Date;
1877
+
1878
+ CompilationTargetDevice?: TargetDevice | string;
1879
+
1880
+ CompilationTargetPlatformOs?: TargetPlatformOs | string;
1881
+
1882
+ CompilationTargetPlatformArch?: TargetPlatformArch | string;
1883
+
1884
+ CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | string;
1885
+
1886
+ LastModifiedTime?: Date;
1887
+
1888
+ CompilationJobStatus: CompilationJobStatus | string | undefined;
1889
+ }
1890
+ export declare namespace CompilationJobSummary {
1891
+
1892
+ const filterSensitiveLog: (obj: CompilationJobSummary) => any;
1893
+ }
1894
+ export declare enum ConditionOutcome {
1895
+ FALSE = "False",
1896
+ TRUE = "True"
1897
+ }
1898
+
1899
+ export interface ConditionStepMetadata {
1900
+
1901
+ Outcome?: ConditionOutcome | string;
1902
+ }
1903
+ export declare namespace ConditionStepMetadata {
1904
+
1905
+ const filterSensitiveLog: (obj: ConditionStepMetadata) => any;
1906
+ }
1907
+
1908
+ export declare class ConflictException extends __BaseException {
1909
+ readonly name: "ConflictException";
1910
+ readonly $fault: "client";
1911
+ Message?: string;
1912
+
1913
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1914
+ }
1915
+ export declare enum RepositoryAccessMode {
1916
+ PLATFORM = "Platform",
1917
+ VPC = "Vpc"
1918
+ }
1919
+
1920
+ export interface RepositoryAuthConfig {
1921
+
1922
+ RepositoryCredentialsProviderArn: string | undefined;
1923
+ }
1924
+ export declare namespace RepositoryAuthConfig {
1925
+
1926
+ const filterSensitiveLog: (obj: RepositoryAuthConfig) => any;
1927
+ }
1928
+
1929
+ export interface ImageConfig {
1930
+
1931
+ RepositoryAccessMode: RepositoryAccessMode | string | undefined;
1932
+
1933
+ RepositoryAuthConfig?: RepositoryAuthConfig;
1934
+ }
1935
+ export declare namespace ImageConfig {
1936
+
1937
+ const filterSensitiveLog: (obj: ImageConfig) => any;
1938
+ }
1939
+ export declare enum ContainerMode {
1940
+ MULTI_MODEL = "MultiModel",
1941
+ SINGLE_MODEL = "SingleModel"
1942
+ }
1943
+ export declare enum ModelCacheSetting {
1944
+ DISABLED = "Disabled",
1945
+ ENABLED = "Enabled"
1946
+ }
1947
+
1948
+ export interface MultiModelConfig {
1949
+
1950
+ ModelCacheSetting?: ModelCacheSetting | string;
1951
+ }
1952
+ export declare namespace MultiModelConfig {
1953
+
1954
+ const filterSensitiveLog: (obj: MultiModelConfig) => any;
1955
+ }
1956
+
1957
+ export interface ContainerDefinition {
1958
+
1959
+ ContainerHostname?: string;
1960
+
1961
+ Image?: string;
1962
+
1963
+ ImageConfig?: ImageConfig;
1964
+
1965
+ Mode?: ContainerMode | string;
1966
+
1967
+ ModelDataUrl?: string;
1968
+
1969
+ Environment?: {
1970
+ [key: string]: string;
1971
+ };
1972
+
1973
+ ModelPackageName?: string;
1974
+
1975
+ InferenceSpecificationName?: string;
1976
+
1977
+ MultiModelConfig?: MultiModelConfig;
1978
+ }
1979
+ export declare namespace ContainerDefinition {
1980
+
1981
+ const filterSensitiveLog: (obj: ContainerDefinition) => any;
1982
+ }
1983
+ export declare enum ContentClassifier {
1984
+ FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
1985
+ FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
1986
+ }
1987
+
1988
+ export interface ContextSource {
1989
+
1990
+ SourceUri: string | undefined;
1991
+
1992
+ SourceType?: string;
1993
+
1994
+ SourceId?: string;
1995
+ }
1996
+ export declare namespace ContextSource {
1997
+
1998
+ const filterSensitiveLog: (obj: ContextSource) => any;
1999
+ }
2000
+
2001
+ export interface ContextSummary {
2002
+
2003
+ ContextArn?: string;
2004
+
2005
+ ContextName?: string;
2006
+
2007
+ Source?: ContextSource;
2008
+
2009
+ ContextType?: string;
2010
+
2011
+ CreationTime?: Date;
2012
+
2013
+ LastModifiedTime?: Date;
2014
+ }
2015
+ export declare namespace ContextSummary {
2016
+
2017
+ const filterSensitiveLog: (obj: ContextSummary) => any;
2018
+ }
2019
+ export declare enum HyperParameterScalingType {
2020
+ AUTO = "Auto",
2021
+ LINEAR = "Linear",
2022
+ LOGARITHMIC = "Logarithmic",
2023
+ REVERSE_LOGARITHMIC = "ReverseLogarithmic"
2024
+ }
2025
+
2026
+ export interface ContinuousParameterRange {
2027
+
2028
+ Name: string | undefined;
2029
+
2030
+ MinValue: string | undefined;
2031
+
2032
+ MaxValue: string | undefined;
2033
+
2034
+ ScalingType?: HyperParameterScalingType | string;
2035
+ }
2036
+ export declare namespace ContinuousParameterRange {
2037
+
2038
+ const filterSensitiveLog: (obj: ContinuousParameterRange) => any;
2039
+ }
2040
+
2041
+ export interface ContinuousParameterRangeSpecification {
2042
+
2043
+ MinValue: string | undefined;
2044
+
2045
+ MaxValue: string | undefined;
2046
+ }
2047
+ export declare namespace ContinuousParameterRangeSpecification {
2048
+
2049
+ const filterSensitiveLog: (obj: ContinuousParameterRangeSpecification) => any;
2050
+ }
2051
+
2052
+ export interface MetadataProperties {
2053
+
2054
+ CommitId?: string;
2055
+
2056
+ Repository?: string;
2057
+
2058
+ GeneratedBy?: string;
2059
+
2060
+ ProjectId?: string;
2061
+ }
2062
+ export declare namespace MetadataProperties {
2063
+
2064
+ const filterSensitiveLog: (obj: MetadataProperties) => any;
2065
+ }
2066
+ export interface CreateActionRequest {
2067
+
2068
+ ActionName: string | undefined;
2069
+
2070
+ Source: ActionSource | undefined;
2071
+
2072
+ ActionType: string | undefined;
2073
+
2074
+ Description?: string;
2075
+
2076
+ Status?: ActionStatus | string;
2077
+
2078
+ Properties?: {
2079
+ [key: string]: string;
2080
+ };
2081
+
2082
+ MetadataProperties?: MetadataProperties;
2083
+
2084
+ Tags?: Tag[];
2085
+ }
2086
+ export declare namespace CreateActionRequest {
2087
+
2088
+ const filterSensitiveLog: (obj: CreateActionRequest) => any;
2089
+ }
2090
+ export interface CreateActionResponse {
2091
+
2092
+ ActionArn?: string;
2093
+ }
2094
+ export declare namespace CreateActionResponse {
2095
+
2096
+ const filterSensitiveLog: (obj: CreateActionResponse) => any;
2097
+ }
2098
+
2099
+ export interface IntegerParameterRangeSpecification {
2100
+
2101
+ MinValue: string | undefined;
2102
+
2103
+ MaxValue: string | undefined;
2104
+ }
2105
+ export declare namespace IntegerParameterRangeSpecification {
2106
+
2107
+ const filterSensitiveLog: (obj: IntegerParameterRangeSpecification) => any;
2108
+ }
2109
+
2110
+ export interface ParameterRange {
2111
+
2112
+ IntegerParameterRangeSpecification?: IntegerParameterRangeSpecification;
2113
+
2114
+ ContinuousParameterRangeSpecification?: ContinuousParameterRangeSpecification;
2115
+
2116
+ CategoricalParameterRangeSpecification?: CategoricalParameterRangeSpecification;
2117
+ }
2118
+ export declare namespace ParameterRange {
2119
+
2120
+ const filterSensitiveLog: (obj: ParameterRange) => any;
2121
+ }
2122
+ export declare enum ParameterType {
2123
+ CATEGORICAL = "Categorical",
2124
+ CONTINUOUS = "Continuous",
2125
+ FREE_TEXT = "FreeText",
2126
+ INTEGER = "Integer"
2127
+ }
2128
+
2129
+ export interface HyperParameterSpecification {
2130
+
2131
+ Name: string | undefined;
2132
+
2133
+ Description?: string;
2134
+
2135
+ Type: ParameterType | string | undefined;
2136
+
2137
+ Range?: ParameterRange;
2138
+
2139
+ IsTunable?: boolean;
2140
+
2141
+ IsRequired?: boolean;
2142
+
2143
+ DefaultValue?: string;
2144
+ }
2145
+ export declare namespace HyperParameterSpecification {
2146
+
2147
+ const filterSensitiveLog: (obj: HyperParameterSpecification) => any;
2148
+ }
2149
+ export declare enum HyperParameterTuningJobObjectiveType {
2150
+ MAXIMIZE = "Maximize",
2151
+ MINIMIZE = "Minimize"
2152
+ }
2153
+
2154
+ export interface HyperParameterTuningJobObjective {
2155
+
2156
+ Type: HyperParameterTuningJobObjectiveType | string | undefined;
2157
+
2158
+ MetricName: string | undefined;
2159
+ }
2160
+ export declare namespace HyperParameterTuningJobObjective {
2161
+
2162
+ const filterSensitiveLog: (obj: HyperParameterTuningJobObjective) => any;
2163
+ }
2164
+
2165
+ export interface TrainingSpecification {
2166
+
2167
+ TrainingImage: string | undefined;
2168
+
2169
+ TrainingImageDigest?: string;
2170
+
2171
+ SupportedHyperParameters?: HyperParameterSpecification[];
2172
+
2173
+ SupportedTrainingInstanceTypes: (TrainingInstanceType | string)[] | undefined;
2174
+
2175
+ SupportsDistributedTraining?: boolean;
2176
+
2177
+ MetricDefinitions?: MetricDefinition[];
2178
+
2179
+ TrainingChannels: ChannelSpecification[] | undefined;
2180
+
2181
+ SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[];
2182
+ }
2183
+ export declare namespace TrainingSpecification {
2184
+
2185
+ const filterSensitiveLog: (obj: TrainingSpecification) => any;
2186
+ }
2187
+ export interface CreateAlgorithmInput {
2188
+
2189
+ AlgorithmName: string | undefined;
2190
+
2191
+ AlgorithmDescription?: string;
2192
+
2193
+ TrainingSpecification: TrainingSpecification | undefined;
2194
+
2195
+ InferenceSpecification?: InferenceSpecification;
2196
+
2197
+ ValidationSpecification?: AlgorithmValidationSpecification;
2198
+
2199
+ CertifyForMarketplace?: boolean;
2200
+
2201
+ Tags?: Tag[];
2202
+ }
2203
+ export declare namespace CreateAlgorithmInput {
2204
+
2205
+ const filterSensitiveLog: (obj: CreateAlgorithmInput) => any;
2206
+ }
2207
+ export interface CreateAlgorithmOutput {
2208
+
2209
+ AlgorithmArn: string | undefined;
2210
+ }
2211
+ export declare namespace CreateAlgorithmOutput {
2212
+
2213
+ const filterSensitiveLog: (obj: CreateAlgorithmOutput) => any;
2214
+ }
2215
+
2216
+ export interface ResourceSpec {
2217
+
2218
+ SageMakerImageArn?: string;
2219
+
2220
+ SageMakerImageVersionArn?: string;
2221
+
2222
+ InstanceType?: AppInstanceType | string;
2223
+
2224
+ LifecycleConfigArn?: string;
2225
+ }
2226
+ export declare namespace ResourceSpec {
2227
+
2228
+ const filterSensitiveLog: (obj: ResourceSpec) => any;
2229
+ }
2230
+ export interface CreateAppRequest {
2231
+
2232
+ DomainId: string | undefined;
2233
+
2234
+ UserProfileName: string | undefined;
2235
+
2236
+ AppType: AppType | string | undefined;
2237
+
2238
+ AppName: string | undefined;
2239
+
2240
+ Tags?: Tag[];
2241
+
2242
+ ResourceSpec?: ResourceSpec;
2243
+ }
2244
+ export declare namespace CreateAppRequest {
2245
+
2246
+ const filterSensitiveLog: (obj: CreateAppRequest) => any;
2247
+ }
2248
+ export interface CreateAppResponse {
2249
+
2250
+ AppArn?: string;
2251
+ }
2252
+ export declare namespace CreateAppResponse {
2253
+
2254
+ const filterSensitiveLog: (obj: CreateAppResponse) => any;
2255
+ }
2256
+
2257
+ export declare class ResourceInUse extends __BaseException {
2258
+ readonly name: "ResourceInUse";
2259
+ readonly $fault: "client";
2260
+ Message?: string;
2261
+
2262
+ constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
2263
+ }
2264
+ export interface CreateAppImageConfigRequest {
2265
+
2266
+ AppImageConfigName: string | undefined;
2267
+
2268
+ Tags?: Tag[];
2269
+
2270
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
2271
+ }
2272
+ export declare namespace CreateAppImageConfigRequest {
2273
+
2274
+ const filterSensitiveLog: (obj: CreateAppImageConfigRequest) => any;
2275
+ }
2276
+ export interface CreateAppImageConfigResponse {
2277
+
2278
+ AppImageConfigArn?: string;
2279
+ }
2280
+ export declare namespace CreateAppImageConfigResponse {
2281
+
2282
+ const filterSensitiveLog: (obj: CreateAppImageConfigResponse) => any;
2283
+ }
2284
+ export interface CreateArtifactRequest {
2285
+
2286
+ ArtifactName?: string;
2287
+
2288
+ Source: ArtifactSource | undefined;
2289
+
2290
+ ArtifactType: string | undefined;
2291
+
2292
+ Properties?: {
2293
+ [key: string]: string;
2294
+ };
2295
+
2296
+ MetadataProperties?: MetadataProperties;
2297
+
2298
+ Tags?: Tag[];
2299
+ }
2300
+ export declare namespace CreateArtifactRequest {
2301
+
2302
+ const filterSensitiveLog: (obj: CreateArtifactRequest) => any;
2303
+ }
2304
+ export interface CreateArtifactResponse {
2305
+
2306
+ ArtifactArn?: string;
2307
+ }
2308
+ export declare namespace CreateArtifactResponse {
2309
+
2310
+ const filterSensitiveLog: (obj: CreateArtifactResponse) => any;
2311
+ }
2312
+
2313
+ export interface ModelDeployConfig {
2314
+
2315
+ AutoGenerateEndpointName?: boolean;
2316
+
2317
+ EndpointName?: string;
2318
+ }
2319
+ export declare namespace ModelDeployConfig {
2320
+
2321
+ const filterSensitiveLog: (obj: ModelDeployConfig) => any;
2322
+ }
2323
+ export declare enum ProblemType {
2324
+ BINARY_CLASSIFICATION = "BinaryClassification",
2325
+ MULTICLASS_CLASSIFICATION = "MulticlassClassification",
2326
+ REGRESSION = "Regression"
2327
+ }
2328
+ export interface CreateAutoMLJobRequest {
2329
+
2330
+ AutoMLJobName: string | undefined;
2331
+
2332
+ InputDataConfig: AutoMLChannel[] | undefined;
2333
+
2334
+ OutputDataConfig: AutoMLOutputDataConfig | undefined;
2335
+
2336
+ ProblemType?: ProblemType | string;
2337
+
2338
+ AutoMLJobObjective?: AutoMLJobObjective;
2339
+
2340
+ AutoMLJobConfig?: AutoMLJobConfig;
2341
+
2342
+ RoleArn: string | undefined;
2343
+
2344
+ GenerateCandidateDefinitionsOnly?: boolean;
2345
+
2346
+ Tags?: Tag[];
2347
+
2348
+ ModelDeployConfig?: ModelDeployConfig;
2349
+ }
2350
+ export declare namespace CreateAutoMLJobRequest {
2351
+
2352
+ const filterSensitiveLog: (obj: CreateAutoMLJobRequest) => any;
2353
+ }
2354
+ export interface CreateAutoMLJobResponse {
2355
+
2356
+ AutoMLJobArn: string | undefined;
2357
+ }
2358
+ export declare namespace CreateAutoMLJobResponse {
2359
+
2360
+ const filterSensitiveLog: (obj: CreateAutoMLJobResponse) => any;
2361
+ }
2362
+ export interface CreateCodeRepositoryInput {
2363
+
2364
+ CodeRepositoryName: string | undefined;
2365
+
2366
+ GitConfig: GitConfig | undefined;
2367
+
2368
+ Tags?: Tag[];
2369
+ }
2370
+ export declare namespace CreateCodeRepositoryInput {
2371
+
2372
+ const filterSensitiveLog: (obj: CreateCodeRepositoryInput) => any;
2373
+ }
2374
+ export interface CreateCodeRepositoryOutput {
2375
+
2376
+ CodeRepositoryArn: string | undefined;
2377
+ }
2378
+ export declare namespace CreateCodeRepositoryOutput {
2379
+
2380
+ const filterSensitiveLog: (obj: CreateCodeRepositoryOutput) => any;
2381
+ }
2382
+ export declare enum Framework {
2383
+ DARKNET = "DARKNET",
2384
+ KERAS = "KERAS",
2385
+ MXNET = "MXNET",
2386
+ ONNX = "ONNX",
2387
+ PYTORCH = "PYTORCH",
2388
+ SKLEARN = "SKLEARN",
2389
+ TENSORFLOW = "TENSORFLOW",
2390
+ TFLITE = "TFLITE",
2391
+ XGBOOST = "XGBOOST"
2392
+ }
2393
+
2394
+ export interface InputConfig {
2395
+
2396
+ S3Uri: string | undefined;
2397
+
2398
+ DataInputConfig: string | undefined;
2399
+
2400
+ Framework: Framework | string | undefined;
2401
+
2402
+ FrameworkVersion?: string;
2403
+ }
2404
+ export declare namespace InputConfig {
2405
+
2406
+ const filterSensitiveLog: (obj: InputConfig) => any;
2407
+ }
2408
+
2409
+ export interface TargetPlatform {
2410
+
2411
+ Os: TargetPlatformOs | string | undefined;
2412
+
2413
+ Arch: TargetPlatformArch | string | undefined;
2414
+
2415
+ Accelerator?: TargetPlatformAccelerator | string;
2416
+ }
2417
+ export declare namespace TargetPlatform {
2418
+
2419
+ const filterSensitiveLog: (obj: TargetPlatform) => any;
2420
+ }
2421
+
2422
+ export interface OutputConfig {
2423
+
2424
+ S3OutputLocation: string | undefined;
2425
+
2426
+ TargetDevice?: TargetDevice | string;
2427
+
2428
+ TargetPlatform?: TargetPlatform;
2429
+
2430
+ CompilerOptions?: string;
2431
+
2432
+ KmsKeyId?: string;
2433
+ }
2434
+ export declare namespace OutputConfig {
2435
+
2436
+ const filterSensitiveLog: (obj: OutputConfig) => any;
2437
+ }
2438
+
2439
+ export interface NeoVpcConfig {
2440
+
2441
+ SecurityGroupIds: string[] | undefined;
2442
+
2443
+ Subnets: string[] | undefined;
2444
+ }
2445
+ export declare namespace NeoVpcConfig {
2446
+
2447
+ const filterSensitiveLog: (obj: NeoVpcConfig) => any;
2448
+ }
2449
+ export interface CreateCompilationJobRequest {
2450
+
2451
+ CompilationJobName: string | undefined;
2452
+
2453
+ RoleArn: string | undefined;
2454
+
2455
+ ModelPackageVersionArn?: string;
2456
+
2457
+ InputConfig?: InputConfig;
2458
+
2459
+ OutputConfig: OutputConfig | undefined;
2460
+
2461
+ VpcConfig?: NeoVpcConfig;
2462
+
2463
+ StoppingCondition: StoppingCondition | undefined;
2464
+
2465
+ Tags?: Tag[];
2466
+ }
2467
+ export declare namespace CreateCompilationJobRequest {
2468
+
2469
+ const filterSensitiveLog: (obj: CreateCompilationJobRequest) => any;
2470
+ }
2471
+ export interface CreateCompilationJobResponse {
2472
+
2473
+ CompilationJobArn: string | undefined;
2474
+ }
2475
+ export declare namespace CreateCompilationJobResponse {
2476
+
2477
+ const filterSensitiveLog: (obj: CreateCompilationJobResponse) => any;
2478
+ }
2479
+ export interface CreateContextRequest {
2480
+
2481
+ ContextName: string | undefined;
2482
+
2483
+ Source: ContextSource | undefined;
2484
+
2485
+ ContextType: string | undefined;
2486
+
2487
+ Description?: string;
2488
+
2489
+ Properties?: {
2490
+ [key: string]: string;
2491
+ };
2492
+
2493
+ Tags?: Tag[];
2494
+ }
2495
+ export declare namespace CreateContextRequest {
2496
+
2497
+ const filterSensitiveLog: (obj: CreateContextRequest) => any;
2498
+ }
2499
+ export interface CreateContextResponse {
2500
+
2501
+ ContextArn?: string;
2502
+ }
2503
+ export declare namespace CreateContextResponse {
2504
+
2505
+ const filterSensitiveLog: (obj: CreateContextResponse) => any;
2506
+ }
2507
+
2508
+ export interface DataQualityAppSpecification {
2509
+
2510
+ ImageUri: string | undefined;
2511
+
2512
+ ContainerEntrypoint?: string[];
2513
+
2514
+ ContainerArguments?: string[];
2515
+
2516
+ RecordPreprocessorSourceUri?: string;
2517
+
2518
+ PostAnalyticsProcessorSourceUri?: string;
2519
+
2520
+ Environment?: {
2521
+ [key: string]: string;
2522
+ };
2523
+ }
2524
+ export declare namespace DataQualityAppSpecification {
2525
+
2526
+ const filterSensitiveLog: (obj: DataQualityAppSpecification) => any;
2527
+ }
2528
+
2529
+ export interface MonitoringConstraintsResource {
2530
+
2531
+ S3Uri?: string;
2532
+ }
2533
+ export declare namespace MonitoringConstraintsResource {
2534
+
2535
+ const filterSensitiveLog: (obj: MonitoringConstraintsResource) => any;
2536
+ }
2537
+
2538
+ export interface MonitoringStatisticsResource {
2539
+
2540
+ S3Uri?: string;
2541
+ }
2542
+ export declare namespace MonitoringStatisticsResource {
2543
+
2544
+ const filterSensitiveLog: (obj: MonitoringStatisticsResource) => any;
2545
+ }
2546
+
2547
+ export interface DataQualityBaselineConfig {
2548
+
2549
+ BaseliningJobName?: string;
2550
+
2551
+ ConstraintsResource?: MonitoringConstraintsResource;
2552
+
2553
+ StatisticsResource?: MonitoringStatisticsResource;
2554
+ }
2555
+ export declare namespace DataQualityBaselineConfig {
2556
+
2557
+ const filterSensitiveLog: (obj: DataQualityBaselineConfig) => any;
2558
+ }
2559
+ export declare enum ProcessingS3DataDistributionType {
2560
+ FULLYREPLICATED = "FullyReplicated",
2561
+ SHARDEDBYS3KEY = "ShardedByS3Key"
2562
+ }
2563
+ export declare enum ProcessingS3InputMode {
2564
+ FILE = "File",
2565
+ PIPE = "Pipe"
2566
+ }
2567
+
2568
+ export interface EndpointInput {
2569
+
2570
+ EndpointName: string | undefined;
2571
+
2572
+ LocalPath: string | undefined;
2573
+
2574
+ S3InputMode?: ProcessingS3InputMode | string;
2575
+
2576
+ S3DataDistributionType?: ProcessingS3DataDistributionType | string;
2577
+
2578
+ FeaturesAttribute?: string;
2579
+
2580
+ InferenceAttribute?: string;
2581
+
2582
+ ProbabilityAttribute?: string;
2583
+
2584
+ ProbabilityThresholdAttribute?: number;
2585
+
2586
+ StartTimeOffset?: string;
2587
+
2588
+ EndTimeOffset?: string;
2589
+ }
2590
+ export declare namespace EndpointInput {
2591
+
2592
+ const filterSensitiveLog: (obj: EndpointInput) => any;
2593
+ }
2594
+
2595
+ export interface DataQualityJobInput {
2596
+
2597
+ EndpointInput: EndpointInput | undefined;
2598
+ }
2599
+ export declare namespace DataQualityJobInput {
2600
+
2601
+ const filterSensitiveLog: (obj: DataQualityJobInput) => any;
2602
+ }
2603
+ export declare enum ProcessingS3UploadMode {
2604
+ CONTINUOUS = "Continuous",
2605
+ END_OF_JOB = "EndOfJob"
2606
+ }
2607
+
2608
+ export interface MonitoringS3Output {
2609
+
2610
+ S3Uri: string | undefined;
2611
+
2612
+ LocalPath: string | undefined;
2613
+
2614
+ S3UploadMode?: ProcessingS3UploadMode | string;
2615
+ }
2616
+ export declare namespace MonitoringS3Output {
2617
+
2618
+ const filterSensitiveLog: (obj: MonitoringS3Output) => any;
2619
+ }
2620
+
2621
+ export interface MonitoringOutput {
2622
+
2623
+ S3Output: MonitoringS3Output | undefined;
2624
+ }
2625
+ export declare namespace MonitoringOutput {
2626
+
2627
+ const filterSensitiveLog: (obj: MonitoringOutput) => any;
2628
+ }
2629
+
2630
+ export interface MonitoringOutputConfig {
2631
+
2632
+ MonitoringOutputs: MonitoringOutput[] | undefined;
2633
+
2634
+ KmsKeyId?: string;
2635
+ }
2636
+ export declare namespace MonitoringOutputConfig {
2637
+
2638
+ const filterSensitiveLog: (obj: MonitoringOutputConfig) => any;
2639
+ }
2640
+ export declare enum ProcessingInstanceType {
2641
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
2642
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
2643
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
2644
+ ML_C4_XLARGE = "ml.c4.xlarge",
2645
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
2646
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
2647
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
2648
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
2649
+ ML_C5_XLARGE = "ml.c5.xlarge",
2650
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
2651
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
2652
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
2653
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
2654
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
2655
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
2656
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
2657
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
2658
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
2659
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
2660
+ ML_M4_XLARGE = "ml.m4.xlarge",
2661
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
2662
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
2663
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
2664
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
2665
+ ML_M5_LARGE = "ml.m5.large",
2666
+ ML_M5_XLARGE = "ml.m5.xlarge",
2667
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
2668
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
2669
+ ML_P2_XLARGE = "ml.p2.xlarge",
2670
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
2671
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
2672
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
2673
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
2674
+ ML_R5_16XLARGE = "ml.r5.16xlarge",
2675
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
2676
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
2677
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
2678
+ ML_R5_8XLARGE = "ml.r5.8xlarge",
2679
+ ML_R5_LARGE = "ml.r5.large",
2680
+ ML_R5_XLARGE = "ml.r5.xlarge",
2681
+ ML_T3_2XLARGE = "ml.t3.2xlarge",
2682
+ ML_T3_LARGE = "ml.t3.large",
2683
+ ML_T3_MEDIUM = "ml.t3.medium",
2684
+ ML_T3_XLARGE = "ml.t3.xlarge"
2685
+ }
2686
+
2687
+ export interface MonitoringClusterConfig {
2688
+
2689
+ InstanceCount: number | undefined;
2690
+
2691
+ InstanceType: ProcessingInstanceType | string | undefined;
2692
+
2693
+ VolumeSizeInGB: number | undefined;
2694
+
2695
+ VolumeKmsKeyId?: string;
2696
+ }
2697
+ export declare namespace MonitoringClusterConfig {
2698
+
2699
+ const filterSensitiveLog: (obj: MonitoringClusterConfig) => any;
2700
+ }
2701
+
2702
+ export interface MonitoringResources {
2703
+
2704
+ ClusterConfig: MonitoringClusterConfig | undefined;
2705
+ }
2706
+ export declare namespace MonitoringResources {
2707
+
2708
+ const filterSensitiveLog: (obj: MonitoringResources) => any;
2709
+ }
2710
+
2711
+ export interface MonitoringNetworkConfig {
2712
+
2713
+ EnableInterContainerTrafficEncryption?: boolean;
2714
+
2715
+ EnableNetworkIsolation?: boolean;
2716
+
2717
+ VpcConfig?: VpcConfig;
2718
+ }
2719
+ export declare namespace MonitoringNetworkConfig {
2720
+
2721
+ const filterSensitiveLog: (obj: MonitoringNetworkConfig) => any;
2722
+ }
2723
+
2724
+ export interface MonitoringStoppingCondition {
2725
+
2726
+ MaxRuntimeInSeconds: number | undefined;
2727
+ }
2728
+ export declare namespace MonitoringStoppingCondition {
2729
+
2730
+ const filterSensitiveLog: (obj: MonitoringStoppingCondition) => any;
2731
+ }
2732
+ export interface CreateDataQualityJobDefinitionRequest {
2733
+
2734
+ JobDefinitionName: string | undefined;
2735
+
2736
+ DataQualityBaselineConfig?: DataQualityBaselineConfig;
2737
+
2738
+ DataQualityAppSpecification: DataQualityAppSpecification | undefined;
2739
+
2740
+ DataQualityJobInput: DataQualityJobInput | undefined;
2741
+
2742
+ DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
2743
+
2744
+ JobResources: MonitoringResources | undefined;
2745
+
2746
+ NetworkConfig?: MonitoringNetworkConfig;
2747
+
2748
+ RoleArn: string | undefined;
2749
+
2750
+ StoppingCondition?: MonitoringStoppingCondition;
2751
+
2752
+ Tags?: Tag[];
2753
+ }
2754
+ export declare namespace CreateDataQualityJobDefinitionRequest {
2755
+
2756
+ const filterSensitiveLog: (obj: CreateDataQualityJobDefinitionRequest) => any;
2757
+ }
2758
+ export interface CreateDataQualityJobDefinitionResponse {
2759
+
2760
+ JobDefinitionArn: string | undefined;
2761
+ }
2762
+ export declare namespace CreateDataQualityJobDefinitionResponse {
2763
+
2764
+ const filterSensitiveLog: (obj: CreateDataQualityJobDefinitionResponse) => any;
2765
+ }
2766
+ export declare enum EdgePresetDeploymentType {
2767
+ GreengrassV2Component = "GreengrassV2Component"
2768
+ }
2769
+
2770
+ export interface EdgeOutputConfig {
2771
+
2772
+ S3OutputLocation: string | undefined;
2773
+
2774
+ KmsKeyId?: string;
2775
+
2776
+ PresetDeploymentType?: EdgePresetDeploymentType | string;
2777
+
2778
+ PresetDeploymentConfig?: string;
2779
+ }
2780
+ export declare namespace EdgeOutputConfig {
2781
+
2782
+ const filterSensitiveLog: (obj: EdgeOutputConfig) => any;
2783
+ }
2784
+ export interface CreateDeviceFleetRequest {
2785
+
2786
+ DeviceFleetName: string | undefined;
2787
+
2788
+ RoleArn?: string;
2789
+
2790
+ Description?: string;
2791
+
2792
+ OutputConfig: EdgeOutputConfig | undefined;
2793
+
2794
+ Tags?: Tag[];
2795
+
2796
+ EnableIotRoleAlias?: boolean;
2797
+ }
2798
+ export declare namespace CreateDeviceFleetRequest {
2799
+
2800
+ const filterSensitiveLog: (obj: CreateDeviceFleetRequest) => any;
2801
+ }
2802
+
2803
+ export interface JupyterServerAppSettings {
2804
+
2805
+ DefaultResourceSpec?: ResourceSpec;
2806
+
2807
+ LifecycleConfigArns?: string[];
2808
+ }
2809
+ export declare namespace JupyterServerAppSettings {
2810
+
2811
+ const filterSensitiveLog: (obj: JupyterServerAppSettings) => any;
2812
+ }
2813
+
2814
+ export interface CustomImage {
2815
+
2816
+ ImageName: string | undefined;
2817
+
2818
+ ImageVersionNumber?: number;
2819
+
2820
+ AppImageConfigName: string | undefined;
2821
+ }
2822
+ export declare namespace CustomImage {
2823
+
2824
+ const filterSensitiveLog: (obj: CustomImage) => any;
2825
+ }
2826
+
2827
+ export interface KernelGatewayAppSettings {
2828
+
2829
+ DefaultResourceSpec?: ResourceSpec;
2830
+
2831
+ CustomImages?: CustomImage[];
2832
+
2833
+ LifecycleConfigArns?: string[];
2834
+ }
2835
+ export declare namespace KernelGatewayAppSettings {
2836
+
2837
+ const filterSensitiveLog: (obj: KernelGatewayAppSettings) => any;
2838
+ }
2839
+
2840
+ export interface RSessionAppSettings {
2841
+ }
2842
+ export declare namespace RSessionAppSettings {
2843
+
2844
+ const filterSensitiveLog: (obj: RSessionAppSettings) => any;
2845
+ }
2846
+ export declare enum RStudioServerProAccessStatus {
2847
+ Disabled = "DISABLED",
2848
+ Enabled = "ENABLED"
2849
+ }
2850
+ export declare enum RStudioServerProUserGroup {
2851
+ Admin = "R_STUDIO_ADMIN",
2852
+ User = "R_STUDIO_USER"
2853
+ }
2854
+
2855
+ export interface RStudioServerProAppSettings {
2856
+
2857
+ AccessStatus?: RStudioServerProAccessStatus | string;
2858
+
2859
+ UserGroup?: RStudioServerProUserGroup | string;
2860
+ }
2861
+ export declare namespace RStudioServerProAppSettings {
2862
+
2863
+ const filterSensitiveLog: (obj: RStudioServerProAppSettings) => any;
2864
+ }
2865
+ export declare enum NotebookOutputOption {
2866
+ Allowed = "Allowed",
2867
+ Disabled = "Disabled"
2868
+ }
2869
+
2870
+ export interface SharingSettings {
2871
+
2872
+ NotebookOutputOption?: NotebookOutputOption | string;
2873
+
2874
+ S3OutputPath?: string;
2875
+
2876
+ S3KmsKeyId?: string;
2877
+ }
2878
+ export declare namespace SharingSettings {
2879
+
2880
+ const filterSensitiveLog: (obj: SharingSettings) => any;
2881
+ }
2882
+
2883
+ export interface TensorBoardAppSettings {
2884
+
2885
+ DefaultResourceSpec?: ResourceSpec;
2886
+ }
2887
+ export declare namespace TensorBoardAppSettings {
2888
+
2889
+ const filterSensitiveLog: (obj: TensorBoardAppSettings) => any;
2890
+ }
2891
+
2892
+ export interface UserSettings {
2893
+
2894
+ ExecutionRole?: string;
2895
+
2896
+ SecurityGroups?: string[];
2897
+
2898
+ SharingSettings?: SharingSettings;
2899
+
2900
+ JupyterServerAppSettings?: JupyterServerAppSettings;
2901
+
2902
+ KernelGatewayAppSettings?: KernelGatewayAppSettings;
2903
+
2904
+ TensorBoardAppSettings?: TensorBoardAppSettings;
2905
+
2906
+ RStudioServerProAppSettings?: RStudioServerProAppSettings;
2907
+
2908
+ RSessionAppSettings?: RSessionAppSettings;
2909
+ }
2910
+ export declare namespace UserSettings {
2911
+
2912
+ const filterSensitiveLog: (obj: UserSettings) => any;
2913
+ }
2914
+
2915
+ export interface RStudioServerProDomainSettings {
2916
+
2917
+ DomainExecutionRoleArn: string | undefined;
2918
+
2919
+ RStudioConnectUrl?: string;
2920
+
2921
+ RStudioPackageManagerUrl?: string;
2922
+
2923
+ DefaultResourceSpec?: ResourceSpec;
2924
+ }
2925
+ export declare namespace RStudioServerProDomainSettings {
2926
+
2927
+ const filterSensitiveLog: (obj: RStudioServerProDomainSettings) => any;
2928
+ }
2929
+
2930
+ export interface DomainSettings {
2931
+
2932
+ SecurityGroupIds?: string[];
2933
+
2934
+ RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
2935
+ }
2936
+ export declare namespace DomainSettings {
2937
+
2938
+ const filterSensitiveLog: (obj: DomainSettings) => any;
2939
+ }
2940
+ export interface CreateDomainRequest {
2941
+
2942
+ DomainName: string | undefined;
2943
+
2944
+ AuthMode: AuthMode | string | undefined;
2945
+
2946
+ DefaultUserSettings: UserSettings | undefined;
2947
+
2948
+ SubnetIds: string[] | undefined;
2949
+
2950
+ VpcId: string | undefined;
2951
+
2952
+ Tags?: Tag[];
2953
+
2954
+ AppNetworkAccessType?: AppNetworkAccessType | string;
2955
+
2956
+ HomeEfsFileSystemKmsKeyId?: string;
2957
+
2958
+ KmsKeyId?: string;
2959
+
2960
+ AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
2961
+
2962
+ DomainSettings?: DomainSettings;
2963
+ }
2964
+ export declare namespace CreateDomainRequest {
2965
+
2966
+ const filterSensitiveLog: (obj: CreateDomainRequest) => any;
2967
+ }
2968
+ export interface CreateDomainResponse {
2969
+
2970
+ DomainArn?: string;
2971
+
2972
+ Url?: string;
2973
+ }
2974
+ export declare namespace CreateDomainResponse {
2975
+
2976
+ const filterSensitiveLog: (obj: CreateDomainResponse) => any;
2977
+ }
2978
+ export interface CreateEdgePackagingJobRequest {
2979
+
2980
+ EdgePackagingJobName: string | undefined;
2981
+
2982
+ CompilationJobName: string | undefined;
2983
+
2984
+ ModelName: string | undefined;
2985
+
2986
+ ModelVersion: string | undefined;
2987
+
2988
+ RoleArn: string | undefined;
2989
+
2990
+ OutputConfig: EdgeOutputConfig | undefined;
2991
+
2992
+ ResourceKey?: string;
2993
+
2994
+ Tags?: Tag[];
2995
+ }
2996
+ export declare namespace CreateEdgePackagingJobRequest {
2997
+
2998
+ const filterSensitiveLog: (obj: CreateEdgePackagingJobRequest) => any;
2999
+ }
3000
+
3001
+ export interface DeploymentConfig {
3002
+
3003
+ BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
3004
+
3005
+ AutoRollbackConfiguration?: AutoRollbackConfig;
3006
+ }
3007
+ export declare namespace DeploymentConfig {
3008
+
3009
+ const filterSensitiveLog: (obj: DeploymentConfig) => any;
3010
+ }
3011
+ export interface CreateEndpointInput {
3012
+
3013
+ EndpointName: string | undefined;
3014
+
3015
+ EndpointConfigName: string | undefined;
3016
+
3017
+ DeploymentConfig?: DeploymentConfig;
3018
+
3019
+ Tags?: Tag[];
3020
+ }
3021
+ export declare namespace CreateEndpointInput {
3022
+
3023
+ const filterSensitiveLog: (obj: CreateEndpointInput) => any;
3024
+ }
3025
+ export interface CreateEndpointOutput {
3026
+
3027
+ EndpointArn: string | undefined;
3028
+ }
3029
+ export declare namespace CreateEndpointOutput {
3030
+
3031
+ const filterSensitiveLog: (obj: CreateEndpointOutput) => any;
3032
+ }
3033
+
3034
+ export interface DataCaptureConfig {
3035
+
3036
+ EnableCapture?: boolean;
3037
+
3038
+ InitialSamplingPercentage: number | undefined;
3039
+
3040
+ DestinationS3Uri: string | undefined;
3041
+
3042
+ KmsKeyId?: string;
3043
+
3044
+ CaptureOptions: CaptureOption[] | undefined;
3045
+
3046
+ CaptureContentTypeHeader?: CaptureContentTypeHeader;
3047
+ }
3048
+ export declare namespace DataCaptureConfig {
3049
+
3050
+ const filterSensitiveLog: (obj: DataCaptureConfig) => any;
3051
+ }
3052
+ export declare enum ProductionVariantAcceleratorType {
3053
+ ML_EIA1_LARGE = "ml.eia1.large",
3054
+ ML_EIA1_MEDIUM = "ml.eia1.medium",
3055
+ ML_EIA1_XLARGE = "ml.eia1.xlarge",
3056
+ ML_EIA2_LARGE = "ml.eia2.large",
3057
+ ML_EIA2_MEDIUM = "ml.eia2.medium",
3058
+ ML_EIA2_XLARGE = "ml.eia2.xlarge"
3059
+ }
3060
+
3061
+ export interface ProductionVariantCoreDumpConfig {
3062
+
3063
+ DestinationS3Uri: string | undefined;
3064
+
3065
+ KmsKeyId?: string;
3066
+ }
3067
+ export declare namespace ProductionVariantCoreDumpConfig {
3068
+
3069
+ const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
3070
+ }
3071
+
3072
+ export interface ProductionVariantServerlessConfig {
3073
+
3074
+ MemorySizeInMB: number | undefined;
3075
+
3076
+ MaxConcurrency: number | undefined;
3077
+ }
3078
+ export declare namespace ProductionVariantServerlessConfig {
3079
+
3080
+ const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
3081
+ }
3082
+
3083
+ export interface ProductionVariant {
3084
+
3085
+ VariantName: string | undefined;
3086
+
3087
+ ModelName: string | undefined;
3088
+
3089
+ InitialInstanceCount?: number;
3090
+
3091
+ InstanceType?: ProductionVariantInstanceType | string;
3092
+
3093
+ InitialVariantWeight?: number;
3094
+
3095
+ AcceleratorType?: ProductionVariantAcceleratorType | string;
3096
+
3097
+ CoreDumpConfig?: ProductionVariantCoreDumpConfig;
3098
+
3099
+ ServerlessConfig?: ProductionVariantServerlessConfig;
3100
+ }
3101
+ export declare namespace ProductionVariant {
3102
+
3103
+ const filterSensitiveLog: (obj: ProductionVariant) => any;
3104
+ }
3105
+ export interface CreateEndpointConfigInput {
3106
+
3107
+ EndpointConfigName: string | undefined;
3108
+
3109
+ ProductionVariants: ProductionVariant[] | undefined;
3110
+
3111
+ DataCaptureConfig?: DataCaptureConfig;
3112
+
3113
+ Tags?: Tag[];
3114
+
3115
+ KmsKeyId?: string;
3116
+
3117
+ AsyncInferenceConfig?: AsyncInferenceConfig;
3118
+ }
3119
+ export declare namespace CreateEndpointConfigInput {
3120
+
3121
+ const filterSensitiveLog: (obj: CreateEndpointConfigInput) => any;
3122
+ }
3123
+ export interface CreateEndpointConfigOutput {
3124
+
3125
+ EndpointConfigArn: string | undefined;
3126
+ }
3127
+ export declare namespace CreateEndpointConfigOutput {
3128
+
3129
+ const filterSensitiveLog: (obj: CreateEndpointConfigOutput) => any;
3130
+ }
3131
+ export interface CreateExperimentRequest {
3132
+
3133
+ ExperimentName: string | undefined;
3134
+
3135
+ DisplayName?: string;
3136
+
3137
+ Description?: string;
3138
+
3139
+ Tags?: Tag[];
3140
+ }
3141
+ export declare namespace CreateExperimentRequest {
3142
+
3143
+ const filterSensitiveLog: (obj: CreateExperimentRequest) => any;
3144
+ }
3145
+ export interface CreateExperimentResponse {
3146
+
3147
+ ExperimentArn?: string;
3148
+ }
3149
+ export declare namespace CreateExperimentResponse {
3150
+
3151
+ const filterSensitiveLog: (obj: CreateExperimentResponse) => any;
3152
+ }
3153
+ export declare enum FeatureType {
3154
+ FRACTIONAL = "Fractional",
3155
+ INTEGRAL = "Integral",
3156
+ STRING = "String"
3157
+ }
3158
+
3159
+ export interface FeatureDefinition {
3160
+
3161
+ FeatureName?: string;
3162
+
3163
+ FeatureType?: FeatureType | string;
3164
+ }
3165
+ export declare namespace FeatureDefinition {
3166
+
3167
+ const filterSensitiveLog: (obj: FeatureDefinition) => any;
3168
+ }
3169
+
3170
+ export interface DataCatalogConfig {
3171
+
3172
+ TableName: string | undefined;
3173
+
3174
+ Catalog: string | undefined;
3175
+
3176
+ Database: string | undefined;
3177
+ }
3178
+ export declare namespace DataCatalogConfig {
3179
+
3180
+ const filterSensitiveLog: (obj: DataCatalogConfig) => any;
3181
+ }
3182
+
3183
+ export interface S3StorageConfig {
3184
+
3185
+ S3Uri: string | undefined;
3186
+
3187
+ KmsKeyId?: string;
3188
+
3189
+ ResolvedOutputS3Uri?: string;
3190
+ }
3191
+ export declare namespace S3StorageConfig {
3192
+
3193
+ const filterSensitiveLog: (obj: S3StorageConfig) => any;
3194
+ }
3195
+
3196
+ export interface OfflineStoreConfig {
3197
+
3198
+ S3StorageConfig: S3StorageConfig | undefined;
3199
+
3200
+ DisableGlueTableCreation?: boolean;
3201
+
3202
+ DataCatalogConfig?: DataCatalogConfig;
3203
+ }
3204
+ export declare namespace OfflineStoreConfig {
3205
+
3206
+ const filterSensitiveLog: (obj: OfflineStoreConfig) => any;
3207
+ }
3208
+
3209
+ export interface OnlineStoreSecurityConfig {
3210
+
3211
+ KmsKeyId?: string;
3212
+ }
3213
+ export declare namespace OnlineStoreSecurityConfig {
3214
+
3215
+ const filterSensitiveLog: (obj: OnlineStoreSecurityConfig) => any;
3216
+ }
3217
+
3218
+ export interface OnlineStoreConfig {
3219
+
3220
+ SecurityConfig?: OnlineStoreSecurityConfig;
3221
+
3222
+ EnableOnlineStore?: boolean;
3223
+ }
3224
+ export declare namespace OnlineStoreConfig {
3225
+
3226
+ const filterSensitiveLog: (obj: OnlineStoreConfig) => any;
3227
+ }
3228
+ export interface CreateFeatureGroupRequest {
3229
+
3230
+ FeatureGroupName: string | undefined;
3231
+
3232
+ RecordIdentifierFeatureName: string | undefined;
3233
+
3234
+ EventTimeFeatureName: string | undefined;
3235
+
3236
+ FeatureDefinitions: FeatureDefinition[] | undefined;
3237
+
3238
+ OnlineStoreConfig?: OnlineStoreConfig;
3239
+
3240
+ OfflineStoreConfig?: OfflineStoreConfig;
3241
+
3242
+ RoleArn?: string;
3243
+
3244
+ Description?: string;
3245
+
3246
+ Tags?: Tag[];
3247
+ }
3248
+ export declare namespace CreateFeatureGroupRequest {
3249
+
3250
+ const filterSensitiveLog: (obj: CreateFeatureGroupRequest) => any;
3251
+ }
3252
+ export interface CreateFeatureGroupResponse {
3253
+
3254
+ FeatureGroupArn: string | undefined;
3255
+ }
3256
+ export declare namespace CreateFeatureGroupResponse {
3257
+
3258
+ const filterSensitiveLog: (obj: CreateFeatureGroupResponse) => any;
3259
+ }
3260
+
3261
+ export interface HumanLoopActivationConditionsConfig {
3262
+
3263
+ HumanLoopActivationConditions: __LazyJsonString | string | undefined;
3264
+ }
3265
+ export declare namespace HumanLoopActivationConditionsConfig {
3266
+
3267
+ const filterSensitiveLog: (obj: HumanLoopActivationConditionsConfig) => any;
3268
+ }
3269
+
3270
+ export interface HumanLoopActivationConfig {
3271
+
3272
+ HumanLoopActivationConditionsConfig: HumanLoopActivationConditionsConfig | undefined;
3273
+ }
3274
+ export declare namespace HumanLoopActivationConfig {
3275
+
3276
+ const filterSensitiveLog: (obj: HumanLoopActivationConfig) => any;
3277
+ }
3278
+
3279
+ export interface USD {
3280
+
3281
+ Dollars?: number;
3282
+
3283
+ Cents?: number;
3284
+
3285
+ TenthFractionsOfACent?: number;
3286
+ }
3287
+ export declare namespace USD {
3288
+
3289
+ const filterSensitiveLog: (obj: USD) => any;
3290
+ }
3291
+
3292
+ export interface PublicWorkforceTaskPrice {
3293
+
3294
+ AmountInUsd?: USD;
3295
+ }
3296
+ export declare namespace PublicWorkforceTaskPrice {
3297
+
3298
+ const filterSensitiveLog: (obj: PublicWorkforceTaskPrice) => any;
3299
+ }
3300
+
3301
+ export interface HumanLoopConfig {
3302
+
3303
+ WorkteamArn: string | undefined;
3304
+
3305
+ HumanTaskUiArn: string | undefined;
3306
+
3307
+ TaskTitle: string | undefined;
3308
+
3309
+ TaskDescription: string | undefined;
3310
+
3311
+ TaskCount: number | undefined;
3312
+
3313
+ TaskAvailabilityLifetimeInSeconds?: number;
3314
+
3315
+ TaskTimeLimitInSeconds?: number;
3316
+
3317
+ TaskKeywords?: string[];
3318
+
3319
+ PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
3320
+ }
3321
+ export declare namespace HumanLoopConfig {
3322
+
3323
+ const filterSensitiveLog: (obj: HumanLoopConfig) => any;
3324
+ }
3325
+
3326
+ export interface HumanLoopRequestSource {
3327
+
3328
+ AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSource | string | undefined;
3329
+ }
3330
+ export declare namespace HumanLoopRequestSource {
3331
+
3332
+ const filterSensitiveLog: (obj: HumanLoopRequestSource) => any;
3333
+ }
3334
+
3335
+ export interface FlowDefinitionOutputConfig {
3336
+
3337
+ S3OutputPath: string | undefined;
3338
+
3339
+ KmsKeyId?: string;
3340
+ }
3341
+ export declare namespace FlowDefinitionOutputConfig {
3342
+
3343
+ const filterSensitiveLog: (obj: FlowDefinitionOutputConfig) => any;
3344
+ }
3345
+ export interface CreateFlowDefinitionRequest {
3346
+
3347
+ FlowDefinitionName: string | undefined;
3348
+
3349
+ HumanLoopRequestSource?: HumanLoopRequestSource;
3350
+
3351
+ HumanLoopActivationConfig?: HumanLoopActivationConfig;
3352
+
3353
+ HumanLoopConfig: HumanLoopConfig | undefined;
3354
+
3355
+ OutputConfig: FlowDefinitionOutputConfig | undefined;
3356
+
3357
+ RoleArn: string | undefined;
3358
+
3359
+ Tags?: Tag[];
3360
+ }
3361
+ export declare namespace CreateFlowDefinitionRequest {
3362
+
3363
+ const filterSensitiveLog: (obj: CreateFlowDefinitionRequest) => any;
3364
+ }
3365
+ export interface CreateFlowDefinitionResponse {
3366
+
3367
+ FlowDefinitionArn: string | undefined;
3368
+ }
3369
+ export declare namespace CreateFlowDefinitionResponse {
3370
+
3371
+ const filterSensitiveLog: (obj: CreateFlowDefinitionResponse) => any;
3372
+ }
3373
+
3374
+ export interface UiTemplate {
3375
+
3376
+ Content: string | undefined;
3377
+ }
3378
+ export declare namespace UiTemplate {
3379
+
3380
+ const filterSensitiveLog: (obj: UiTemplate) => any;
3381
+ }
3382
+ export interface CreateHumanTaskUiRequest {
3383
+
3384
+ HumanTaskUiName: string | undefined;
3385
+
3386
+ UiTemplate: UiTemplate | undefined;
3387
+
3388
+ Tags?: Tag[];
3389
+ }
3390
+ export declare namespace CreateHumanTaskUiRequest {
3391
+
3392
+ const filterSensitiveLog: (obj: CreateHumanTaskUiRequest) => any;
3393
+ }
3394
+ export interface CreateHumanTaskUiResponse {
3395
+
3396
+ HumanTaskUiArn: string | undefined;
3397
+ }
3398
+ export declare namespace CreateHumanTaskUiResponse {
3399
+
3400
+ const filterSensitiveLog: (obj: CreateHumanTaskUiResponse) => any;
3401
+ }
3402
+
3403
+ export interface IntegerParameterRange {
3404
+
3405
+ Name: string | undefined;
3406
+
3407
+ MinValue: string | undefined;
3408
+
3409
+ MaxValue: string | undefined;
3410
+
3411
+ ScalingType?: HyperParameterScalingType | string;
3412
+ }
3413
+ export declare namespace IntegerParameterRange {
3414
+
3415
+ const filterSensitiveLog: (obj: IntegerParameterRange) => any;
3416
+ }
3417
+
3418
+ export interface ParameterRanges {
3419
+
3420
+ IntegerParameterRanges?: IntegerParameterRange[];
3421
+
3422
+ ContinuousParameterRanges?: ContinuousParameterRange[];
3423
+
3424
+ CategoricalParameterRanges?: CategoricalParameterRange[];
3425
+ }
3426
+ export declare namespace ParameterRanges {
3427
+
3428
+ const filterSensitiveLog: (obj: ParameterRanges) => any;
3429
+ }
3430
+
3431
+ export interface ResourceLimits {
3432
+
3433
+ MaxNumberOfTrainingJobs: number | undefined;
3434
+
3435
+ MaxParallelTrainingJobs: number | undefined;
3436
+ }
3437
+ export declare namespace ResourceLimits {
3438
+
3439
+ const filterSensitiveLog: (obj: ResourceLimits) => any;
3440
+ }
3441
+ export declare enum HyperParameterTuningJobStrategyType {
3442
+ BAYESIAN = "Bayesian",
3443
+ RANDOM = "Random"
3444
+ }
3445
+ export declare enum TrainingJobEarlyStoppingType {
3446
+ AUTO = "Auto",
3447
+ OFF = "Off"
3448
+ }
3449
+
3450
+ export interface TuningJobCompletionCriteria {
3451
+
3452
+ TargetObjectiveMetricValue: number | undefined;
3453
+ }
3454
+ export declare namespace TuningJobCompletionCriteria {
3455
+
3456
+ const filterSensitiveLog: (obj: TuningJobCompletionCriteria) => any;
3457
+ }
3458
+
3459
+ export interface HyperParameterTuningJobConfig {
3460
+
3461
+ Strategy: HyperParameterTuningJobStrategyType | string | undefined;
3462
+
3463
+ HyperParameterTuningJobObjective?: HyperParameterTuningJobObjective;
3464
+
3465
+ ResourceLimits: ResourceLimits | undefined;
3466
+
3467
+ ParameterRanges?: ParameterRanges;
3468
+
3469
+ TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType | string;
3470
+
3471
+ TuningJobCompletionCriteria?: TuningJobCompletionCriteria;
3472
+ }
3473
+ export declare namespace HyperParameterTuningJobConfig {
3474
+
3475
+ const filterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
3476
+ }
3477
+
3478
+ export interface HyperParameterAlgorithmSpecification {
3479
+
3480
+ TrainingImage?: string;
3481
+
3482
+ TrainingInputMode: TrainingInputMode | string | undefined;
3483
+
3484
+ AlgorithmName?: string;
3485
+
3486
+ MetricDefinitions?: MetricDefinition[];
3487
+ }
3488
+ export declare namespace HyperParameterAlgorithmSpecification {
3489
+
3490
+ const filterSensitiveLog: (obj: HyperParameterAlgorithmSpecification) => any;
3491
+ }
3492
+
3493
+ export interface RetryStrategy {
3494
+
3495
+ MaximumRetryAttempts: number | undefined;
3496
+ }
3497
+ export declare namespace RetryStrategy {
3498
+
3499
+ const filterSensitiveLog: (obj: RetryStrategy) => any;
3500
+ }
3501
+
3502
+ export interface HyperParameterTrainingJobDefinition {
3503
+
3504
+ DefinitionName?: string;
3505
+
3506
+ TuningObjective?: HyperParameterTuningJobObjective;
3507
+
3508
+ HyperParameterRanges?: ParameterRanges;
3509
+
3510
+ StaticHyperParameters?: {
3511
+ [key: string]: string;
3512
+ };
3513
+
3514
+ AlgorithmSpecification: HyperParameterAlgorithmSpecification | undefined;
3515
+
3516
+ RoleArn: string | undefined;
3517
+
3518
+ InputDataConfig?: Channel[];
3519
+
3520
+ VpcConfig?: VpcConfig;
3521
+
3522
+ OutputDataConfig: OutputDataConfig | undefined;
3523
+
3524
+ ResourceConfig: ResourceConfig | undefined;
3525
+
3526
+ StoppingCondition: StoppingCondition | undefined;
3527
+
3528
+ EnableNetworkIsolation?: boolean;
3529
+
3530
+ EnableInterContainerTrafficEncryption?: boolean;
3531
+
3532
+ EnableManagedSpotTraining?: boolean;
3533
+
3534
+ CheckpointConfig?: CheckpointConfig;
3535
+
3536
+ RetryStrategy?: RetryStrategy;
3537
+ }
3538
+ export declare namespace HyperParameterTrainingJobDefinition {
3539
+
3540
+ const filterSensitiveLog: (obj: HyperParameterTrainingJobDefinition) => any;
3541
+ }
3542
+
3543
+ export interface ParentHyperParameterTuningJob {
3544
+
3545
+ HyperParameterTuningJobName?: string;
3546
+ }
3547
+ export declare namespace ParentHyperParameterTuningJob {
3548
+
3549
+ const filterSensitiveLog: (obj: ParentHyperParameterTuningJob) => any;
3550
+ }
3551
+ export declare enum HyperParameterTuningJobWarmStartType {
3552
+ IDENTICAL_DATA_AND_ALGORITHM = "IdenticalDataAndAlgorithm",
3553
+ TRANSFER_LEARNING = "TransferLearning"
3554
+ }
3555
+
3556
+ export interface HyperParameterTuningJobWarmStartConfig {
3557
+
3558
+ ParentHyperParameterTuningJobs: ParentHyperParameterTuningJob[] | undefined;
3559
+
3560
+ WarmStartType: HyperParameterTuningJobWarmStartType | string | undefined;
3561
+ }
3562
+ export declare namespace HyperParameterTuningJobWarmStartConfig {
3563
+
3564
+ const filterSensitiveLog: (obj: HyperParameterTuningJobWarmStartConfig) => any;
3565
+ }
3566
+ export interface CreateHyperParameterTuningJobRequest {
3567
+
3568
+ HyperParameterTuningJobName: string | undefined;
3569
+
3570
+ HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
3571
+
3572
+ TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
3573
+
3574
+ TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
3575
+
3576
+ WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
3577
+
3578
+ Tags?: Tag[];
3579
+ }
3580
+ export declare namespace CreateHyperParameterTuningJobRequest {
3581
+
3582
+ const filterSensitiveLog: (obj: CreateHyperParameterTuningJobRequest) => any;
3583
+ }
3584
+ export interface CreateHyperParameterTuningJobResponse {
3585
+
3586
+ HyperParameterTuningJobArn: string | undefined;
3587
+ }
3588
+ export declare namespace CreateHyperParameterTuningJobResponse {
3589
+
3590
+ const filterSensitiveLog: (obj: CreateHyperParameterTuningJobResponse) => any;
3591
+ }
3592
+ export interface CreateImageRequest {
3593
+
3594
+ Description?: string;
3595
+
3596
+ DisplayName?: string;
3597
+
3598
+ ImageName: string | undefined;
3599
+
3600
+ RoleArn: string | undefined;
3601
+
3602
+ Tags?: Tag[];
3603
+ }
3604
+ export declare namespace CreateImageRequest {
3605
+
3606
+ const filterSensitiveLog: (obj: CreateImageRequest) => any;
3607
+ }
3608
+ export interface CreateImageResponse {
3609
+
3610
+ ImageArn?: string;
3611
+ }
3612
+ export declare namespace CreateImageResponse {
3613
+
3614
+ const filterSensitiveLog: (obj: CreateImageResponse) => any;
3615
+ }
3616
+ export interface CreateImageVersionRequest {
3617
+
3618
+ BaseImage: string | undefined;
3619
+
3620
+ ClientToken?: string;
3621
+
3622
+ ImageName: string | undefined;
3623
+ }
3624
+ export declare namespace CreateImageVersionRequest {
3625
+
3626
+ const filterSensitiveLog: (obj: CreateImageVersionRequest) => any;
3627
+ }
3628
+ export interface CreateImageVersionResponse {
3629
+
3630
+ ImageVersionArn?: string;
3631
+ }
3632
+ export declare namespace CreateImageVersionResponse {
3633
+
3634
+ const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
3635
+ }
3636
+
3637
+ export interface EnvironmentParameterRanges {
3638
+
3639
+ CategoricalParameterRanges?: CategoricalParameter[];
3640
+ }
3641
+ export declare namespace EnvironmentParameterRanges {
3642
+
3643
+ const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
3644
+ }