@aws-sdk/client-sagemaker 3.42.0 → 3.46.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 (214) hide show
  1. package/CHANGELOG.md +48 -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 -0
  44. package/dist-cjs/models/models_0.js +159 -150
  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.js +0 -2
  55. package/dist-es/SageMaker.js +135 -0
  56. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  57. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  58. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  59. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +1 -1
  60. package/dist-es/commands/DescribeModelCommand.js +2 -1
  61. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  62. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  63. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  64. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  65. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  66. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  67. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  68. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  69. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  70. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  71. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
  72. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  73. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  74. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  75. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  76. package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
  77. package/dist-es/commands/ListTransformJobsCommand.js +1 -1
  78. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  79. package/dist-es/commands/ListTrialsCommand.js +1 -1
  80. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  81. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  82. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  83. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  84. package/dist-es/commands/QueryLineageCommand.js +39 -0
  85. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  86. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  87. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  88. package/dist-es/commands/SearchCommand.js +1 -2
  89. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  90. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  91. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  92. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  93. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
  94. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  95. package/dist-es/commands/index.js +9 -0
  96. package/dist-es/endpoints.js +1 -0
  97. package/dist-es/models/models_0.js +141 -132
  98. package/dist-es/models/models_1.js +146 -167
  99. package/dist-es/models/models_2.js +262 -236
  100. package/dist-es/models/models_3.js +256 -0
  101. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  102. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  103. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  104. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  105. package/dist-es/pagination/index.js +4 -0
  106. package/dist-es/protocols/Aws_json1_1.js +1588 -41
  107. package/dist-es/runtimeConfig.js +0 -2
  108. package/dist-types/SageMaker.d.ts +76 -4
  109. package/dist-types/SageMakerClient.d.ts +11 -2
  110. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  111. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  112. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  113. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeModelCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
  126. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  127. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  128. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  129. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  130. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
  131. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  132. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  133. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  134. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  135. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  136. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  137. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  138. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  139. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  140. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  141. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  142. package/dist-types/commands/SearchCommand.d.ts +1 -2
  143. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  144. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  145. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  146. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  147. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
  148. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  149. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -2
  150. package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
  151. package/dist-types/commands/index.d.ts +9 -0
  152. package/dist-types/models/models_0.d.ts +381 -1963
  153. package/dist-types/models/models_1.d.ts +6757 -5221
  154. package/dist-types/models/models_2.d.ts +5431 -6102
  155. package/dist-types/models/models_3.d.ts +2505 -4
  156. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  159. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  160. package/dist-types/pagination/index.d.ts +4 -0
  161. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  162. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  163. package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
  164. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -1
  169. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
  180. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  197. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
  202. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  204. package/dist-types/ts3.4/models/models_0.d.ts +234 -201
  205. package/dist-types/ts3.4/models/models_1.d.ts +460 -527
  206. package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
  207. package/dist-types/ts3.4/models/models_3.d.ts +1119 -3
  208. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  213. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  214. package/package.json +37 -44
@@ -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;
@@ -358,6 +519,14 @@ export declare enum TrainingInstanceType {
358
519
  ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
359
520
  ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
360
521
  ML_G4DN_XLARGE = "ml.g4dn.xlarge",
522
+ ML_G5_12XLARGE = "ml.g5.12xlarge",
523
+ ML_G5_16XLARGE = "ml.g5.16xlarge",
524
+ ML_G5_24XLARGE = "ml.g5.24xlarge",
525
+ ML_G5_2XLARGE = "ml.g5.2xlarge",
526
+ ML_G5_48XLARGE = "ml.g5.48xlarge",
527
+ ML_G5_4XLARGE = "ml.g5.4xlarge",
528
+ ML_G5_8XLARGE = "ml.g5.8xlarge",
529
+ ML_G5_XLARGE = "ml.g5.xlarge",
361
530
  ML_M4_10XLARGE = "ml.m4.10xlarge",
362
531
  ML_M4_16XLARGE = "ml.m4.16xlarge",
363
532
  ML_M4_2XLARGE = "ml.m4.2xlarge",
@@ -489,40 +658,6 @@ export declare namespace TransformOutput {
489
658
 
490
659
  const filterSensitiveLog: (obj: TransformOutput) => any;
491
660
  }
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
661
 
527
662
  export interface TransformResources {
528
663
 
@@ -1113,6 +1248,8 @@ export interface AutoMLChannel {
1113
1248
  CompressionType?: CompressionType | string;
1114
1249
 
1115
1250
  TargetAttributeName: string | undefined;
1251
+
1252
+ ContentType?: string;
1116
1253
  }
1117
1254
  export declare namespace AutoMLChannel {
1118
1255
 
@@ -1297,95 +1434,6 @@ export declare namespace BatchDescribeModelPackageError {
1297
1434
  const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
1298
1435
  }
1299
1436
 
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
1437
  export interface InferenceSpecification {
1390
1438
 
1391
1439
  Containers: ModelPackageContainerDefinition[] | undefined;
@@ -1468,6 +1516,10 @@ export declare namespace MetricsSource {
1468
1516
  export interface Bias {
1469
1517
 
1470
1518
  Report?: MetricsSource;
1519
+
1520
+ PreTrainingReport?: MetricsSource;
1521
+
1522
+ PostTrainingReport?: MetricsSource;
1471
1523
  }
1472
1524
  export declare namespace Bias {
1473
1525
 
@@ -1592,6 +1644,17 @@ export declare enum CaptureStatus {
1592
1644
  STOPPED = "Stopped"
1593
1645
  }
1594
1646
 
1647
+ export interface CategoricalParameter {
1648
+
1649
+ Name: string | undefined;
1650
+
1651
+ Value: string[] | undefined;
1652
+ }
1653
+ export declare namespace CategoricalParameter {
1654
+
1655
+ const filterSensitiveLog: (obj: CategoricalParameter) => any;
1656
+ }
1657
+
1595
1658
  export interface CategoricalParameterRange {
1596
1659
 
1597
1660
  Name: string | undefined;
@@ -1641,6 +1704,29 @@ export declare namespace CheckpointConfig {
1641
1704
 
1642
1705
  const filterSensitiveLog: (obj: CheckpointConfig) => any;
1643
1706
  }
1707
+
1708
+ export interface ClarifyCheckStepMetadata {
1709
+
1710
+ CheckType?: string;
1711
+
1712
+ BaselineUsedForDriftCheckConstraints?: string;
1713
+
1714
+ CalculatedBaselineConstraints?: string;
1715
+
1716
+ ModelPackageGroupName?: string;
1717
+
1718
+ ViolationReport?: string;
1719
+
1720
+ CheckJobArn?: string;
1721
+
1722
+ SkipCheck?: boolean;
1723
+
1724
+ RegisterNewBaseline?: boolean;
1725
+ }
1726
+ export declare namespace ClarifyCheckStepMetadata {
1727
+
1728
+ const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
1729
+ }
1644
1730
  export declare enum CodeRepositorySortBy {
1645
1731
  CREATION_TIME = "CreationTime",
1646
1732
  LAST_MODIFIED_TIME = "LastModifiedTime",
@@ -1727,6 +1813,7 @@ export declare enum CompilationJobStatus {
1727
1813
  }
1728
1814
  export declare enum TargetDevice {
1729
1815
  AISAGE = "aisage",
1816
+ AMBA_CV2 = "amba_cv2",
1730
1817
  AMBA_CV22 = "amba_cv22",
1731
1818
  AMBA_CV25 = "amba_cv25",
1732
1819
  COREML = "coreml",
@@ -1886,6 +1973,8 @@ export interface ContainerDefinition {
1886
1973
 
1887
1974
  ModelPackageName?: string;
1888
1975
 
1976
+ InferenceSpecificationName?: string;
1977
+
1889
1978
  MultiModelConfig?: MultiModelConfig;
1890
1979
  }
1891
1980
  export declare namespace ContainerDefinition {
@@ -2366,7 +2455,9 @@ export interface CreateCompilationJobRequest {
2366
2455
 
2367
2456
  RoleArn: string | undefined;
2368
2457
 
2369
- InputConfig: InputConfig | undefined;
2458
+ ModelPackageVersionArn?: string;
2459
+
2460
+ InputConfig?: InputConfig;
2370
2461
 
2371
2462
  OutputConfig: OutputConfig | undefined;
2372
2463
 
@@ -2981,21 +3072,34 @@ export declare namespace ProductionVariantCoreDumpConfig {
2981
3072
  const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
2982
3073
  }
2983
3074
 
3075
+ export interface ProductionVariantServerlessConfig {
3076
+
3077
+ MemorySizeInMB: number | undefined;
3078
+
3079
+ MaxConcurrency: number | undefined;
3080
+ }
3081
+ export declare namespace ProductionVariantServerlessConfig {
3082
+
3083
+ const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
3084
+ }
3085
+
2984
3086
  export interface ProductionVariant {
2985
3087
 
2986
3088
  VariantName: string | undefined;
2987
3089
 
2988
3090
  ModelName: string | undefined;
2989
3091
 
2990
- InitialInstanceCount: number | undefined;
3092
+ InitialInstanceCount?: number;
2991
3093
 
2992
- InstanceType: ProductionVariantInstanceType | string | undefined;
3094
+ InstanceType?: ProductionVariantInstanceType | string;
2993
3095
 
2994
3096
  InitialVariantWeight?: number;
2995
3097
 
2996
3098
  AcceleratorType?: ProductionVariantAcceleratorType | string;
2997
3099
 
2998
3100
  CoreDumpConfig?: ProductionVariantCoreDumpConfig;
3101
+
3102
+ ServerlessConfig?: ProductionVariantServerlessConfig;
2999
3103
  }
3000
3104
  export declare namespace ProductionVariant {
3001
3105
 
@@ -3533,82 +3637,11 @@ export declare namespace CreateImageVersionResponse {
3533
3637
  const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
3534
3638
  }
3535
3639
 
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;
3640
+ export interface EnvironmentParameterRanges {
3608
3641
 
3609
- SnsDataSource?: LabelingJobSnsDataSource;
3642
+ CategoricalParameterRanges?: CategoricalParameter[];
3610
3643
  }
3611
- export declare namespace LabelingJobDataSource {
3644
+ export declare namespace EnvironmentParameterRanges {
3612
3645
 
3613
- const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
3646
+ const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
3614
3647
  }