@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,3935 @@
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, EnvironmentParameterRanges, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+
3
+ export interface EndpointInputConfiguration {
4
+
5
+ InstanceType: ProductionVariantInstanceType | string | undefined;
6
+
7
+ InferenceSpecificationName?: string;
8
+
9
+ EnvironmentParameterRanges?: EnvironmentParameterRanges;
10
+ }
11
+ export declare namespace EndpointInputConfiguration {
12
+
13
+ const filterSensitiveLog: (obj: EndpointInputConfiguration) => any;
14
+ }
15
+
16
+ export interface RecommendationJobResourceLimit {
17
+
18
+ MaxNumberOfTests?: number;
19
+
20
+ MaxParallelOfTests?: number;
21
+ }
22
+ export declare namespace RecommendationJobResourceLimit {
23
+
24
+ const filterSensitiveLog: (obj: RecommendationJobResourceLimit) => any;
25
+ }
26
+
27
+ export interface Phase {
28
+
29
+ InitialNumberOfUsers?: number;
30
+
31
+ SpawnRate?: number;
32
+
33
+ DurationInSeconds?: number;
34
+ }
35
+ export declare namespace Phase {
36
+
37
+ const filterSensitiveLog: (obj: Phase) => any;
38
+ }
39
+ export declare enum TrafficType {
40
+ PHASES = "PHASES"
41
+ }
42
+
43
+ export interface TrafficPattern {
44
+
45
+ TrafficType?: TrafficType | string;
46
+
47
+ Phases?: Phase[];
48
+ }
49
+ export declare namespace TrafficPattern {
50
+
51
+ const filterSensitiveLog: (obj: TrafficPattern) => any;
52
+ }
53
+
54
+ export interface RecommendationJobInputConfig {
55
+
56
+ ModelPackageVersionArn: string | undefined;
57
+
58
+ JobDurationInSeconds?: number;
59
+
60
+ TrafficPattern?: TrafficPattern;
61
+
62
+ ResourceLimit?: RecommendationJobResourceLimit;
63
+
64
+ EndpointConfigurations?: EndpointInputConfiguration[];
65
+ }
66
+ export declare namespace RecommendationJobInputConfig {
67
+
68
+ const filterSensitiveLog: (obj: RecommendationJobInputConfig) => any;
69
+ }
70
+ export declare enum RecommendationJobType {
71
+ ADVANCED = "Advanced",
72
+ DEFAULT = "Default"
73
+ }
74
+
75
+ export interface ModelLatencyThreshold {
76
+
77
+ Percentile?: string;
78
+
79
+ ValueInMilliseconds?: number;
80
+ }
81
+ export declare namespace ModelLatencyThreshold {
82
+
83
+ const filterSensitiveLog: (obj: ModelLatencyThreshold) => any;
84
+ }
85
+
86
+ export interface RecommendationJobStoppingConditions {
87
+
88
+ MaxInvocations?: number;
89
+
90
+ ModelLatencyThresholds?: ModelLatencyThreshold[];
91
+ }
92
+ export declare namespace RecommendationJobStoppingConditions {
93
+
94
+ const filterSensitiveLog: (obj: RecommendationJobStoppingConditions) => any;
95
+ }
96
+ export interface CreateInferenceRecommendationsJobRequest {
97
+
98
+ JobName: string | undefined;
99
+
100
+ JobType: RecommendationJobType | string | undefined;
101
+
102
+ RoleArn: string | undefined;
103
+
104
+ InputConfig: RecommendationJobInputConfig | undefined;
105
+
106
+ JobDescription?: string;
107
+
108
+ StoppingConditions?: RecommendationJobStoppingConditions;
109
+
110
+ Tags?: Tag[];
111
+ }
112
+ export declare namespace CreateInferenceRecommendationsJobRequest {
113
+
114
+ const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobRequest) => any;
115
+ }
116
+ export interface CreateInferenceRecommendationsJobResponse {
117
+
118
+ JobArn: string | undefined;
119
+ }
120
+ export declare namespace CreateInferenceRecommendationsJobResponse {
121
+
122
+ const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobResponse) => any;
123
+ }
124
+
125
+ export interface UiConfig {
126
+
127
+ UiTemplateS3Uri?: string;
128
+
129
+ HumanTaskUiArn?: string;
130
+ }
131
+ export declare namespace UiConfig {
132
+
133
+ const filterSensitiveLog: (obj: UiConfig) => any;
134
+ }
135
+
136
+ export interface HumanTaskConfig {
137
+
138
+ WorkteamArn: string | undefined;
139
+
140
+ UiConfig: UiConfig | undefined;
141
+
142
+ PreHumanTaskLambdaArn: string | undefined;
143
+
144
+ TaskKeywords?: string[];
145
+
146
+ TaskTitle: string | undefined;
147
+
148
+ TaskDescription: string | undefined;
149
+
150
+ NumberOfHumanWorkersPerDataObject: number | undefined;
151
+
152
+ TaskTimeLimitInSeconds: number | undefined;
153
+
154
+ TaskAvailabilityLifetimeInSeconds?: number;
155
+
156
+ MaxConcurrentTaskCount?: number;
157
+
158
+ AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
159
+
160
+ PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
161
+ }
162
+ export declare namespace HumanTaskConfig {
163
+
164
+ const filterSensitiveLog: (obj: HumanTaskConfig) => any;
165
+ }
166
+
167
+ export interface LabelingJobDataAttributes {
168
+
169
+ ContentClassifiers?: (ContentClassifier | string)[];
170
+ }
171
+ export declare namespace LabelingJobDataAttributes {
172
+
173
+ const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
174
+ }
175
+
176
+ export interface LabelingJobS3DataSource {
177
+
178
+ ManifestS3Uri: string | undefined;
179
+ }
180
+ export declare namespace LabelingJobS3DataSource {
181
+
182
+ const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
183
+ }
184
+
185
+ export interface LabelingJobSnsDataSource {
186
+
187
+ SnsTopicArn: string | undefined;
188
+ }
189
+ export declare namespace LabelingJobSnsDataSource {
190
+
191
+ const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
192
+ }
193
+
194
+ export interface LabelingJobDataSource {
195
+
196
+ S3DataSource?: LabelingJobS3DataSource;
197
+
198
+ SnsDataSource?: LabelingJobSnsDataSource;
199
+ }
200
+ export declare namespace LabelingJobDataSource {
201
+
202
+ const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
203
+ }
204
+
205
+ export interface LabelingJobInputConfig {
206
+
207
+ DataSource: LabelingJobDataSource | undefined;
208
+
209
+ DataAttributes?: LabelingJobDataAttributes;
210
+ }
211
+ export declare namespace LabelingJobInputConfig {
212
+
213
+ const filterSensitiveLog: (obj: LabelingJobInputConfig) => any;
214
+ }
215
+
216
+ export interface LabelingJobResourceConfig {
217
+
218
+ VolumeKmsKeyId?: string;
219
+ }
220
+ export declare namespace LabelingJobResourceConfig {
221
+
222
+ const filterSensitiveLog: (obj: LabelingJobResourceConfig) => any;
223
+ }
224
+
225
+ export interface LabelingJobAlgorithmsConfig {
226
+
227
+ LabelingJobAlgorithmSpecificationArn: string | undefined;
228
+
229
+ InitialActiveLearningModelArn?: string;
230
+
231
+ LabelingJobResourceConfig?: LabelingJobResourceConfig;
232
+ }
233
+ export declare namespace LabelingJobAlgorithmsConfig {
234
+
235
+ const filterSensitiveLog: (obj: LabelingJobAlgorithmsConfig) => any;
236
+ }
237
+
238
+ export interface LabelingJobOutputConfig {
239
+
240
+ S3OutputPath: string | undefined;
241
+
242
+ KmsKeyId?: string;
243
+
244
+ SnsTopicArn?: string;
245
+ }
246
+ export declare namespace LabelingJobOutputConfig {
247
+
248
+ const filterSensitiveLog: (obj: LabelingJobOutputConfig) => any;
249
+ }
250
+
251
+ export interface LabelingJobStoppingConditions {
252
+
253
+ MaxHumanLabeledObjectCount?: number;
254
+
255
+ MaxPercentageOfInputDatasetLabeled?: number;
256
+ }
257
+ export declare namespace LabelingJobStoppingConditions {
258
+
259
+ const filterSensitiveLog: (obj: LabelingJobStoppingConditions) => any;
260
+ }
261
+ export interface CreateLabelingJobRequest {
262
+
263
+ LabelingJobName: string | undefined;
264
+
265
+ LabelAttributeName: string | undefined;
266
+
267
+ InputConfig: LabelingJobInputConfig | undefined;
268
+
269
+ OutputConfig: LabelingJobOutputConfig | undefined;
270
+
271
+ RoleArn: string | undefined;
272
+
273
+ LabelCategoryConfigS3Uri?: string;
274
+
275
+ StoppingConditions?: LabelingJobStoppingConditions;
276
+
277
+ LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
278
+
279
+ HumanTaskConfig: HumanTaskConfig | undefined;
280
+
281
+ Tags?: Tag[];
282
+ }
283
+ export declare namespace CreateLabelingJobRequest {
284
+
285
+ const filterSensitiveLog: (obj: CreateLabelingJobRequest) => any;
286
+ }
287
+ export interface CreateLabelingJobResponse {
288
+
289
+ LabelingJobArn: string | undefined;
290
+ }
291
+ export declare namespace CreateLabelingJobResponse {
292
+
293
+ const filterSensitiveLog: (obj: CreateLabelingJobResponse) => any;
294
+ }
295
+ export declare enum InferenceExecutionMode {
296
+ DIRECT = "Direct",
297
+ SERIAL = "Serial"
298
+ }
299
+
300
+ export interface InferenceExecutionConfig {
301
+
302
+ Mode: InferenceExecutionMode | string | undefined;
303
+ }
304
+ export declare namespace InferenceExecutionConfig {
305
+
306
+ const filterSensitiveLog: (obj: InferenceExecutionConfig) => any;
307
+ }
308
+ export interface CreateModelInput {
309
+
310
+ ModelName: string | undefined;
311
+
312
+ PrimaryContainer?: ContainerDefinition;
313
+
314
+ Containers?: ContainerDefinition[];
315
+
316
+ InferenceExecutionConfig?: InferenceExecutionConfig;
317
+
318
+ ExecutionRoleArn: string | undefined;
319
+
320
+ Tags?: Tag[];
321
+
322
+ VpcConfig?: VpcConfig;
323
+
324
+ EnableNetworkIsolation?: boolean;
325
+ }
326
+ export declare namespace CreateModelInput {
327
+
328
+ const filterSensitiveLog: (obj: CreateModelInput) => any;
329
+ }
330
+ export interface CreateModelOutput {
331
+
332
+ ModelArn: string | undefined;
333
+ }
334
+ export declare namespace CreateModelOutput {
335
+
336
+ const filterSensitiveLog: (obj: CreateModelOutput) => any;
337
+ }
338
+
339
+ export interface ModelBiasAppSpecification {
340
+
341
+ ImageUri: string | undefined;
342
+
343
+ ConfigUri: string | undefined;
344
+
345
+ Environment?: {
346
+ [key: string]: string;
347
+ };
348
+ }
349
+ export declare namespace ModelBiasAppSpecification {
350
+
351
+ const filterSensitiveLog: (obj: ModelBiasAppSpecification) => any;
352
+ }
353
+
354
+ export interface ModelBiasBaselineConfig {
355
+
356
+ BaseliningJobName?: string;
357
+
358
+ ConstraintsResource?: MonitoringConstraintsResource;
359
+ }
360
+ export declare namespace ModelBiasBaselineConfig {
361
+
362
+ const filterSensitiveLog: (obj: ModelBiasBaselineConfig) => any;
363
+ }
364
+
365
+ export interface MonitoringGroundTruthS3Input {
366
+
367
+ S3Uri?: string;
368
+ }
369
+ export declare namespace MonitoringGroundTruthS3Input {
370
+
371
+ const filterSensitiveLog: (obj: MonitoringGroundTruthS3Input) => any;
372
+ }
373
+
374
+ export interface ModelBiasJobInput {
375
+
376
+ EndpointInput: EndpointInput | undefined;
377
+
378
+ GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
379
+ }
380
+ export declare namespace ModelBiasJobInput {
381
+
382
+ const filterSensitiveLog: (obj: ModelBiasJobInput) => any;
383
+ }
384
+ export interface CreateModelBiasJobDefinitionRequest {
385
+
386
+ JobDefinitionName: string | undefined;
387
+
388
+ ModelBiasBaselineConfig?: ModelBiasBaselineConfig;
389
+
390
+ ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
391
+
392
+ ModelBiasJobInput: ModelBiasJobInput | undefined;
393
+
394
+ ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
395
+
396
+ JobResources: MonitoringResources | undefined;
397
+
398
+ NetworkConfig?: MonitoringNetworkConfig;
399
+
400
+ RoleArn: string | undefined;
401
+
402
+ StoppingCondition?: MonitoringStoppingCondition;
403
+
404
+ Tags?: Tag[];
405
+ }
406
+ export declare namespace CreateModelBiasJobDefinitionRequest {
407
+
408
+ const filterSensitiveLog: (obj: CreateModelBiasJobDefinitionRequest) => any;
409
+ }
410
+ export interface CreateModelBiasJobDefinitionResponse {
411
+
412
+ JobDefinitionArn: string | undefined;
413
+ }
414
+ export declare namespace CreateModelBiasJobDefinitionResponse {
415
+
416
+ const filterSensitiveLog: (obj: CreateModelBiasJobDefinitionResponse) => any;
417
+ }
418
+
419
+ export interface ModelExplainabilityAppSpecification {
420
+
421
+ ImageUri: string | undefined;
422
+
423
+ ConfigUri: string | undefined;
424
+
425
+ Environment?: {
426
+ [key: string]: string;
427
+ };
428
+ }
429
+ export declare namespace ModelExplainabilityAppSpecification {
430
+
431
+ const filterSensitiveLog: (obj: ModelExplainabilityAppSpecification) => any;
432
+ }
433
+
434
+ export interface ModelExplainabilityBaselineConfig {
435
+
436
+ BaseliningJobName?: string;
437
+
438
+ ConstraintsResource?: MonitoringConstraintsResource;
439
+ }
440
+ export declare namespace ModelExplainabilityBaselineConfig {
441
+
442
+ const filterSensitiveLog: (obj: ModelExplainabilityBaselineConfig) => any;
443
+ }
444
+
445
+ export interface ModelExplainabilityJobInput {
446
+
447
+ EndpointInput: EndpointInput | undefined;
448
+ }
449
+ export declare namespace ModelExplainabilityJobInput {
450
+
451
+ const filterSensitiveLog: (obj: ModelExplainabilityJobInput) => any;
452
+ }
453
+ export interface CreateModelExplainabilityJobDefinitionRequest {
454
+
455
+ JobDefinitionName: string | undefined;
456
+
457
+ ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
458
+
459
+ ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
460
+
461
+ ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
462
+
463
+ ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
464
+
465
+ JobResources: MonitoringResources | undefined;
466
+
467
+ NetworkConfig?: MonitoringNetworkConfig;
468
+
469
+ RoleArn: string | undefined;
470
+
471
+ StoppingCondition?: MonitoringStoppingCondition;
472
+
473
+ Tags?: Tag[];
474
+ }
475
+ export declare namespace CreateModelExplainabilityJobDefinitionRequest {
476
+
477
+ const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionRequest) => any;
478
+ }
479
+ export interface CreateModelExplainabilityJobDefinitionResponse {
480
+
481
+ JobDefinitionArn: string | undefined;
482
+ }
483
+ export declare namespace CreateModelExplainabilityJobDefinitionResponse {
484
+
485
+ const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
486
+ }
487
+
488
+ export interface FileSource {
489
+
490
+ ContentType?: string;
491
+
492
+ ContentDigest?: string;
493
+
494
+ S3Uri: string | undefined;
495
+ }
496
+ export declare namespace FileSource {
497
+
498
+ const filterSensitiveLog: (obj: FileSource) => any;
499
+ }
500
+
501
+ export interface DriftCheckBias {
502
+
503
+ ConfigFile?: FileSource;
504
+
505
+ PreTrainingConstraints?: MetricsSource;
506
+
507
+ PostTrainingConstraints?: MetricsSource;
508
+ }
509
+ export declare namespace DriftCheckBias {
510
+
511
+ const filterSensitiveLog: (obj: DriftCheckBias) => any;
512
+ }
513
+
514
+ export interface DriftCheckExplainability {
515
+
516
+ Constraints?: MetricsSource;
517
+
518
+ ConfigFile?: FileSource;
519
+ }
520
+ export declare namespace DriftCheckExplainability {
521
+
522
+ const filterSensitiveLog: (obj: DriftCheckExplainability) => any;
523
+ }
524
+
525
+ export interface DriftCheckModelDataQuality {
526
+
527
+ Statistics?: MetricsSource;
528
+
529
+ Constraints?: MetricsSource;
530
+ }
531
+ export declare namespace DriftCheckModelDataQuality {
532
+
533
+ const filterSensitiveLog: (obj: DriftCheckModelDataQuality) => any;
534
+ }
535
+
536
+ export interface DriftCheckModelQuality {
537
+
538
+ Statistics?: MetricsSource;
539
+
540
+ Constraints?: MetricsSource;
541
+ }
542
+ export declare namespace DriftCheckModelQuality {
543
+
544
+ const filterSensitiveLog: (obj: DriftCheckModelQuality) => any;
545
+ }
546
+
547
+ export interface DriftCheckBaselines {
548
+
549
+ Bias?: DriftCheckBias;
550
+
551
+ Explainability?: DriftCheckExplainability;
552
+
553
+ ModelQuality?: DriftCheckModelQuality;
554
+
555
+ ModelDataQuality?: DriftCheckModelDataQuality;
556
+ }
557
+ export declare namespace DriftCheckBaselines {
558
+
559
+ const filterSensitiveLog: (obj: DriftCheckBaselines) => any;
560
+ }
561
+
562
+ export interface Explainability {
563
+
564
+ Report?: MetricsSource;
565
+ }
566
+ export declare namespace Explainability {
567
+
568
+ const filterSensitiveLog: (obj: Explainability) => any;
569
+ }
570
+
571
+ export interface ModelDataQuality {
572
+
573
+ Statistics?: MetricsSource;
574
+
575
+ Constraints?: MetricsSource;
576
+ }
577
+ export declare namespace ModelDataQuality {
578
+
579
+ const filterSensitiveLog: (obj: ModelDataQuality) => any;
580
+ }
581
+
582
+ export interface ModelQuality {
583
+
584
+ Statistics?: MetricsSource;
585
+
586
+ Constraints?: MetricsSource;
587
+ }
588
+ export declare namespace ModelQuality {
589
+
590
+ const filterSensitiveLog: (obj: ModelQuality) => any;
591
+ }
592
+
593
+ export interface ModelMetrics {
594
+
595
+ ModelQuality?: ModelQuality;
596
+
597
+ ModelDataQuality?: ModelDataQuality;
598
+
599
+ Bias?: Bias;
600
+
601
+ Explainability?: Explainability;
602
+ }
603
+ export declare namespace ModelMetrics {
604
+
605
+ const filterSensitiveLog: (obj: ModelMetrics) => any;
606
+ }
607
+
608
+ export interface SourceAlgorithm {
609
+
610
+ ModelDataUrl?: string;
611
+
612
+ AlgorithmName: string | undefined;
613
+ }
614
+ export declare namespace SourceAlgorithm {
615
+
616
+ const filterSensitiveLog: (obj: SourceAlgorithm) => any;
617
+ }
618
+
619
+ export interface SourceAlgorithmSpecification {
620
+
621
+ SourceAlgorithms: SourceAlgorithm[] | undefined;
622
+ }
623
+ export declare namespace SourceAlgorithmSpecification {
624
+
625
+ const filterSensitiveLog: (obj: SourceAlgorithmSpecification) => any;
626
+ }
627
+
628
+ export interface ModelPackageValidationProfile {
629
+
630
+ ProfileName: string | undefined;
631
+
632
+ TransformJobDefinition: TransformJobDefinition | undefined;
633
+ }
634
+ export declare namespace ModelPackageValidationProfile {
635
+
636
+ const filterSensitiveLog: (obj: ModelPackageValidationProfile) => any;
637
+ }
638
+
639
+ export interface ModelPackageValidationSpecification {
640
+
641
+ ValidationRole: string | undefined;
642
+
643
+ ValidationProfiles: ModelPackageValidationProfile[] | undefined;
644
+ }
645
+ export declare namespace ModelPackageValidationSpecification {
646
+
647
+ const filterSensitiveLog: (obj: ModelPackageValidationSpecification) => any;
648
+ }
649
+ export interface CreateModelPackageInput {
650
+
651
+ ModelPackageName?: string;
652
+
653
+ ModelPackageGroupName?: string;
654
+
655
+ ModelPackageDescription?: string;
656
+
657
+ InferenceSpecification?: InferenceSpecification;
658
+
659
+ ValidationSpecification?: ModelPackageValidationSpecification;
660
+
661
+ SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
662
+
663
+ CertifyForMarketplace?: boolean;
664
+
665
+ Tags?: Tag[];
666
+
667
+ ModelApprovalStatus?: ModelApprovalStatus | string;
668
+
669
+ MetadataProperties?: MetadataProperties;
670
+
671
+ ModelMetrics?: ModelMetrics;
672
+
673
+ ClientToken?: string;
674
+
675
+ CustomerMetadataProperties?: {
676
+ [key: string]: string;
677
+ };
678
+
679
+ DriftCheckBaselines?: DriftCheckBaselines;
680
+
681
+ Domain?: string;
682
+
683
+ Task?: string;
684
+
685
+ SamplePayloadUrl?: string;
686
+
687
+ AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
688
+ }
689
+ export declare namespace CreateModelPackageInput {
690
+
691
+ const filterSensitiveLog: (obj: CreateModelPackageInput) => any;
692
+ }
693
+ export interface CreateModelPackageOutput {
694
+
695
+ ModelPackageArn: string | undefined;
696
+ }
697
+ export declare namespace CreateModelPackageOutput {
698
+
699
+ const filterSensitiveLog: (obj: CreateModelPackageOutput) => any;
700
+ }
701
+ export interface CreateModelPackageGroupInput {
702
+
703
+ ModelPackageGroupName: string | undefined;
704
+
705
+ ModelPackageGroupDescription?: string;
706
+
707
+ Tags?: Tag[];
708
+ }
709
+ export declare namespace CreateModelPackageGroupInput {
710
+
711
+ const filterSensitiveLog: (obj: CreateModelPackageGroupInput) => any;
712
+ }
713
+ export interface CreateModelPackageGroupOutput {
714
+
715
+ ModelPackageGroupArn: string | undefined;
716
+ }
717
+ export declare namespace CreateModelPackageGroupOutput {
718
+
719
+ const filterSensitiveLog: (obj: CreateModelPackageGroupOutput) => any;
720
+ }
721
+ export declare enum MonitoringProblemType {
722
+ BINARY_CLASSIFICATION = "BinaryClassification",
723
+ MULTICLASS_CLASSIFICATION = "MulticlassClassification",
724
+ REGRESSION = "Regression"
725
+ }
726
+
727
+ export interface ModelQualityAppSpecification {
728
+
729
+ ImageUri: string | undefined;
730
+
731
+ ContainerEntrypoint?: string[];
732
+
733
+ ContainerArguments?: string[];
734
+
735
+ RecordPreprocessorSourceUri?: string;
736
+
737
+ PostAnalyticsProcessorSourceUri?: string;
738
+
739
+ ProblemType?: MonitoringProblemType | string;
740
+
741
+ Environment?: {
742
+ [key: string]: string;
743
+ };
744
+ }
745
+ export declare namespace ModelQualityAppSpecification {
746
+
747
+ const filterSensitiveLog: (obj: ModelQualityAppSpecification) => any;
748
+ }
749
+
750
+ export interface ModelQualityBaselineConfig {
751
+
752
+ BaseliningJobName?: string;
753
+
754
+ ConstraintsResource?: MonitoringConstraintsResource;
755
+ }
756
+ export declare namespace ModelQualityBaselineConfig {
757
+
758
+ const filterSensitiveLog: (obj: ModelQualityBaselineConfig) => any;
759
+ }
760
+
761
+ export interface ModelQualityJobInput {
762
+
763
+ EndpointInput: EndpointInput | undefined;
764
+
765
+ GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
766
+ }
767
+ export declare namespace ModelQualityJobInput {
768
+
769
+ const filterSensitiveLog: (obj: ModelQualityJobInput) => any;
770
+ }
771
+ export interface CreateModelQualityJobDefinitionRequest {
772
+
773
+ JobDefinitionName: string | undefined;
774
+
775
+ ModelQualityBaselineConfig?: ModelQualityBaselineConfig;
776
+
777
+ ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
778
+
779
+ ModelQualityJobInput: ModelQualityJobInput | undefined;
780
+
781
+ ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
782
+
783
+ JobResources: MonitoringResources | undefined;
784
+
785
+ NetworkConfig?: MonitoringNetworkConfig;
786
+
787
+ RoleArn: string | undefined;
788
+
789
+ StoppingCondition?: MonitoringStoppingCondition;
790
+
791
+ Tags?: Tag[];
792
+ }
793
+ export declare namespace CreateModelQualityJobDefinitionRequest {
794
+
795
+ const filterSensitiveLog: (obj: CreateModelQualityJobDefinitionRequest) => any;
796
+ }
797
+ export interface CreateModelQualityJobDefinitionResponse {
798
+
799
+ JobDefinitionArn: string | undefined;
800
+ }
801
+ export declare namespace CreateModelQualityJobDefinitionResponse {
802
+
803
+ const filterSensitiveLog: (obj: CreateModelQualityJobDefinitionResponse) => any;
804
+ }
805
+
806
+ export interface MonitoringBaselineConfig {
807
+
808
+ BaseliningJobName?: string;
809
+
810
+ ConstraintsResource?: MonitoringConstraintsResource;
811
+
812
+ StatisticsResource?: MonitoringStatisticsResource;
813
+ }
814
+ export declare namespace MonitoringBaselineConfig {
815
+
816
+ const filterSensitiveLog: (obj: MonitoringBaselineConfig) => any;
817
+ }
818
+
819
+ export interface MonitoringAppSpecification {
820
+
821
+ ImageUri: string | undefined;
822
+
823
+ ContainerEntrypoint?: string[];
824
+
825
+ ContainerArguments?: string[];
826
+
827
+ RecordPreprocessorSourceUri?: string;
828
+
829
+ PostAnalyticsProcessorSourceUri?: string;
830
+ }
831
+ export declare namespace MonitoringAppSpecification {
832
+
833
+ const filterSensitiveLog: (obj: MonitoringAppSpecification) => any;
834
+ }
835
+
836
+ export interface MonitoringInput {
837
+
838
+ EndpointInput: EndpointInput | undefined;
839
+ }
840
+ export declare namespace MonitoringInput {
841
+
842
+ const filterSensitiveLog: (obj: MonitoringInput) => any;
843
+ }
844
+
845
+ export interface NetworkConfig {
846
+
847
+ EnableInterContainerTrafficEncryption?: boolean;
848
+
849
+ EnableNetworkIsolation?: boolean;
850
+
851
+ VpcConfig?: VpcConfig;
852
+ }
853
+ export declare namespace NetworkConfig {
854
+
855
+ const filterSensitiveLog: (obj: NetworkConfig) => any;
856
+ }
857
+
858
+ export interface MonitoringJobDefinition {
859
+
860
+ BaselineConfig?: MonitoringBaselineConfig;
861
+
862
+ MonitoringInputs: MonitoringInput[] | undefined;
863
+
864
+ MonitoringOutputConfig: MonitoringOutputConfig | undefined;
865
+
866
+ MonitoringResources: MonitoringResources | undefined;
867
+
868
+ MonitoringAppSpecification: MonitoringAppSpecification | undefined;
869
+
870
+ StoppingCondition?: MonitoringStoppingCondition;
871
+
872
+ Environment?: {
873
+ [key: string]: string;
874
+ };
875
+
876
+ NetworkConfig?: NetworkConfig;
877
+
878
+ RoleArn: string | undefined;
879
+ }
880
+ export declare namespace MonitoringJobDefinition {
881
+
882
+ const filterSensitiveLog: (obj: MonitoringJobDefinition) => any;
883
+ }
884
+ export declare enum MonitoringType {
885
+ DATA_QUALITY = "DataQuality",
886
+ MODEL_BIAS = "ModelBias",
887
+ MODEL_EXPLAINABILITY = "ModelExplainability",
888
+ MODEL_QUALITY = "ModelQuality"
889
+ }
890
+
891
+ export interface ScheduleConfig {
892
+
893
+ ScheduleExpression: string | undefined;
894
+ }
895
+ export declare namespace ScheduleConfig {
896
+
897
+ const filterSensitiveLog: (obj: ScheduleConfig) => any;
898
+ }
899
+
900
+ export interface MonitoringScheduleConfig {
901
+
902
+ ScheduleConfig?: ScheduleConfig;
903
+
904
+ MonitoringJobDefinition?: MonitoringJobDefinition;
905
+
906
+ MonitoringJobDefinitionName?: string;
907
+
908
+ MonitoringType?: MonitoringType | string;
909
+ }
910
+ export declare namespace MonitoringScheduleConfig {
911
+
912
+ const filterSensitiveLog: (obj: MonitoringScheduleConfig) => any;
913
+ }
914
+ export interface CreateMonitoringScheduleRequest {
915
+
916
+ MonitoringScheduleName: string | undefined;
917
+
918
+ MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
919
+
920
+ Tags?: Tag[];
921
+ }
922
+ export declare namespace CreateMonitoringScheduleRequest {
923
+
924
+ const filterSensitiveLog: (obj: CreateMonitoringScheduleRequest) => any;
925
+ }
926
+ export interface CreateMonitoringScheduleResponse {
927
+
928
+ MonitoringScheduleArn: string | undefined;
929
+ }
930
+ export declare namespace CreateMonitoringScheduleResponse {
931
+
932
+ const filterSensitiveLog: (obj: CreateMonitoringScheduleResponse) => any;
933
+ }
934
+ export declare enum NotebookInstanceAcceleratorType {
935
+ ML_EIA1_LARGE = "ml.eia1.large",
936
+ ML_EIA1_MEDIUM = "ml.eia1.medium",
937
+ ML_EIA1_XLARGE = "ml.eia1.xlarge",
938
+ ML_EIA2_LARGE = "ml.eia2.large",
939
+ ML_EIA2_MEDIUM = "ml.eia2.medium",
940
+ ML_EIA2_XLARGE = "ml.eia2.xlarge"
941
+ }
942
+ export declare enum DirectInternetAccess {
943
+ DISABLED = "Disabled",
944
+ ENABLED = "Enabled"
945
+ }
946
+ export declare enum _InstanceType {
947
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
948
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
949
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
950
+ ML_C4_XLARGE = "ml.c4.xlarge",
951
+ ML_C5D_18XLARGE = "ml.c5d.18xlarge",
952
+ ML_C5D_2XLARGE = "ml.c5d.2xlarge",
953
+ ML_C5D_4XLARGE = "ml.c5d.4xlarge",
954
+ ML_C5D_9XLARGE = "ml.c5d.9xlarge",
955
+ ML_C5D_XLARGE = "ml.c5d.xlarge",
956
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
957
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
958
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
959
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
960
+ ML_C5_XLARGE = "ml.c5.xlarge",
961
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
962
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
963
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
964
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
965
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
966
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
967
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
968
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
969
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
970
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
971
+ ML_M4_XLARGE = "ml.m4.xlarge",
972
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
973
+ ML_M5D_16XLARGE = "ml.m5d.16xlarge",
974
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
975
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
976
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
977
+ ML_M5D_8XLARGE = "ml.m5d.8xlarge",
978
+ ML_M5D_LARGE = "ml.m5d.large",
979
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
980
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
981
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
982
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
983
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
984
+ ML_M5_XLARGE = "ml.m5.xlarge",
985
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
986
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
987
+ ML_P2_XLARGE = "ml.p2.xlarge",
988
+ ML_P3DN_24XLARGE = "ml.p3dn.24xlarge",
989
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
990
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
991
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
992
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
993
+ ML_R5_16XLARGE = "ml.r5.16xlarge",
994
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
995
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
996
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
997
+ ML_R5_8XLARGE = "ml.r5.8xlarge",
998
+ ML_R5_LARGE = "ml.r5.large",
999
+ ML_R5_XLARGE = "ml.r5.xlarge",
1000
+ ML_T2_2XLARGE = "ml.t2.2xlarge",
1001
+ ML_T2_LARGE = "ml.t2.large",
1002
+ ML_T2_MEDIUM = "ml.t2.medium",
1003
+ ML_T2_XLARGE = "ml.t2.xlarge",
1004
+ ML_T3_2XLARGE = "ml.t3.2xlarge",
1005
+ ML_T3_LARGE = "ml.t3.large",
1006
+ ML_T3_MEDIUM = "ml.t3.medium",
1007
+ ML_T3_XLARGE = "ml.t3.xlarge"
1008
+ }
1009
+ export declare enum RootAccess {
1010
+ DISABLED = "Disabled",
1011
+ ENABLED = "Enabled"
1012
+ }
1013
+ export interface CreateNotebookInstanceInput {
1014
+
1015
+ NotebookInstanceName: string | undefined;
1016
+
1017
+ InstanceType: _InstanceType | string | undefined;
1018
+
1019
+ SubnetId?: string;
1020
+
1021
+ SecurityGroupIds?: string[];
1022
+
1023
+ RoleArn: string | undefined;
1024
+
1025
+ KmsKeyId?: string;
1026
+
1027
+ Tags?: Tag[];
1028
+
1029
+ LifecycleConfigName?: string;
1030
+
1031
+ DirectInternetAccess?: DirectInternetAccess | string;
1032
+
1033
+ VolumeSizeInGB?: number;
1034
+
1035
+ AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
1036
+
1037
+ DefaultCodeRepository?: string;
1038
+
1039
+ AdditionalCodeRepositories?: string[];
1040
+
1041
+ RootAccess?: RootAccess | string;
1042
+
1043
+ PlatformIdentifier?: string;
1044
+ }
1045
+ export declare namespace CreateNotebookInstanceInput {
1046
+
1047
+ const filterSensitiveLog: (obj: CreateNotebookInstanceInput) => any;
1048
+ }
1049
+ export interface CreateNotebookInstanceOutput {
1050
+
1051
+ NotebookInstanceArn?: string;
1052
+ }
1053
+ export declare namespace CreateNotebookInstanceOutput {
1054
+
1055
+ const filterSensitiveLog: (obj: CreateNotebookInstanceOutput) => any;
1056
+ }
1057
+
1058
+ export interface NotebookInstanceLifecycleHook {
1059
+
1060
+ Content?: string;
1061
+ }
1062
+ export declare namespace NotebookInstanceLifecycleHook {
1063
+
1064
+ const filterSensitiveLog: (obj: NotebookInstanceLifecycleHook) => any;
1065
+ }
1066
+ export interface CreateNotebookInstanceLifecycleConfigInput {
1067
+
1068
+ NotebookInstanceLifecycleConfigName: string | undefined;
1069
+
1070
+ OnCreate?: NotebookInstanceLifecycleHook[];
1071
+
1072
+ OnStart?: NotebookInstanceLifecycleHook[];
1073
+ }
1074
+ export declare namespace CreateNotebookInstanceLifecycleConfigInput {
1075
+
1076
+ const filterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigInput) => any;
1077
+ }
1078
+ export interface CreateNotebookInstanceLifecycleConfigOutput {
1079
+
1080
+ NotebookInstanceLifecycleConfigArn?: string;
1081
+ }
1082
+ export declare namespace CreateNotebookInstanceLifecycleConfigOutput {
1083
+
1084
+ const filterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigOutput) => any;
1085
+ }
1086
+
1087
+ export interface ParallelismConfiguration {
1088
+
1089
+ MaxParallelExecutionSteps: number | undefined;
1090
+ }
1091
+ export declare namespace ParallelismConfiguration {
1092
+
1093
+ const filterSensitiveLog: (obj: ParallelismConfiguration) => any;
1094
+ }
1095
+
1096
+ export interface PipelineDefinitionS3Location {
1097
+
1098
+ Bucket: string | undefined;
1099
+
1100
+ ObjectKey: string | undefined;
1101
+
1102
+ VersionId?: string;
1103
+ }
1104
+ export declare namespace PipelineDefinitionS3Location {
1105
+
1106
+ const filterSensitiveLog: (obj: PipelineDefinitionS3Location) => any;
1107
+ }
1108
+ export interface CreatePipelineRequest {
1109
+
1110
+ PipelineName: string | undefined;
1111
+
1112
+ PipelineDisplayName?: string;
1113
+
1114
+ PipelineDefinition?: string;
1115
+
1116
+ PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
1117
+
1118
+ PipelineDescription?: string;
1119
+
1120
+ ClientRequestToken?: string;
1121
+
1122
+ RoleArn: string | undefined;
1123
+
1124
+ Tags?: Tag[];
1125
+
1126
+ ParallelismConfiguration?: ParallelismConfiguration;
1127
+ }
1128
+ export declare namespace CreatePipelineRequest {
1129
+
1130
+ const filterSensitiveLog: (obj: CreatePipelineRequest) => any;
1131
+ }
1132
+ export interface CreatePipelineResponse {
1133
+
1134
+ PipelineArn?: string;
1135
+ }
1136
+ export declare namespace CreatePipelineResponse {
1137
+
1138
+ const filterSensitiveLog: (obj: CreatePipelineResponse) => any;
1139
+ }
1140
+ export interface CreatePresignedDomainUrlRequest {
1141
+
1142
+ DomainId: string | undefined;
1143
+
1144
+ UserProfileName: string | undefined;
1145
+
1146
+ SessionExpirationDurationInSeconds?: number;
1147
+
1148
+ ExpiresInSeconds?: number;
1149
+ }
1150
+ export declare namespace CreatePresignedDomainUrlRequest {
1151
+
1152
+ const filterSensitiveLog: (obj: CreatePresignedDomainUrlRequest) => any;
1153
+ }
1154
+ export interface CreatePresignedDomainUrlResponse {
1155
+
1156
+ AuthorizedUrl?: string;
1157
+ }
1158
+ export declare namespace CreatePresignedDomainUrlResponse {
1159
+
1160
+ const filterSensitiveLog: (obj: CreatePresignedDomainUrlResponse) => any;
1161
+ }
1162
+ export interface CreatePresignedNotebookInstanceUrlInput {
1163
+
1164
+ NotebookInstanceName: string | undefined;
1165
+
1166
+ SessionExpirationDurationInSeconds?: number;
1167
+ }
1168
+ export declare namespace CreatePresignedNotebookInstanceUrlInput {
1169
+
1170
+ const filterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlInput) => any;
1171
+ }
1172
+ export interface CreatePresignedNotebookInstanceUrlOutput {
1173
+
1174
+ AuthorizedUrl?: string;
1175
+ }
1176
+ export declare namespace CreatePresignedNotebookInstanceUrlOutput {
1177
+
1178
+ const filterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlOutput) => any;
1179
+ }
1180
+
1181
+ export interface ExperimentConfig {
1182
+
1183
+ ExperimentName?: string;
1184
+
1185
+ TrialName?: string;
1186
+
1187
+ TrialComponentDisplayName?: string;
1188
+ }
1189
+ export declare namespace ExperimentConfig {
1190
+
1191
+ const filterSensitiveLog: (obj: ExperimentConfig) => any;
1192
+ }
1193
+ export declare enum DataDistributionType {
1194
+ FULLYREPLICATED = "FullyReplicated",
1195
+ SHARDEDBYS3KEY = "ShardedByS3Key"
1196
+ }
1197
+ export declare enum InputMode {
1198
+ FILE = "File",
1199
+ PIPE = "Pipe"
1200
+ }
1201
+ export declare enum RedshiftResultCompressionType {
1202
+ BZIP2 = "BZIP2",
1203
+ GZIP = "GZIP",
1204
+ NONE = "None",
1205
+ SNAPPY = "SNAPPY",
1206
+ ZSTD = "ZSTD"
1207
+ }
1208
+ export declare enum RedshiftResultFormat {
1209
+ CSV = "CSV",
1210
+ PARQUET = "PARQUET"
1211
+ }
1212
+
1213
+ export interface RedshiftDatasetDefinition {
1214
+
1215
+ ClusterId: string | undefined;
1216
+
1217
+ Database: string | undefined;
1218
+
1219
+ DbUser: string | undefined;
1220
+
1221
+ QueryString: string | undefined;
1222
+
1223
+ ClusterRoleArn: string | undefined;
1224
+
1225
+ OutputS3Uri: string | undefined;
1226
+
1227
+ KmsKeyId?: string;
1228
+
1229
+ OutputFormat: RedshiftResultFormat | string | undefined;
1230
+
1231
+ OutputCompression?: RedshiftResultCompressionType | string;
1232
+ }
1233
+ export declare namespace RedshiftDatasetDefinition {
1234
+
1235
+ const filterSensitiveLog: (obj: RedshiftDatasetDefinition) => any;
1236
+ }
1237
+
1238
+ export interface DatasetDefinition {
1239
+
1240
+ AthenaDatasetDefinition?: AthenaDatasetDefinition;
1241
+
1242
+ RedshiftDatasetDefinition?: RedshiftDatasetDefinition;
1243
+
1244
+ LocalPath?: string;
1245
+
1246
+ DataDistributionType?: DataDistributionType | string;
1247
+
1248
+ InputMode?: InputMode | string;
1249
+ }
1250
+ export declare namespace DatasetDefinition {
1251
+
1252
+ const filterSensitiveLog: (obj: DatasetDefinition) => any;
1253
+ }
1254
+ export declare enum ProcessingS3CompressionType {
1255
+ GZIP = "Gzip",
1256
+ NONE = "None"
1257
+ }
1258
+ export declare enum ProcessingS3DataType {
1259
+ MANIFEST_FILE = "ManifestFile",
1260
+ S3_PREFIX = "S3Prefix"
1261
+ }
1262
+
1263
+ export interface ProcessingS3Input {
1264
+
1265
+ S3Uri: string | undefined;
1266
+
1267
+ LocalPath?: string;
1268
+
1269
+ S3DataType: ProcessingS3DataType | string | undefined;
1270
+
1271
+ S3InputMode?: ProcessingS3InputMode | string;
1272
+
1273
+ S3DataDistributionType?: ProcessingS3DataDistributionType | string;
1274
+
1275
+ S3CompressionType?: ProcessingS3CompressionType | string;
1276
+ }
1277
+ export declare namespace ProcessingS3Input {
1278
+
1279
+ const filterSensitiveLog: (obj: ProcessingS3Input) => any;
1280
+ }
1281
+
1282
+ export interface ProcessingInput {
1283
+
1284
+ InputName: string | undefined;
1285
+
1286
+ AppManaged?: boolean;
1287
+
1288
+ S3Input?: ProcessingS3Input;
1289
+
1290
+ DatasetDefinition?: DatasetDefinition;
1291
+ }
1292
+ export declare namespace ProcessingInput {
1293
+
1294
+ const filterSensitiveLog: (obj: ProcessingInput) => any;
1295
+ }
1296
+
1297
+ export interface ProcessingFeatureStoreOutput {
1298
+
1299
+ FeatureGroupName: string | undefined;
1300
+ }
1301
+ export declare namespace ProcessingFeatureStoreOutput {
1302
+
1303
+ const filterSensitiveLog: (obj: ProcessingFeatureStoreOutput) => any;
1304
+ }
1305
+
1306
+ export interface ProcessingS3Output {
1307
+
1308
+ S3Uri: string | undefined;
1309
+
1310
+ LocalPath: string | undefined;
1311
+
1312
+ S3UploadMode: ProcessingS3UploadMode | string | undefined;
1313
+ }
1314
+ export declare namespace ProcessingS3Output {
1315
+
1316
+ const filterSensitiveLog: (obj: ProcessingS3Output) => any;
1317
+ }
1318
+
1319
+ export interface ProcessingOutput {
1320
+
1321
+ OutputName: string | undefined;
1322
+
1323
+ S3Output?: ProcessingS3Output;
1324
+
1325
+ FeatureStoreOutput?: ProcessingFeatureStoreOutput;
1326
+
1327
+ AppManaged?: boolean;
1328
+ }
1329
+ export declare namespace ProcessingOutput {
1330
+
1331
+ const filterSensitiveLog: (obj: ProcessingOutput) => any;
1332
+ }
1333
+
1334
+ export interface ProcessingOutputConfig {
1335
+
1336
+ Outputs: ProcessingOutput[] | undefined;
1337
+
1338
+ KmsKeyId?: string;
1339
+ }
1340
+ export declare namespace ProcessingOutputConfig {
1341
+
1342
+ const filterSensitiveLog: (obj: ProcessingOutputConfig) => any;
1343
+ }
1344
+
1345
+ export interface ProcessingClusterConfig {
1346
+
1347
+ InstanceCount: number | undefined;
1348
+
1349
+ InstanceType: ProcessingInstanceType | string | undefined;
1350
+
1351
+ VolumeSizeInGB: number | undefined;
1352
+
1353
+ VolumeKmsKeyId?: string;
1354
+ }
1355
+ export declare namespace ProcessingClusterConfig {
1356
+
1357
+ const filterSensitiveLog: (obj: ProcessingClusterConfig) => any;
1358
+ }
1359
+
1360
+ export interface ProcessingResources {
1361
+
1362
+ ClusterConfig: ProcessingClusterConfig | undefined;
1363
+ }
1364
+ export declare namespace ProcessingResources {
1365
+
1366
+ const filterSensitiveLog: (obj: ProcessingResources) => any;
1367
+ }
1368
+
1369
+ export interface ProcessingStoppingCondition {
1370
+
1371
+ MaxRuntimeInSeconds: number | undefined;
1372
+ }
1373
+ export declare namespace ProcessingStoppingCondition {
1374
+
1375
+ const filterSensitiveLog: (obj: ProcessingStoppingCondition) => any;
1376
+ }
1377
+ export interface CreateProcessingJobRequest {
1378
+
1379
+ ProcessingInputs?: ProcessingInput[];
1380
+
1381
+ ProcessingOutputConfig?: ProcessingOutputConfig;
1382
+
1383
+ ProcessingJobName: string | undefined;
1384
+
1385
+ ProcessingResources: ProcessingResources | undefined;
1386
+
1387
+ StoppingCondition?: ProcessingStoppingCondition;
1388
+
1389
+ AppSpecification: AppSpecification | undefined;
1390
+
1391
+ Environment?: {
1392
+ [key: string]: string;
1393
+ };
1394
+
1395
+ NetworkConfig?: NetworkConfig;
1396
+
1397
+ RoleArn: string | undefined;
1398
+
1399
+ Tags?: Tag[];
1400
+
1401
+ ExperimentConfig?: ExperimentConfig;
1402
+ }
1403
+ export declare namespace CreateProcessingJobRequest {
1404
+
1405
+ const filterSensitiveLog: (obj: CreateProcessingJobRequest) => any;
1406
+ }
1407
+ export interface CreateProcessingJobResponse {
1408
+
1409
+ ProcessingJobArn: string | undefined;
1410
+ }
1411
+ export declare namespace CreateProcessingJobResponse {
1412
+
1413
+ const filterSensitiveLog: (obj: CreateProcessingJobResponse) => any;
1414
+ }
1415
+
1416
+ export interface ProvisioningParameter {
1417
+
1418
+ Key?: string;
1419
+
1420
+ Value?: string;
1421
+ }
1422
+ export declare namespace ProvisioningParameter {
1423
+
1424
+ const filterSensitiveLog: (obj: ProvisioningParameter) => any;
1425
+ }
1426
+
1427
+ export interface ServiceCatalogProvisioningDetails {
1428
+
1429
+ ProductId: string | undefined;
1430
+
1431
+ ProvisioningArtifactId?: string;
1432
+
1433
+ PathId?: string;
1434
+
1435
+ ProvisioningParameters?: ProvisioningParameter[];
1436
+ }
1437
+ export declare namespace ServiceCatalogProvisioningDetails {
1438
+
1439
+ const filterSensitiveLog: (obj: ServiceCatalogProvisioningDetails) => any;
1440
+ }
1441
+ export interface CreateProjectInput {
1442
+
1443
+ ProjectName: string | undefined;
1444
+
1445
+ ProjectDescription?: string;
1446
+
1447
+ ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails | undefined;
1448
+
1449
+ Tags?: Tag[];
1450
+ }
1451
+ export declare namespace CreateProjectInput {
1452
+
1453
+ const filterSensitiveLog: (obj: CreateProjectInput) => any;
1454
+ }
1455
+ export interface CreateProjectOutput {
1456
+
1457
+ ProjectArn: string | undefined;
1458
+
1459
+ ProjectId: string | undefined;
1460
+ }
1461
+ export declare namespace CreateProjectOutput {
1462
+
1463
+ const filterSensitiveLog: (obj: CreateProjectOutput) => any;
1464
+ }
1465
+ export declare enum StudioLifecycleConfigAppType {
1466
+ JupyterServer = "JupyterServer",
1467
+ KernelGateway = "KernelGateway"
1468
+ }
1469
+ export interface CreateStudioLifecycleConfigRequest {
1470
+
1471
+ StudioLifecycleConfigName: string | undefined;
1472
+
1473
+ StudioLifecycleConfigContent: string | undefined;
1474
+
1475
+ StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | string | undefined;
1476
+
1477
+ Tags?: Tag[];
1478
+ }
1479
+ export declare namespace CreateStudioLifecycleConfigRequest {
1480
+
1481
+ const filterSensitiveLog: (obj: CreateStudioLifecycleConfigRequest) => any;
1482
+ }
1483
+ export interface CreateStudioLifecycleConfigResponse {
1484
+
1485
+ StudioLifecycleConfigArn?: string;
1486
+ }
1487
+ export declare namespace CreateStudioLifecycleConfigResponse {
1488
+
1489
+ const filterSensitiveLog: (obj: CreateStudioLifecycleConfigResponse) => any;
1490
+ }
1491
+
1492
+ export interface DebugHookConfig {
1493
+
1494
+ LocalPath?: string;
1495
+
1496
+ S3OutputPath: string | undefined;
1497
+
1498
+ HookParameters?: {
1499
+ [key: string]: string;
1500
+ };
1501
+
1502
+ CollectionConfigurations?: CollectionConfiguration[];
1503
+ }
1504
+ export declare namespace DebugHookConfig {
1505
+
1506
+ const filterSensitiveLog: (obj: DebugHookConfig) => any;
1507
+ }
1508
+
1509
+ export interface DebugRuleConfiguration {
1510
+
1511
+ RuleConfigurationName: string | undefined;
1512
+
1513
+ LocalPath?: string;
1514
+
1515
+ S3OutputPath?: string;
1516
+
1517
+ RuleEvaluatorImage: string | undefined;
1518
+
1519
+ InstanceType?: ProcessingInstanceType | string;
1520
+
1521
+ VolumeSizeInGB?: number;
1522
+
1523
+ RuleParameters?: {
1524
+ [key: string]: string;
1525
+ };
1526
+ }
1527
+ export declare namespace DebugRuleConfiguration {
1528
+
1529
+ const filterSensitiveLog: (obj: DebugRuleConfiguration) => any;
1530
+ }
1531
+
1532
+ export interface ProfilerConfig {
1533
+
1534
+ S3OutputPath: string | undefined;
1535
+
1536
+ ProfilingIntervalInMilliseconds?: number;
1537
+
1538
+ ProfilingParameters?: {
1539
+ [key: string]: string;
1540
+ };
1541
+ }
1542
+ export declare namespace ProfilerConfig {
1543
+
1544
+ const filterSensitiveLog: (obj: ProfilerConfig) => any;
1545
+ }
1546
+
1547
+ export interface ProfilerRuleConfiguration {
1548
+
1549
+ RuleConfigurationName: string | undefined;
1550
+
1551
+ LocalPath?: string;
1552
+
1553
+ S3OutputPath?: string;
1554
+
1555
+ RuleEvaluatorImage: string | undefined;
1556
+
1557
+ InstanceType?: ProcessingInstanceType | string;
1558
+
1559
+ VolumeSizeInGB?: number;
1560
+
1561
+ RuleParameters?: {
1562
+ [key: string]: string;
1563
+ };
1564
+ }
1565
+ export declare namespace ProfilerRuleConfiguration {
1566
+
1567
+ const filterSensitiveLog: (obj: ProfilerRuleConfiguration) => any;
1568
+ }
1569
+
1570
+ export interface TensorBoardOutputConfig {
1571
+
1572
+ LocalPath?: string;
1573
+
1574
+ S3OutputPath: string | undefined;
1575
+ }
1576
+ export declare namespace TensorBoardOutputConfig {
1577
+
1578
+ const filterSensitiveLog: (obj: TensorBoardOutputConfig) => any;
1579
+ }
1580
+ export interface CreateTrainingJobRequest {
1581
+
1582
+ TrainingJobName: string | undefined;
1583
+
1584
+ HyperParameters?: {
1585
+ [key: string]: string;
1586
+ };
1587
+
1588
+ AlgorithmSpecification: AlgorithmSpecification | undefined;
1589
+
1590
+ RoleArn: string | undefined;
1591
+
1592
+ InputDataConfig?: Channel[];
1593
+
1594
+ OutputDataConfig: OutputDataConfig | undefined;
1595
+
1596
+ ResourceConfig: ResourceConfig | undefined;
1597
+
1598
+ VpcConfig?: VpcConfig;
1599
+
1600
+ StoppingCondition: StoppingCondition | undefined;
1601
+
1602
+ Tags?: Tag[];
1603
+
1604
+ EnableNetworkIsolation?: boolean;
1605
+
1606
+ EnableInterContainerTrafficEncryption?: boolean;
1607
+
1608
+ EnableManagedSpotTraining?: boolean;
1609
+
1610
+ CheckpointConfig?: CheckpointConfig;
1611
+
1612
+ DebugHookConfig?: DebugHookConfig;
1613
+
1614
+ DebugRuleConfigurations?: DebugRuleConfiguration[];
1615
+
1616
+ TensorBoardOutputConfig?: TensorBoardOutputConfig;
1617
+
1618
+ ExperimentConfig?: ExperimentConfig;
1619
+
1620
+ ProfilerConfig?: ProfilerConfig;
1621
+
1622
+ ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
1623
+
1624
+ Environment?: {
1625
+ [key: string]: string;
1626
+ };
1627
+
1628
+ RetryStrategy?: RetryStrategy;
1629
+ }
1630
+ export declare namespace CreateTrainingJobRequest {
1631
+
1632
+ const filterSensitiveLog: (obj: CreateTrainingJobRequest) => any;
1633
+ }
1634
+ export interface CreateTrainingJobResponse {
1635
+
1636
+ TrainingJobArn: string | undefined;
1637
+ }
1638
+ export declare namespace CreateTrainingJobResponse {
1639
+
1640
+ const filterSensitiveLog: (obj: CreateTrainingJobResponse) => any;
1641
+ }
1642
+ export declare enum JoinSource {
1643
+ INPUT = "Input",
1644
+ NONE = "None"
1645
+ }
1646
+
1647
+ export interface DataProcessing {
1648
+
1649
+ InputFilter?: string;
1650
+
1651
+ OutputFilter?: string;
1652
+
1653
+ JoinSource?: JoinSource | string;
1654
+ }
1655
+ export declare namespace DataProcessing {
1656
+
1657
+ const filterSensitiveLog: (obj: DataProcessing) => any;
1658
+ }
1659
+
1660
+ export interface ModelClientConfig {
1661
+
1662
+ InvocationsTimeoutInSeconds?: number;
1663
+
1664
+ InvocationsMaxRetries?: number;
1665
+ }
1666
+ export declare namespace ModelClientConfig {
1667
+
1668
+ const filterSensitiveLog: (obj: ModelClientConfig) => any;
1669
+ }
1670
+ export interface CreateTransformJobRequest {
1671
+
1672
+ TransformJobName: string | undefined;
1673
+
1674
+ ModelName: string | undefined;
1675
+
1676
+ MaxConcurrentTransforms?: number;
1677
+
1678
+ ModelClientConfig?: ModelClientConfig;
1679
+
1680
+ MaxPayloadInMB?: number;
1681
+
1682
+ BatchStrategy?: BatchStrategy | string;
1683
+
1684
+ Environment?: {
1685
+ [key: string]: string;
1686
+ };
1687
+
1688
+ TransformInput: TransformInput | undefined;
1689
+
1690
+ TransformOutput: TransformOutput | undefined;
1691
+
1692
+ TransformResources: TransformResources | undefined;
1693
+
1694
+ DataProcessing?: DataProcessing;
1695
+
1696
+ Tags?: Tag[];
1697
+
1698
+ ExperimentConfig?: ExperimentConfig;
1699
+ }
1700
+ export declare namespace CreateTransformJobRequest {
1701
+
1702
+ const filterSensitiveLog: (obj: CreateTransformJobRequest) => any;
1703
+ }
1704
+ export interface CreateTransformJobResponse {
1705
+
1706
+ TransformJobArn: string | undefined;
1707
+ }
1708
+ export declare namespace CreateTransformJobResponse {
1709
+
1710
+ const filterSensitiveLog: (obj: CreateTransformJobResponse) => any;
1711
+ }
1712
+ export interface CreateTrialRequest {
1713
+
1714
+ TrialName: string | undefined;
1715
+
1716
+ DisplayName?: string;
1717
+
1718
+ ExperimentName: string | undefined;
1719
+
1720
+ MetadataProperties?: MetadataProperties;
1721
+
1722
+ Tags?: Tag[];
1723
+ }
1724
+ export declare namespace CreateTrialRequest {
1725
+
1726
+ const filterSensitiveLog: (obj: CreateTrialRequest) => any;
1727
+ }
1728
+ export interface CreateTrialResponse {
1729
+
1730
+ TrialArn?: string;
1731
+ }
1732
+ export declare namespace CreateTrialResponse {
1733
+
1734
+ const filterSensitiveLog: (obj: CreateTrialResponse) => any;
1735
+ }
1736
+
1737
+ export interface TrialComponentArtifact {
1738
+
1739
+ MediaType?: string;
1740
+
1741
+ Value: string | undefined;
1742
+ }
1743
+ export declare namespace TrialComponentArtifact {
1744
+
1745
+ const filterSensitiveLog: (obj: TrialComponentArtifact) => any;
1746
+ }
1747
+
1748
+ export declare type TrialComponentParameterValue = TrialComponentParameterValue.NumberValueMember | TrialComponentParameterValue.StringValueMember | TrialComponentParameterValue.$UnknownMember;
1749
+ export declare namespace TrialComponentParameterValue {
1750
+
1751
+ interface StringValueMember {
1752
+ StringValue: string;
1753
+ NumberValue?: never;
1754
+ $unknown?: never;
1755
+ }
1756
+
1757
+ interface NumberValueMember {
1758
+ StringValue?: never;
1759
+ NumberValue: number;
1760
+ $unknown?: never;
1761
+ }
1762
+ interface $UnknownMember {
1763
+ StringValue?: never;
1764
+ NumberValue?: never;
1765
+ $unknown: [
1766
+ string,
1767
+ any
1768
+ ];
1769
+ }
1770
+ interface Visitor<T> {
1771
+ StringValue: (value: string) => T;
1772
+ NumberValue: (value: number) => T;
1773
+ _: (name: string, value: any) => T;
1774
+ }
1775
+ const visit: <T>(value: TrialComponentParameterValue, visitor: Visitor<T>) => T;
1776
+
1777
+ const filterSensitiveLog: (obj: TrialComponentParameterValue) => any;
1778
+ }
1779
+ export declare enum TrialComponentPrimaryStatus {
1780
+ COMPLETED = "Completed",
1781
+ FAILED = "Failed",
1782
+ IN_PROGRESS = "InProgress",
1783
+ STOPPED = "Stopped",
1784
+ STOPPING = "Stopping"
1785
+ }
1786
+
1787
+ export interface TrialComponentStatus {
1788
+
1789
+ PrimaryStatus?: TrialComponentPrimaryStatus | string;
1790
+
1791
+ Message?: string;
1792
+ }
1793
+ export declare namespace TrialComponentStatus {
1794
+
1795
+ const filterSensitiveLog: (obj: TrialComponentStatus) => any;
1796
+ }
1797
+ export interface CreateTrialComponentRequest {
1798
+
1799
+ TrialComponentName: string | undefined;
1800
+
1801
+ DisplayName?: string;
1802
+
1803
+ Status?: TrialComponentStatus;
1804
+
1805
+ StartTime?: Date;
1806
+
1807
+ EndTime?: Date;
1808
+
1809
+ Parameters?: {
1810
+ [key: string]: TrialComponentParameterValue;
1811
+ };
1812
+
1813
+ InputArtifacts?: {
1814
+ [key: string]: TrialComponentArtifact;
1815
+ };
1816
+
1817
+ OutputArtifacts?: {
1818
+ [key: string]: TrialComponentArtifact;
1819
+ };
1820
+
1821
+ MetadataProperties?: MetadataProperties;
1822
+
1823
+ Tags?: Tag[];
1824
+ }
1825
+ export declare namespace CreateTrialComponentRequest {
1826
+
1827
+ const filterSensitiveLog: (obj: CreateTrialComponentRequest) => any;
1828
+ }
1829
+ export interface CreateTrialComponentResponse {
1830
+
1831
+ TrialComponentArn?: string;
1832
+ }
1833
+ export declare namespace CreateTrialComponentResponse {
1834
+
1835
+ const filterSensitiveLog: (obj: CreateTrialComponentResponse) => any;
1836
+ }
1837
+ export interface CreateUserProfileRequest {
1838
+
1839
+ DomainId: string | undefined;
1840
+
1841
+ UserProfileName: string | undefined;
1842
+
1843
+ SingleSignOnUserIdentifier?: string;
1844
+
1845
+ SingleSignOnUserValue?: string;
1846
+
1847
+ Tags?: Tag[];
1848
+
1849
+ UserSettings?: UserSettings;
1850
+ }
1851
+ export declare namespace CreateUserProfileRequest {
1852
+
1853
+ const filterSensitiveLog: (obj: CreateUserProfileRequest) => any;
1854
+ }
1855
+ export interface CreateUserProfileResponse {
1856
+
1857
+ UserProfileArn?: string;
1858
+ }
1859
+ export declare namespace CreateUserProfileResponse {
1860
+
1861
+ const filterSensitiveLog: (obj: CreateUserProfileResponse) => any;
1862
+ }
1863
+
1864
+ export interface OidcConfig {
1865
+
1866
+ ClientId: string | undefined;
1867
+
1868
+ ClientSecret: string | undefined;
1869
+
1870
+ Issuer: string | undefined;
1871
+
1872
+ AuthorizationEndpoint: string | undefined;
1873
+
1874
+ TokenEndpoint: string | undefined;
1875
+
1876
+ UserInfoEndpoint: string | undefined;
1877
+
1878
+ LogoutEndpoint: string | undefined;
1879
+
1880
+ JwksUri: string | undefined;
1881
+ }
1882
+ export declare namespace OidcConfig {
1883
+
1884
+ const filterSensitiveLog: (obj: OidcConfig) => any;
1885
+ }
1886
+
1887
+ export interface SourceIpConfig {
1888
+
1889
+ Cidrs: string[] | undefined;
1890
+ }
1891
+ export declare namespace SourceIpConfig {
1892
+
1893
+ const filterSensitiveLog: (obj: SourceIpConfig) => any;
1894
+ }
1895
+ export interface CreateWorkforceRequest {
1896
+
1897
+ CognitoConfig?: CognitoConfig;
1898
+
1899
+ OidcConfig?: OidcConfig;
1900
+
1901
+ SourceIpConfig?: SourceIpConfig;
1902
+
1903
+ WorkforceName: string | undefined;
1904
+
1905
+ Tags?: Tag[];
1906
+ }
1907
+ export declare namespace CreateWorkforceRequest {
1908
+
1909
+ const filterSensitiveLog: (obj: CreateWorkforceRequest) => any;
1910
+ }
1911
+ export interface CreateWorkforceResponse {
1912
+
1913
+ WorkforceArn: string | undefined;
1914
+ }
1915
+ export declare namespace CreateWorkforceResponse {
1916
+
1917
+ const filterSensitiveLog: (obj: CreateWorkforceResponse) => any;
1918
+ }
1919
+
1920
+ export interface OidcMemberDefinition {
1921
+
1922
+ Groups: string[] | undefined;
1923
+ }
1924
+ export declare namespace OidcMemberDefinition {
1925
+
1926
+ const filterSensitiveLog: (obj: OidcMemberDefinition) => any;
1927
+ }
1928
+
1929
+ export interface MemberDefinition {
1930
+
1931
+ CognitoMemberDefinition?: CognitoMemberDefinition;
1932
+
1933
+ OidcMemberDefinition?: OidcMemberDefinition;
1934
+ }
1935
+ export declare namespace MemberDefinition {
1936
+
1937
+ const filterSensitiveLog: (obj: MemberDefinition) => any;
1938
+ }
1939
+
1940
+ export interface NotificationConfiguration {
1941
+
1942
+ NotificationTopicArn?: string;
1943
+ }
1944
+ export declare namespace NotificationConfiguration {
1945
+
1946
+ const filterSensitiveLog: (obj: NotificationConfiguration) => any;
1947
+ }
1948
+ export interface CreateWorkteamRequest {
1949
+
1950
+ WorkteamName: string | undefined;
1951
+
1952
+ WorkforceName?: string;
1953
+
1954
+ MemberDefinitions: MemberDefinition[] | undefined;
1955
+
1956
+ Description: string | undefined;
1957
+
1958
+ NotificationConfiguration?: NotificationConfiguration;
1959
+
1960
+ Tags?: Tag[];
1961
+ }
1962
+ export declare namespace CreateWorkteamRequest {
1963
+
1964
+ const filterSensitiveLog: (obj: CreateWorkteamRequest) => any;
1965
+ }
1966
+ export interface CreateWorkteamResponse {
1967
+
1968
+ WorkteamArn?: string;
1969
+ }
1970
+ export declare namespace CreateWorkteamResponse {
1971
+
1972
+ const filterSensitiveLog: (obj: CreateWorkteamResponse) => any;
1973
+ }
1974
+
1975
+ export interface DataCaptureConfigSummary {
1976
+
1977
+ EnableCapture: boolean | undefined;
1978
+
1979
+ CaptureStatus: CaptureStatus | string | undefined;
1980
+
1981
+ CurrentSamplingPercentage: number | undefined;
1982
+
1983
+ DestinationS3Uri: string | undefined;
1984
+
1985
+ KmsKeyId: string | undefined;
1986
+ }
1987
+ export declare namespace DataCaptureConfigSummary {
1988
+
1989
+ const filterSensitiveLog: (obj: DataCaptureConfigSummary) => any;
1990
+ }
1991
+ export declare enum RuleEvaluationStatus {
1992
+ ERROR = "Error",
1993
+ IN_PROGRESS = "InProgress",
1994
+ ISSUES_FOUND = "IssuesFound",
1995
+ NO_ISSUES_FOUND = "NoIssuesFound",
1996
+ STOPPED = "Stopped",
1997
+ STOPPING = "Stopping"
1998
+ }
1999
+
2000
+ export interface DebugRuleEvaluationStatus {
2001
+
2002
+ RuleConfigurationName?: string;
2003
+
2004
+ RuleEvaluationJobArn?: string;
2005
+
2006
+ RuleEvaluationStatus?: RuleEvaluationStatus | string;
2007
+
2008
+ StatusDetails?: string;
2009
+
2010
+ LastModifiedTime?: Date;
2011
+ }
2012
+ export declare namespace DebugRuleEvaluationStatus {
2013
+
2014
+ const filterSensitiveLog: (obj: DebugRuleEvaluationStatus) => any;
2015
+ }
2016
+ export interface DeleteActionRequest {
2017
+
2018
+ ActionName: string | undefined;
2019
+ }
2020
+ export declare namespace DeleteActionRequest {
2021
+
2022
+ const filterSensitiveLog: (obj: DeleteActionRequest) => any;
2023
+ }
2024
+ export interface DeleteActionResponse {
2025
+
2026
+ ActionArn?: string;
2027
+ }
2028
+ export declare namespace DeleteActionResponse {
2029
+
2030
+ const filterSensitiveLog: (obj: DeleteActionResponse) => any;
2031
+ }
2032
+ export interface DeleteAlgorithmInput {
2033
+
2034
+ AlgorithmName: string | undefined;
2035
+ }
2036
+ export declare namespace DeleteAlgorithmInput {
2037
+
2038
+ const filterSensitiveLog: (obj: DeleteAlgorithmInput) => any;
2039
+ }
2040
+ export interface DeleteAppRequest {
2041
+
2042
+ DomainId: string | undefined;
2043
+
2044
+ UserProfileName: string | undefined;
2045
+
2046
+ AppType: AppType | string | undefined;
2047
+
2048
+ AppName: string | undefined;
2049
+ }
2050
+ export declare namespace DeleteAppRequest {
2051
+
2052
+ const filterSensitiveLog: (obj: DeleteAppRequest) => any;
2053
+ }
2054
+ export interface DeleteAppImageConfigRequest {
2055
+
2056
+ AppImageConfigName: string | undefined;
2057
+ }
2058
+ export declare namespace DeleteAppImageConfigRequest {
2059
+
2060
+ const filterSensitiveLog: (obj: DeleteAppImageConfigRequest) => any;
2061
+ }
2062
+ export interface DeleteArtifactRequest {
2063
+
2064
+ ArtifactArn?: string;
2065
+
2066
+ Source?: ArtifactSource;
2067
+ }
2068
+ export declare namespace DeleteArtifactRequest {
2069
+
2070
+ const filterSensitiveLog: (obj: DeleteArtifactRequest) => any;
2071
+ }
2072
+ export interface DeleteArtifactResponse {
2073
+
2074
+ ArtifactArn?: string;
2075
+ }
2076
+ export declare namespace DeleteArtifactResponse {
2077
+
2078
+ const filterSensitiveLog: (obj: DeleteArtifactResponse) => any;
2079
+ }
2080
+ export interface DeleteAssociationRequest {
2081
+
2082
+ SourceArn: string | undefined;
2083
+
2084
+ DestinationArn: string | undefined;
2085
+ }
2086
+ export declare namespace DeleteAssociationRequest {
2087
+
2088
+ const filterSensitiveLog: (obj: DeleteAssociationRequest) => any;
2089
+ }
2090
+ export interface DeleteAssociationResponse {
2091
+
2092
+ SourceArn?: string;
2093
+
2094
+ DestinationArn?: string;
2095
+ }
2096
+ export declare namespace DeleteAssociationResponse {
2097
+
2098
+ const filterSensitiveLog: (obj: DeleteAssociationResponse) => any;
2099
+ }
2100
+ export interface DeleteCodeRepositoryInput {
2101
+
2102
+ CodeRepositoryName: string | undefined;
2103
+ }
2104
+ export declare namespace DeleteCodeRepositoryInput {
2105
+
2106
+ const filterSensitiveLog: (obj: DeleteCodeRepositoryInput) => any;
2107
+ }
2108
+ export interface DeleteContextRequest {
2109
+
2110
+ ContextName: string | undefined;
2111
+ }
2112
+ export declare namespace DeleteContextRequest {
2113
+
2114
+ const filterSensitiveLog: (obj: DeleteContextRequest) => any;
2115
+ }
2116
+ export interface DeleteContextResponse {
2117
+
2118
+ ContextArn?: string;
2119
+ }
2120
+ export declare namespace DeleteContextResponse {
2121
+
2122
+ const filterSensitiveLog: (obj: DeleteContextResponse) => any;
2123
+ }
2124
+ export interface DeleteDataQualityJobDefinitionRequest {
2125
+
2126
+ JobDefinitionName: string | undefined;
2127
+ }
2128
+ export declare namespace DeleteDataQualityJobDefinitionRequest {
2129
+
2130
+ const filterSensitiveLog: (obj: DeleteDataQualityJobDefinitionRequest) => any;
2131
+ }
2132
+ export interface DeleteDeviceFleetRequest {
2133
+
2134
+ DeviceFleetName: string | undefined;
2135
+ }
2136
+ export declare namespace DeleteDeviceFleetRequest {
2137
+
2138
+ const filterSensitiveLog: (obj: DeleteDeviceFleetRequest) => any;
2139
+ }
2140
+ export declare enum RetentionType {
2141
+ Delete = "Delete",
2142
+ Retain = "Retain"
2143
+ }
2144
+
2145
+ export interface RetentionPolicy {
2146
+
2147
+ HomeEfsFileSystem?: RetentionType | string;
2148
+ }
2149
+ export declare namespace RetentionPolicy {
2150
+
2151
+ const filterSensitiveLog: (obj: RetentionPolicy) => any;
2152
+ }
2153
+ export interface DeleteDomainRequest {
2154
+
2155
+ DomainId: string | undefined;
2156
+
2157
+ RetentionPolicy?: RetentionPolicy;
2158
+ }
2159
+ export declare namespace DeleteDomainRequest {
2160
+
2161
+ const filterSensitiveLog: (obj: DeleteDomainRequest) => any;
2162
+ }
2163
+ export interface DeleteEndpointInput {
2164
+
2165
+ EndpointName: string | undefined;
2166
+ }
2167
+ export declare namespace DeleteEndpointInput {
2168
+
2169
+ const filterSensitiveLog: (obj: DeleteEndpointInput) => any;
2170
+ }
2171
+ export interface DeleteEndpointConfigInput {
2172
+
2173
+ EndpointConfigName: string | undefined;
2174
+ }
2175
+ export declare namespace DeleteEndpointConfigInput {
2176
+
2177
+ const filterSensitiveLog: (obj: DeleteEndpointConfigInput) => any;
2178
+ }
2179
+ export interface DeleteExperimentRequest {
2180
+
2181
+ ExperimentName: string | undefined;
2182
+ }
2183
+ export declare namespace DeleteExperimentRequest {
2184
+
2185
+ const filterSensitiveLog: (obj: DeleteExperimentRequest) => any;
2186
+ }
2187
+ export interface DeleteExperimentResponse {
2188
+
2189
+ ExperimentArn?: string;
2190
+ }
2191
+ export declare namespace DeleteExperimentResponse {
2192
+
2193
+ const filterSensitiveLog: (obj: DeleteExperimentResponse) => any;
2194
+ }
2195
+ export interface DeleteFeatureGroupRequest {
2196
+
2197
+ FeatureGroupName: string | undefined;
2198
+ }
2199
+ export declare namespace DeleteFeatureGroupRequest {
2200
+
2201
+ const filterSensitiveLog: (obj: DeleteFeatureGroupRequest) => any;
2202
+ }
2203
+ export interface DeleteFlowDefinitionRequest {
2204
+
2205
+ FlowDefinitionName: string | undefined;
2206
+ }
2207
+ export declare namespace DeleteFlowDefinitionRequest {
2208
+
2209
+ const filterSensitiveLog: (obj: DeleteFlowDefinitionRequest) => any;
2210
+ }
2211
+ export interface DeleteFlowDefinitionResponse {
2212
+ }
2213
+ export declare namespace DeleteFlowDefinitionResponse {
2214
+
2215
+ const filterSensitiveLog: (obj: DeleteFlowDefinitionResponse) => any;
2216
+ }
2217
+ export interface DeleteHumanTaskUiRequest {
2218
+
2219
+ HumanTaskUiName: string | undefined;
2220
+ }
2221
+ export declare namespace DeleteHumanTaskUiRequest {
2222
+
2223
+ const filterSensitiveLog: (obj: DeleteHumanTaskUiRequest) => any;
2224
+ }
2225
+ export interface DeleteHumanTaskUiResponse {
2226
+ }
2227
+ export declare namespace DeleteHumanTaskUiResponse {
2228
+
2229
+ const filterSensitiveLog: (obj: DeleteHumanTaskUiResponse) => any;
2230
+ }
2231
+ export interface DeleteImageRequest {
2232
+
2233
+ ImageName: string | undefined;
2234
+ }
2235
+ export declare namespace DeleteImageRequest {
2236
+
2237
+ const filterSensitiveLog: (obj: DeleteImageRequest) => any;
2238
+ }
2239
+ export interface DeleteImageResponse {
2240
+ }
2241
+ export declare namespace DeleteImageResponse {
2242
+
2243
+ const filterSensitiveLog: (obj: DeleteImageResponse) => any;
2244
+ }
2245
+ export interface DeleteImageVersionRequest {
2246
+
2247
+ ImageName: string | undefined;
2248
+
2249
+ Version: number | undefined;
2250
+ }
2251
+ export declare namespace DeleteImageVersionRequest {
2252
+
2253
+ const filterSensitiveLog: (obj: DeleteImageVersionRequest) => any;
2254
+ }
2255
+ export interface DeleteImageVersionResponse {
2256
+ }
2257
+ export declare namespace DeleteImageVersionResponse {
2258
+
2259
+ const filterSensitiveLog: (obj: DeleteImageVersionResponse) => any;
2260
+ }
2261
+ export interface DeleteModelInput {
2262
+
2263
+ ModelName: string | undefined;
2264
+ }
2265
+ export declare namespace DeleteModelInput {
2266
+
2267
+ const filterSensitiveLog: (obj: DeleteModelInput) => any;
2268
+ }
2269
+ export interface DeleteModelBiasJobDefinitionRequest {
2270
+
2271
+ JobDefinitionName: string | undefined;
2272
+ }
2273
+ export declare namespace DeleteModelBiasJobDefinitionRequest {
2274
+
2275
+ const filterSensitiveLog: (obj: DeleteModelBiasJobDefinitionRequest) => any;
2276
+ }
2277
+ export interface DeleteModelExplainabilityJobDefinitionRequest {
2278
+
2279
+ JobDefinitionName: string | undefined;
2280
+ }
2281
+ export declare namespace DeleteModelExplainabilityJobDefinitionRequest {
2282
+
2283
+ const filterSensitiveLog: (obj: DeleteModelExplainabilityJobDefinitionRequest) => any;
2284
+ }
2285
+ export interface DeleteModelPackageInput {
2286
+
2287
+ ModelPackageName: string | undefined;
2288
+ }
2289
+ export declare namespace DeleteModelPackageInput {
2290
+
2291
+ const filterSensitiveLog: (obj: DeleteModelPackageInput) => any;
2292
+ }
2293
+ export interface DeleteModelPackageGroupInput {
2294
+
2295
+ ModelPackageGroupName: string | undefined;
2296
+ }
2297
+ export declare namespace DeleteModelPackageGroupInput {
2298
+
2299
+ const filterSensitiveLog: (obj: DeleteModelPackageGroupInput) => any;
2300
+ }
2301
+ export interface DeleteModelPackageGroupPolicyInput {
2302
+
2303
+ ModelPackageGroupName: string | undefined;
2304
+ }
2305
+ export declare namespace DeleteModelPackageGroupPolicyInput {
2306
+
2307
+ const filterSensitiveLog: (obj: DeleteModelPackageGroupPolicyInput) => any;
2308
+ }
2309
+ export interface DeleteModelQualityJobDefinitionRequest {
2310
+
2311
+ JobDefinitionName: string | undefined;
2312
+ }
2313
+ export declare namespace DeleteModelQualityJobDefinitionRequest {
2314
+
2315
+ const filterSensitiveLog: (obj: DeleteModelQualityJobDefinitionRequest) => any;
2316
+ }
2317
+ export interface DeleteMonitoringScheduleRequest {
2318
+
2319
+ MonitoringScheduleName: string | undefined;
2320
+ }
2321
+ export declare namespace DeleteMonitoringScheduleRequest {
2322
+
2323
+ const filterSensitiveLog: (obj: DeleteMonitoringScheduleRequest) => any;
2324
+ }
2325
+ export interface DeleteNotebookInstanceInput {
2326
+
2327
+ NotebookInstanceName: string | undefined;
2328
+ }
2329
+ export declare namespace DeleteNotebookInstanceInput {
2330
+
2331
+ const filterSensitiveLog: (obj: DeleteNotebookInstanceInput) => any;
2332
+ }
2333
+ export interface DeleteNotebookInstanceLifecycleConfigInput {
2334
+
2335
+ NotebookInstanceLifecycleConfigName: string | undefined;
2336
+ }
2337
+ export declare namespace DeleteNotebookInstanceLifecycleConfigInput {
2338
+
2339
+ const filterSensitiveLog: (obj: DeleteNotebookInstanceLifecycleConfigInput) => any;
2340
+ }
2341
+ export interface DeletePipelineRequest {
2342
+
2343
+ PipelineName: string | undefined;
2344
+
2345
+ ClientRequestToken?: string;
2346
+ }
2347
+ export declare namespace DeletePipelineRequest {
2348
+
2349
+ const filterSensitiveLog: (obj: DeletePipelineRequest) => any;
2350
+ }
2351
+ export interface DeletePipelineResponse {
2352
+
2353
+ PipelineArn?: string;
2354
+ }
2355
+ export declare namespace DeletePipelineResponse {
2356
+
2357
+ const filterSensitiveLog: (obj: DeletePipelineResponse) => any;
2358
+ }
2359
+ export interface DeleteProjectInput {
2360
+
2361
+ ProjectName: string | undefined;
2362
+ }
2363
+ export declare namespace DeleteProjectInput {
2364
+
2365
+ const filterSensitiveLog: (obj: DeleteProjectInput) => any;
2366
+ }
2367
+ export interface DeleteStudioLifecycleConfigRequest {
2368
+
2369
+ StudioLifecycleConfigName: string | undefined;
2370
+ }
2371
+ export declare namespace DeleteStudioLifecycleConfigRequest {
2372
+
2373
+ const filterSensitiveLog: (obj: DeleteStudioLifecycleConfigRequest) => any;
2374
+ }
2375
+ export interface DeleteTagsInput {
2376
+
2377
+ ResourceArn: string | undefined;
2378
+
2379
+ TagKeys: string[] | undefined;
2380
+ }
2381
+ export declare namespace DeleteTagsInput {
2382
+
2383
+ const filterSensitiveLog: (obj: DeleteTagsInput) => any;
2384
+ }
2385
+ export interface DeleteTagsOutput {
2386
+ }
2387
+ export declare namespace DeleteTagsOutput {
2388
+
2389
+ const filterSensitiveLog: (obj: DeleteTagsOutput) => any;
2390
+ }
2391
+ export interface DeleteTrialRequest {
2392
+
2393
+ TrialName: string | undefined;
2394
+ }
2395
+ export declare namespace DeleteTrialRequest {
2396
+
2397
+ const filterSensitiveLog: (obj: DeleteTrialRequest) => any;
2398
+ }
2399
+ export interface DeleteTrialResponse {
2400
+
2401
+ TrialArn?: string;
2402
+ }
2403
+ export declare namespace DeleteTrialResponse {
2404
+
2405
+ const filterSensitiveLog: (obj: DeleteTrialResponse) => any;
2406
+ }
2407
+ export interface DeleteTrialComponentRequest {
2408
+
2409
+ TrialComponentName: string | undefined;
2410
+ }
2411
+ export declare namespace DeleteTrialComponentRequest {
2412
+
2413
+ const filterSensitiveLog: (obj: DeleteTrialComponentRequest) => any;
2414
+ }
2415
+ export interface DeleteTrialComponentResponse {
2416
+
2417
+ TrialComponentArn?: string;
2418
+ }
2419
+ export declare namespace DeleteTrialComponentResponse {
2420
+
2421
+ const filterSensitiveLog: (obj: DeleteTrialComponentResponse) => any;
2422
+ }
2423
+ export interface DeleteUserProfileRequest {
2424
+
2425
+ DomainId: string | undefined;
2426
+
2427
+ UserProfileName: string | undefined;
2428
+ }
2429
+ export declare namespace DeleteUserProfileRequest {
2430
+
2431
+ const filterSensitiveLog: (obj: DeleteUserProfileRequest) => any;
2432
+ }
2433
+ export interface DeleteWorkforceRequest {
2434
+
2435
+ WorkforceName: string | undefined;
2436
+ }
2437
+ export declare namespace DeleteWorkforceRequest {
2438
+
2439
+ const filterSensitiveLog: (obj: DeleteWorkforceRequest) => any;
2440
+ }
2441
+ export interface DeleteWorkforceResponse {
2442
+ }
2443
+ export declare namespace DeleteWorkforceResponse {
2444
+
2445
+ const filterSensitiveLog: (obj: DeleteWorkforceResponse) => any;
2446
+ }
2447
+ export interface DeleteWorkteamRequest {
2448
+
2449
+ WorkteamName: string | undefined;
2450
+ }
2451
+ export declare namespace DeleteWorkteamRequest {
2452
+
2453
+ const filterSensitiveLog: (obj: DeleteWorkteamRequest) => any;
2454
+ }
2455
+ export interface DeleteWorkteamResponse {
2456
+
2457
+ Success: boolean | undefined;
2458
+ }
2459
+ export declare namespace DeleteWorkteamResponse {
2460
+
2461
+ const filterSensitiveLog: (obj: DeleteWorkteamResponse) => any;
2462
+ }
2463
+
2464
+ export interface DeployedImage {
2465
+
2466
+ SpecifiedImage?: string;
2467
+
2468
+ ResolvedImage?: string;
2469
+
2470
+ ResolutionTime?: Date;
2471
+ }
2472
+ export declare namespace DeployedImage {
2473
+
2474
+ const filterSensitiveLog: (obj: DeployedImage) => any;
2475
+ }
2476
+ export interface DeregisterDevicesRequest {
2477
+
2478
+ DeviceFleetName: string | undefined;
2479
+
2480
+ DeviceNames: string[] | undefined;
2481
+ }
2482
+ export declare namespace DeregisterDevicesRequest {
2483
+
2484
+ const filterSensitiveLog: (obj: DeregisterDevicesRequest) => any;
2485
+ }
2486
+ export interface DescribeActionRequest {
2487
+
2488
+ ActionName: string | undefined;
2489
+ }
2490
+ export declare namespace DescribeActionRequest {
2491
+
2492
+ const filterSensitiveLog: (obj: DescribeActionRequest) => any;
2493
+ }
2494
+ export interface DescribeActionResponse {
2495
+
2496
+ ActionName?: string;
2497
+
2498
+ ActionArn?: string;
2499
+
2500
+ Source?: ActionSource;
2501
+
2502
+ ActionType?: string;
2503
+
2504
+ Description?: string;
2505
+
2506
+ Status?: ActionStatus | string;
2507
+
2508
+ Properties?: {
2509
+ [key: string]: string;
2510
+ };
2511
+
2512
+ CreationTime?: Date;
2513
+
2514
+ CreatedBy?: UserContext;
2515
+
2516
+ LastModifiedTime?: Date;
2517
+
2518
+ LastModifiedBy?: UserContext;
2519
+
2520
+ MetadataProperties?: MetadataProperties;
2521
+
2522
+ LineageGroupArn?: string;
2523
+ }
2524
+ export declare namespace DescribeActionResponse {
2525
+
2526
+ const filterSensitiveLog: (obj: DescribeActionResponse) => any;
2527
+ }
2528
+ export interface DescribeAlgorithmInput {
2529
+
2530
+ AlgorithmName: string | undefined;
2531
+ }
2532
+ export declare namespace DescribeAlgorithmInput {
2533
+
2534
+ const filterSensitiveLog: (obj: DescribeAlgorithmInput) => any;
2535
+ }
2536
+ export interface DescribeAlgorithmOutput {
2537
+
2538
+ AlgorithmName: string | undefined;
2539
+
2540
+ AlgorithmArn: string | undefined;
2541
+
2542
+ AlgorithmDescription?: string;
2543
+
2544
+ CreationTime: Date | undefined;
2545
+
2546
+ TrainingSpecification: TrainingSpecification | undefined;
2547
+
2548
+ InferenceSpecification?: InferenceSpecification;
2549
+
2550
+ ValidationSpecification?: AlgorithmValidationSpecification;
2551
+
2552
+ AlgorithmStatus: AlgorithmStatus | string | undefined;
2553
+
2554
+ AlgorithmStatusDetails: AlgorithmStatusDetails | undefined;
2555
+
2556
+ ProductId?: string;
2557
+
2558
+ CertifyForMarketplace?: boolean;
2559
+ }
2560
+ export declare namespace DescribeAlgorithmOutput {
2561
+
2562
+ const filterSensitiveLog: (obj: DescribeAlgorithmOutput) => any;
2563
+ }
2564
+ export interface DescribeAppRequest {
2565
+
2566
+ DomainId: string | undefined;
2567
+
2568
+ UserProfileName: string | undefined;
2569
+
2570
+ AppType: AppType | string | undefined;
2571
+
2572
+ AppName: string | undefined;
2573
+ }
2574
+ export declare namespace DescribeAppRequest {
2575
+
2576
+ const filterSensitiveLog: (obj: DescribeAppRequest) => any;
2577
+ }
2578
+ export interface DescribeAppResponse {
2579
+
2580
+ AppArn?: string;
2581
+
2582
+ AppType?: AppType | string;
2583
+
2584
+ AppName?: string;
2585
+
2586
+ DomainId?: string;
2587
+
2588
+ UserProfileName?: string;
2589
+
2590
+ Status?: AppStatus | string;
2591
+
2592
+ LastHealthCheckTimestamp?: Date;
2593
+
2594
+ LastUserActivityTimestamp?: Date;
2595
+
2596
+ CreationTime?: Date;
2597
+
2598
+ FailureReason?: string;
2599
+
2600
+ ResourceSpec?: ResourceSpec;
2601
+ }
2602
+ export declare namespace DescribeAppResponse {
2603
+
2604
+ const filterSensitiveLog: (obj: DescribeAppResponse) => any;
2605
+ }
2606
+ export interface DescribeAppImageConfigRequest {
2607
+
2608
+ AppImageConfigName: string | undefined;
2609
+ }
2610
+ export declare namespace DescribeAppImageConfigRequest {
2611
+
2612
+ const filterSensitiveLog: (obj: DescribeAppImageConfigRequest) => any;
2613
+ }
2614
+ export interface DescribeAppImageConfigResponse {
2615
+
2616
+ AppImageConfigArn?: string;
2617
+
2618
+ AppImageConfigName?: string;
2619
+
2620
+ CreationTime?: Date;
2621
+
2622
+ LastModifiedTime?: Date;
2623
+
2624
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
2625
+ }
2626
+ export declare namespace DescribeAppImageConfigResponse {
2627
+
2628
+ const filterSensitiveLog: (obj: DescribeAppImageConfigResponse) => any;
2629
+ }
2630
+ export interface DescribeArtifactRequest {
2631
+
2632
+ ArtifactArn: string | undefined;
2633
+ }
2634
+ export declare namespace DescribeArtifactRequest {
2635
+
2636
+ const filterSensitiveLog: (obj: DescribeArtifactRequest) => any;
2637
+ }
2638
+ export interface DescribeArtifactResponse {
2639
+
2640
+ ArtifactName?: string;
2641
+
2642
+ ArtifactArn?: string;
2643
+
2644
+ Source?: ArtifactSource;
2645
+
2646
+ ArtifactType?: string;
2647
+
2648
+ Properties?: {
2649
+ [key: string]: string;
2650
+ };
2651
+
2652
+ CreationTime?: Date;
2653
+
2654
+ CreatedBy?: UserContext;
2655
+
2656
+ LastModifiedTime?: Date;
2657
+
2658
+ LastModifiedBy?: UserContext;
2659
+
2660
+ MetadataProperties?: MetadataProperties;
2661
+
2662
+ LineageGroupArn?: string;
2663
+ }
2664
+ export declare namespace DescribeArtifactResponse {
2665
+
2666
+ const filterSensitiveLog: (obj: DescribeArtifactResponse) => any;
2667
+ }
2668
+ export interface DescribeAutoMLJobRequest {
2669
+
2670
+ AutoMLJobName: string | undefined;
2671
+ }
2672
+ export declare namespace DescribeAutoMLJobRequest {
2673
+
2674
+ const filterSensitiveLog: (obj: DescribeAutoMLJobRequest) => any;
2675
+ }
2676
+
2677
+ export interface ModelDeployResult {
2678
+
2679
+ EndpointName?: string;
2680
+ }
2681
+ export declare namespace ModelDeployResult {
2682
+
2683
+ const filterSensitiveLog: (obj: ModelDeployResult) => any;
2684
+ }
2685
+
2686
+ export interface ResolvedAttributes {
2687
+
2688
+ AutoMLJobObjective?: AutoMLJobObjective;
2689
+
2690
+ ProblemType?: ProblemType | string;
2691
+
2692
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
2693
+ }
2694
+ export declare namespace ResolvedAttributes {
2695
+
2696
+ const filterSensitiveLog: (obj: ResolvedAttributes) => any;
2697
+ }
2698
+ export interface DescribeAutoMLJobResponse {
2699
+
2700
+ AutoMLJobName: string | undefined;
2701
+
2702
+ AutoMLJobArn: string | undefined;
2703
+
2704
+ InputDataConfig: AutoMLChannel[] | undefined;
2705
+
2706
+ OutputDataConfig: AutoMLOutputDataConfig | undefined;
2707
+
2708
+ RoleArn: string | undefined;
2709
+
2710
+ AutoMLJobObjective?: AutoMLJobObjective;
2711
+
2712
+ ProblemType?: ProblemType | string;
2713
+
2714
+ AutoMLJobConfig?: AutoMLJobConfig;
2715
+
2716
+ CreationTime: Date | undefined;
2717
+
2718
+ EndTime?: Date;
2719
+
2720
+ LastModifiedTime: Date | undefined;
2721
+
2722
+ FailureReason?: string;
2723
+
2724
+ PartialFailureReasons?: AutoMLPartialFailureReason[];
2725
+
2726
+ BestCandidate?: AutoMLCandidate;
2727
+
2728
+ AutoMLJobStatus: AutoMLJobStatus | string | undefined;
2729
+
2730
+ AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
2731
+
2732
+ GenerateCandidateDefinitionsOnly?: boolean;
2733
+
2734
+ AutoMLJobArtifacts?: AutoMLJobArtifacts;
2735
+
2736
+ ResolvedAttributes?: ResolvedAttributes;
2737
+
2738
+ ModelDeployConfig?: ModelDeployConfig;
2739
+
2740
+ ModelDeployResult?: ModelDeployResult;
2741
+ }
2742
+ export declare namespace DescribeAutoMLJobResponse {
2743
+
2744
+ const filterSensitiveLog: (obj: DescribeAutoMLJobResponse) => any;
2745
+ }
2746
+ export interface DescribeCodeRepositoryInput {
2747
+
2748
+ CodeRepositoryName: string | undefined;
2749
+ }
2750
+ export declare namespace DescribeCodeRepositoryInput {
2751
+
2752
+ const filterSensitiveLog: (obj: DescribeCodeRepositoryInput) => any;
2753
+ }
2754
+ export interface DescribeCodeRepositoryOutput {
2755
+
2756
+ CodeRepositoryName: string | undefined;
2757
+
2758
+ CodeRepositoryArn: string | undefined;
2759
+
2760
+ CreationTime: Date | undefined;
2761
+
2762
+ LastModifiedTime: Date | undefined;
2763
+
2764
+ GitConfig?: GitConfig;
2765
+ }
2766
+ export declare namespace DescribeCodeRepositoryOutput {
2767
+
2768
+ const filterSensitiveLog: (obj: DescribeCodeRepositoryOutput) => any;
2769
+ }
2770
+ export interface DescribeCompilationJobRequest {
2771
+
2772
+ CompilationJobName: string | undefined;
2773
+ }
2774
+ export declare namespace DescribeCompilationJobRequest {
2775
+
2776
+ const filterSensitiveLog: (obj: DescribeCompilationJobRequest) => any;
2777
+ }
2778
+
2779
+ export interface ModelArtifacts {
2780
+
2781
+ S3ModelArtifacts: string | undefined;
2782
+ }
2783
+ export declare namespace ModelArtifacts {
2784
+
2785
+ const filterSensitiveLog: (obj: ModelArtifacts) => any;
2786
+ }
2787
+
2788
+ export interface ModelDigests {
2789
+
2790
+ ArtifactDigest?: string;
2791
+ }
2792
+ export declare namespace ModelDigests {
2793
+
2794
+ const filterSensitiveLog: (obj: ModelDigests) => any;
2795
+ }
2796
+ export interface DescribeCompilationJobResponse {
2797
+
2798
+ CompilationJobName: string | undefined;
2799
+
2800
+ CompilationJobArn: string | undefined;
2801
+
2802
+ CompilationJobStatus: CompilationJobStatus | string | undefined;
2803
+
2804
+ CompilationStartTime?: Date;
2805
+
2806
+ CompilationEndTime?: Date;
2807
+
2808
+ StoppingCondition: StoppingCondition | undefined;
2809
+
2810
+ InferenceImage?: string;
2811
+
2812
+ ModelPackageVersionArn?: string;
2813
+
2814
+ CreationTime: Date | undefined;
2815
+
2816
+ LastModifiedTime: Date | undefined;
2817
+
2818
+ FailureReason: string | undefined;
2819
+
2820
+ ModelArtifacts: ModelArtifacts | undefined;
2821
+
2822
+ ModelDigests?: ModelDigests;
2823
+
2824
+ RoleArn: string | undefined;
2825
+
2826
+ InputConfig: InputConfig | undefined;
2827
+
2828
+ OutputConfig: OutputConfig | undefined;
2829
+
2830
+ VpcConfig?: NeoVpcConfig;
2831
+ }
2832
+ export declare namespace DescribeCompilationJobResponse {
2833
+
2834
+ const filterSensitiveLog: (obj: DescribeCompilationJobResponse) => any;
2835
+ }
2836
+ export interface DescribeContextRequest {
2837
+
2838
+ ContextName: string | undefined;
2839
+ }
2840
+ export declare namespace DescribeContextRequest {
2841
+
2842
+ const filterSensitiveLog: (obj: DescribeContextRequest) => any;
2843
+ }
2844
+ export interface DescribeContextResponse {
2845
+
2846
+ ContextName?: string;
2847
+
2848
+ ContextArn?: string;
2849
+
2850
+ Source?: ContextSource;
2851
+
2852
+ ContextType?: string;
2853
+
2854
+ Description?: string;
2855
+
2856
+ Properties?: {
2857
+ [key: string]: string;
2858
+ };
2859
+
2860
+ CreationTime?: Date;
2861
+
2862
+ CreatedBy?: UserContext;
2863
+
2864
+ LastModifiedTime?: Date;
2865
+
2866
+ LastModifiedBy?: UserContext;
2867
+
2868
+ LineageGroupArn?: string;
2869
+ }
2870
+ export declare namespace DescribeContextResponse {
2871
+
2872
+ const filterSensitiveLog: (obj: DescribeContextResponse) => any;
2873
+ }
2874
+ export interface DescribeDataQualityJobDefinitionRequest {
2875
+
2876
+ JobDefinitionName: string | undefined;
2877
+ }
2878
+ export declare namespace DescribeDataQualityJobDefinitionRequest {
2879
+
2880
+ const filterSensitiveLog: (obj: DescribeDataQualityJobDefinitionRequest) => any;
2881
+ }
2882
+ export interface DescribeDataQualityJobDefinitionResponse {
2883
+
2884
+ JobDefinitionArn: string | undefined;
2885
+
2886
+ JobDefinitionName: string | undefined;
2887
+
2888
+ CreationTime: Date | undefined;
2889
+
2890
+ DataQualityBaselineConfig?: DataQualityBaselineConfig;
2891
+
2892
+ DataQualityAppSpecification: DataQualityAppSpecification | undefined;
2893
+
2894
+ DataQualityJobInput: DataQualityJobInput | undefined;
2895
+
2896
+ DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
2897
+
2898
+ JobResources: MonitoringResources | undefined;
2899
+
2900
+ NetworkConfig?: MonitoringNetworkConfig;
2901
+
2902
+ RoleArn: string | undefined;
2903
+
2904
+ StoppingCondition?: MonitoringStoppingCondition;
2905
+ }
2906
+ export declare namespace DescribeDataQualityJobDefinitionResponse {
2907
+
2908
+ const filterSensitiveLog: (obj: DescribeDataQualityJobDefinitionResponse) => any;
2909
+ }
2910
+ export interface DescribeDeviceRequest {
2911
+
2912
+ NextToken?: string;
2913
+
2914
+ DeviceName: string | undefined;
2915
+
2916
+ DeviceFleetName: string | undefined;
2917
+ }
2918
+ export declare namespace DescribeDeviceRequest {
2919
+
2920
+ const filterSensitiveLog: (obj: DescribeDeviceRequest) => any;
2921
+ }
2922
+
2923
+ export interface EdgeModel {
2924
+
2925
+ ModelName: string | undefined;
2926
+
2927
+ ModelVersion: string | undefined;
2928
+
2929
+ LatestSampleTime?: Date;
2930
+
2931
+ LatestInference?: Date;
2932
+ }
2933
+ export declare namespace EdgeModel {
2934
+
2935
+ const filterSensitiveLog: (obj: EdgeModel) => any;
2936
+ }
2937
+ export interface DescribeDeviceResponse {
2938
+
2939
+ DeviceArn?: string;
2940
+
2941
+ DeviceName: string | undefined;
2942
+
2943
+ Description?: string;
2944
+
2945
+ DeviceFleetName: string | undefined;
2946
+
2947
+ IotThingName?: string;
2948
+
2949
+ RegistrationTime: Date | undefined;
2950
+
2951
+ LatestHeartbeat?: Date;
2952
+
2953
+ Models?: EdgeModel[];
2954
+
2955
+ MaxModels?: number;
2956
+
2957
+ NextToken?: string;
2958
+
2959
+ AgentVersion?: string;
2960
+ }
2961
+ export declare namespace DescribeDeviceResponse {
2962
+
2963
+ const filterSensitiveLog: (obj: DescribeDeviceResponse) => any;
2964
+ }
2965
+ export interface DescribeDeviceFleetRequest {
2966
+
2967
+ DeviceFleetName: string | undefined;
2968
+ }
2969
+ export declare namespace DescribeDeviceFleetRequest {
2970
+
2971
+ const filterSensitiveLog: (obj: DescribeDeviceFleetRequest) => any;
2972
+ }
2973
+ export interface DescribeDeviceFleetResponse {
2974
+
2975
+ DeviceFleetName: string | undefined;
2976
+
2977
+ DeviceFleetArn: string | undefined;
2978
+
2979
+ OutputConfig: EdgeOutputConfig | undefined;
2980
+
2981
+ Description?: string;
2982
+
2983
+ CreationTime: Date | undefined;
2984
+
2985
+ LastModifiedTime: Date | undefined;
2986
+
2987
+ RoleArn?: string;
2988
+
2989
+ IotRoleAlias?: string;
2990
+ }
2991
+ export declare namespace DescribeDeviceFleetResponse {
2992
+
2993
+ const filterSensitiveLog: (obj: DescribeDeviceFleetResponse) => any;
2994
+ }
2995
+ export interface DescribeDomainRequest {
2996
+
2997
+ DomainId: string | undefined;
2998
+ }
2999
+ export declare namespace DescribeDomainRequest {
3000
+
3001
+ const filterSensitiveLog: (obj: DescribeDomainRequest) => any;
3002
+ }
3003
+ export declare enum DomainStatus {
3004
+ Delete_Failed = "Delete_Failed",
3005
+ Deleting = "Deleting",
3006
+ Failed = "Failed",
3007
+ InService = "InService",
3008
+ Pending = "Pending",
3009
+ Update_Failed = "Update_Failed",
3010
+ Updating = "Updating"
3011
+ }
3012
+ export interface DescribeDomainResponse {
3013
+
3014
+ DomainArn?: string;
3015
+
3016
+ DomainId?: string;
3017
+
3018
+ DomainName?: string;
3019
+
3020
+ HomeEfsFileSystemId?: string;
3021
+
3022
+ SingleSignOnManagedApplicationInstanceId?: string;
3023
+
3024
+ Status?: DomainStatus | string;
3025
+
3026
+ CreationTime?: Date;
3027
+
3028
+ LastModifiedTime?: Date;
3029
+
3030
+ FailureReason?: string;
3031
+
3032
+ AuthMode?: AuthMode | string;
3033
+
3034
+ DefaultUserSettings?: UserSettings;
3035
+
3036
+ AppNetworkAccessType?: AppNetworkAccessType | string;
3037
+
3038
+ HomeEfsFileSystemKmsKeyId?: string;
3039
+
3040
+ SubnetIds?: string[];
3041
+
3042
+ Url?: string;
3043
+
3044
+ VpcId?: string;
3045
+
3046
+ KmsKeyId?: string;
3047
+
3048
+ DomainSettings?: DomainSettings;
3049
+
3050
+ AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
3051
+
3052
+ SecurityGroupIdForDomainBoundary?: string;
3053
+ }
3054
+ export declare namespace DescribeDomainResponse {
3055
+
3056
+ const filterSensitiveLog: (obj: DescribeDomainResponse) => any;
3057
+ }
3058
+ export interface DescribeEdgePackagingJobRequest {
3059
+
3060
+ EdgePackagingJobName: string | undefined;
3061
+ }
3062
+ export declare namespace DescribeEdgePackagingJobRequest {
3063
+
3064
+ const filterSensitiveLog: (obj: DescribeEdgePackagingJobRequest) => any;
3065
+ }
3066
+ export declare enum EdgePackagingJobStatus {
3067
+ Completed = "COMPLETED",
3068
+ Failed = "FAILED",
3069
+ InProgress = "INPROGRESS",
3070
+ Starting = "STARTING",
3071
+ Stopped = "STOPPED",
3072
+ Stopping = "STOPPING"
3073
+ }
3074
+ export declare enum EdgePresetDeploymentStatus {
3075
+ Completed = "COMPLETED",
3076
+ Failed = "FAILED"
3077
+ }
3078
+
3079
+ export interface EdgePresetDeploymentOutput {
3080
+
3081
+ Type: EdgePresetDeploymentType | string | undefined;
3082
+
3083
+ Artifact?: string;
3084
+
3085
+ Status?: EdgePresetDeploymentStatus | string;
3086
+
3087
+ StatusMessage?: string;
3088
+ }
3089
+ export declare namespace EdgePresetDeploymentOutput {
3090
+
3091
+ const filterSensitiveLog: (obj: EdgePresetDeploymentOutput) => any;
3092
+ }
3093
+ export interface DescribeEdgePackagingJobResponse {
3094
+
3095
+ EdgePackagingJobArn: string | undefined;
3096
+
3097
+ EdgePackagingJobName: string | undefined;
3098
+
3099
+ CompilationJobName?: string;
3100
+
3101
+ ModelName?: string;
3102
+
3103
+ ModelVersion?: string;
3104
+
3105
+ RoleArn?: string;
3106
+
3107
+ OutputConfig?: EdgeOutputConfig;
3108
+
3109
+ ResourceKey?: string;
3110
+
3111
+ EdgePackagingJobStatus: EdgePackagingJobStatus | string | undefined;
3112
+
3113
+ EdgePackagingJobStatusMessage?: string;
3114
+
3115
+ CreationTime?: Date;
3116
+
3117
+ LastModifiedTime?: Date;
3118
+
3119
+ ModelArtifact?: string;
3120
+
3121
+ ModelSignature?: string;
3122
+
3123
+ PresetDeploymentOutput?: EdgePresetDeploymentOutput;
3124
+ }
3125
+ export declare namespace DescribeEdgePackagingJobResponse {
3126
+
3127
+ const filterSensitiveLog: (obj: DescribeEdgePackagingJobResponse) => any;
3128
+ }
3129
+ export interface DescribeEndpointInput {
3130
+
3131
+ EndpointName: string | undefined;
3132
+ }
3133
+ export declare namespace DescribeEndpointInput {
3134
+
3135
+ const filterSensitiveLog: (obj: DescribeEndpointInput) => any;
3136
+ }
3137
+ export declare enum EndpointStatus {
3138
+ CREATING = "Creating",
3139
+ DELETING = "Deleting",
3140
+ FAILED = "Failed",
3141
+ IN_SERVICE = "InService",
3142
+ OUT_OF_SERVICE = "OutOfService",
3143
+ ROLLING_BACK = "RollingBack",
3144
+ SYSTEM_UPDATING = "SystemUpdating",
3145
+ UPDATING = "Updating"
3146
+ }
3147
+ export declare enum VariantStatus {
3148
+ ACTIVATING_TRAFFIC = "ActivatingTraffic",
3149
+ BAKING = "Baking",
3150
+ CREATING = "Creating",
3151
+ DELETING = "Deleting",
3152
+ UPDATING = "Updating"
3153
+ }
3154
+
3155
+ export interface ProductionVariantStatus {
3156
+
3157
+ Status: VariantStatus | string | undefined;
3158
+
3159
+ StatusMessage?: string;
3160
+
3161
+ StartTime?: Date;
3162
+ }
3163
+ export declare namespace ProductionVariantStatus {
3164
+
3165
+ const filterSensitiveLog: (obj: ProductionVariantStatus) => any;
3166
+ }
3167
+
3168
+ export interface PendingProductionVariantSummary {
3169
+
3170
+ VariantName: string | undefined;
3171
+
3172
+ DeployedImages?: DeployedImage[];
3173
+
3174
+ CurrentWeight?: number;
3175
+
3176
+ DesiredWeight?: number;
3177
+
3178
+ CurrentInstanceCount?: number;
3179
+
3180
+ DesiredInstanceCount?: number;
3181
+
3182
+ InstanceType?: ProductionVariantInstanceType | string;
3183
+
3184
+ AcceleratorType?: ProductionVariantAcceleratorType | string;
3185
+
3186
+ VariantStatus?: ProductionVariantStatus[];
3187
+
3188
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3189
+
3190
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
3191
+ }
3192
+ export declare namespace PendingProductionVariantSummary {
3193
+
3194
+ const filterSensitiveLog: (obj: PendingProductionVariantSummary) => any;
3195
+ }
3196
+
3197
+ export interface PendingDeploymentSummary {
3198
+
3199
+ EndpointConfigName: string | undefined;
3200
+
3201
+ ProductionVariants?: PendingProductionVariantSummary[];
3202
+
3203
+ StartTime?: Date;
3204
+ }
3205
+ export declare namespace PendingDeploymentSummary {
3206
+
3207
+ const filterSensitiveLog: (obj: PendingDeploymentSummary) => any;
3208
+ }
3209
+
3210
+ export interface ProductionVariantSummary {
3211
+
3212
+ VariantName: string | undefined;
3213
+
3214
+ DeployedImages?: DeployedImage[];
3215
+
3216
+ CurrentWeight?: number;
3217
+
3218
+ DesiredWeight?: number;
3219
+
3220
+ CurrentInstanceCount?: number;
3221
+
3222
+ DesiredInstanceCount?: number;
3223
+
3224
+ VariantStatus?: ProductionVariantStatus[];
3225
+
3226
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3227
+
3228
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
3229
+ }
3230
+ export declare namespace ProductionVariantSummary {
3231
+
3232
+ const filterSensitiveLog: (obj: ProductionVariantSummary) => any;
3233
+ }
3234
+ export interface DescribeEndpointOutput {
3235
+
3236
+ EndpointName: string | undefined;
3237
+
3238
+ EndpointArn: string | undefined;
3239
+
3240
+ EndpointConfigName: string | undefined;
3241
+
3242
+ ProductionVariants?: ProductionVariantSummary[];
3243
+
3244
+ DataCaptureConfig?: DataCaptureConfigSummary;
3245
+
3246
+ EndpointStatus: EndpointStatus | string | undefined;
3247
+
3248
+ FailureReason?: string;
3249
+
3250
+ CreationTime: Date | undefined;
3251
+
3252
+ LastModifiedTime: Date | undefined;
3253
+
3254
+ LastDeploymentConfig?: DeploymentConfig;
3255
+
3256
+ AsyncInferenceConfig?: AsyncInferenceConfig;
3257
+
3258
+ PendingDeploymentSummary?: PendingDeploymentSummary;
3259
+ }
3260
+ export declare namespace DescribeEndpointOutput {
3261
+
3262
+ const filterSensitiveLog: (obj: DescribeEndpointOutput) => any;
3263
+ }
3264
+ export interface DescribeEndpointConfigInput {
3265
+
3266
+ EndpointConfigName: string | undefined;
3267
+ }
3268
+ export declare namespace DescribeEndpointConfigInput {
3269
+
3270
+ const filterSensitiveLog: (obj: DescribeEndpointConfigInput) => any;
3271
+ }
3272
+ export interface DescribeEndpointConfigOutput {
3273
+
3274
+ EndpointConfigName: string | undefined;
3275
+
3276
+ EndpointConfigArn: string | undefined;
3277
+
3278
+ ProductionVariants: ProductionVariant[] | undefined;
3279
+
3280
+ DataCaptureConfig?: DataCaptureConfig;
3281
+
3282
+ KmsKeyId?: string;
3283
+
3284
+ CreationTime: Date | undefined;
3285
+
3286
+ AsyncInferenceConfig?: AsyncInferenceConfig;
3287
+ }
3288
+ export declare namespace DescribeEndpointConfigOutput {
3289
+
3290
+ const filterSensitiveLog: (obj: DescribeEndpointConfigOutput) => any;
3291
+ }
3292
+ export interface DescribeExperimentRequest {
3293
+
3294
+ ExperimentName: string | undefined;
3295
+ }
3296
+ export declare namespace DescribeExperimentRequest {
3297
+
3298
+ const filterSensitiveLog: (obj: DescribeExperimentRequest) => any;
3299
+ }
3300
+
3301
+ export interface ExperimentSource {
3302
+
3303
+ SourceArn: string | undefined;
3304
+
3305
+ SourceType?: string;
3306
+ }
3307
+ export declare namespace ExperimentSource {
3308
+
3309
+ const filterSensitiveLog: (obj: ExperimentSource) => any;
3310
+ }
3311
+ export interface DescribeExperimentResponse {
3312
+
3313
+ ExperimentName?: string;
3314
+
3315
+ ExperimentArn?: string;
3316
+
3317
+ DisplayName?: string;
3318
+
3319
+ Source?: ExperimentSource;
3320
+
3321
+ Description?: string;
3322
+
3323
+ CreationTime?: Date;
3324
+
3325
+ CreatedBy?: UserContext;
3326
+
3327
+ LastModifiedTime?: Date;
3328
+
3329
+ LastModifiedBy?: UserContext;
3330
+ }
3331
+ export declare namespace DescribeExperimentResponse {
3332
+
3333
+ const filterSensitiveLog: (obj: DescribeExperimentResponse) => any;
3334
+ }
3335
+ export interface DescribeFeatureGroupRequest {
3336
+
3337
+ FeatureGroupName: string | undefined;
3338
+
3339
+ NextToken?: string;
3340
+ }
3341
+ export declare namespace DescribeFeatureGroupRequest {
3342
+
3343
+ const filterSensitiveLog: (obj: DescribeFeatureGroupRequest) => any;
3344
+ }
3345
+ export declare enum FeatureGroupStatus {
3346
+ CREATED = "Created",
3347
+ CREATE_FAILED = "CreateFailed",
3348
+ CREATING = "Creating",
3349
+ DELETE_FAILED = "DeleteFailed",
3350
+ DELETING = "Deleting"
3351
+ }
3352
+ export declare enum OfflineStoreStatusValue {
3353
+ ACTIVE = "Active",
3354
+ BLOCKED = "Blocked",
3355
+ DISABLED = "Disabled"
3356
+ }
3357
+
3358
+ export interface OfflineStoreStatus {
3359
+
3360
+ Status: OfflineStoreStatusValue | string | undefined;
3361
+
3362
+ BlockedReason?: string;
3363
+ }
3364
+ export declare namespace OfflineStoreStatus {
3365
+
3366
+ const filterSensitiveLog: (obj: OfflineStoreStatus) => any;
3367
+ }
3368
+ export interface DescribeFeatureGroupResponse {
3369
+
3370
+ FeatureGroupArn: string | undefined;
3371
+
3372
+ FeatureGroupName: string | undefined;
3373
+
3374
+ RecordIdentifierFeatureName: string | undefined;
3375
+
3376
+ EventTimeFeatureName: string | undefined;
3377
+
3378
+ FeatureDefinitions: FeatureDefinition[] | undefined;
3379
+
3380
+ CreationTime: Date | undefined;
3381
+
3382
+ OnlineStoreConfig?: OnlineStoreConfig;
3383
+
3384
+ OfflineStoreConfig?: OfflineStoreConfig;
3385
+
3386
+ RoleArn?: string;
3387
+
3388
+ FeatureGroupStatus?: FeatureGroupStatus | string;
3389
+
3390
+ OfflineStoreStatus?: OfflineStoreStatus;
3391
+
3392
+ FailureReason?: string;
3393
+
3394
+ Description?: string;
3395
+
3396
+ NextToken: string | undefined;
3397
+ }
3398
+ export declare namespace DescribeFeatureGroupResponse {
3399
+
3400
+ const filterSensitiveLog: (obj: DescribeFeatureGroupResponse) => any;
3401
+ }
3402
+ export interface DescribeFlowDefinitionRequest {
3403
+
3404
+ FlowDefinitionName: string | undefined;
3405
+ }
3406
+ export declare namespace DescribeFlowDefinitionRequest {
3407
+
3408
+ const filterSensitiveLog: (obj: DescribeFlowDefinitionRequest) => any;
3409
+ }
3410
+ export declare enum FlowDefinitionStatus {
3411
+ ACTIVE = "Active",
3412
+ DELETING = "Deleting",
3413
+ FAILED = "Failed",
3414
+ INITIALIZING = "Initializing"
3415
+ }
3416
+ export interface DescribeFlowDefinitionResponse {
3417
+
3418
+ FlowDefinitionArn: string | undefined;
3419
+
3420
+ FlowDefinitionName: string | undefined;
3421
+
3422
+ FlowDefinitionStatus: FlowDefinitionStatus | string | undefined;
3423
+
3424
+ CreationTime: Date | undefined;
3425
+
3426
+ HumanLoopRequestSource?: HumanLoopRequestSource;
3427
+
3428
+ HumanLoopActivationConfig?: HumanLoopActivationConfig;
3429
+
3430
+ HumanLoopConfig: HumanLoopConfig | undefined;
3431
+
3432
+ OutputConfig: FlowDefinitionOutputConfig | undefined;
3433
+
3434
+ RoleArn: string | undefined;
3435
+
3436
+ FailureReason?: string;
3437
+ }
3438
+ export declare namespace DescribeFlowDefinitionResponse {
3439
+
3440
+ const filterSensitiveLog: (obj: DescribeFlowDefinitionResponse) => any;
3441
+ }
3442
+ export interface DescribeHumanTaskUiRequest {
3443
+
3444
+ HumanTaskUiName: string | undefined;
3445
+ }
3446
+ export declare namespace DescribeHumanTaskUiRequest {
3447
+
3448
+ const filterSensitiveLog: (obj: DescribeHumanTaskUiRequest) => any;
3449
+ }
3450
+ export declare enum HumanTaskUiStatus {
3451
+ ACTIVE = "Active",
3452
+ DELETING = "Deleting"
3453
+ }
3454
+
3455
+ export interface UiTemplateInfo {
3456
+
3457
+ Url?: string;
3458
+
3459
+ ContentSha256?: string;
3460
+ }
3461
+ export declare namespace UiTemplateInfo {
3462
+
3463
+ const filterSensitiveLog: (obj: UiTemplateInfo) => any;
3464
+ }
3465
+ export interface DescribeHumanTaskUiResponse {
3466
+
3467
+ HumanTaskUiArn: string | undefined;
3468
+
3469
+ HumanTaskUiName: string | undefined;
3470
+
3471
+ HumanTaskUiStatus?: HumanTaskUiStatus | string;
3472
+
3473
+ CreationTime: Date | undefined;
3474
+
3475
+ UiTemplate: UiTemplateInfo | undefined;
3476
+ }
3477
+ export declare namespace DescribeHumanTaskUiResponse {
3478
+
3479
+ const filterSensitiveLog: (obj: DescribeHumanTaskUiResponse) => any;
3480
+ }
3481
+ export interface DescribeHyperParameterTuningJobRequest {
3482
+
3483
+ HyperParameterTuningJobName: string | undefined;
3484
+ }
3485
+ export declare namespace DescribeHyperParameterTuningJobRequest {
3486
+
3487
+ const filterSensitiveLog: (obj: DescribeHyperParameterTuningJobRequest) => any;
3488
+ }
3489
+
3490
+ export interface FinalHyperParameterTuningJobObjectiveMetric {
3491
+
3492
+ Type?: HyperParameterTuningJobObjectiveType | string;
3493
+
3494
+ MetricName: string | undefined;
3495
+
3496
+ Value: number | undefined;
3497
+ }
3498
+ export declare namespace FinalHyperParameterTuningJobObjectiveMetric {
3499
+
3500
+ const filterSensitiveLog: (obj: FinalHyperParameterTuningJobObjectiveMetric) => any;
3501
+ }
3502
+ export declare enum TrainingJobStatus {
3503
+ COMPLETED = "Completed",
3504
+ FAILED = "Failed",
3505
+ IN_PROGRESS = "InProgress",
3506
+ STOPPED = "Stopped",
3507
+ STOPPING = "Stopping"
3508
+ }
3509
+
3510
+ export interface HyperParameterTrainingJobSummary {
3511
+
3512
+ TrainingJobDefinitionName?: string;
3513
+
3514
+ TrainingJobName: string | undefined;
3515
+
3516
+ TrainingJobArn: string | undefined;
3517
+
3518
+ TuningJobName?: string;
3519
+
3520
+ CreationTime: Date | undefined;
3521
+
3522
+ TrainingStartTime?: Date;
3523
+
3524
+ TrainingEndTime?: Date;
3525
+
3526
+ TrainingJobStatus: TrainingJobStatus | string | undefined;
3527
+
3528
+ TunedHyperParameters: {
3529
+ [key: string]: string;
3530
+ } | undefined;
3531
+
3532
+ FailureReason?: string;
3533
+
3534
+ FinalHyperParameterTuningJobObjectiveMetric?: FinalHyperParameterTuningJobObjectiveMetric;
3535
+
3536
+ ObjectiveStatus?: ObjectiveStatus | string;
3537
+ }
3538
+ export declare namespace HyperParameterTrainingJobSummary {
3539
+
3540
+ const filterSensitiveLog: (obj: HyperParameterTrainingJobSummary) => any;
3541
+ }
3542
+ export declare enum HyperParameterTuningJobStatus {
3543
+ COMPLETED = "Completed",
3544
+ FAILED = "Failed",
3545
+ IN_PROGRESS = "InProgress",
3546
+ STOPPED = "Stopped",
3547
+ STOPPING = "Stopping"
3548
+ }
3549
+
3550
+ export interface ObjectiveStatusCounters {
3551
+
3552
+ Succeeded?: number;
3553
+
3554
+ Pending?: number;
3555
+
3556
+ Failed?: number;
3557
+ }
3558
+ export declare namespace ObjectiveStatusCounters {
3559
+
3560
+ const filterSensitiveLog: (obj: ObjectiveStatusCounters) => any;
3561
+ }
3562
+
3563
+ export interface TrainingJobStatusCounters {
3564
+
3565
+ Completed?: number;
3566
+
3567
+ InProgress?: number;
3568
+
3569
+ RetryableError?: number;
3570
+
3571
+ NonRetryableError?: number;
3572
+
3573
+ Stopped?: number;
3574
+ }
3575
+ export declare namespace TrainingJobStatusCounters {
3576
+
3577
+ const filterSensitiveLog: (obj: TrainingJobStatusCounters) => any;
3578
+ }
3579
+ export interface DescribeHyperParameterTuningJobResponse {
3580
+
3581
+ HyperParameterTuningJobName: string | undefined;
3582
+
3583
+ HyperParameterTuningJobArn: string | undefined;
3584
+
3585
+ HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
3586
+
3587
+ TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
3588
+
3589
+ TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
3590
+
3591
+ HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | string | undefined;
3592
+
3593
+ CreationTime: Date | undefined;
3594
+
3595
+ HyperParameterTuningEndTime?: Date;
3596
+
3597
+ LastModifiedTime?: Date;
3598
+
3599
+ TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
3600
+
3601
+ ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
3602
+
3603
+ BestTrainingJob?: HyperParameterTrainingJobSummary;
3604
+
3605
+ OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
3606
+
3607
+ WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
3608
+
3609
+ FailureReason?: string;
3610
+ }
3611
+ export declare namespace DescribeHyperParameterTuningJobResponse {
3612
+
3613
+ const filterSensitiveLog: (obj: DescribeHyperParameterTuningJobResponse) => any;
3614
+ }
3615
+ export interface DescribeImageRequest {
3616
+
3617
+ ImageName: string | undefined;
3618
+ }
3619
+ export declare namespace DescribeImageRequest {
3620
+
3621
+ const filterSensitiveLog: (obj: DescribeImageRequest) => any;
3622
+ }
3623
+ export declare enum ImageStatus {
3624
+ CREATED = "CREATED",
3625
+ CREATE_FAILED = "CREATE_FAILED",
3626
+ CREATING = "CREATING",
3627
+ DELETE_FAILED = "DELETE_FAILED",
3628
+ DELETING = "DELETING",
3629
+ UPDATE_FAILED = "UPDATE_FAILED",
3630
+ UPDATING = "UPDATING"
3631
+ }
3632
+ export interface DescribeImageResponse {
3633
+
3634
+ CreationTime?: Date;
3635
+
3636
+ Description?: string;
3637
+
3638
+ DisplayName?: string;
3639
+
3640
+ FailureReason?: string;
3641
+
3642
+ ImageArn?: string;
3643
+
3644
+ ImageName?: string;
3645
+
3646
+ ImageStatus?: ImageStatus | string;
3647
+
3648
+ LastModifiedTime?: Date;
3649
+
3650
+ RoleArn?: string;
3651
+ }
3652
+ export declare namespace DescribeImageResponse {
3653
+
3654
+ const filterSensitiveLog: (obj: DescribeImageResponse) => any;
3655
+ }
3656
+ export interface DescribeImageVersionRequest {
3657
+
3658
+ ImageName: string | undefined;
3659
+
3660
+ Version?: number;
3661
+ }
3662
+ export declare namespace DescribeImageVersionRequest {
3663
+
3664
+ const filterSensitiveLog: (obj: DescribeImageVersionRequest) => any;
3665
+ }
3666
+ export declare enum ImageVersionStatus {
3667
+ CREATED = "CREATED",
3668
+ CREATE_FAILED = "CREATE_FAILED",
3669
+ CREATING = "CREATING",
3670
+ DELETE_FAILED = "DELETE_FAILED",
3671
+ DELETING = "DELETING"
3672
+ }
3673
+ export interface DescribeImageVersionResponse {
3674
+
3675
+ BaseImage?: string;
3676
+
3677
+ ContainerImage?: string;
3678
+
3679
+ CreationTime?: Date;
3680
+
3681
+ FailureReason?: string;
3682
+
3683
+ ImageArn?: string;
3684
+
3685
+ ImageVersionArn?: string;
3686
+
3687
+ ImageVersionStatus?: ImageVersionStatus | string;
3688
+
3689
+ LastModifiedTime?: Date;
3690
+
3691
+ Version?: number;
3692
+ }
3693
+ export declare namespace DescribeImageVersionResponse {
3694
+
3695
+ const filterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
3696
+ }
3697
+ export interface DescribeInferenceRecommendationsJobRequest {
3698
+
3699
+ JobName: string | undefined;
3700
+ }
3701
+ export declare namespace DescribeInferenceRecommendationsJobRequest {
3702
+
3703
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
3704
+ }
3705
+
3706
+ export interface EndpointOutputConfiguration {
3707
+
3708
+ EndpointName: string | undefined;
3709
+
3710
+ VariantName: string | undefined;
3711
+
3712
+ InstanceType: ProductionVariantInstanceType | string | undefined;
3713
+
3714
+ InitialInstanceCount: number | undefined;
3715
+ }
3716
+ export declare namespace EndpointOutputConfiguration {
3717
+
3718
+ const filterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
3719
+ }
3720
+
3721
+ export interface RecommendationMetrics {
3722
+
3723
+ CostPerHour: number | undefined;
3724
+
3725
+ CostPerInference: number | undefined;
3726
+
3727
+ MaxInvocations: number | undefined;
3728
+
3729
+ ModelLatency: number | undefined;
3730
+ }
3731
+ export declare namespace RecommendationMetrics {
3732
+
3733
+ const filterSensitiveLog: (obj: RecommendationMetrics) => any;
3734
+ }
3735
+
3736
+ export interface EnvironmentParameter {
3737
+
3738
+ Key: string | undefined;
3739
+
3740
+ ValueType: string | undefined;
3741
+
3742
+ Value: string | undefined;
3743
+ }
3744
+ export declare namespace EnvironmentParameter {
3745
+
3746
+ const filterSensitiveLog: (obj: EnvironmentParameter) => any;
3747
+ }
3748
+
3749
+ export interface ModelConfiguration {
3750
+
3751
+ InferenceSpecificationName?: string;
3752
+
3753
+ EnvironmentParameters?: EnvironmentParameter[];
3754
+ }
3755
+ export declare namespace ModelConfiguration {
3756
+
3757
+ const filterSensitiveLog: (obj: ModelConfiguration) => any;
3758
+ }
3759
+
3760
+ export interface InferenceRecommendation {
3761
+
3762
+ Metrics: RecommendationMetrics | undefined;
3763
+
3764
+ EndpointConfiguration: EndpointOutputConfiguration | undefined;
3765
+
3766
+ ModelConfiguration: ModelConfiguration | undefined;
3767
+ }
3768
+ export declare namespace InferenceRecommendation {
3769
+
3770
+ const filterSensitiveLog: (obj: InferenceRecommendation) => any;
3771
+ }
3772
+ export declare enum RecommendationJobStatus {
3773
+ COMPLETED = "COMPLETED",
3774
+ FAILED = "FAILED",
3775
+ IN_PROGRESS = "IN_PROGRESS",
3776
+ PENDING = "PENDING",
3777
+ STOPPED = "STOPPED",
3778
+ STOPPING = "STOPPING"
3779
+ }
3780
+ export interface DescribeInferenceRecommendationsJobResponse {
3781
+
3782
+ JobName: string | undefined;
3783
+
3784
+ JobDescription?: string;
3785
+
3786
+ JobType: RecommendationJobType | string | undefined;
3787
+
3788
+ JobArn: string | undefined;
3789
+
3790
+ RoleArn: string | undefined;
3791
+
3792
+ Status: RecommendationJobStatus | string | undefined;
3793
+
3794
+ CreationTime: Date | undefined;
3795
+
3796
+ CompletionTime?: Date;
3797
+
3798
+ LastModifiedTime: Date | undefined;
3799
+
3800
+ FailureReason?: string;
3801
+
3802
+ InputConfig: RecommendationJobInputConfig | undefined;
3803
+
3804
+ StoppingConditions?: RecommendationJobStoppingConditions;
3805
+
3806
+ InferenceRecommendations?: InferenceRecommendation[];
3807
+ }
3808
+ export declare namespace DescribeInferenceRecommendationsJobResponse {
3809
+
3810
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
3811
+ }
3812
+ export interface DescribeLabelingJobRequest {
3813
+
3814
+ LabelingJobName: string | undefined;
3815
+ }
3816
+ export declare namespace DescribeLabelingJobRequest {
3817
+
3818
+ const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
3819
+ }
3820
+
3821
+ export interface LabelCounters {
3822
+
3823
+ TotalLabeled?: number;
3824
+
3825
+ HumanLabeled?: number;
3826
+
3827
+ MachineLabeled?: number;
3828
+
3829
+ FailedNonRetryableError?: number;
3830
+
3831
+ Unlabeled?: number;
3832
+ }
3833
+ export declare namespace LabelCounters {
3834
+
3835
+ const filterSensitiveLog: (obj: LabelCounters) => any;
3836
+ }
3837
+
3838
+ export interface LabelingJobOutput {
3839
+
3840
+ OutputDatasetS3Uri: string | undefined;
3841
+
3842
+ FinalActiveLearningModelArn?: string;
3843
+ }
3844
+ export declare namespace LabelingJobOutput {
3845
+
3846
+ const filterSensitiveLog: (obj: LabelingJobOutput) => any;
3847
+ }
3848
+ export declare enum LabelingJobStatus {
3849
+ COMPLETED = "Completed",
3850
+ FAILED = "Failed",
3851
+ INITIALIZING = "Initializing",
3852
+ IN_PROGRESS = "InProgress",
3853
+ STOPPED = "Stopped",
3854
+ STOPPING = "Stopping"
3855
+ }
3856
+ export interface DescribeLabelingJobResponse {
3857
+
3858
+ LabelingJobStatus: LabelingJobStatus | string | undefined;
3859
+
3860
+ LabelCounters: LabelCounters | undefined;
3861
+
3862
+ FailureReason?: string;
3863
+
3864
+ CreationTime: Date | undefined;
3865
+
3866
+ LastModifiedTime: Date | undefined;
3867
+
3868
+ JobReferenceCode: string | undefined;
3869
+
3870
+ LabelingJobName: string | undefined;
3871
+
3872
+ LabelingJobArn: string | undefined;
3873
+
3874
+ LabelAttributeName?: string;
3875
+
3876
+ InputConfig: LabelingJobInputConfig | undefined;
3877
+
3878
+ OutputConfig: LabelingJobOutputConfig | undefined;
3879
+
3880
+ RoleArn: string | undefined;
3881
+
3882
+ LabelCategoryConfigS3Uri?: string;
3883
+
3884
+ StoppingConditions?: LabelingJobStoppingConditions;
3885
+
3886
+ LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
3887
+
3888
+ HumanTaskConfig: HumanTaskConfig | undefined;
3889
+
3890
+ Tags?: Tag[];
3891
+
3892
+ LabelingJobOutput?: LabelingJobOutput;
3893
+ }
3894
+ export declare namespace DescribeLabelingJobResponse {
3895
+
3896
+ const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
3897
+ }
3898
+ export interface DescribeLineageGroupRequest {
3899
+
3900
+ LineageGroupName: string | undefined;
3901
+ }
3902
+ export declare namespace DescribeLineageGroupRequest {
3903
+
3904
+ const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
3905
+ }
3906
+ export interface DescribeLineageGroupResponse {
3907
+
3908
+ LineageGroupName?: string;
3909
+
3910
+ LineageGroupArn?: string;
3911
+
3912
+ DisplayName?: string;
3913
+
3914
+ Description?: string;
3915
+
3916
+ CreationTime?: Date;
3917
+
3918
+ CreatedBy?: UserContext;
3919
+
3920
+ LastModifiedTime?: Date;
3921
+
3922
+ LastModifiedBy?: UserContext;
3923
+ }
3924
+ export declare namespace DescribeLineageGroupResponse {
3925
+
3926
+ const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
3927
+ }
3928
+ export interface DescribeModelInput {
3929
+
3930
+ ModelName: string | undefined;
3931
+ }
3932
+ export declare namespace DescribeModelInput {
3933
+
3934
+ const filterSensitiveLog: (obj: DescribeModelInput) => any;
3935
+ }