@aws-sdk/client-sagemaker 3.43.0 → 3.47.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 (222) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist-cjs/SageMaker.js +135 -0
  3. package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +3 -3
  7. package/dist-cjs/commands/DescribeModelCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
  19. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
  20. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
  21. package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
  22. package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
  23. package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
  24. package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
  25. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  26. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  27. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  28. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  29. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  30. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  31. package/dist-cjs/commands/QueryLineageCommand.js +36 -0
  32. package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
  33. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  34. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  35. package/dist-cjs/commands/SearchCommand.js +1 -2
  36. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  37. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  38. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
  39. package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
  40. package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
  41. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
  42. package/dist-cjs/commands/index.js +9 -0
  43. package/dist-cjs/endpoints.js +1 -20
  44. package/dist-cjs/models/models_0.js +155 -170
  45. package/dist-cjs/models/models_1.js +216 -229
  46. package/dist-cjs/models/models_2.js +356 -344
  47. package/dist-cjs/models/models_3.js +371 -2
  48. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
  49. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
  50. package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
  51. package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
  52. package/dist-cjs/pagination/index.js +4 -0
  53. package/dist-cjs/protocols/Aws_json1_1.js +1662 -40
  54. package/dist-cjs/runtimeConfig.browser.js +7 -2
  55. package/dist-cjs/runtimeConfig.js +9 -3
  56. package/dist-es/SageMaker.js +135 -0
  57. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  58. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  59. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  60. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +1 -1
  61. package/dist-es/commands/DescribeModelCommand.js +2 -1
  62. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  63. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  64. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  65. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  66. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  67. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  68. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  69. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  70. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  71. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  72. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
  73. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  74. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  75. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  76. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  77. package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
  78. package/dist-es/commands/ListTransformJobsCommand.js +1 -1
  79. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  80. package/dist-es/commands/ListTrialsCommand.js +1 -1
  81. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  82. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  83. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  84. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  85. package/dist-es/commands/QueryLineageCommand.js +39 -0
  86. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  87. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  88. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  89. package/dist-es/commands/SearchCommand.js +1 -2
  90. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  91. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  92. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  93. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  94. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
  95. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  96. package/dist-es/commands/index.js +9 -0
  97. package/dist-es/endpoints.js +1 -20
  98. package/dist-es/models/models_0.js +141 -148
  99. package/dist-es/models/models_1.js +146 -167
  100. package/dist-es/models/models_2.js +262 -236
  101. package/dist-es/models/models_3.js +256 -0
  102. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  103. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  104. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  105. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  106. package/dist-es/pagination/index.js +4 -0
  107. package/dist-es/protocols/Aws_json1_1.js +1588 -41
  108. package/dist-es/runtimeConfig.browser.js +12 -3
  109. package/dist-es/runtimeConfig.js +13 -6
  110. package/dist-types/SageMaker.d.ts +76 -4
  111. package/dist-types/SageMakerClient.d.ts +16 -3
  112. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  113. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  114. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  115. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeModelCommand.d.ts +2 -1
  117. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
  128. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  129. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  130. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  131. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  132. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
  133. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  134. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  135. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  136. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  137. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  138. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  139. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  140. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  141. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  142. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  143. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  144. package/dist-types/commands/SearchCommand.d.ts +1 -2
  145. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  146. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  147. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  148. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  149. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
  150. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  151. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -2
  152. package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
  153. package/dist-types/commands/index.d.ts +9 -0
  154. package/dist-types/models/models_0.d.ts +377 -1983
  155. package/dist-types/models/models_1.d.ts +6757 -5221
  156. package/dist-types/models/models_2.d.ts +5431 -6102
  157. package/dist-types/models/models_3.d.ts +2505 -4
  158. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  160. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  161. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  162. package/dist-types/pagination/index.d.ts +4 -0
  163. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  164. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  165. package/dist-types/runtimeConfig.d.ts +4 -3
  166. package/dist-types/runtimeConfig.native.d.ts +1 -0
  167. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  168. package/dist-types/ts3.4/SageMakerClient.d.ts +14 -3
  169. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -1
  174. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
  185. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
  190. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  202. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
  207. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  209. package/dist-types/ts3.4/models/models_0.d.ts +232 -215
  210. package/dist-types/ts3.4/models/models_1.d.ts +460 -527
  211. package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
  212. package/dist-types/ts3.4/models/models_3.d.ts +1119 -3
  213. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  215. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  216. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  217. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  218. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  219. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  220. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  221. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  222. package/package.json +39 -46
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartNotebookInstanceInput } from "../models/models_2";
3
+ import { StartNotebookInstanceInput } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  export interface StartNotebookInstanceCommandInput extends StartNotebookInstanceInput {
6
6
  }
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartPipelineExecutionRequest } from "../models/models_2";
4
- import { StartPipelineExecutionResponse } from "../models/models_3";
3
+ import { StartPipelineExecutionRequest, StartPipelineExecutionResponse } from "../models/models_3";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  export interface StartPipelineExecutionCommandInput extends StartPipelineExecutionRequest {
7
6
  }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { StopInferenceRecommendationsJobRequest } from "../models/models_3";
4
+ import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ export interface StopInferenceRecommendationsJobCommandInput extends StopInferenceRecommendationsJobRequest {
6
+ }
7
+ export interface StopInferenceRecommendationsJobCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopInferenceRecommendationsJobCommand extends $Command<StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig> {
11
+ readonly input: StopInferenceRecommendationsJobCommandInput;
12
+ constructor(input: StopInferenceRecommendationsJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -24,6 +24,7 @@ export * from "./CreateHumanTaskUiCommand";
24
24
  export * from "./CreateHyperParameterTuningJobCommand";
25
25
  export * from "./CreateImageCommand";
26
26
  export * from "./CreateImageVersionCommand";
27
+ export * from "./CreateInferenceRecommendationsJobCommand";
27
28
  export * from "./CreateLabelingJobCommand";
28
29
  export * from "./CreateModelBiasJobDefinitionCommand";
29
30
  export * from "./CreateModelCommand";
@@ -109,7 +110,9 @@ export * from "./DescribeHumanTaskUiCommand";
109
110
  export * from "./DescribeHyperParameterTuningJobCommand";
110
111
  export * from "./DescribeImageCommand";
111
112
  export * from "./DescribeImageVersionCommand";
113
+ export * from "./DescribeInferenceRecommendationsJobCommand";
112
114
  export * from "./DescribeLabelingJobCommand";
115
+ export * from "./DescribeLineageGroupCommand";
113
116
  export * from "./DescribeModelBiasJobDefinitionCommand";
114
117
  export * from "./DescribeModelCommand";
115
118
  export * from "./DescribeModelExplainabilityJobDefinitionCommand";
@@ -137,6 +140,7 @@ export * from "./DisableSagemakerServicecatalogPortfolioCommand";
137
140
  export * from "./DisassociateTrialComponentCommand";
138
141
  export * from "./EnableSagemakerServicecatalogPortfolioCommand";
139
142
  export * from "./GetDeviceFleetReportCommand";
143
+ export * from "./GetLineageGroupPolicyCommand";
140
144
  export * from "./GetModelPackageGroupPolicyCommand";
141
145
  export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
142
146
  export * from "./GetSearchSuggestionsCommand";
@@ -165,10 +169,13 @@ export * from "./ListHumanTaskUisCommand";
165
169
  export * from "./ListHyperParameterTuningJobsCommand";
166
170
  export * from "./ListImageVersionsCommand";
167
171
  export * from "./ListImagesCommand";
172
+ export * from "./ListInferenceRecommendationsJobsCommand";
168
173
  export * from "./ListLabelingJobsCommand";
169
174
  export * from "./ListLabelingJobsForWorkteamCommand";
175
+ export * from "./ListLineageGroupsCommand";
170
176
  export * from "./ListModelBiasJobDefinitionsCommand";
171
177
  export * from "./ListModelExplainabilityJobDefinitionsCommand";
178
+ export * from "./ListModelMetadataCommand";
172
179
  export * from "./ListModelPackageGroupsCommand";
173
180
  export * from "./ListModelPackagesCommand";
174
181
  export * from "./ListModelQualityJobDefinitionsCommand";
@@ -195,6 +202,7 @@ export * from "./ListUserProfilesCommand";
195
202
  export * from "./ListWorkforcesCommand";
196
203
  export * from "./ListWorkteamsCommand";
197
204
  export * from "./PutModelPackageGroupPolicyCommand";
205
+ export * from "./QueryLineageCommand";
198
206
  export * from "./RegisterDevicesCommand";
199
207
  export * from "./RenderUiTemplateCommand";
200
208
  export * from "./RetryPipelineExecutionCommand";
@@ -208,6 +216,7 @@ export * from "./StopAutoMLJobCommand";
208
216
  export * from "./StopCompilationJobCommand";
209
217
  export * from "./StopEdgePackagingJobCommand";
210
218
  export * from "./StopHyperParameterTuningJobCommand";
219
+ export * from "./StopInferenceRecommendationsJobCommand";
211
220
  export * from "./StopLabelingJobCommand";
212
221
  export * from "./StopMonitoringScheduleCommand";
213
222
  export * from "./StopNotebookInstanceCommand";
@@ -76,19 +76,172 @@ export interface ResourceLimitExceeded extends __SmithyException, $MetadataBeare
76
76
  $fault: "client";
77
77
  Message?: string;
78
78
  }
79
- export declare namespace ResourceLimitExceeded {
80
-
81
- const filterSensitiveLog: (obj: ResourceLimitExceeded) => any;
82
- }
83
79
 
84
80
  export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
85
81
  name: "ResourceNotFound";
86
82
  $fault: "client";
87
83
  Message?: string;
88
84
  }
89
- export declare namespace ResourceNotFound {
85
+
86
+ export interface ModelInput {
87
+
88
+ DataInputConfig: string | undefined;
89
+ }
90
+ export declare namespace ModelInput {
90
91
 
91
- const filterSensitiveLog: (obj: ResourceNotFound) => any;
92
+ const filterSensitiveLog: (obj: ModelInput) => any;
93
+ }
94
+
95
+ export interface ModelPackageContainerDefinition {
96
+
97
+ ContainerHostname?: string;
98
+
99
+ Image: string | undefined;
100
+
101
+ ImageDigest?: string;
102
+
103
+ ModelDataUrl?: string;
104
+
105
+ ProductId?: string;
106
+
107
+ Environment?: {
108
+ [key: string]: string;
109
+ };
110
+
111
+ ModelInput?: ModelInput;
112
+
113
+ Framework?: string;
114
+
115
+ FrameworkVersion?: string;
116
+
117
+ NearestModelName?: string;
118
+ }
119
+ export declare namespace ModelPackageContainerDefinition {
120
+
121
+ const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
122
+ }
123
+ export declare enum ProductionVariantInstanceType {
124
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
125
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
126
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
127
+ ML_C4_LARGE = "ml.c4.large",
128
+ ML_C4_XLARGE = "ml.c4.xlarge",
129
+ ML_C5D_18XLARGE = "ml.c5d.18xlarge",
130
+ ML_C5D_2XLARGE = "ml.c5d.2xlarge",
131
+ ML_C5D_4XLARGE = "ml.c5d.4xlarge",
132
+ ML_C5D_9XLARGE = "ml.c5d.9xlarge",
133
+ ML_C5D_LARGE = "ml.c5d.large",
134
+ ML_C5D_XLARGE = "ml.c5d.xlarge",
135
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
136
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
137
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
138
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
139
+ ML_C5_LARGE = "ml.c5.large",
140
+ ML_C5_XLARGE = "ml.c5.xlarge",
141
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
142
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
143
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
144
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
145
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
146
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
147
+ ML_INF1_24XLARGE = "ml.inf1.24xlarge",
148
+ ML_INF1_2XLARGE = "ml.inf1.2xlarge",
149
+ ML_INF1_6XLARGE = "ml.inf1.6xlarge",
150
+ ML_INF1_XLARGE = "ml.inf1.xlarge",
151
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
152
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
153
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
154
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
155
+ ML_M4_XLARGE = "ml.m4.xlarge",
156
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
157
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
158
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
159
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
160
+ ML_M5D_LARGE = "ml.m5d.large",
161
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
162
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
163
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
164
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
165
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
166
+ ML_M5_LARGE = "ml.m5.large",
167
+ ML_M5_XLARGE = "ml.m5.xlarge",
168
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
169
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
170
+ ML_P2_XLARGE = "ml.p2.xlarge",
171
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
172
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
173
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
174
+ ML_R5D_12XLARGE = "ml.r5d.12xlarge",
175
+ ML_R5D_24XLARGE = "ml.r5d.24xlarge",
176
+ ML_R5D_2XLARGE = "ml.r5d.2xlarge",
177
+ ML_R5D_4XLARGE = "ml.r5d.4xlarge",
178
+ ML_R5D_LARGE = "ml.r5d.large",
179
+ ML_R5D_XLARGE = "ml.r5d.xlarge",
180
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
181
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
182
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
183
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
184
+ ML_R5_LARGE = "ml.r5.large",
185
+ ML_R5_XLARGE = "ml.r5.xlarge",
186
+ ML_T2_2XLARGE = "ml.t2.2xlarge",
187
+ ML_T2_LARGE = "ml.t2.large",
188
+ ML_T2_MEDIUM = "ml.t2.medium",
189
+ ML_T2_XLARGE = "ml.t2.xlarge"
190
+ }
191
+ export declare enum TransformInstanceType {
192
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
193
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
194
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
195
+ ML_C4_XLARGE = "ml.c4.xlarge",
196
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
197
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
198
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
199
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
200
+ ML_C5_XLARGE = "ml.c5.xlarge",
201
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
202
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
203
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
204
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
205
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
206
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
207
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
208
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
209
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
210
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
211
+ ML_M4_XLARGE = "ml.m4.xlarge",
212
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
213
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
214
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
215
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
216
+ ML_M5_LARGE = "ml.m5.large",
217
+ ML_M5_XLARGE = "ml.m5.xlarge",
218
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
219
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
220
+ ML_P2_XLARGE = "ml.p2.xlarge",
221
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
222
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
223
+ ML_P3_8XLARGE = "ml.p3.8xlarge"
224
+ }
225
+
226
+ export interface AdditionalInferenceSpecificationDefinition {
227
+
228
+ Name: string | undefined;
229
+
230
+ Description?: string;
231
+
232
+ Containers: ModelPackageContainerDefinition[] | undefined;
233
+
234
+ SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
235
+
236
+ SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
237
+
238
+ SupportedContentTypes?: string[];
239
+
240
+ SupportedResponseMIMETypes?: string[];
241
+ }
242
+ export declare namespace AdditionalInferenceSpecificationDefinition {
243
+
244
+ const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
92
245
  }
93
246
 
94
247
  export interface Tag {
@@ -358,6 +511,14 @@ export declare enum TrainingInstanceType {
358
511
  ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
359
512
  ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
360
513
  ML_G4DN_XLARGE = "ml.g4dn.xlarge",
514
+ ML_G5_12XLARGE = "ml.g5.12xlarge",
515
+ ML_G5_16XLARGE = "ml.g5.16xlarge",
516
+ ML_G5_24XLARGE = "ml.g5.24xlarge",
517
+ ML_G5_2XLARGE = "ml.g5.2xlarge",
518
+ ML_G5_48XLARGE = "ml.g5.48xlarge",
519
+ ML_G5_4XLARGE = "ml.g5.4xlarge",
520
+ ML_G5_8XLARGE = "ml.g5.8xlarge",
521
+ ML_G5_XLARGE = "ml.g5.xlarge",
361
522
  ML_M4_10XLARGE = "ml.m4.10xlarge",
362
523
  ML_M4_16XLARGE = "ml.m4.16xlarge",
363
524
  ML_M4_2XLARGE = "ml.m4.2xlarge",
@@ -489,40 +650,6 @@ export declare namespace TransformOutput {
489
650
 
490
651
  const filterSensitiveLog: (obj: TransformOutput) => any;
491
652
  }
492
- export declare enum TransformInstanceType {
493
- ML_C4_2XLARGE = "ml.c4.2xlarge",
494
- ML_C4_4XLARGE = "ml.c4.4xlarge",
495
- ML_C4_8XLARGE = "ml.c4.8xlarge",
496
- ML_C4_XLARGE = "ml.c4.xlarge",
497
- ML_C5_18XLARGE = "ml.c5.18xlarge",
498
- ML_C5_2XLARGE = "ml.c5.2xlarge",
499
- ML_C5_4XLARGE = "ml.c5.4xlarge",
500
- ML_C5_9XLARGE = "ml.c5.9xlarge",
501
- ML_C5_XLARGE = "ml.c5.xlarge",
502
- ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
503
- ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
504
- ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
505
- ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
506
- ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
507
- ML_G4DN_XLARGE = "ml.g4dn.xlarge",
508
- ML_M4_10XLARGE = "ml.m4.10xlarge",
509
- ML_M4_16XLARGE = "ml.m4.16xlarge",
510
- ML_M4_2XLARGE = "ml.m4.2xlarge",
511
- ML_M4_4XLARGE = "ml.m4.4xlarge",
512
- ML_M4_XLARGE = "ml.m4.xlarge",
513
- ML_M5_12XLARGE = "ml.m5.12xlarge",
514
- ML_M5_24XLARGE = "ml.m5.24xlarge",
515
- ML_M5_2XLARGE = "ml.m5.2xlarge",
516
- ML_M5_4XLARGE = "ml.m5.4xlarge",
517
- ML_M5_LARGE = "ml.m5.large",
518
- ML_M5_XLARGE = "ml.m5.xlarge",
519
- ML_P2_16XLARGE = "ml.p2.16xlarge",
520
- ML_P2_8XLARGE = "ml.p2.8xlarge",
521
- ML_P2_XLARGE = "ml.p2.xlarge",
522
- ML_P3_16XLARGE = "ml.p3.16xlarge",
523
- ML_P3_2XLARGE = "ml.p3.2xlarge",
524
- ML_P3_8XLARGE = "ml.p3.8xlarge"
525
- }
526
653
 
527
654
  export interface TransformResources {
528
655
 
@@ -1113,6 +1240,8 @@ export interface AutoMLChannel {
1113
1240
  CompressionType?: CompressionType | string;
1114
1241
 
1115
1242
  TargetAttributeName: string | undefined;
1243
+
1244
+ ContentType?: string;
1116
1245
  }
1117
1246
  export declare namespace AutoMLChannel {
1118
1247
 
@@ -1297,95 +1426,6 @@ export declare namespace BatchDescribeModelPackageError {
1297
1426
  const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
1298
1427
  }
1299
1428
 
1300
- export interface ModelPackageContainerDefinition {
1301
-
1302
- ContainerHostname?: string;
1303
-
1304
- Image: string | undefined;
1305
-
1306
- ImageDigest?: string;
1307
-
1308
- ModelDataUrl?: string;
1309
-
1310
- ProductId?: string;
1311
-
1312
- Environment?: {
1313
- [key: string]: string;
1314
- };
1315
- }
1316
- export declare namespace ModelPackageContainerDefinition {
1317
-
1318
- const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
1319
- }
1320
- export declare enum ProductionVariantInstanceType {
1321
- ML_C4_2XLARGE = "ml.c4.2xlarge",
1322
- ML_C4_4XLARGE = "ml.c4.4xlarge",
1323
- ML_C4_8XLARGE = "ml.c4.8xlarge",
1324
- ML_C4_LARGE = "ml.c4.large",
1325
- ML_C4_XLARGE = "ml.c4.xlarge",
1326
- ML_C5D_18XLARGE = "ml.c5d.18xlarge",
1327
- ML_C5D_2XLARGE = "ml.c5d.2xlarge",
1328
- ML_C5D_4XLARGE = "ml.c5d.4xlarge",
1329
- ML_C5D_9XLARGE = "ml.c5d.9xlarge",
1330
- ML_C5D_LARGE = "ml.c5d.large",
1331
- ML_C5D_XLARGE = "ml.c5d.xlarge",
1332
- ML_C5_18XLARGE = "ml.c5.18xlarge",
1333
- ML_C5_2XLARGE = "ml.c5.2xlarge",
1334
- ML_C5_4XLARGE = "ml.c5.4xlarge",
1335
- ML_C5_9XLARGE = "ml.c5.9xlarge",
1336
- ML_C5_LARGE = "ml.c5.large",
1337
- ML_C5_XLARGE = "ml.c5.xlarge",
1338
- ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
1339
- ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
1340
- ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
1341
- ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
1342
- ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
1343
- ML_G4DN_XLARGE = "ml.g4dn.xlarge",
1344
- ML_INF1_24XLARGE = "ml.inf1.24xlarge",
1345
- ML_INF1_2XLARGE = "ml.inf1.2xlarge",
1346
- ML_INF1_6XLARGE = "ml.inf1.6xlarge",
1347
- ML_INF1_XLARGE = "ml.inf1.xlarge",
1348
- ML_M4_10XLARGE = "ml.m4.10xlarge",
1349
- ML_M4_16XLARGE = "ml.m4.16xlarge",
1350
- ML_M4_2XLARGE = "ml.m4.2xlarge",
1351
- ML_M4_4XLARGE = "ml.m4.4xlarge",
1352
- ML_M4_XLARGE = "ml.m4.xlarge",
1353
- ML_M5D_12XLARGE = "ml.m5d.12xlarge",
1354
- ML_M5D_24XLARGE = "ml.m5d.24xlarge",
1355
- ML_M5D_2XLARGE = "ml.m5d.2xlarge",
1356
- ML_M5D_4XLARGE = "ml.m5d.4xlarge",
1357
- ML_M5D_LARGE = "ml.m5d.large",
1358
- ML_M5D_XLARGE = "ml.m5d.xlarge",
1359
- ML_M5_12XLARGE = "ml.m5.12xlarge",
1360
- ML_M5_24XLARGE = "ml.m5.24xlarge",
1361
- ML_M5_2XLARGE = "ml.m5.2xlarge",
1362
- ML_M5_4XLARGE = "ml.m5.4xlarge",
1363
- ML_M5_LARGE = "ml.m5.large",
1364
- ML_M5_XLARGE = "ml.m5.xlarge",
1365
- ML_P2_16XLARGE = "ml.p2.16xlarge",
1366
- ML_P2_8XLARGE = "ml.p2.8xlarge",
1367
- ML_P2_XLARGE = "ml.p2.xlarge",
1368
- ML_P3_16XLARGE = "ml.p3.16xlarge",
1369
- ML_P3_2XLARGE = "ml.p3.2xlarge",
1370
- ML_P3_8XLARGE = "ml.p3.8xlarge",
1371
- ML_R5D_12XLARGE = "ml.r5d.12xlarge",
1372
- ML_R5D_24XLARGE = "ml.r5d.24xlarge",
1373
- ML_R5D_2XLARGE = "ml.r5d.2xlarge",
1374
- ML_R5D_4XLARGE = "ml.r5d.4xlarge",
1375
- ML_R5D_LARGE = "ml.r5d.large",
1376
- ML_R5D_XLARGE = "ml.r5d.xlarge",
1377
- ML_R5_12XLARGE = "ml.r5.12xlarge",
1378
- ML_R5_24XLARGE = "ml.r5.24xlarge",
1379
- ML_R5_2XLARGE = "ml.r5.2xlarge",
1380
- ML_R5_4XLARGE = "ml.r5.4xlarge",
1381
- ML_R5_LARGE = "ml.r5.large",
1382
- ML_R5_XLARGE = "ml.r5.xlarge",
1383
- ML_T2_2XLARGE = "ml.t2.2xlarge",
1384
- ML_T2_LARGE = "ml.t2.large",
1385
- ML_T2_MEDIUM = "ml.t2.medium",
1386
- ML_T2_XLARGE = "ml.t2.xlarge"
1387
- }
1388
-
1389
1429
  export interface InferenceSpecification {
1390
1430
 
1391
1431
  Containers: ModelPackageContainerDefinition[] | undefined;
@@ -1468,6 +1508,10 @@ export declare namespace MetricsSource {
1468
1508
  export interface Bias {
1469
1509
 
1470
1510
  Report?: MetricsSource;
1511
+
1512
+ PreTrainingReport?: MetricsSource;
1513
+
1514
+ PostTrainingReport?: MetricsSource;
1471
1515
  }
1472
1516
  export declare namespace Bias {
1473
1517
 
@@ -1592,6 +1636,17 @@ export declare enum CaptureStatus {
1592
1636
  STOPPED = "Stopped"
1593
1637
  }
1594
1638
 
1639
+ export interface CategoricalParameter {
1640
+
1641
+ Name: string | undefined;
1642
+
1643
+ Value: string[] | undefined;
1644
+ }
1645
+ export declare namespace CategoricalParameter {
1646
+
1647
+ const filterSensitiveLog: (obj: CategoricalParameter) => any;
1648
+ }
1649
+
1595
1650
  export interface CategoricalParameterRange {
1596
1651
 
1597
1652
  Name: string | undefined;
@@ -1641,6 +1696,29 @@ export declare namespace CheckpointConfig {
1641
1696
 
1642
1697
  const filterSensitiveLog: (obj: CheckpointConfig) => any;
1643
1698
  }
1699
+
1700
+ export interface ClarifyCheckStepMetadata {
1701
+
1702
+ CheckType?: string;
1703
+
1704
+ BaselineUsedForDriftCheckConstraints?: string;
1705
+
1706
+ CalculatedBaselineConstraints?: string;
1707
+
1708
+ ModelPackageGroupName?: string;
1709
+
1710
+ ViolationReport?: string;
1711
+
1712
+ CheckJobArn?: string;
1713
+
1714
+ SkipCheck?: boolean;
1715
+
1716
+ RegisterNewBaseline?: boolean;
1717
+ }
1718
+ export declare namespace ClarifyCheckStepMetadata {
1719
+
1720
+ const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
1721
+ }
1644
1722
  export declare enum CodeRepositorySortBy {
1645
1723
  CREATION_TIME = "CreationTime",
1646
1724
  LAST_MODIFIED_TIME = "LastModifiedTime",
@@ -1727,6 +1805,7 @@ export declare enum CompilationJobStatus {
1727
1805
  }
1728
1806
  export declare enum TargetDevice {
1729
1807
  AISAGE = "aisage",
1808
+ AMBA_CV2 = "amba_cv2",
1730
1809
  AMBA_CV22 = "amba_cv22",
1731
1810
  AMBA_CV25 = "amba_cv25",
1732
1811
  COREML = "coreml",
@@ -1822,10 +1901,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
1822
1901
  $fault: "client";
1823
1902
  Message?: string;
1824
1903
  }
1825
- export declare namespace ConflictException {
1826
-
1827
- const filterSensitiveLog: (obj: ConflictException) => any;
1828
- }
1829
1904
  export declare enum RepositoryAccessMode {
1830
1905
  PLATFORM = "Platform",
1831
1906
  VPC = "Vpc"
@@ -1886,6 +1961,8 @@ export interface ContainerDefinition {
1886
1961
 
1887
1962
  ModelPackageName?: string;
1888
1963
 
1964
+ InferenceSpecificationName?: string;
1965
+
1889
1966
  MultiModelConfig?: MultiModelConfig;
1890
1967
  }
1891
1968
  export declare namespace ContainerDefinition {
@@ -2171,10 +2248,6 @@ export interface ResourceInUse extends __SmithyException, $MetadataBearer {
2171
2248
  $fault: "client";
2172
2249
  Message?: string;
2173
2250
  }
2174
- export declare namespace ResourceInUse {
2175
-
2176
- const filterSensitiveLog: (obj: ResourceInUse) => any;
2177
- }
2178
2251
  export interface CreateAppImageConfigRequest {
2179
2252
 
2180
2253
  AppImageConfigName: string | undefined;
@@ -2366,7 +2439,9 @@ export interface CreateCompilationJobRequest {
2366
2439
 
2367
2440
  RoleArn: string | undefined;
2368
2441
 
2369
- InputConfig: InputConfig | undefined;
2442
+ ModelPackageVersionArn?: string;
2443
+
2444
+ InputConfig?: InputConfig;
2370
2445
 
2371
2446
  OutputConfig: OutputConfig | undefined;
2372
2447
 
@@ -2981,21 +3056,34 @@ export declare namespace ProductionVariantCoreDumpConfig {
2981
3056
  const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
2982
3057
  }
2983
3058
 
3059
+ export interface ProductionVariantServerlessConfig {
3060
+
3061
+ MemorySizeInMB: number | undefined;
3062
+
3063
+ MaxConcurrency: number | undefined;
3064
+ }
3065
+ export declare namespace ProductionVariantServerlessConfig {
3066
+
3067
+ const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
3068
+ }
3069
+
2984
3070
  export interface ProductionVariant {
2985
3071
 
2986
3072
  VariantName: string | undefined;
2987
3073
 
2988
3074
  ModelName: string | undefined;
2989
3075
 
2990
- InitialInstanceCount: number | undefined;
3076
+ InitialInstanceCount?: number;
2991
3077
 
2992
- InstanceType: ProductionVariantInstanceType | string | undefined;
3078
+ InstanceType?: ProductionVariantInstanceType | string;
2993
3079
 
2994
3080
  InitialVariantWeight?: number;
2995
3081
 
2996
3082
  AcceleratorType?: ProductionVariantAcceleratorType | string;
2997
3083
 
2998
3084
  CoreDumpConfig?: ProductionVariantCoreDumpConfig;
3085
+
3086
+ ServerlessConfig?: ProductionVariantServerlessConfig;
2999
3087
  }
3000
3088
  export declare namespace ProductionVariant {
3001
3089
 
@@ -3533,82 +3621,11 @@ export declare namespace CreateImageVersionResponse {
3533
3621
  const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
3534
3622
  }
3535
3623
 
3536
- export interface UiConfig {
3537
-
3538
- UiTemplateS3Uri?: string;
3539
-
3540
- HumanTaskUiArn?: string;
3541
- }
3542
- export declare namespace UiConfig {
3543
-
3544
- const filterSensitiveLog: (obj: UiConfig) => any;
3545
- }
3546
-
3547
- export interface HumanTaskConfig {
3548
-
3549
- WorkteamArn: string | undefined;
3550
-
3551
- UiConfig: UiConfig | undefined;
3552
-
3553
- PreHumanTaskLambdaArn: string | undefined;
3554
-
3555
- TaskKeywords?: string[];
3556
-
3557
- TaskTitle: string | undefined;
3558
-
3559
- TaskDescription: string | undefined;
3560
-
3561
- NumberOfHumanWorkersPerDataObject: number | undefined;
3562
-
3563
- TaskTimeLimitInSeconds: number | undefined;
3564
-
3565
- TaskAvailabilityLifetimeInSeconds?: number;
3566
-
3567
- MaxConcurrentTaskCount?: number;
3568
-
3569
- AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
3570
-
3571
- PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
3572
- }
3573
- export declare namespace HumanTaskConfig {
3574
-
3575
- const filterSensitiveLog: (obj: HumanTaskConfig) => any;
3576
- }
3577
-
3578
- export interface LabelingJobDataAttributes {
3579
-
3580
- ContentClassifiers?: (ContentClassifier | string)[];
3581
- }
3582
- export declare namespace LabelingJobDataAttributes {
3583
-
3584
- const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
3585
- }
3586
-
3587
- export interface LabelingJobS3DataSource {
3588
-
3589
- ManifestS3Uri: string | undefined;
3590
- }
3591
- export declare namespace LabelingJobS3DataSource {
3592
-
3593
- const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
3594
- }
3595
-
3596
- export interface LabelingJobSnsDataSource {
3597
-
3598
- SnsTopicArn: string | undefined;
3599
- }
3600
- export declare namespace LabelingJobSnsDataSource {
3601
-
3602
- const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
3603
- }
3604
-
3605
- export interface LabelingJobDataSource {
3606
-
3607
- S3DataSource?: LabelingJobS3DataSource;
3624
+ export interface EnvironmentParameterRanges {
3608
3625
 
3609
- SnsDataSource?: LabelingJobSnsDataSource;
3626
+ CategoricalParameterRanges?: CategoricalParameter[];
3610
3627
  }
3611
- export declare namespace LabelingJobDataSource {
3628
+ export declare namespace EnvironmentParameterRanges {
3612
3629
 
3613
- const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
3630
+ const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
3614
3631
  }