@aws-sdk/client-sagemaker 3.41.0 → 3.45.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 (202) hide show
  1. package/CHANGELOG.md +41 -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 +2 -1
  7. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  14. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
  18. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
  19. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
  20. package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
  21. package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
  22. package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
  23. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  24. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  25. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  26. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  27. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  28. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  29. package/dist-cjs/commands/QueryLineageCommand.js +36 -0
  30. package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
  31. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  32. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  33. package/dist-cjs/commands/SearchCommand.js +1 -2
  34. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  35. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  36. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
  37. package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
  38. package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
  39. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
  40. package/dist-cjs/commands/index.js +9 -0
  41. package/dist-cjs/endpoints.js +17 -0
  42. package/dist-cjs/models/models_0.js +151 -150
  43. package/dist-cjs/models/models_1.js +204 -217
  44. package/dist-cjs/models/models_2.js +338 -326
  45. package/dist-cjs/models/models_3.js +353 -2
  46. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
  47. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
  48. package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
  49. package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
  50. package/dist-cjs/pagination/index.js +4 -0
  51. package/dist-cjs/protocols/Aws_json1_1.js +1586 -35
  52. package/dist-es/SageMaker.js +135 -0
  53. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  54. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  55. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  56. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  57. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  58. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  59. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  60. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  61. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  62. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  63. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  64. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  65. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  66. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  67. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
  68. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  69. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  70. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  71. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  72. package/dist-es/commands/ListTransformJobsCommand.js +2 -1
  73. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  74. package/dist-es/commands/ListTrialsCommand.js +1 -1
  75. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  76. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  77. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  78. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  79. package/dist-es/commands/QueryLineageCommand.js +39 -0
  80. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  81. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  82. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  83. package/dist-es/commands/SearchCommand.js +1 -2
  84. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  85. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  86. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  87. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  88. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
  89. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  90. package/dist-es/commands/index.js +9 -0
  91. package/dist-es/endpoints.js +17 -0
  92. package/dist-es/models/models_0.js +133 -132
  93. package/dist-es/models/models_1.js +138 -159
  94. package/dist-es/models/models_2.js +250 -224
  95. package/dist-es/models/models_3.js +244 -0
  96. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  97. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  98. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  99. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  100. package/dist-es/pagination/index.js +4 -0
  101. package/dist-es/protocols/Aws_json1_1.js +1523 -34
  102. package/dist-types/SageMaker.d.ts +72 -0
  103. package/dist-types/SageMakerClient.d.ts +11 -2
  104. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  105. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  106. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  107. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  108. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  120. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  122. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  123. package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -1
  124. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  125. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  126. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  127. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  128. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  129. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  130. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  131. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  132. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  133. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  134. package/dist-types/commands/SearchCommand.d.ts +1 -2
  135. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  136. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  137. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  138. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
  140. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  141. package/dist-types/commands/index.d.ts +9 -0
  142. package/dist-types/models/models_0.d.ts +368 -1957
  143. package/dist-types/models/models_1.d.ts +6604 -5056
  144. package/dist-types/models/models_2.d.ts +5469 -6135
  145. package/dist-types/models/models_3.d.ts +2350 -3
  146. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  149. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +4 -0
  151. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  152. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  153. package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
  154. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  158. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
  169. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
  174. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  185. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
  190. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  192. package/dist-types/ts3.4/models/models_0.d.ts +226 -201
  193. package/dist-types/ts3.4/models/models_1.d.ts +448 -509
  194. package/dist-types/ts3.4/models/models_2.d.ts +2453 -2632
  195. package/dist-types/ts3.4/models/models_3.d.ts +1048 -3
  196. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  201. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  202. package/package.json +5 -5
@@ -91,6 +91,167 @@ export declare namespace ResourceNotFound {
91
91
  const filterSensitiveLog: (obj: ResourceNotFound) => any;
92
92
  }
93
93
 
94
+ export interface ModelInput {
95
+
96
+ DataInputConfig: string | undefined;
97
+ }
98
+ export declare namespace ModelInput {
99
+
100
+ const filterSensitiveLog: (obj: ModelInput) => any;
101
+ }
102
+
103
+ export interface ModelPackageContainerDefinition {
104
+
105
+ ContainerHostname?: string;
106
+
107
+ Image: string | undefined;
108
+
109
+ ImageDigest?: string;
110
+
111
+ ModelDataUrl?: string;
112
+
113
+ ProductId?: string;
114
+
115
+ Environment?: {
116
+ [key: string]: string;
117
+ };
118
+
119
+ ModelInput?: ModelInput;
120
+
121
+ Framework?: string;
122
+
123
+ FrameworkVersion?: string;
124
+
125
+ NearestModelName?: string;
126
+ }
127
+ export declare namespace ModelPackageContainerDefinition {
128
+
129
+ const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
130
+ }
131
+ export declare enum ProductionVariantInstanceType {
132
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
133
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
134
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
135
+ ML_C4_LARGE = "ml.c4.large",
136
+ ML_C4_XLARGE = "ml.c4.xlarge",
137
+ ML_C5D_18XLARGE = "ml.c5d.18xlarge",
138
+ ML_C5D_2XLARGE = "ml.c5d.2xlarge",
139
+ ML_C5D_4XLARGE = "ml.c5d.4xlarge",
140
+ ML_C5D_9XLARGE = "ml.c5d.9xlarge",
141
+ ML_C5D_LARGE = "ml.c5d.large",
142
+ ML_C5D_XLARGE = "ml.c5d.xlarge",
143
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
144
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
145
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
146
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
147
+ ML_C5_LARGE = "ml.c5.large",
148
+ ML_C5_XLARGE = "ml.c5.xlarge",
149
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
150
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
151
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
152
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
153
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
154
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
155
+ ML_INF1_24XLARGE = "ml.inf1.24xlarge",
156
+ ML_INF1_2XLARGE = "ml.inf1.2xlarge",
157
+ ML_INF1_6XLARGE = "ml.inf1.6xlarge",
158
+ ML_INF1_XLARGE = "ml.inf1.xlarge",
159
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
160
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
161
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
162
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
163
+ ML_M4_XLARGE = "ml.m4.xlarge",
164
+ ML_M5D_12XLARGE = "ml.m5d.12xlarge",
165
+ ML_M5D_24XLARGE = "ml.m5d.24xlarge",
166
+ ML_M5D_2XLARGE = "ml.m5d.2xlarge",
167
+ ML_M5D_4XLARGE = "ml.m5d.4xlarge",
168
+ ML_M5D_LARGE = "ml.m5d.large",
169
+ ML_M5D_XLARGE = "ml.m5d.xlarge",
170
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
171
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
172
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
173
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
174
+ ML_M5_LARGE = "ml.m5.large",
175
+ ML_M5_XLARGE = "ml.m5.xlarge",
176
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
177
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
178
+ ML_P2_XLARGE = "ml.p2.xlarge",
179
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
180
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
181
+ ML_P3_8XLARGE = "ml.p3.8xlarge",
182
+ ML_R5D_12XLARGE = "ml.r5d.12xlarge",
183
+ ML_R5D_24XLARGE = "ml.r5d.24xlarge",
184
+ ML_R5D_2XLARGE = "ml.r5d.2xlarge",
185
+ ML_R5D_4XLARGE = "ml.r5d.4xlarge",
186
+ ML_R5D_LARGE = "ml.r5d.large",
187
+ ML_R5D_XLARGE = "ml.r5d.xlarge",
188
+ ML_R5_12XLARGE = "ml.r5.12xlarge",
189
+ ML_R5_24XLARGE = "ml.r5.24xlarge",
190
+ ML_R5_2XLARGE = "ml.r5.2xlarge",
191
+ ML_R5_4XLARGE = "ml.r5.4xlarge",
192
+ ML_R5_LARGE = "ml.r5.large",
193
+ ML_R5_XLARGE = "ml.r5.xlarge",
194
+ ML_T2_2XLARGE = "ml.t2.2xlarge",
195
+ ML_T2_LARGE = "ml.t2.large",
196
+ ML_T2_MEDIUM = "ml.t2.medium",
197
+ ML_T2_XLARGE = "ml.t2.xlarge"
198
+ }
199
+ export declare enum TransformInstanceType {
200
+ ML_C4_2XLARGE = "ml.c4.2xlarge",
201
+ ML_C4_4XLARGE = "ml.c4.4xlarge",
202
+ ML_C4_8XLARGE = "ml.c4.8xlarge",
203
+ ML_C4_XLARGE = "ml.c4.xlarge",
204
+ ML_C5_18XLARGE = "ml.c5.18xlarge",
205
+ ML_C5_2XLARGE = "ml.c5.2xlarge",
206
+ ML_C5_4XLARGE = "ml.c5.4xlarge",
207
+ ML_C5_9XLARGE = "ml.c5.9xlarge",
208
+ ML_C5_XLARGE = "ml.c5.xlarge",
209
+ ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
210
+ ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
211
+ ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
212
+ ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
213
+ ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
214
+ ML_G4DN_XLARGE = "ml.g4dn.xlarge",
215
+ ML_M4_10XLARGE = "ml.m4.10xlarge",
216
+ ML_M4_16XLARGE = "ml.m4.16xlarge",
217
+ ML_M4_2XLARGE = "ml.m4.2xlarge",
218
+ ML_M4_4XLARGE = "ml.m4.4xlarge",
219
+ ML_M4_XLARGE = "ml.m4.xlarge",
220
+ ML_M5_12XLARGE = "ml.m5.12xlarge",
221
+ ML_M5_24XLARGE = "ml.m5.24xlarge",
222
+ ML_M5_2XLARGE = "ml.m5.2xlarge",
223
+ ML_M5_4XLARGE = "ml.m5.4xlarge",
224
+ ML_M5_LARGE = "ml.m5.large",
225
+ ML_M5_XLARGE = "ml.m5.xlarge",
226
+ ML_P2_16XLARGE = "ml.p2.16xlarge",
227
+ ML_P2_8XLARGE = "ml.p2.8xlarge",
228
+ ML_P2_XLARGE = "ml.p2.xlarge",
229
+ ML_P3_16XLARGE = "ml.p3.16xlarge",
230
+ ML_P3_2XLARGE = "ml.p3.2xlarge",
231
+ ML_P3_8XLARGE = "ml.p3.8xlarge"
232
+ }
233
+
234
+ export interface AdditionalInferenceSpecificationDefinition {
235
+
236
+ Name: string | undefined;
237
+
238
+ Description?: string;
239
+
240
+ Containers: ModelPackageContainerDefinition[] | undefined;
241
+
242
+ SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
243
+
244
+ SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
245
+
246
+ SupportedContentTypes?: string[];
247
+
248
+ SupportedResponseMIMETypes?: string[];
249
+ }
250
+ export declare namespace AdditionalInferenceSpecificationDefinition {
251
+
252
+ const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
253
+ }
254
+
94
255
  export interface Tag {
95
256
 
96
257
  Key: string | undefined;
@@ -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",
@@ -1886,6 +1965,8 @@ export interface ContainerDefinition {
1886
1965
 
1887
1966
  ModelPackageName?: string;
1888
1967
 
1968
+ InferenceSpecificationName?: string;
1969
+
1889
1970
  MultiModelConfig?: MultiModelConfig;
1890
1971
  }
1891
1972
  export declare namespace ContainerDefinition {
@@ -2366,7 +2447,9 @@ export interface CreateCompilationJobRequest {
2366
2447
 
2367
2448
  RoleArn: string | undefined;
2368
2449
 
2369
- InputConfig: InputConfig | undefined;
2450
+ ModelPackageVersionArn?: string;
2451
+
2452
+ InputConfig?: InputConfig;
2370
2453
 
2371
2454
  OutputConfig: OutputConfig | undefined;
2372
2455
 
@@ -2981,21 +3064,34 @@ export declare namespace ProductionVariantCoreDumpConfig {
2981
3064
  const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
2982
3065
  }
2983
3066
 
3067
+ export interface ProductionVariantServerlessConfig {
3068
+
3069
+ MemorySizeInMB: number | undefined;
3070
+
3071
+ MaxConcurrency: number | undefined;
3072
+ }
3073
+ export declare namespace ProductionVariantServerlessConfig {
3074
+
3075
+ const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
3076
+ }
3077
+
2984
3078
  export interface ProductionVariant {
2985
3079
 
2986
3080
  VariantName: string | undefined;
2987
3081
 
2988
3082
  ModelName: string | undefined;
2989
3083
 
2990
- InitialInstanceCount: number | undefined;
3084
+ InitialInstanceCount?: number;
2991
3085
 
2992
- InstanceType: ProductionVariantInstanceType | string | undefined;
3086
+ InstanceType?: ProductionVariantInstanceType | string;
2993
3087
 
2994
3088
  InitialVariantWeight?: number;
2995
3089
 
2996
3090
  AcceleratorType?: ProductionVariantAcceleratorType | string;
2997
3091
 
2998
3092
  CoreDumpConfig?: ProductionVariantCoreDumpConfig;
3093
+
3094
+ ServerlessConfig?: ProductionVariantServerlessConfig;
2999
3095
  }
3000
3096
  export declare namespace ProductionVariant {
3001
3097
 
@@ -3533,82 +3629,11 @@ export declare namespace CreateImageVersionResponse {
3533
3629
  const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
3534
3630
  }
3535
3631
 
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;
3632
+ export interface EnvironmentParameterRanges {
3608
3633
 
3609
- SnsDataSource?: LabelingJobSnsDataSource;
3634
+ CategoricalParameterRanges?: CategoricalParameter[];
3610
3635
  }
3611
- export declare namespace LabelingJobDataSource {
3636
+ export declare namespace EnvironmentParameterRanges {
3612
3637
 
3613
- const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
3638
+ const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
3614
3639
  }