@aws-sdk/client-sagemaker 3.300.0 → 3.303.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 (320) hide show
  1. package/dist-cjs/models/models_0.js +870 -958
  2. package/dist-cjs/models/models_1.js +228 -262
  3. package/dist-cjs/models/models_2.js +400 -457
  4. package/dist-cjs/models/models_3.js +232 -283
  5. package/dist-cjs/models/models_4.js +5 -6
  6. package/dist-es/models/models_0.js +870 -958
  7. package/dist-es/models/models_1.js +228 -262
  8. package/dist-es/models/models_2.js +400 -457
  9. package/dist-es/models/models_3.js +232 -283
  10. package/dist-es/models/models_4.js +5 -6
  11. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  12. package/dist-types/commands/AddTagsCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateActionCommand.d.ts +6 -6
  16. package/dist-types/commands/CreateAlgorithmCommand.d.ts +54 -54
  17. package/dist-types/commands/CreateAppCommand.d.ts +4 -4
  18. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +7 -7
  19. package/dist-types/commands/CreateArtifactCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +21 -21
  21. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +19 -19
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +4 -4
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +10 -10
  24. package/dist-types/commands/CreateContextCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +27 -27
  26. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateDomainCommand.d.ts +26 -36
  28. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +10 -10
  29. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +4 -4
  31. package/dist-types/commands/CreateEndpointCommand.d.ts +10 -10
  32. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +26 -26
  33. package/dist-types/commands/CreateExperimentCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +10 -10
  35. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +11 -11
  36. package/dist-types/commands/CreateHubCommand.d.ts +5 -5
  37. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +50 -50
  39. package/dist-types/commands/CreateImageCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +15 -15
  42. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +28 -28
  43. package/dist-types/commands/CreateLabelingJobCommand.d.ts +22 -22
  44. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +25 -25
  45. package/dist-types/commands/CreateModelCardCommand.d.ts +4 -4
  46. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -2
  47. package/dist-types/commands/CreateModelCommand.d.ts +13 -13
  48. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +24 -24
  49. package/dist-types/commands/CreateModelPackageCommand.d.ts +51 -91
  50. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +3 -3
  51. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +27 -27
  52. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +31 -31
  53. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +7 -7
  54. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
  55. package/dist-types/commands/CreatePipelineCommand.d.ts +5 -5
  56. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  57. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateProcessingJobCommand.d.ts +26 -26
  59. package/dist-types/commands/CreateProjectCommand.d.ts +6 -6
  60. package/dist-types/commands/CreateSpaceCommand.d.ts +12 -12
  61. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +3 -3
  62. package/dist-types/commands/CreateTrainingJobCommand.d.ts +47 -47
  63. package/dist-types/commands/CreateTransformJobCommand.d.ts +13 -13
  64. package/dist-types/commands/CreateTrialCommand.d.ts +4 -4
  65. package/dist-types/commands/CreateTrialComponentCommand.d.ts +9 -9
  66. package/dist-types/commands/CreateUserProfileCommand.d.ts +19 -19
  67. package/dist-types/commands/CreateWorkforceCommand.d.ts +10 -10
  68. package/dist-types/commands/CreateWorkteamCommand.d.ts +9 -9
  69. package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteArtifactCommand.d.ts +4 -4
  74. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -2
  80. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  83. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  84. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
  85. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
  87. package/dist-types/commands/DeleteHubCommand.d.ts +1 -1
  88. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  91. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
  92. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  93. package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
  94. package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -1
  95. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  96. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  97. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  98. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
  100. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
  101. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
  105. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  106. package/dist-types/commands/DeleteSpaceCommand.d.ts +1 -1
  107. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
  109. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
  114. package/dist-types/commands/DeregisterDevicesCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -1
  122. package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeHubContentCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
  163. package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
  164. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  166. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  169. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  170. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  171. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  172. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  173. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  174. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
  175. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +1 -1
  176. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
  177. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +3 -3
  178. package/dist-types/commands/ImportHubContentCommand.d.ts +4 -4
  179. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  181. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  182. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
  183. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  184. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  185. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  186. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  187. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  188. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
  189. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  190. package/dist-types/commands/ListContextsCommand.d.ts +1 -1
  191. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
  192. package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
  193. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  194. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  195. package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
  196. package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
  197. package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
  198. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  199. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
  200. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  201. package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
  203. package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
  204. package/dist-types/commands/ListHubsCommand.d.ts +1 -1
  205. package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
  206. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
  207. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
  208. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  209. package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
  210. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
  211. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
  212. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  213. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  214. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  215. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  216. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  217. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +1 -1
  218. package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
  219. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  220. package/dist-types/commands/ListModelMetadataCommand.d.ts +4 -4
  221. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  222. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  223. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  224. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  225. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  226. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  227. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  228. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  229. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  230. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  231. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
  232. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  233. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  234. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  235. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  236. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  237. package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
  238. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  239. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  240. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  241. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  242. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  243. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  244. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  245. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  246. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  247. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  248. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  249. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  250. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  251. package/dist-types/commands/QueryLineageCommand.d.ts +6 -6
  252. package/dist-types/commands/RegisterDevicesCommand.d.ts +5 -5
  253. package/dist-types/commands/RenderUiTemplateCommand.d.ts +3 -3
  254. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
  255. package/dist-types/commands/SearchCommand.d.ts +10 -17
  256. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  257. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -3
  258. package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +1 -1
  259. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
  260. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  261. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  262. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -4
  263. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  264. package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
  265. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
  266. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
  267. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  268. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +6 -6
  269. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
  270. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
  271. package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
  272. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  273. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
  274. package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
  275. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  276. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  277. package/dist-types/commands/UpdateActionCommand.d.ts +3 -3
  278. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -5
  279. package/dist-types/commands/UpdateArtifactCommand.d.ts +3 -3
  280. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +2 -2
  281. package/dist-types/commands/UpdateContextCommand.d.ts +3 -3
  282. package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +2 -2
  283. package/dist-types/commands/UpdateDevicesCommand.d.ts +3 -3
  284. package/dist-types/commands/UpdateDomainCommand.d.ts +23 -33
  285. package/dist-types/commands/UpdateEndpointCommand.d.ts +10 -10
  286. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +3 -3
  287. package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
  288. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +3 -3
  289. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +4 -4
  290. package/dist-types/commands/UpdateHubCommand.d.ts +2 -2
  291. package/dist-types/commands/UpdateImageCommand.d.ts +2 -2
  292. package/dist-types/commands/UpdateImageVersionCommand.d.ts +2 -2
  293. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +13 -13
  294. package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
  295. package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -13
  296. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +29 -29
  298. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +4 -4
  299. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
  300. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
  301. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +2 -2
  302. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -6
  303. package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -10
  304. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +7 -7
  305. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
  306. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +7 -7
  307. package/dist-types/commands/UpdateUserProfileCommand.d.ts +17 -17
  308. package/dist-types/commands/UpdateWorkforceCommand.d.ts +7 -7
  309. package/dist-types/commands/UpdateWorkteamCommand.d.ts +7 -7
  310. package/dist-types/models/models_0.d.ts +1320 -880
  311. package/dist-types/models/models_1.d.ts +402 -232
  312. package/dist-types/models/models_2.d.ts +685 -400
  313. package/dist-types/models/models_3.d.ts +487 -232
  314. package/dist-types/models/models_4.d.ts +10 -5
  315. package/dist-types/ts3.4/models/models_0.d.ts +1026 -870
  316. package/dist-types/ts3.4/models/models_1.d.ts +286 -228
  317. package/dist-types/ts3.4/models/models_2.d.ts +502 -400
  318. package/dist-types/ts3.4/models/models_3.d.ts +324 -232
  319. package/dist-types/ts3.4/models/models_4.d.ts +7 -5
  320. package/package.json +35 -35
@@ -1,239 +1,209 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
- export var ProductionVariantAcceleratorType;
3
- (function (ProductionVariantAcceleratorType) {
4
- ProductionVariantAcceleratorType["ML_EIA1_LARGE"] = "ml.eia1.large";
5
- ProductionVariantAcceleratorType["ML_EIA1_MEDIUM"] = "ml.eia1.medium";
6
- ProductionVariantAcceleratorType["ML_EIA1_XLARGE"] = "ml.eia1.xlarge";
7
- ProductionVariantAcceleratorType["ML_EIA2_LARGE"] = "ml.eia2.large";
8
- ProductionVariantAcceleratorType["ML_EIA2_MEDIUM"] = "ml.eia2.medium";
9
- ProductionVariantAcceleratorType["ML_EIA2_XLARGE"] = "ml.eia2.xlarge";
10
- })(ProductionVariantAcceleratorType || (ProductionVariantAcceleratorType = {}));
11
- export var FeatureType;
12
- (function (FeatureType) {
13
- FeatureType["FRACTIONAL"] = "Fractional";
14
- FeatureType["INTEGRAL"] = "Integral";
15
- FeatureType["STRING"] = "String";
16
- })(FeatureType || (FeatureType = {}));
17
- export var TableFormat;
18
- (function (TableFormat) {
19
- TableFormat["GLUE"] = "Glue";
20
- TableFormat["ICEBERG"] = "Iceberg";
21
- })(TableFormat || (TableFormat = {}));
22
- export var HyperParameterTuningJobStrategyType;
23
- (function (HyperParameterTuningJobStrategyType) {
24
- HyperParameterTuningJobStrategyType["BAYESIAN"] = "Bayesian";
25
- HyperParameterTuningJobStrategyType["GRID"] = "Grid";
26
- HyperParameterTuningJobStrategyType["HYPERBAND"] = "Hyperband";
27
- HyperParameterTuningJobStrategyType["RANDOM"] = "Random";
28
- })(HyperParameterTuningJobStrategyType || (HyperParameterTuningJobStrategyType = {}));
29
- export var TrainingJobEarlyStoppingType;
30
- (function (TrainingJobEarlyStoppingType) {
31
- TrainingJobEarlyStoppingType["AUTO"] = "Auto";
32
- TrainingJobEarlyStoppingType["OFF"] = "Off";
33
- })(TrainingJobEarlyStoppingType || (TrainingJobEarlyStoppingType = {}));
34
- export var HyperParameterTuningAllocationStrategy;
35
- (function (HyperParameterTuningAllocationStrategy) {
36
- HyperParameterTuningAllocationStrategy["PRIORITIZED"] = "Prioritized";
37
- })(HyperParameterTuningAllocationStrategy || (HyperParameterTuningAllocationStrategy = {}));
38
- export var HyperParameterTuningJobWarmStartType;
39
- (function (HyperParameterTuningJobWarmStartType) {
40
- HyperParameterTuningJobWarmStartType["IDENTICAL_DATA_AND_ALGORITHM"] = "IdenticalDataAndAlgorithm";
41
- HyperParameterTuningJobWarmStartType["TRANSFER_LEARNING"] = "TransferLearning";
42
- })(HyperParameterTuningJobWarmStartType || (HyperParameterTuningJobWarmStartType = {}));
43
- export var JobType;
44
- (function (JobType) {
45
- JobType["INFERENCE"] = "INFERENCE";
46
- JobType["NOTEBOOK_KERNEL"] = "NOTEBOOK_KERNEL";
47
- JobType["TRAINING"] = "TRAINING";
48
- })(JobType || (JobType = {}));
49
- export var Processor;
50
- (function (Processor) {
51
- Processor["CPU"] = "CPU";
52
- Processor["GPU"] = "GPU";
53
- })(Processor || (Processor = {}));
54
- export var VendorGuidance;
55
- (function (VendorGuidance) {
56
- VendorGuidance["ARCHIVED"] = "ARCHIVED";
57
- VendorGuidance["NOT_PROVIDED"] = "NOT_PROVIDED";
58
- VendorGuidance["STABLE"] = "STABLE";
59
- VendorGuidance["TO_BE_ARCHIVED"] = "TO_BE_ARCHIVED";
60
- })(VendorGuidance || (VendorGuidance = {}));
61
- export var ModelInfrastructureType;
62
- (function (ModelInfrastructureType) {
63
- ModelInfrastructureType["REAL_TIME_INFERENCE"] = "RealTimeInference";
64
- })(ModelInfrastructureType || (ModelInfrastructureType = {}));
65
- export var _InstanceType;
66
- (function (_InstanceType) {
67
- _InstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
68
- _InstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
69
- _InstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
70
- _InstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
71
- _InstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
72
- _InstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
73
- _InstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
74
- _InstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
75
- _InstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
76
- _InstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
77
- _InstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
78
- _InstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
79
- _InstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
80
- _InstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
81
- _InstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
82
- _InstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
83
- _InstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
84
- _InstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
85
- _InstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
86
- _InstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
87
- _InstanceType["ML_G5_12XLARGE"] = "ml.g5.12xlarge";
88
- _InstanceType["ML_G5_16XLARGE"] = "ml.g5.16xlarge";
89
- _InstanceType["ML_G5_24XLARGE"] = "ml.g5.24xlarge";
90
- _InstanceType["ML_G5_2XLARGE"] = "ml.g5.2xlarge";
91
- _InstanceType["ML_G5_48XLARGE"] = "ml.g5.48xlarge";
92
- _InstanceType["ML_G5_4XLARGE"] = "ml.g5.4xlarge";
93
- _InstanceType["ML_G5_8XLARGE"] = "ml.g5.8xlarge";
94
- _InstanceType["ML_G5_XLARGE"] = "ml.g5.xlarge";
95
- _InstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
96
- _InstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
97
- _InstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
98
- _InstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
99
- _InstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
100
- _InstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
101
- _InstanceType["ML_M5D_16XLARGE"] = "ml.m5d.16xlarge";
102
- _InstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
103
- _InstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
104
- _InstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
105
- _InstanceType["ML_M5D_8XLARGE"] = "ml.m5d.8xlarge";
106
- _InstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
107
- _InstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
108
- _InstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
109
- _InstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
110
- _InstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
111
- _InstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
112
- _InstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
113
- _InstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
114
- _InstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
115
- _InstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
116
- _InstanceType["ML_P3DN_24XLARGE"] = "ml.p3dn.24xlarge";
117
- _InstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
118
- _InstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
119
- _InstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
120
- _InstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
121
- _InstanceType["ML_R5_16XLARGE"] = "ml.r5.16xlarge";
122
- _InstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
123
- _InstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
124
- _InstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
125
- _InstanceType["ML_R5_8XLARGE"] = "ml.r5.8xlarge";
126
- _InstanceType["ML_R5_LARGE"] = "ml.r5.large";
127
- _InstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
128
- _InstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
129
- _InstanceType["ML_T2_LARGE"] = "ml.t2.large";
130
- _InstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
131
- _InstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
132
- _InstanceType["ML_T3_2XLARGE"] = "ml.t3.2xlarge";
133
- _InstanceType["ML_T3_LARGE"] = "ml.t3.large";
134
- _InstanceType["ML_T3_MEDIUM"] = "ml.t3.medium";
135
- _InstanceType["ML_T3_XLARGE"] = "ml.t3.xlarge";
136
- })(_InstanceType || (_InstanceType = {}));
137
- export var InferenceExperimentType;
138
- (function (InferenceExperimentType) {
139
- InferenceExperimentType["SHADOW_MODE"] = "ShadowMode";
140
- })(InferenceExperimentType || (InferenceExperimentType = {}));
141
- export var TrafficType;
142
- (function (TrafficType) {
143
- TrafficType["PHASES"] = "PHASES";
144
- })(TrafficType || (TrafficType = {}));
145
- export var RecommendationJobType;
146
- (function (RecommendationJobType) {
147
- RecommendationJobType["ADVANCED"] = "Advanced";
148
- RecommendationJobType["DEFAULT"] = "Default";
149
- })(RecommendationJobType || (RecommendationJobType = {}));
150
- export var InferenceExecutionMode;
151
- (function (InferenceExecutionMode) {
152
- InferenceExecutionMode["DIRECT"] = "Direct";
153
- InferenceExecutionMode["SERIAL"] = "Serial";
154
- })(InferenceExecutionMode || (InferenceExecutionMode = {}));
155
- export var ModelCardStatus;
156
- (function (ModelCardStatus) {
157
- ModelCardStatus["APPROVED"] = "Approved";
158
- ModelCardStatus["ARCHIVED"] = "Archived";
159
- ModelCardStatus["DRAFT"] = "Draft";
160
- ModelCardStatus["PENDINGREVIEW"] = "PendingReview";
161
- })(ModelCardStatus || (ModelCardStatus = {}));
162
- export var MonitoringProblemType;
163
- (function (MonitoringProblemType) {
164
- MonitoringProblemType["BINARY_CLASSIFICATION"] = "BinaryClassification";
165
- MonitoringProblemType["MULTICLASS_CLASSIFICATION"] = "MulticlassClassification";
166
- MonitoringProblemType["REGRESSION"] = "Regression";
167
- })(MonitoringProblemType || (MonitoringProblemType = {}));
168
- export var MonitoringType;
169
- (function (MonitoringType) {
170
- MonitoringType["DATA_QUALITY"] = "DataQuality";
171
- MonitoringType["MODEL_BIAS"] = "ModelBias";
172
- MonitoringType["MODEL_EXPLAINABILITY"] = "ModelExplainability";
173
- MonitoringType["MODEL_QUALITY"] = "ModelQuality";
174
- })(MonitoringType || (MonitoringType = {}));
175
- export var NotebookInstanceAcceleratorType;
176
- (function (NotebookInstanceAcceleratorType) {
177
- NotebookInstanceAcceleratorType["ML_EIA1_LARGE"] = "ml.eia1.large";
178
- NotebookInstanceAcceleratorType["ML_EIA1_MEDIUM"] = "ml.eia1.medium";
179
- NotebookInstanceAcceleratorType["ML_EIA1_XLARGE"] = "ml.eia1.xlarge";
180
- NotebookInstanceAcceleratorType["ML_EIA2_LARGE"] = "ml.eia2.large";
181
- NotebookInstanceAcceleratorType["ML_EIA2_MEDIUM"] = "ml.eia2.medium";
182
- NotebookInstanceAcceleratorType["ML_EIA2_XLARGE"] = "ml.eia2.xlarge";
183
- })(NotebookInstanceAcceleratorType || (NotebookInstanceAcceleratorType = {}));
184
- export var DirectInternetAccess;
185
- (function (DirectInternetAccess) {
186
- DirectInternetAccess["DISABLED"] = "Disabled";
187
- DirectInternetAccess["ENABLED"] = "Enabled";
188
- })(DirectInternetAccess || (DirectInternetAccess = {}));
189
- export var RootAccess;
190
- (function (RootAccess) {
191
- RootAccess["DISABLED"] = "Disabled";
192
- RootAccess["ENABLED"] = "Enabled";
193
- })(RootAccess || (RootAccess = {}));
194
- export var DataDistributionType;
195
- (function (DataDistributionType) {
196
- DataDistributionType["FULLYREPLICATED"] = "FullyReplicated";
197
- DataDistributionType["SHARDEDBYS3KEY"] = "ShardedByS3Key";
198
- })(DataDistributionType || (DataDistributionType = {}));
199
- export var InputMode;
200
- (function (InputMode) {
201
- InputMode["FILE"] = "File";
202
- InputMode["PIPE"] = "Pipe";
203
- })(InputMode || (InputMode = {}));
204
- export var RedshiftResultCompressionType;
205
- (function (RedshiftResultCompressionType) {
206
- RedshiftResultCompressionType["BZIP2"] = "BZIP2";
207
- RedshiftResultCompressionType["GZIP"] = "GZIP";
208
- RedshiftResultCompressionType["NONE"] = "None";
209
- RedshiftResultCompressionType["SNAPPY"] = "SNAPPY";
210
- RedshiftResultCompressionType["ZSTD"] = "ZSTD";
211
- })(RedshiftResultCompressionType || (RedshiftResultCompressionType = {}));
212
- export var RedshiftResultFormat;
213
- (function (RedshiftResultFormat) {
214
- RedshiftResultFormat["CSV"] = "CSV";
215
- RedshiftResultFormat["PARQUET"] = "PARQUET";
216
- })(RedshiftResultFormat || (RedshiftResultFormat = {}));
217
- export var ProcessingS3CompressionType;
218
- (function (ProcessingS3CompressionType) {
219
- ProcessingS3CompressionType["GZIP"] = "Gzip";
220
- ProcessingS3CompressionType["NONE"] = "None";
221
- })(ProcessingS3CompressionType || (ProcessingS3CompressionType = {}));
222
- export var ProcessingS3DataType;
223
- (function (ProcessingS3DataType) {
224
- ProcessingS3DataType["MANIFEST_FILE"] = "ManifestFile";
225
- ProcessingS3DataType["S3_PREFIX"] = "S3Prefix";
226
- })(ProcessingS3DataType || (ProcessingS3DataType = {}));
227
- export var StudioLifecycleConfigAppType;
228
- (function (StudioLifecycleConfigAppType) {
229
- StudioLifecycleConfigAppType["JupyterServer"] = "JupyterServer";
230
- StudioLifecycleConfigAppType["KernelGateway"] = "KernelGateway";
231
- })(StudioLifecycleConfigAppType || (StudioLifecycleConfigAppType = {}));
232
- export var JoinSource;
233
- (function (JoinSource) {
234
- JoinSource["INPUT"] = "Input";
235
- JoinSource["NONE"] = "None";
236
- })(JoinSource || (JoinSource = {}));
2
+ export const ProductionVariantAcceleratorType = {
3
+ ML_EIA1_LARGE: "ml.eia1.large",
4
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
5
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
6
+ ML_EIA2_LARGE: "ml.eia2.large",
7
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
8
+ ML_EIA2_XLARGE: "ml.eia2.xlarge",
9
+ };
10
+ export const FeatureType = {
11
+ FRACTIONAL: "Fractional",
12
+ INTEGRAL: "Integral",
13
+ STRING: "String",
14
+ };
15
+ export const TableFormat = {
16
+ GLUE: "Glue",
17
+ ICEBERG: "Iceberg",
18
+ };
19
+ export const HyperParameterTuningJobStrategyType = {
20
+ BAYESIAN: "Bayesian",
21
+ GRID: "Grid",
22
+ HYPERBAND: "Hyperband",
23
+ RANDOM: "Random",
24
+ };
25
+ export const TrainingJobEarlyStoppingType = {
26
+ AUTO: "Auto",
27
+ OFF: "Off",
28
+ };
29
+ export const HyperParameterTuningAllocationStrategy = {
30
+ PRIORITIZED: "Prioritized",
31
+ };
32
+ export const HyperParameterTuningJobWarmStartType = {
33
+ IDENTICAL_DATA_AND_ALGORITHM: "IdenticalDataAndAlgorithm",
34
+ TRANSFER_LEARNING: "TransferLearning",
35
+ };
36
+ export const JobType = {
37
+ INFERENCE: "INFERENCE",
38
+ NOTEBOOK_KERNEL: "NOTEBOOK_KERNEL",
39
+ TRAINING: "TRAINING",
40
+ };
41
+ export const Processor = {
42
+ CPU: "CPU",
43
+ GPU: "GPU",
44
+ };
45
+ export const VendorGuidance = {
46
+ ARCHIVED: "ARCHIVED",
47
+ NOT_PROVIDED: "NOT_PROVIDED",
48
+ STABLE: "STABLE",
49
+ TO_BE_ARCHIVED: "TO_BE_ARCHIVED",
50
+ };
51
+ export const ModelInfrastructureType = {
52
+ REAL_TIME_INFERENCE: "RealTimeInference",
53
+ };
54
+ export const _InstanceType = {
55
+ ML_C4_2XLARGE: "ml.c4.2xlarge",
56
+ ML_C4_4XLARGE: "ml.c4.4xlarge",
57
+ ML_C4_8XLARGE: "ml.c4.8xlarge",
58
+ ML_C4_XLARGE: "ml.c4.xlarge",
59
+ ML_C5D_18XLARGE: "ml.c5d.18xlarge",
60
+ ML_C5D_2XLARGE: "ml.c5d.2xlarge",
61
+ ML_C5D_4XLARGE: "ml.c5d.4xlarge",
62
+ ML_C5D_9XLARGE: "ml.c5d.9xlarge",
63
+ ML_C5D_XLARGE: "ml.c5d.xlarge",
64
+ ML_C5_18XLARGE: "ml.c5.18xlarge",
65
+ ML_C5_2XLARGE: "ml.c5.2xlarge",
66
+ ML_C5_4XLARGE: "ml.c5.4xlarge",
67
+ ML_C5_9XLARGE: "ml.c5.9xlarge",
68
+ ML_C5_XLARGE: "ml.c5.xlarge",
69
+ ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
70
+ ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
71
+ ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
72
+ ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
73
+ ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
74
+ ML_G4DN_XLARGE: "ml.g4dn.xlarge",
75
+ ML_G5_12XLARGE: "ml.g5.12xlarge",
76
+ ML_G5_16XLARGE: "ml.g5.16xlarge",
77
+ ML_G5_24XLARGE: "ml.g5.24xlarge",
78
+ ML_G5_2XLARGE: "ml.g5.2xlarge",
79
+ ML_G5_48XLARGE: "ml.g5.48xlarge",
80
+ ML_G5_4XLARGE: "ml.g5.4xlarge",
81
+ ML_G5_8XLARGE: "ml.g5.8xlarge",
82
+ ML_G5_XLARGE: "ml.g5.xlarge",
83
+ ML_M4_10XLARGE: "ml.m4.10xlarge",
84
+ ML_M4_16XLARGE: "ml.m4.16xlarge",
85
+ ML_M4_2XLARGE: "ml.m4.2xlarge",
86
+ ML_M4_4XLARGE: "ml.m4.4xlarge",
87
+ ML_M4_XLARGE: "ml.m4.xlarge",
88
+ ML_M5D_12XLARGE: "ml.m5d.12xlarge",
89
+ ML_M5D_16XLARGE: "ml.m5d.16xlarge",
90
+ ML_M5D_24XLARGE: "ml.m5d.24xlarge",
91
+ ML_M5D_2XLARGE: "ml.m5d.2xlarge",
92
+ ML_M5D_4XLARGE: "ml.m5d.4xlarge",
93
+ ML_M5D_8XLARGE: "ml.m5d.8xlarge",
94
+ ML_M5D_LARGE: "ml.m5d.large",
95
+ ML_M5D_XLARGE: "ml.m5d.xlarge",
96
+ ML_M5_12XLARGE: "ml.m5.12xlarge",
97
+ ML_M5_24XLARGE: "ml.m5.24xlarge",
98
+ ML_M5_2XLARGE: "ml.m5.2xlarge",
99
+ ML_M5_4XLARGE: "ml.m5.4xlarge",
100
+ ML_M5_XLARGE: "ml.m5.xlarge",
101
+ ML_P2_16XLARGE: "ml.p2.16xlarge",
102
+ ML_P2_8XLARGE: "ml.p2.8xlarge",
103
+ ML_P2_XLARGE: "ml.p2.xlarge",
104
+ ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
105
+ ML_P3_16XLARGE: "ml.p3.16xlarge",
106
+ ML_P3_2XLARGE: "ml.p3.2xlarge",
107
+ ML_P3_8XLARGE: "ml.p3.8xlarge",
108
+ ML_R5_12XLARGE: "ml.r5.12xlarge",
109
+ ML_R5_16XLARGE: "ml.r5.16xlarge",
110
+ ML_R5_24XLARGE: "ml.r5.24xlarge",
111
+ ML_R5_2XLARGE: "ml.r5.2xlarge",
112
+ ML_R5_4XLARGE: "ml.r5.4xlarge",
113
+ ML_R5_8XLARGE: "ml.r5.8xlarge",
114
+ ML_R5_LARGE: "ml.r5.large",
115
+ ML_R5_XLARGE: "ml.r5.xlarge",
116
+ ML_T2_2XLARGE: "ml.t2.2xlarge",
117
+ ML_T2_LARGE: "ml.t2.large",
118
+ ML_T2_MEDIUM: "ml.t2.medium",
119
+ ML_T2_XLARGE: "ml.t2.xlarge",
120
+ ML_T3_2XLARGE: "ml.t3.2xlarge",
121
+ ML_T3_LARGE: "ml.t3.large",
122
+ ML_T3_MEDIUM: "ml.t3.medium",
123
+ ML_T3_XLARGE: "ml.t3.xlarge",
124
+ };
125
+ export const InferenceExperimentType = {
126
+ SHADOW_MODE: "ShadowMode",
127
+ };
128
+ export const TrafficType = {
129
+ PHASES: "PHASES",
130
+ };
131
+ export const RecommendationJobType = {
132
+ ADVANCED: "Advanced",
133
+ DEFAULT: "Default",
134
+ };
135
+ export const InferenceExecutionMode = {
136
+ DIRECT: "Direct",
137
+ SERIAL: "Serial",
138
+ };
139
+ export const ModelCardStatus = {
140
+ APPROVED: "Approved",
141
+ ARCHIVED: "Archived",
142
+ DRAFT: "Draft",
143
+ PENDINGREVIEW: "PendingReview",
144
+ };
145
+ export const MonitoringProblemType = {
146
+ BINARY_CLASSIFICATION: "BinaryClassification",
147
+ MULTICLASS_CLASSIFICATION: "MulticlassClassification",
148
+ REGRESSION: "Regression",
149
+ };
150
+ export const MonitoringType = {
151
+ DATA_QUALITY: "DataQuality",
152
+ MODEL_BIAS: "ModelBias",
153
+ MODEL_EXPLAINABILITY: "ModelExplainability",
154
+ MODEL_QUALITY: "ModelQuality",
155
+ };
156
+ export const NotebookInstanceAcceleratorType = {
157
+ ML_EIA1_LARGE: "ml.eia1.large",
158
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
159
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
160
+ ML_EIA2_LARGE: "ml.eia2.large",
161
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
162
+ ML_EIA2_XLARGE: "ml.eia2.xlarge",
163
+ };
164
+ export const DirectInternetAccess = {
165
+ DISABLED: "Disabled",
166
+ ENABLED: "Enabled",
167
+ };
168
+ export const RootAccess = {
169
+ DISABLED: "Disabled",
170
+ ENABLED: "Enabled",
171
+ };
172
+ export const DataDistributionType = {
173
+ FULLYREPLICATED: "FullyReplicated",
174
+ SHARDEDBYS3KEY: "ShardedByS3Key",
175
+ };
176
+ export const InputMode = {
177
+ FILE: "File",
178
+ PIPE: "Pipe",
179
+ };
180
+ export const RedshiftResultCompressionType = {
181
+ BZIP2: "BZIP2",
182
+ GZIP: "GZIP",
183
+ NONE: "None",
184
+ SNAPPY: "SNAPPY",
185
+ ZSTD: "ZSTD",
186
+ };
187
+ export const RedshiftResultFormat = {
188
+ CSV: "CSV",
189
+ PARQUET: "PARQUET",
190
+ };
191
+ export const ProcessingS3CompressionType = {
192
+ GZIP: "Gzip",
193
+ NONE: "None",
194
+ };
195
+ export const ProcessingS3DataType = {
196
+ MANIFEST_FILE: "ManifestFile",
197
+ S3_PREFIX: "S3Prefix",
198
+ };
199
+ export const StudioLifecycleConfigAppType = {
200
+ JupyterServer: "JupyterServer",
201
+ KernelGateway: "KernelGateway",
202
+ };
203
+ export const JoinSource = {
204
+ INPUT: "Input",
205
+ NONE: "None",
206
+ };
237
207
  export var TrialComponentParameterValue;
238
208
  (function (TrialComponentParameterValue) {
239
209
  TrialComponentParameterValue.visit = (value, visitor) => {
@@ -244,33 +214,29 @@ export var TrialComponentParameterValue;
244
214
  return visitor._(value.$unknown[0], value.$unknown[1]);
245
215
  };
246
216
  })(TrialComponentParameterValue || (TrialComponentParameterValue = {}));
247
- export var TrialComponentPrimaryStatus;
248
- (function (TrialComponentPrimaryStatus) {
249
- TrialComponentPrimaryStatus["COMPLETED"] = "Completed";
250
- TrialComponentPrimaryStatus["FAILED"] = "Failed";
251
- TrialComponentPrimaryStatus["IN_PROGRESS"] = "InProgress";
252
- TrialComponentPrimaryStatus["STOPPED"] = "Stopped";
253
- TrialComponentPrimaryStatus["STOPPING"] = "Stopping";
254
- })(TrialComponentPrimaryStatus || (TrialComponentPrimaryStatus = {}));
255
- export var RuleEvaluationStatus;
256
- (function (RuleEvaluationStatus) {
257
- RuleEvaluationStatus["ERROR"] = "Error";
258
- RuleEvaluationStatus["IN_PROGRESS"] = "InProgress";
259
- RuleEvaluationStatus["ISSUES_FOUND"] = "IssuesFound";
260
- RuleEvaluationStatus["NO_ISSUES_FOUND"] = "NoIssuesFound";
261
- RuleEvaluationStatus["STOPPED"] = "Stopped";
262
- RuleEvaluationStatus["STOPPING"] = "Stopping";
263
- })(RuleEvaluationStatus || (RuleEvaluationStatus = {}));
264
- export var RetentionType;
265
- (function (RetentionType) {
266
- RetentionType["Delete"] = "Delete";
267
- RetentionType["Retain"] = "Retain";
268
- })(RetentionType || (RetentionType = {}));
269
- export var HubContentType;
270
- (function (HubContentType) {
271
- HubContentType["MODEL"] = "Model";
272
- HubContentType["NOTEBOOK"] = "Notebook";
273
- })(HubContentType || (HubContentType = {}));
217
+ export const TrialComponentPrimaryStatus = {
218
+ COMPLETED: "Completed",
219
+ FAILED: "Failed",
220
+ IN_PROGRESS: "InProgress",
221
+ STOPPED: "Stopped",
222
+ STOPPING: "Stopping",
223
+ };
224
+ export const RuleEvaluationStatus = {
225
+ ERROR: "Error",
226
+ IN_PROGRESS: "InProgress",
227
+ ISSUES_FOUND: "IssuesFound",
228
+ NO_ISSUES_FOUND: "NoIssuesFound",
229
+ STOPPED: "Stopped",
230
+ STOPPING: "Stopping",
231
+ };
232
+ export const RetentionType = {
233
+ Delete: "Delete",
234
+ Retain: "Retain",
235
+ };
236
+ export const HubContentType = {
237
+ MODEL: "Model",
238
+ NOTEBOOK: "Notebook",
239
+ };
274
240
  export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
275
241
  ...obj,
276
242
  ...(obj.Content && { Content: SENSITIVE_STRING }),