@aws-sdk/client-sagemaker 3.805.0 → 3.808.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 (231) hide show
  1. package/README.md +1 -16
  2. package/dist-cjs/index.js +26 -26
  3. package/dist-cjs/runtimeConfig.js +6 -6
  4. package/dist-es/runtimeConfig.js +6 -6
  5. package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
  6. package/dist-es/waiters/waitForEndpointInService.js +2 -2
  7. package/dist-es/waiters/waitForImageCreated.js +2 -2
  8. package/dist-es/waiters/waitForImageDeleted.js +2 -2
  9. package/dist-es/waiters/waitForImageUpdated.js +2 -2
  10. package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
  11. package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
  12. package/dist-es/waiters/waitForNotebookInstanceDeleted.js +2 -2
  13. package/dist-es/waiters/waitForNotebookInstanceInService.js +2 -2
  14. package/dist-es/waiters/waitForNotebookInstanceStopped.js +2 -2
  15. package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +2 -2
  16. package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
  17. package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
  18. package/dist-types/SageMaker.d.ts +1 -16
  19. package/dist-types/SageMakerClient.d.ts +1 -16
  20. package/dist-types/commands/AddAssociationCommand.d.ts +2 -7
  21. package/dist-types/commands/AddTagsCommand.d.ts +1 -26
  22. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +2 -4
  23. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -17
  24. package/dist-types/commands/CreateActionCommand.d.ts +2 -7
  25. package/dist-types/commands/CreateAppCommand.d.ts +2 -6
  26. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -3
  27. package/dist-types/commands/CreateArtifactCommand.d.ts +2 -7
  28. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -26
  29. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -33
  30. package/dist-types/commands/CreateClusterCommand.d.ts +2 -6
  31. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -7
  32. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -7
  33. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -33
  34. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -7
  35. package/dist-types/commands/CreateContextCommand.d.ts +2 -7
  36. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -5
  37. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -2
  38. package/dist-types/commands/CreateDomainCommand.d.ts +2 -46
  39. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -4
  40. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +1 -2
  41. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -2
  42. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -77
  43. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -33
  44. package/dist-types/commands/CreateExperimentCommand.d.ts +2 -22
  45. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +2 -20
  46. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -2
  47. package/dist-types/commands/CreateHubCommand.d.ts +1 -2
  48. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +1 -2
  49. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -2
  50. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +2 -18
  51. package/dist-types/commands/CreateImageCommand.d.ts +2 -5
  52. package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -4
  53. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -10
  54. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -17
  55. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -4
  56. package/dist-types/commands/CreateLabelingJobCommand.d.ts +2 -40
  57. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +2 -5
  58. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  59. package/dist-types/commands/CreateModelCardCommand.d.ts +3 -6
  60. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -4
  61. package/dist-types/commands/CreateModelCommand.d.ts +2 -19
  62. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -2
  63. package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -24
  64. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -2
  65. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -5
  66. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
  67. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +2 -38
  68. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -16
  69. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -8
  70. package/dist-types/commands/CreatePartnerAppCommand.d.ts +2 -4
  71. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -4
  72. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -26
  73. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -2
  74. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -18
  75. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -2
  76. package/dist-types/commands/CreateProjectCommand.d.ts +2 -4
  77. package/dist-types/commands/CreateSpaceCommand.d.ts +1 -2
  78. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -88
  79. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +2 -63
  80. package/dist-types/commands/CreateTransformJobCommand.d.ts +2 -37
  81. package/dist-types/commands/CreateTrialCommand.d.ts +2 -13
  82. package/dist-types/commands/CreateTrialComponentCommand.d.ts +2 -12
  83. package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -9
  84. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -18
  85. package/dist-types/commands/CreateWorkteamCommand.d.ts +2 -6
  86. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -2
  87. package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -2
  88. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
  89. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -8
  90. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -4
  91. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -2
  92. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -2
  93. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -11
  94. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -9
  95. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -3
  96. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -8
  97. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -5
  98. package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +1 -4
  99. package/dist-types/commands/DeleteImageCommand.d.ts +1 -2
  100. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -2
  101. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +2 -9
  102. package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -2
  103. package/dist-types/commands/DeleteModelCommand.d.ts +1 -4
  104. package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -6
  105. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -2
  106. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -2
  107. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -6
  108. package/dist-types/commands/DeletePartnerAppCommand.d.ts +1 -2
  109. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -6
  110. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -2
  111. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -4
  112. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -12
  113. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -3
  114. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -3
  115. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -12
  117. package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -2
  118. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -5
  119. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -2
  120. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -2
  121. package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -3
  122. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -3
  123. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -3
  125. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -3
  126. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
  127. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -3
  128. package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
  129. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -8
  130. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -3
  131. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -2
  132. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -7
  133. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -2
  134. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -6
  135. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -3
  136. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
  137. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -6
  138. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
  139. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -4
  140. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
  141. package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +1 -2
  142. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -4
  143. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -2
  144. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -3
  145. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -2
  146. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -3
  147. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -3
  148. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -3
  149. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -2
  150. package/dist-types/commands/ListImagesCommand.d.ts +1 -2
  151. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -2
  152. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -3
  153. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
  154. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -2
  155. package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -2
  156. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -2
  157. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
  158. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -3
  159. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -22
  160. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -2
  161. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -20
  162. package/dist-types/commands/ListTrialsCommand.d.ts +1 -5
  163. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -2
  164. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -3
  165. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -6
  166. package/dist-types/commands/QueryLineageCommand.d.ts +1 -3
  167. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -2
  168. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -4
  169. package/dist-types/commands/SearchCommand.d.ts +1 -10
  170. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -17
  171. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -7
  172. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -7
  173. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -2
  174. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -2
  175. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -5
  176. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -6
  177. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -4
  178. package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -7
  179. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -7
  180. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
  181. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -2
  182. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -2
  183. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -8
  184. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -25
  185. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -7
  186. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -6
  187. package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
  188. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -2
  189. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -4
  190. package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +2 -4
  191. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +2 -9
  192. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -2
  193. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +2 -4
  194. package/dist-types/commands/UpdateContextCommand.d.ts +1 -2
  195. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -2
  196. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -22
  197. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -7
  198. package/dist-types/commands/UpdateExperimentCommand.d.ts +2 -4
  199. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -17
  200. package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -36
  201. package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -14
  202. package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
  203. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -2
  204. package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -2
  205. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +2 -7
  206. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +2 -4
  207. package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -8
  208. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -2
  209. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -2
  210. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
  211. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -5
  212. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -2
  213. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +2 -3
  214. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -2
  215. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -2
  216. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -10
  217. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -6
  218. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +2 -4
  219. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
  220. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
  221. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
  222. package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -28
  223. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
  224. package/dist-types/index.d.ts +1 -16
  225. package/dist-types/models/models_0.d.ts +370 -4018
  226. package/dist-types/models/models_1.d.ts +532 -5722
  227. package/dist-types/models/models_2.d.ts +328 -1436
  228. package/dist-types/models/models_3.d.ts +364 -2021
  229. package/dist-types/models/models_4.d.ts +462 -1693
  230. package/dist-types/models/models_5.d.ts +90 -441
  231. package/package.json +15 -15
@@ -59,8 +59,7 @@ declare const UpdateArtifactCommand_base: {
59
59
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
60
60
  *
61
61
  * @throws {@link ConflictException} (client fault)
62
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
63
- * <code>Experiment</code> or <code>Artifact</code>.</p>
62
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
64
63
  *
65
64
  * @throws {@link ResourceNotFound} (client fault)
66
65
  * <p>Resource being access is not found.</p>
@@ -109,12 +109,10 @@ declare const UpdateClusterCommand_base: {
109
109
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
110
110
  *
111
111
  * @throws {@link ConflictException} (client fault)
112
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
113
- * <code>Experiment</code> or <code>Artifact</code>.</p>
112
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
114
113
  *
115
114
  * @throws {@link ResourceLimitExceeded} (client fault)
116
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
117
- * training jobs created. </p>
115
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
118
116
  *
119
117
  * @throws {@link ResourceNotFound} (client fault)
120
118
  * <p>Resource being access is not found.</p>
@@ -64,12 +64,10 @@ declare const UpdateClusterSchedulerConfigCommand_base: {
64
64
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
65
65
  *
66
66
  * @throws {@link ConflictException} (client fault)
67
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
68
- * <code>Experiment</code> or <code>Artifact</code>.</p>
67
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
69
68
  *
70
69
  * @throws {@link ResourceLimitExceeded} (client fault)
71
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
72
- * training jobs created. </p>
70
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
73
71
  *
74
72
  * @throws {@link ResourceNotFound} (client fault)
75
73
  * <p>Resource being access is not found.</p>
@@ -27,13 +27,7 @@ declare const UpdateClusterSoftwareCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to
31
- * use this API, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software">Update the SageMaker HyperPod platform software of a cluster</a>.</p>
32
- * <important>
33
- * <p>The <code>UpgradeClusterSoftware</code> API call may impact your SageMaker HyperPod cluster
34
- * uptime and availability. Plan accordingly to mitigate potential disruptions to your
35
- * workloads.</p>
36
- * </important>
30
+ * <p>Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software">Update the SageMaker HyperPod platform software of a cluster</a>.</p> <important> <p>The <code>UpgradeClusterSoftware</code> API call may impact your SageMaker HyperPod cluster uptime and availability. Plan accordingly to mitigate potential disruptions to your workloads.</p> </important>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -81,8 +75,7 @@ declare const UpdateClusterSoftwareCommand_base: {
81
75
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
82
76
  *
83
77
  * @throws {@link ConflictException} (client fault)
84
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
85
- * <code>Experiment</code> or <code>Artifact</code>.</p>
78
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
86
79
  *
87
80
  * @throws {@link ResourceNotFound} (client fault)
88
81
  * <p>Resource being access is not found.</p>
@@ -55,8 +55,7 @@ declare const UpdateCodeRepositoryCommand_base: {
55
55
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
56
56
  *
57
57
  * @throws {@link ConflictException} (client fault)
58
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
59
- * <code>Experiment</code> or <code>Artifact</code>.</p>
58
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
60
59
  *
61
60
  * @throws {@link SageMakerServiceException}
62
61
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -73,12 +73,10 @@ declare const UpdateComputeQuotaCommand_base: {
73
73
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
74
74
  *
75
75
  * @throws {@link ConflictException} (client fault)
76
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
77
- * <code>Experiment</code> or <code>Artifact</code>.</p>
76
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
78
77
  *
79
78
  * @throws {@link ResourceLimitExceeded} (client fault)
80
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
81
- * training jobs created. </p>
79
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
82
80
  *
83
81
  * @throws {@link ResourceNotFound} (client fault)
84
82
  * <p>Resource being access is not found.</p>
@@ -59,8 +59,7 @@ declare const UpdateContextCommand_base: {
59
59
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
60
60
  *
61
61
  * @throws {@link ConflictException} (client fault)
62
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
63
- * <code>Experiment</code> or <code>Artifact</code>.</p>
62
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
64
63
  *
65
64
  * @throws {@link ResourceNotFound} (client fault)
66
65
  * <p>Resource being access is not found.</p>
@@ -386,8 +386,7 @@ declare const UpdateDomainCommand_base: {
386
386
  * <p>Resource being accessed is in use.</p>
387
387
  *
388
388
  * @throws {@link ResourceLimitExceeded} (client fault)
389
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
390
- * training jobs created. </p>
389
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
391
390
  *
392
391
  * @throws {@link ResourceNotFound} (client fault)
393
392
  * <p>Resource being access is not found.</p>
@@ -27,26 +27,7 @@ declare const UpdateEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deploys the <code>EndpointConfig</code> specified in the request to a new fleet of
31
- * instances. SageMaker shifts endpoint traffic to the new instances with the updated endpoint
32
- * configuration and then deletes the old instances using the previous
33
- * <code>EndpointConfig</code> (there is no availability loss). For more information
34
- * about how to control the update and traffic shifting process, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/deployment-guardrails.html"> Update
35
- * models in production</a>.</p>
36
- * <p>When SageMaker receives the request, it sets the endpoint status to <code>Updating</code>.
37
- * After updating the endpoint, it sets the status to <code>InService</code>. To check the
38
- * status of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API.
39
- *
40
- * </p>
41
- * <note>
42
- * <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is
43
- * live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code>
44
- * operations are being performed on the endpoint. To update an endpoint, you must
45
- * create a new <code>EndpointConfig</code>.</p>
46
- * <p>If you delete the <code>EndpointConfig</code> of an endpoint that is active or
47
- * being created or updated you may lose visibility into the instance type the endpoint
48
- * is using. The endpoint must be deleted in order to stop incurring charges.</p>
49
- * </note>
30
+ * <p>Deploys the <code>EndpointConfig</code> specified in the request to a new fleet of instances. SageMaker shifts endpoint traffic to the new instances with the updated endpoint configuration and then deletes the old instances using the previous <code>EndpointConfig</code> (there is no availability loss). For more information about how to control the update and traffic shifting process, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/deployment-guardrails.html"> Update models in production</a>.</p> <p>When SageMaker receives the request, it sets the endpoint status to <code>Updating</code>. After updating the endpoint, it sets the status to <code>InService</code>. To check the status of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API. </p> <note> <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations are being performed on the endpoint. To update an endpoint, you must create a new <code>EndpointConfig</code>.</p> <p>If you delete the <code>EndpointConfig</code> of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.</p> </note>
50
31
  * @example
51
32
  * Use a bare-bones client and the command you need to make an API call.
52
33
  * ```javascript
@@ -116,8 +97,7 @@ declare const UpdateEndpointCommand_base: {
116
97
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
117
98
  *
118
99
  * @throws {@link ResourceLimitExceeded} (client fault)
119
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
120
- * training jobs created. </p>
100
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
121
101
  *
122
102
  * @throws {@link SageMakerServiceException}
123
103
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,11 +27,7 @@ declare const UpdateEndpointWeightsAndCapacitiesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates variant weight of one or more variants associated with an existing
31
- * endpoint, or capacity of one variant associated with an existing endpoint. When it
32
- * receives the request, SageMaker sets the endpoint status to <code>Updating</code>. After
33
- * updating the endpoint, it sets the status to <code>InService</code>. To check the status
34
- * of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API. </p>
30
+ * <p>Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to <code>Updating</code>. After updating the endpoint, it sets the status to <code>InService</code>. To check the status of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API. </p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -67,8 +63,7 @@ declare const UpdateEndpointWeightsAndCapacitiesCommand_base: {
67
63
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
68
64
  *
69
65
  * @throws {@link ResourceLimitExceeded} (client fault)
70
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
71
- * training jobs created. </p>
66
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
72
67
  *
73
68
  * @throws {@link SageMakerServiceException}
74
69
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,8 +27,7 @@ declare const UpdateExperimentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds, updates, or removes the description of an experiment. Updates the display name of an
31
- * experiment.</p>
30
+ * <p>Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -55,8 +54,7 @@ declare const UpdateExperimentCommand_base: {
55
54
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
56
55
  *
57
56
  * @throws {@link ConflictException} (client fault)
58
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
59
- * <code>Experiment</code> or <code>Artifact</code>.</p>
57
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
60
58
  *
61
59
  * @throws {@link ResourceNotFound} (client fault)
62
60
  * <p>Resource being access is not found.</p>
@@ -27,21 +27,7 @@ declare const UpdateFeatureGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the feature group by either adding features or updating the online store
31
- * configuration. Use one of the following request parameters at a time while using the
32
- * <code>UpdateFeatureGroup</code> API.</p>
33
- * <p>You can add features for your feature group using the <code>FeatureAdditions</code>
34
- * request parameter. Features cannot be removed from a feature group.</p>
35
- * <p>You can update the online store configuration by using the
36
- * <code>OnlineStoreConfig</code> request parameter. If a <code>TtlDuration</code> is
37
- * specified, the default <code>TtlDuration</code> applies for all records added to the
38
- * feature group <i>after the feature group is updated</i>. If a record level
39
- * <code>TtlDuration</code> exists from using the <code>PutRecord</code> API, the record
40
- * level <code>TtlDuration</code> applies to that record instead of the default
41
- * <code>TtlDuration</code>. To remove the default <code>TtlDuration</code> from an
42
- * existing feature group, use the <code>UpdateFeatureGroup</code> API and set the
43
- * <code>TtlDuration</code>
44
- * <code>Unit</code> and <code>Value</code> to <code>null</code>.</p>
30
+ * <p>Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the <code>UpdateFeatureGroup</code> API.</p> <p>You can add features for your feature group using the <code>FeatureAdditions</code> request parameter. Features cannot be removed from a feature group.</p> <p>You can update the online store configuration by using the <code>OnlineStoreConfig</code> request parameter. If a <code>TtlDuration</code> is specified, the default <code>TtlDuration</code> applies for all records added to the feature group <i>after the feature group is updated</i>. If a record level <code>TtlDuration</code> exists from using the <code>PutRecord</code> API, the record level <code>TtlDuration</code> applies to that record instead of the default <code>TtlDuration</code>. To remove the default <code>TtlDuration</code> from an existing feature group, use the <code>UpdateFeatureGroup</code> API and set the <code>TtlDuration</code> <code>Unit</code> and <code>Value</code> to <code>null</code>.</p>
45
31
  * @example
46
32
  * Use a bare-bones client and the command you need to make an API call.
47
33
  * ```javascript
@@ -89,8 +75,7 @@ declare const UpdateFeatureGroupCommand_base: {
89
75
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
90
76
  *
91
77
  * @throws {@link ResourceLimitExceeded} (client fault)
92
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
93
- * training jobs created. </p>
78
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
94
79
  *
95
80
  * @throws {@link ResourceNotFound} (client fault)
96
81
  * <p>Resource being access is not found.</p>
@@ -27,42 +27,7 @@ declare const UpdateHubContentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates SageMaker hub content (either a <code>Model</code> or <code>Notebook</code>
31
- * resource).</p>
32
- * <p>You can update the metadata that describes the resource. In addition to the required request
33
- * fields, specify at least one of the following fields to update:</p>
34
- * <ul>
35
- * <li>
36
- * <p>
37
- * <code>HubContentDescription</code>
38
- * </p>
39
- * </li>
40
- * <li>
41
- * <p>
42
- * <code>HubContentDisplayName</code>
43
- * </p>
44
- * </li>
45
- * <li>
46
- * <p>
47
- * <code>HubContentMarkdown</code>
48
- * </p>
49
- * </li>
50
- * <li>
51
- * <p>
52
- * <code>HubContentSearchKeywords</code>
53
- * </p>
54
- * </li>
55
- * <li>
56
- * <p>
57
- * <code>SupportStatus</code>
58
- * </p>
59
- * </li>
60
- * </ul>
61
- * <p>For more information about hubs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs.html">Private curated hubs for foundation model access control in JumpStart</a>.</p>
62
- * <note>
63
- * <p>If you want to update a <code>ModelReference</code> resource in your hub, use the
64
- * <code>UpdateHubContentResource</code> API instead.</p>
65
- * </note>
30
+ * <p>Updates SageMaker hub content (either a <code>Model</code> or <code>Notebook</code> resource).</p> <p>You can update the metadata that describes the resource. In addition to the required request fields, specify at least one of the following fields to update:</p> <ul> <li> <p> <code>HubContentDescription</code> </p> </li> <li> <p> <code>HubContentDisplayName</code> </p> </li> <li> <p> <code>HubContentMarkdown</code> </p> </li> <li> <p> <code>HubContentSearchKeywords</code> </p> </li> <li> <p> <code>SupportStatus</code> </p> </li> </ul> <p>For more information about hubs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs.html">Private curated hubs for foundation model access control in JumpStart</a>.</p> <note> <p>If you want to update a <code>ModelReference</code> resource in your hub, use the <code>UpdateHubContentResource</code> API instead.</p> </note>
66
31
  * @example
67
32
  * Use a bare-bones client and the command you need to make an API call.
68
33
  * ```javascript
@@ -27,20 +27,7 @@ declare const UpdateHubContentReferenceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the contents of a SageMaker hub for a <code>ModelReference</code> resource.
31
- * A <code>ModelReference</code> allows you to access public SageMaker JumpStart
32
- * models from within your private hub.</p>
33
- * <p>When using this API, you can update the
34
- * <code>MinVersion</code> field for additional flexibility in the model version. You shouldn't update
35
- * any additional fields when using this API, because the metadata in your private hub
36
- * should match the public JumpStart model's metadata.</p>
37
- * <note>
38
- * <p>If you want to update a <code>Model</code> or <code>Notebook</code>
39
- * resource in your hub, use the <code>UpdateHubContent</code> API instead.</p>
40
- * </note>
41
- * <p>For more information about adding model references to your hub, see
42
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs-admin-guide-add-models.html">
43
- * Add models to a private hub</a>.</p>
30
+ * <p>Updates the contents of a SageMaker hub for a <code>ModelReference</code> resource. A <code>ModelReference</code> allows you to access public SageMaker JumpStart models from within your private hub.</p> <p>When using this API, you can update the <code>MinVersion</code> field for additional flexibility in the model version. You shouldn't update any additional fields when using this API, because the metadata in your private hub should match the public JumpStart model's metadata.</p> <note> <p>If you want to update a <code>Model</code> or <code>Notebook</code> resource in your hub, use the <code>UpdateHubContent</code> API instead.</p> </note> <p>For more information about adding model references to your hub, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs-admin-guide-add-models.html"> Add models to a private hub</a>.</p>
44
31
  * @example
45
32
  * Use a bare-bones client and the command you need to make an API call.
46
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const UpdateImageCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the properties of a SageMaker AI image. To change the image's tags, use the
31
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html">AddTags</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTags.html">DeleteTags</a> APIs.</p>
30
+ * <p>Updates the properties of a SageMaker AI image. To change the image's tags, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html">AddTags</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTags.html">DeleteTags</a> APIs.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -97,8 +97,7 @@ declare const UpdateInferenceComponentCommand_base: {
97
97
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
98
98
  *
99
99
  * @throws {@link ResourceLimitExceeded} (client fault)
100
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
101
- * training jobs created. </p>
100
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
102
101
  *
103
102
  * @throws {@link SageMakerServiceException}
104
103
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -55,8 +55,7 @@ declare const UpdateInferenceComponentRuntimeConfigCommand_base: {
55
55
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
56
56
  *
57
57
  * @throws {@link ResourceLimitExceeded} (client fault)
58
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
59
- * training jobs created. </p>
58
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
60
59
  *
61
60
  * @throws {@link SageMakerServiceException}
62
61
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,11 +27,7 @@ declare const UpdateInferenceExperimentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates an inference experiment that you created. The status of the inference experiment has to be either
32
- * <code>Created</code>, <code>Running</code>. For more information on the status of an inference experiment,
33
- * see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>.
34
- * </p>
30
+ * <p> Updates an inference experiment that you created. The status of the inference experiment has to be either <code>Created</code>, <code>Running</code>. For more information on the status of an inference experiment, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>. </p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -95,8 +91,7 @@ declare const UpdateInferenceExperimentCommand_base: {
95
91
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
96
92
  *
97
93
  * @throws {@link ConflictException} (client fault)
98
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
99
- * <code>Experiment</code> or <code>Artifact</code>.</p>
94
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
100
95
  *
101
96
  * @throws {@link ResourceNotFound} (client fault)
102
97
  * <p>Resource being access is not found.</p>
@@ -56,12 +56,10 @@ declare const UpdateMlflowTrackingServerCommand_base: {
56
56
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
57
57
  *
58
58
  * @throws {@link ConflictException} (client fault)
59
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
60
- * <code>Experiment</code> or <code>Artifact</code>.</p>
59
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
61
60
  *
62
61
  * @throws {@link ResourceLimitExceeded} (client fault)
63
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
64
- * training jobs created. </p>
62
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
65
63
  *
66
64
  * @throws {@link ResourceNotFound} (client fault)
67
65
  * <p>Resource being access is not found.</p>
@@ -27,10 +27,7 @@ declare const UpdateModelCardCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Update an Amazon SageMaker Model Card.</p>
31
- * <important>
32
- * <p>You cannot update both model card content and model card status in a single call.</p>
33
- * </important>
30
+ * <p>Update an Amazon SageMaker Model Card.</p> <important> <p>You cannot update both model card content and model card status in a single call.</p> </important>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -57,12 +54,10 @@ declare const UpdateModelCardCommand_base: {
57
54
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
58
55
  *
59
56
  * @throws {@link ConflictException} (client fault)
60
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
61
- * <code>Experiment</code> or <code>Artifact</code>.</p>
57
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
62
58
  *
63
59
  * @throws {@link ResourceLimitExceeded} (client fault)
64
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
65
- * training jobs created. </p>
60
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
66
61
  *
67
62
  * @throws {@link ResourceNotFound} (client fault)
68
63
  * <p>Resource being access is not found.</p>
@@ -185,8 +185,7 @@ declare const UpdateModelPackageCommand_base: {
185
185
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
186
186
  *
187
187
  * @throws {@link ConflictException} (client fault)
188
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
189
- * <code>Experiment</code> or <code>Artifact</code>.</p>
188
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
190
189
  *
191
190
  * @throws {@link SageMakerServiceException}
192
191
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -56,8 +56,7 @@ declare const UpdateMonitoringAlertCommand_base: {
56
56
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
57
57
  *
58
58
  * @throws {@link ResourceLimitExceeded} (client fault)
59
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
60
- * training jobs created. </p>
59
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
61
60
  *
62
61
  * @throws {@link ResourceNotFound} (client fault)
63
62
  * <p>Resource being access is not found.</p>
@@ -161,8 +161,7 @@ declare const UpdateMonitoringScheduleCommand_base: {
161
161
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
162
162
  *
163
163
  * @throws {@link ResourceLimitExceeded} (client fault)
164
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
165
- * training jobs created. </p>
164
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
166
165
  *
167
166
  * @throws {@link ResourceNotFound} (client fault)
168
167
  * <p>Resource being access is not found.</p>
@@ -27,9 +27,7 @@ declare const UpdateNotebookInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a notebook instance. NotebookInstance updates include upgrading or
31
- * downgrading the ML compute instance used for your notebook instance to accommodate
32
- * changes in your workload requirements.</p>
30
+ * <p>Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -71,8 +69,7 @@ declare const UpdateNotebookInstanceCommand_base: {
71
69
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
72
70
  *
73
71
  * @throws {@link ResourceLimitExceeded} (client fault)
74
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
75
- * training jobs created. </p>
72
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
76
73
  *
77
74
  * @throws {@link SageMakerServiceException}
78
75
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -60,8 +60,7 @@ declare const UpdateNotebookInstanceLifecycleConfigCommand_base: {
60
60
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
61
61
  *
62
62
  * @throws {@link ResourceLimitExceeded} (client fault)
63
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
64
- * training jobs created. </p>
63
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
65
64
  *
66
65
  * @throws {@link SageMakerServiceException}
67
66
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,7 +27,7 @@ declare const UpdatePartnerAppCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates all of the SageMaker Partner AI Apps in an account.</p>
30
+ * <p>Updates all of the SageMaker Partner AI Apps in an account.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -72,8 +72,7 @@ declare const UpdatePartnerAppCommand_base: {
72
72
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
73
73
  *
74
74
  * @throws {@link ConflictException} (client fault)
75
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
76
- * <code>Experiment</code> or <code>Artifact</code>.</p>
75
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
77
76
  *
78
77
  * @throws {@link ResourceNotFound} (client fault)
79
78
  * <p>Resource being access is not found.</p>
@@ -64,8 +64,7 @@ declare const UpdatePipelineCommand_base: {
64
64
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
65
65
  *
66
66
  * @throws {@link ConflictException} (client fault)
67
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
68
- * <code>Experiment</code> or <code>Artifact</code>.</p>
67
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
69
68
  *
70
69
  * @throws {@link ResourceNotFound} (client fault)
71
70
  * <p>Resource being access is not found.</p>
@@ -57,8 +57,7 @@ declare const UpdatePipelineExecutionCommand_base: {
57
57
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
61
- * <code>Experiment</code> or <code>Artifact</code>.</p>
60
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
62
61
  *
63
62
  * @throws {@link ResourceNotFound} (client fault)
64
63
  * <p>Resource being access is not found.</p>
@@ -27,14 +27,7 @@ declare const UpdateProjectCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a machine learning (ML) project that is created from a template that
31
- * sets up an ML pipeline from training to deploying an approved model.</p>
32
- * <note>
33
- * <p>You must not update a project that is in use. If you update the
34
- * <code>ServiceCatalogProvisioningUpdateDetails</code> of a project that is active
35
- * or being created, or updated, you may lose resources already created by the
36
- * project.</p>
37
- * </note>
30
+ * <p>Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model.</p> <note> <p>You must not update a project that is in use. If you update the <code>ServiceCatalogProvisioningUpdateDetails</code> of a project that is active or being created, or updated, you may lose resources already created by the project.</p> </note>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -75,8 +68,7 @@ declare const UpdateProjectCommand_base: {
75
68
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
76
69
  *
77
70
  * @throws {@link ConflictException} (client fault)
78
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
79
- * <code>Experiment</code> or <code>Artifact</code>.</p>
71
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
80
72
  *
81
73
  * @throws {@link SageMakerServiceException}
82
74
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,10 +27,7 @@ declare const UpdateSpaceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the settings of a space.</p>
31
- * <note>
32
- * <p>You can't edit the app type of a space in the <code>SpaceSettings</code>.</p>
33
- * </note>
30
+ * <p>Updates the settings of a space.</p> <note> <p>You can't edit the app type of a space in the <code>SpaceSettings</code>.</p> </note>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -148,8 +145,7 @@ declare const UpdateSpaceCommand_base: {
148
145
  * <p>Resource being accessed is in use.</p>
149
146
  *
150
147
  * @throws {@link ResourceLimitExceeded} (client fault)
151
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
152
- * training jobs created. </p>
148
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
153
149
  *
154
150
  * @throws {@link ResourceNotFound} (client fault)
155
151
  * <p>Resource being access is not found.</p>
@@ -27,8 +27,7 @@ declare const UpdateTrainingJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Update a model training job to request a new Debugger profiling configuration or to
31
- * change warm pool retention length.</p>
30
+ * <p>Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -80,8 +79,7 @@ declare const UpdateTrainingJobCommand_base: {
80
79
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
81
80
  *
82
81
  * @throws {@link ResourceLimitExceeded} (client fault)
83
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
84
- * training jobs created. </p>
82
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
85
83
  *
86
84
  * @throws {@link ResourceNotFound} (client fault)
87
85
  * <p>Resource being access is not found.</p>
@@ -53,8 +53,7 @@ declare const UpdateTrialCommand_base: {
53
53
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
54
54
  *
55
55
  * @throws {@link ConflictException} (client fault)
56
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
57
- * <code>Experiment</code> or <code>Artifact</code>.</p>
56
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
58
57
  *
59
58
  * @throws {@link ResourceNotFound} (client fault)
60
59
  * <p>Resource being access is not found.</p>