@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
@@ -26,28 +26,28 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
26
26
  * import { SageMakerClient, CreateAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
27
27
  * // const { SageMakerClient, CreateAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
28
28
  * const client = new SageMakerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAlgorithmInput
30
30
  * AlgorithmName: "STRING_VALUE", // required
31
31
  * AlgorithmDescription: "STRING_VALUE",
32
- * TrainingSpecification: {
32
+ * TrainingSpecification: { // TrainingSpecification
33
33
  * TrainingImage: "STRING_VALUE", // required
34
34
  * TrainingImageDigest: "STRING_VALUE",
35
- * SupportedHyperParameters: [
36
- * {
35
+ * SupportedHyperParameters: [ // HyperParameterSpecifications
36
+ * { // HyperParameterSpecification
37
37
  * Name: "STRING_VALUE", // required
38
38
  * Description: "STRING_VALUE",
39
39
  * Type: "Integer" || "Continuous" || "Categorical" || "FreeText", // required
40
- * Range: {
41
- * IntegerParameterRangeSpecification: {
40
+ * Range: { // ParameterRange
41
+ * IntegerParameterRangeSpecification: { // IntegerParameterRangeSpecification
42
42
  * MinValue: "STRING_VALUE", // required
43
43
  * MaxValue: "STRING_VALUE", // required
44
44
  * },
45
- * ContinuousParameterRangeSpecification: {
45
+ * ContinuousParameterRangeSpecification: { // ContinuousParameterRangeSpecification
46
46
  * MinValue: "STRING_VALUE", // required
47
47
  * MaxValue: "STRING_VALUE", // required
48
48
  * },
49
- * CategoricalParameterRangeSpecification: {
50
- * Values: [ // required
49
+ * CategoricalParameterRangeSpecification: { // CategoricalParameterRangeSpecification
50
+ * Values: [ // ParameterValues // required
51
51
  * "STRING_VALUE",
52
52
  * ],
53
53
  * },
@@ -57,51 +57,51 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
57
57
  * DefaultValue: "STRING_VALUE",
58
58
  * },
59
59
  * ],
60
- * SupportedTrainingInstanceTypes: [ // required
60
+ * SupportedTrainingInstanceTypes: [ // TrainingInstanceTypes // required
61
61
  * "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge",
62
62
  * ],
63
63
  * SupportsDistributedTraining: true || false,
64
- * MetricDefinitions: [
65
- * {
64
+ * MetricDefinitions: [ // MetricDefinitionList
65
+ * { // MetricDefinition
66
66
  * Name: "STRING_VALUE", // required
67
67
  * Regex: "STRING_VALUE", // required
68
68
  * },
69
69
  * ],
70
- * TrainingChannels: [ // required
71
- * {
70
+ * TrainingChannels: [ // ChannelSpecifications // required
71
+ * { // ChannelSpecification
72
72
  * Name: "STRING_VALUE", // required
73
73
  * Description: "STRING_VALUE",
74
74
  * IsRequired: true || false,
75
- * SupportedContentTypes: [ // required
75
+ * SupportedContentTypes: [ // ContentTypes // required
76
76
  * "STRING_VALUE",
77
77
  * ],
78
- * SupportedCompressionTypes: [
78
+ * SupportedCompressionTypes: [ // CompressionTypes
79
79
  * "None" || "Gzip",
80
80
  * ],
81
- * SupportedInputModes: [ // required
81
+ * SupportedInputModes: [ // InputModes // required
82
82
  * "Pipe" || "File" || "FastFile",
83
83
  * ],
84
84
  * },
85
85
  * ],
86
- * SupportedTuningJobObjectiveMetrics: [
87
- * {
86
+ * SupportedTuningJobObjectiveMetrics: [ // HyperParameterTuningJobObjectives
87
+ * { // HyperParameterTuningJobObjective
88
88
  * Type: "Maximize" || "Minimize", // required
89
89
  * MetricName: "STRING_VALUE", // required
90
90
  * },
91
91
  * ],
92
92
  * },
93
- * InferenceSpecification: {
94
- * Containers: [ // required
95
- * {
93
+ * InferenceSpecification: { // InferenceSpecification
94
+ * Containers: [ // ModelPackageContainerDefinitionList // required
95
+ * { // ModelPackageContainerDefinition
96
96
  * ContainerHostname: "STRING_VALUE",
97
97
  * Image: "STRING_VALUE", // required
98
98
  * ImageDigest: "STRING_VALUE",
99
99
  * ModelDataUrl: "STRING_VALUE",
100
100
  * ProductId: "STRING_VALUE",
101
- * Environment: {
101
+ * Environment: { // EnvironmentMap
102
102
  * "<keys>": "STRING_VALUE",
103
103
  * },
104
- * ModelInput: {
104
+ * ModelInput: { // ModelInput
105
105
  * DataInputConfig: "STRING_VALUE", // required
106
106
  * },
107
107
  * Framework: "STRING_VALUE",
@@ -109,45 +109,45 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
109
109
  * NearestModelName: "STRING_VALUE",
110
110
  * },
111
111
  * ],
112
- * SupportedTransformInstanceTypes: [
112
+ * SupportedTransformInstanceTypes: [ // TransformInstanceTypes
113
113
  * "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge",
114
114
  * ],
115
- * SupportedRealtimeInferenceInstanceTypes: [
115
+ * SupportedRealtimeInferenceInstanceTypes: [ // RealtimeInferenceInstanceTypes
116
116
  * "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge",
117
117
  * ],
118
118
  * SupportedContentTypes: [ // required
119
119
  * "STRING_VALUE",
120
120
  * ],
121
- * SupportedResponseMIMETypes: [ // required
121
+ * SupportedResponseMIMETypes: [ // ResponseMIMETypes // required
122
122
  * "STRING_VALUE",
123
123
  * ],
124
124
  * },
125
- * ValidationSpecification: {
125
+ * ValidationSpecification: { // AlgorithmValidationSpecification
126
126
  * ValidationRole: "STRING_VALUE", // required
127
- * ValidationProfiles: [ // required
128
- * {
127
+ * ValidationProfiles: [ // AlgorithmValidationProfiles // required
128
+ * { // AlgorithmValidationProfile
129
129
  * ProfileName: "STRING_VALUE", // required
130
- * TrainingJobDefinition: {
130
+ * TrainingJobDefinition: { // TrainingJobDefinition
131
131
  * TrainingInputMode: "Pipe" || "File" || "FastFile", // required
132
- * HyperParameters: {
132
+ * HyperParameters: { // HyperParameters
133
133
  * "<keys>": "STRING_VALUE",
134
134
  * },
135
- * InputDataConfig: [ // required
136
- * {
135
+ * InputDataConfig: [ // InputDataConfig // required
136
+ * { // Channel
137
137
  * ChannelName: "STRING_VALUE", // required
138
- * DataSource: {
139
- * S3DataSource: {
138
+ * DataSource: { // DataSource
139
+ * S3DataSource: { // S3DataSource
140
140
  * S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
141
141
  * S3Uri: "STRING_VALUE", // required
142
142
  * S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
143
- * AttributeNames: [
143
+ * AttributeNames: [ // AttributeNames
144
144
  * "STRING_VALUE",
145
145
  * ],
146
- * InstanceGroupNames: [
146
+ * InstanceGroupNames: [ // InstanceGroupNames
147
147
  * "STRING_VALUE",
148
148
  * ],
149
149
  * },
150
- * FileSystemDataSource: {
150
+ * FileSystemDataSource: { // FileSystemDataSource
151
151
  * FileSystemId: "STRING_VALUE", // required
152
152
  * FileSystemAccessMode: "rw" || "ro", // required
153
153
  * FileSystemType: "EFS" || "FSxLustre", // required
@@ -158,22 +158,22 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
158
158
  * CompressionType: "None" || "Gzip",
159
159
  * RecordWrapperType: "None" || "RecordIO",
160
160
  * InputMode: "Pipe" || "File" || "FastFile",
161
- * ShuffleConfig: {
161
+ * ShuffleConfig: { // ShuffleConfig
162
162
  * Seed: Number("long"), // required
163
163
  * },
164
164
  * },
165
165
  * ],
166
- * OutputDataConfig: {
166
+ * OutputDataConfig: { // OutputDataConfig
167
167
  * KmsKeyId: "STRING_VALUE",
168
168
  * S3OutputPath: "STRING_VALUE", // required
169
169
  * },
170
- * ResourceConfig: {
170
+ * ResourceConfig: { // ResourceConfig
171
171
  * InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge",
172
172
  * InstanceCount: Number("int"),
173
173
  * VolumeSizeInGB: Number("int"), // required
174
174
  * VolumeKmsKeyId: "STRING_VALUE",
175
- * InstanceGroups: [
176
- * {
175
+ * InstanceGroups: [ // InstanceGroups
176
+ * { // InstanceGroup
177
177
  * InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge", // required
178
178
  * InstanceCount: Number("int"), // required
179
179
  * InstanceGroupName: "STRING_VALUE", // required
@@ -181,21 +181,21 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
181
181
  * ],
182
182
  * KeepAlivePeriodInSeconds: Number("int"),
183
183
  * },
184
- * StoppingCondition: {
184
+ * StoppingCondition: { // StoppingCondition
185
185
  * MaxRuntimeInSeconds: Number("int"),
186
186
  * MaxWaitTimeInSeconds: Number("int"),
187
187
  * },
188
188
  * },
189
- * TransformJobDefinition: {
189
+ * TransformJobDefinition: { // TransformJobDefinition
190
190
  * MaxConcurrentTransforms: Number("int"),
191
191
  * MaxPayloadInMB: Number("int"),
192
192
  * BatchStrategy: "MultiRecord" || "SingleRecord",
193
- * Environment: {
193
+ * Environment: { // TransformEnvironmentMap
194
194
  * "<keys>": "STRING_VALUE",
195
195
  * },
196
- * TransformInput: {
197
- * DataSource: {
198
- * S3DataSource: {
196
+ * TransformInput: { // TransformInput
197
+ * DataSource: { // TransformDataSource
198
+ * S3DataSource: { // TransformS3DataSource
199
199
  * S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
200
200
  * S3Uri: "STRING_VALUE", // required
201
201
  * },
@@ -204,13 +204,13 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
204
204
  * CompressionType: "None" || "Gzip",
205
205
  * SplitType: "None" || "Line" || "RecordIO" || "TFRecord",
206
206
  * },
207
- * TransformOutput: {
207
+ * TransformOutput: { // TransformOutput
208
208
  * S3OutputPath: "STRING_VALUE", // required
209
209
  * Accept: "STRING_VALUE",
210
210
  * AssembleWith: "None" || "Line",
211
211
  * KmsKeyId: "STRING_VALUE",
212
212
  * },
213
- * TransformResources: {
213
+ * TransformResources: { // TransformResources
214
214
  * InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
215
215
  * InstanceCount: Number("int"), // required
216
216
  * VolumeKmsKeyId: "STRING_VALUE",
@@ -220,8 +220,8 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
220
220
  * ],
221
221
  * },
222
222
  * CertifyForMarketplace: true || false,
223
- * Tags: [
224
- * {
223
+ * Tags: [ // TagList
224
+ * { // Tag
225
225
  * Key: "STRING_VALUE", // required
226
226
  * Value: "STRING_VALUE", // required
227
227
  * },
@@ -28,18 +28,18 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
28
28
  * import { SageMakerClient, CreateAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
29
29
  * // const { SageMakerClient, CreateAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
30
30
  * const client = new SageMakerClient(config);
31
- * const input = {
31
+ * const input = { // CreateAppRequest
32
32
  * DomainId: "STRING_VALUE", // required
33
33
  * UserProfileName: "STRING_VALUE",
34
34
  * AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway", // required
35
35
  * AppName: "STRING_VALUE", // required
36
- * Tags: [
37
- * {
36
+ * Tags: [ // TagList
37
+ * { // Tag
38
38
  * Key: "STRING_VALUE", // required
39
39
  * Value: "STRING_VALUE", // required
40
40
  * },
41
41
  * ],
42
- * ResourceSpec: {
42
+ * ResourceSpec: { // ResourceSpec
43
43
  * SageMakerImageArn: "STRING_VALUE",
44
44
  * SageMakerImageVersionArn: "STRING_VALUE",
45
45
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
@@ -28,22 +28,22 @@ export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigR
28
28
  * import { SageMakerClient, CreateAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
29
29
  * // const { SageMakerClient, CreateAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
30
30
  * const client = new SageMakerClient(config);
31
- * const input = {
31
+ * const input = { // CreateAppImageConfigRequest
32
32
  * AppImageConfigName: "STRING_VALUE", // required
33
- * Tags: [
34
- * {
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
35
  * Key: "STRING_VALUE", // required
36
36
  * Value: "STRING_VALUE", // required
37
37
  * },
38
38
  * ],
39
- * KernelGatewayImageConfig: {
40
- * KernelSpecs: [ // required
41
- * {
39
+ * KernelGatewayImageConfig: { // KernelGatewayImageConfig
40
+ * KernelSpecs: [ // KernelSpecs // required
41
+ * { // KernelSpec
42
42
  * Name: "STRING_VALUE", // required
43
43
  * DisplayName: "STRING_VALUE",
44
44
  * },
45
45
  * ],
46
- * FileSystemConfig: {
46
+ * FileSystemConfig: { // FileSystemConfig
47
47
  * MountPath: "STRING_VALUE",
48
48
  * DefaultUid: Number("int"),
49
49
  * DefaultGid: Number("int"),
@@ -30,29 +30,29 @@ export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __M
30
30
  * import { SageMakerClient, CreateArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, CreateArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
- * const input = {
33
+ * const input = { // CreateArtifactRequest
34
34
  * ArtifactName: "STRING_VALUE",
35
- * Source: {
35
+ * Source: { // ArtifactSource
36
36
  * SourceUri: "STRING_VALUE", // required
37
- * SourceTypes: [
38
- * {
37
+ * SourceTypes: [ // ArtifactSourceTypes
38
+ * { // ArtifactSourceType
39
39
  * SourceIdType: "MD5Hash" || "S3ETag" || "S3Version" || "Custom", // required
40
40
  * Value: "STRING_VALUE", // required
41
41
  * },
42
42
  * ],
43
43
  * },
44
44
  * ArtifactType: "STRING_VALUE", // required
45
- * Properties: {
45
+ * Properties: { // LineageEntityParameters
46
46
  * "<keys>": "STRING_VALUE",
47
47
  * },
48
- * MetadataProperties: {
48
+ * MetadataProperties: { // MetadataProperties
49
49
  * CommitId: "STRING_VALUE",
50
50
  * Repository: "STRING_VALUE",
51
51
  * GeneratedBy: "STRING_VALUE",
52
52
  * ProjectId: "STRING_VALUE",
53
53
  * },
54
- * Tags: [
55
- * {
54
+ * Tags: [ // TagList
55
+ * { // Tag
56
56
  * Key: "STRING_VALUE", // required
57
57
  * Value: "STRING_VALUE", // required
58
58
  * },
@@ -31,12 +31,12 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
31
31
  * import { SageMakerClient, CreateAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
32
32
  * // const { SageMakerClient, CreateAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
33
33
  * const client = new SageMakerClient(config);
34
- * const input = {
34
+ * const input = { // CreateAutoMLJobRequest
35
35
  * AutoMLJobName: "STRING_VALUE", // required
36
- * InputDataConfig: [ // required
37
- * {
38
- * DataSource: {
39
- * S3DataSource: {
36
+ * InputDataConfig: [ // AutoMLInputDataConfig // required
37
+ * { // AutoMLChannel
38
+ * DataSource: { // AutoMLDataSource
39
+ * S3DataSource: { // AutoMLS3DataSource
40
40
  * S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
41
41
  * S3Uri: "STRING_VALUE", // required
42
42
  * },
@@ -47,40 +47,40 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
47
47
  * ChannelType: "training" || "validation",
48
48
  * },
49
49
  * ],
50
- * OutputDataConfig: {
50
+ * OutputDataConfig: { // AutoMLOutputDataConfig
51
51
  * KmsKeyId: "STRING_VALUE",
52
52
  * S3OutputPath: "STRING_VALUE", // required
53
53
  * },
54
54
  * ProblemType: "BinaryClassification" || "MulticlassClassification" || "Regression",
55
- * AutoMLJobObjective: {
55
+ * AutoMLJobObjective: { // AutoMLJobObjective
56
56
  * MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
57
57
  * },
58
- * AutoMLJobConfig: {
59
- * CompletionCriteria: {
58
+ * AutoMLJobConfig: { // AutoMLJobConfig
59
+ * CompletionCriteria: { // AutoMLJobCompletionCriteria
60
60
  * MaxCandidates: Number("int"),
61
61
  * MaxRuntimePerTrainingJobInSeconds: Number("int"),
62
62
  * MaxAutoMLJobRuntimeInSeconds: Number("int"),
63
63
  * },
64
- * SecurityConfig: {
64
+ * SecurityConfig: { // AutoMLSecurityConfig
65
65
  * VolumeKmsKeyId: "STRING_VALUE",
66
66
  * EnableInterContainerTrafficEncryption: true || false,
67
- * VpcConfig: {
68
- * SecurityGroupIds: [ // required
67
+ * VpcConfig: { // VpcConfig
68
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
69
69
  * "STRING_VALUE",
70
70
  * ],
71
- * Subnets: [ // required
71
+ * Subnets: [ // Subnets // required
72
72
  * "STRING_VALUE",
73
73
  * ],
74
74
  * },
75
75
  * },
76
- * DataSplitConfig: {
76
+ * DataSplitConfig: { // AutoMLDataSplitConfig
77
77
  * ValidationFraction: Number("float"),
78
78
  * },
79
- * CandidateGenerationConfig: {
79
+ * CandidateGenerationConfig: { // AutoMLCandidateGenerationConfig
80
80
  * FeatureSpecificationS3Uri: "STRING_VALUE",
81
- * AlgorithmsConfig: [
82
- * {
83
- * AutoMLAlgorithms: [ // required
81
+ * AlgorithmsConfig: [ // AutoMLAlgorithmsConfig
82
+ * { // AutoMLAlgorithmConfig
83
+ * AutoMLAlgorithms: [ // AutoMLAlgorithms // required
84
84
  * "xgboost" || "linear-learner" || "mlp" || "lightgbm" || "catboost" || "randomforest" || "extra-trees" || "nn-torch" || "fastai",
85
85
  * ],
86
86
  * },
@@ -90,13 +90,13 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
90
90
  * },
91
91
  * RoleArn: "STRING_VALUE", // required
92
92
  * GenerateCandidateDefinitionsOnly: true || false,
93
- * Tags: [
94
- * {
93
+ * Tags: [ // TagList
94
+ * { // Tag
95
95
  * Key: "STRING_VALUE", // required
96
96
  * Value: "STRING_VALUE", // required
97
97
  * },
98
98
  * ],
99
- * ModelDeployConfig: {
99
+ * ModelDeployConfig: { // ModelDeployConfig
100
100
  * AutoGenerateEndpointName: true || false,
101
101
  * EndpointName: "STRING_VALUE",
102
102
  * },
@@ -37,34 +37,34 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
37
37
  * import { SageMakerClient, CreateAutoMLJobV2Command } from "@aws-sdk/client-sagemaker"; // ES Modules import
38
38
  * // const { SageMakerClient, CreateAutoMLJobV2Command } = require("@aws-sdk/client-sagemaker"); // CommonJS import
39
39
  * const client = new SageMakerClient(config);
40
- * const input = {
40
+ * const input = { // CreateAutoMLJobV2Request
41
41
  * AutoMLJobName: "STRING_VALUE", // required
42
- * AutoMLJobInputDataConfig: [ // required
43
- * {
42
+ * AutoMLJobInputDataConfig: [ // AutoMLJobInputDataConfig // required
43
+ * { // AutoMLJobChannel
44
44
  * ChannelType: "training" || "validation",
45
45
  * ContentType: "STRING_VALUE",
46
46
  * CompressionType: "None" || "Gzip",
47
- * DataSource: {
48
- * S3DataSource: {
47
+ * DataSource: { // AutoMLDataSource
48
+ * S3DataSource: { // AutoMLS3DataSource
49
49
  * S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
50
50
  * S3Uri: "STRING_VALUE", // required
51
51
  * },
52
52
  * },
53
53
  * },
54
54
  * ],
55
- * OutputDataConfig: {
55
+ * OutputDataConfig: { // AutoMLOutputDataConfig
56
56
  * KmsKeyId: "STRING_VALUE",
57
57
  * S3OutputPath: "STRING_VALUE", // required
58
58
  * },
59
- * AutoMLProblemTypeConfig: { // Union: only one key present
60
- * ImageClassificationJobConfig: {
61
- * CompletionCriteria: {
59
+ * AutoMLProblemTypeConfig: { // AutoMLProblemTypeConfig Union: only one key present
60
+ * ImageClassificationJobConfig: { // ImageClassificationJobConfig
61
+ * CompletionCriteria: { // AutoMLJobCompletionCriteria
62
62
  * MaxCandidates: Number("int"),
63
63
  * MaxRuntimePerTrainingJobInSeconds: Number("int"),
64
64
  * MaxAutoMLJobRuntimeInSeconds: Number("int"),
65
65
  * },
66
66
  * },
67
- * TextClassificationJobConfig: {
67
+ * TextClassificationJobConfig: { // TextClassificationJobConfig
68
68
  * CompletionCriteria: {
69
69
  * MaxCandidates: Number("int"),
70
70
  * MaxRuntimePerTrainingJobInSeconds: Number("int"),
@@ -75,32 +75,32 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
75
75
  * },
76
76
  * },
77
77
  * RoleArn: "STRING_VALUE", // required
78
- * Tags: [
79
- * {
78
+ * Tags: [ // TagList
79
+ * { // Tag
80
80
  * Key: "STRING_VALUE", // required
81
81
  * Value: "STRING_VALUE", // required
82
82
  * },
83
83
  * ],
84
- * SecurityConfig: {
84
+ * SecurityConfig: { // AutoMLSecurityConfig
85
85
  * VolumeKmsKeyId: "STRING_VALUE",
86
86
  * EnableInterContainerTrafficEncryption: true || false,
87
- * VpcConfig: {
88
- * SecurityGroupIds: [ // required
87
+ * VpcConfig: { // VpcConfig
88
+ * SecurityGroupIds: [ // VpcSecurityGroupIds // required
89
89
  * "STRING_VALUE",
90
90
  * ],
91
- * Subnets: [ // required
91
+ * Subnets: [ // Subnets // required
92
92
  * "STRING_VALUE",
93
93
  * ],
94
94
  * },
95
95
  * },
96
- * AutoMLJobObjective: {
96
+ * AutoMLJobObjective: { // AutoMLJobObjective
97
97
  * MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
98
98
  * },
99
- * ModelDeployConfig: {
99
+ * ModelDeployConfig: { // ModelDeployConfig
100
100
  * AutoGenerateEndpointName: true || false,
101
101
  * EndpointName: "STRING_VALUE",
102
102
  * },
103
- * DataSplitConfig: {
103
+ * DataSplitConfig: { // AutoMLDataSplitConfig
104
104
  * ValidationFraction: Number("float"),
105
105
  * },
106
106
  * };
@@ -32,15 +32,15 @@ export interface CreateCodeRepositoryCommandOutput extends CreateCodeRepositoryO
32
32
  * import { SageMakerClient, CreateCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
33
33
  * // const { SageMakerClient, CreateCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
34
34
  * const client = new SageMakerClient(config);
35
- * const input = {
35
+ * const input = { // CreateCodeRepositoryInput
36
36
  * CodeRepositoryName: "STRING_VALUE", // required
37
- * GitConfig: {
37
+ * GitConfig: { // GitConfig
38
38
  * RepositoryUrl: "STRING_VALUE", // required
39
39
  * Branch: "STRING_VALUE",
40
40
  * SecretArn: "STRING_VALUE",
41
41
  * },
42
- * Tags: [
43
- * {
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
44
  * Key: "STRING_VALUE", // required
45
45
  * Value: "STRING_VALUE", // required
46
46
  * },
@@ -57,20 +57,20 @@ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobR
57
57
  * import { SageMakerClient, CreateCompilationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
58
58
  * // const { SageMakerClient, CreateCompilationJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
59
59
  * const client = new SageMakerClient(config);
60
- * const input = {
60
+ * const input = { // CreateCompilationJobRequest
61
61
  * CompilationJobName: "STRING_VALUE", // required
62
62
  * RoleArn: "STRING_VALUE", // required
63
63
  * ModelPackageVersionArn: "STRING_VALUE",
64
- * InputConfig: {
64
+ * InputConfig: { // InputConfig
65
65
  * S3Uri: "STRING_VALUE", // required
66
66
  * DataInputConfig: "STRING_VALUE", // required
67
67
  * Framework: "TENSORFLOW" || "KERAS" || "MXNET" || "ONNX" || "PYTORCH" || "XGBOOST" || "TFLITE" || "DARKNET" || "SKLEARN", // required
68
68
  * FrameworkVersion: "STRING_VALUE",
69
69
  * },
70
- * OutputConfig: {
70
+ * OutputConfig: { // OutputConfig
71
71
  * S3OutputLocation: "STRING_VALUE", // required
72
72
  * TargetDevice: "lambda" || "ml_m4" || "ml_m5" || "ml_c4" || "ml_c5" || "ml_p2" || "ml_p3" || "ml_g4dn" || "ml_inf1" || "ml_eia2" || "jetson_tx1" || "jetson_tx2" || "jetson_nano" || "jetson_xavier" || "rasp3b" || "imx8qm" || "deeplens" || "rk3399" || "rk3288" || "aisage" || "sbe_c" || "qcs605" || "qcs603" || "sitara_am57x" || "amba_cv2" || "amba_cv22" || "amba_cv25" || "x86_win32" || "x86_win64" || "coreml" || "jacinto_tda4vm" || "imx8mplus",
73
- * TargetPlatform: {
73
+ * TargetPlatform: { // TargetPlatform
74
74
  * Os: "ANDROID" || "LINUX", // required
75
75
  * Arch: "X86_64" || "X86" || "ARM64" || "ARM_EABI" || "ARM_EABIHF", // required
76
76
  * Accelerator: "INTEL_GRAPHICS" || "MALI" || "NVIDIA" || "NNA",
@@ -78,20 +78,20 @@ export interface CreateCompilationJobCommandOutput extends CreateCompilationJobR
78
78
  * CompilerOptions: "STRING_VALUE",
79
79
  * KmsKeyId: "STRING_VALUE",
80
80
  * },
81
- * VpcConfig: {
82
- * SecurityGroupIds: [ // required
81
+ * VpcConfig: { // NeoVpcConfig
82
+ * SecurityGroupIds: [ // NeoVpcSecurityGroupIds // required
83
83
  * "STRING_VALUE",
84
84
  * ],
85
- * Subnets: [ // required
85
+ * Subnets: [ // NeoVpcSubnets // required
86
86
  * "STRING_VALUE",
87
87
  * ],
88
88
  * },
89
- * StoppingCondition: {
89
+ * StoppingCondition: { // StoppingCondition
90
90
  * MaxRuntimeInSeconds: Number("int"),
91
91
  * MaxWaitTimeInSeconds: Number("int"),
92
92
  * },
93
- * Tags: [
94
- * {
93
+ * Tags: [ // TagList
94
+ * { // Tag
95
95
  * Key: "STRING_VALUE", // required
96
96
  * Value: "STRING_VALUE", // required
97
97
  * },
@@ -30,20 +30,20 @@ export interface CreateContextCommandOutput extends CreateContextResponse, __Met
30
30
  * import { SageMakerClient, CreateContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
31
31
  * // const { SageMakerClient, CreateContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
32
32
  * const client = new SageMakerClient(config);
33
- * const input = {
33
+ * const input = { // CreateContextRequest
34
34
  * ContextName: "STRING_VALUE", // required
35
- * Source: {
35
+ * Source: { // ContextSource
36
36
  * SourceUri: "STRING_VALUE", // required
37
37
  * SourceType: "STRING_VALUE",
38
38
  * SourceId: "STRING_VALUE",
39
39
  * },
40
40
  * ContextType: "STRING_VALUE", // required
41
41
  * Description: "STRING_VALUE",
42
- * Properties: {
42
+ * Properties: { // LineageEntityParameters
43
43
  * "<keys>": "STRING_VALUE",
44
44
  * },
45
- * Tags: [
46
- * {
45
+ * Tags: [ // TagList
46
+ * { // Tag
47
47
  * Key: "STRING_VALUE", // required
48
48
  * Value: "STRING_VALUE", // required
49
49
  * },