@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
@@ -53,8 +53,7 @@ declare const DeletePartnerAppCommand_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>
@@ -27,10 +27,7 @@ declare const DeletePipelineCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a pipeline if there are no running instances of the pipeline. To delete a
31
- * pipeline, you must stop all running instances of the pipeline using the
32
- * <code>StopPipelineExecution</code> API. When you delete a pipeline, all instances of the
33
- * pipeline are deleted.</p>
30
+ * <p>Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the <code>StopPipelineExecution</code> API. When you delete a pipeline, all instances of the pipeline are deleted.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -56,8 +53,7 @@ declare const DeletePipelineCommand_base: {
56
53
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
57
54
  *
58
55
  * @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>
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>
61
57
  *
62
58
  * @throws {@link ResourceNotFound} (client fault)
63
59
  * <p>Resource being access is not found.</p>
@@ -50,8 +50,7 @@ declare const DeleteProjectCommand_base: {
50
50
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
51
51
  *
52
52
  * @throws {@link ConflictException} (client fault)
53
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
54
- * <code>Experiment</code> or <code>Artifact</code>.</p>
53
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
55
54
  *
56
55
  * @throws {@link SageMakerServiceException}
57
56
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,10 +27,7 @@ declare const DeleteStudioLifecycleConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the
31
- * Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You
32
- * must also remove the Lifecycle Configuration from UserSettings in all Domains and
33
- * UserProfiles.</p>
30
+ * <p>Deletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -27,18 +27,7 @@ declare const DeleteTagsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified tags from an SageMaker resource.</p>
31
- * <p>To list a resource's tags, use the <code>ListTags</code> API. </p>
32
- * <note>
33
- * <p>When you call this API to delete tags from a hyperparameter tuning job, the
34
- * deleted tags are not removed from training jobs that the hyperparameter tuning job
35
- * launched before you called this API.</p>
36
- * </note>
37
- * <note>
38
- * <p>When you call this API to delete tags from a SageMaker Domain or User Profile, the
39
- * deleted tags are not removed from Apps that the SageMaker Domain or User Profile
40
- * launched before you called this API.</p>
41
- * </note>
30
+ * <p>Deletes the specified tags from an SageMaker resource.</p> <p>To list a resource's tags, use the <code>ListTags</code> API. </p> <note> <p>When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.</p> </note> <note> <p>When you call this API to delete tags from a SageMaker Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Domain or User Profile launched before you called this API.</p> </note>
42
31
  * @example
43
32
  * Use a bare-bones client and the command you need to make an API call.
44
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DeleteTrialCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified trial. All trial components that make up the trial must be deleted
31
- * first. Use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API to get the list of trial
32
- * components.</p>
30
+ * <p>Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API to get the list of trial components.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DeleteTrialComponentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified trial component. A trial component must be disassociated from all
31
- * trials before the trial component can be deleted. To disassociate a trial component from a
32
- * trial, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html">DisassociateTrialComponent</a> API.</p>
30
+ * <p>Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html">DisassociateTrialComponent</a> API.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DeleteUserProfileCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a user profile. When a user profile is deleted, the user loses access to their EFS
31
- * volume, including data, notebooks, and other artifacts.</p>
30
+ * <p>Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,18 +27,7 @@ declare const DeleteWorkforceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use this operation to delete a workforce.</p>
31
- * <p>If you want to create a new workforce in an Amazon Web Services Region where
32
- * a workforce already exists, use this operation to delete the
33
- * existing workforce and then use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html">CreateWorkforce</a>
34
- * to create a new workforce.</p>
35
- * <important>
36
- * <p>If a private workforce contains one or more work teams, you must use
37
- * the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a>
38
- * operation to delete all work teams before you delete the workforce.
39
- * If you try to delete a workforce that contains one or more work teams,
40
- * you will receive a <code>ResourceInUse</code> error.</p>
41
- * </important>
30
+ * <p>Use this operation to delete a workforce.</p> <p>If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use this operation to delete the existing workforce and then use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html">CreateWorkforce</a> to create a new workforce.</p> <important> <p>If a private workforce contains one or more work teams, you must use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a> operation to delete all work teams before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will receive a <code>ResourceInUse</code> error.</p> </important>
42
31
  * @example
43
32
  * Use a bare-bones client and the command you need to make an API call.
44
33
  * ```javascript
@@ -52,8 +52,7 @@ declare const DeleteWorkteamCommand_base: {
52
52
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
53
53
  *
54
54
  * @throws {@link ResourceLimitExceeded} (client fault)
55
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
56
- * training jobs created. </p>
55
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
57
56
  *
58
57
  * @throws {@link SageMakerServiceException}
59
58
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,11 +27,7 @@ declare const DescribeAutoMLJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about an AutoML job created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p>
31
- * <note>
32
- * <p>AutoML jobs created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> cannot be described by
33
- * <code>DescribeAutoMLJob</code>.</p>
34
- * </note>
30
+ * <p>Returns information about an AutoML job created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p> <note> <p>AutoML jobs created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> cannot be described by <code>DescribeAutoMLJob</code>.</p> </note>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DescribeAutoMLJobV2Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about an AutoML job created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>
31
- * or <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p>
30
+ * <p>Returns information about an AutoML job created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> or <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DescribeClusterNodeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves information of a node (also called a <i>instance</i>
31
- * interchangeably) of a SageMaker HyperPod cluster.</p>
30
+ * <p>Retrieves information of a node (also called a <i>instance</i> interchangeably) of a SageMaker HyperPod cluster.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeClusterSchedulerConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Description of the cluster policy. This policy is used for task prioritization and
31
- * fair-share allocation. This helps prioritize critical workloads and distributes
32
- * idle compute across entities.</p>
30
+ * <p>Description of the cluster policy. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeCompilationJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about a model compilation job.</p>
31
- * <p>To create a model compilation job, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html">CreateCompilationJob</a>. To get information about multiple model compilation
32
- * jobs, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListCompilationJobs.html">ListCompilationJobs</a>.</p>
30
+ * <p>Returns information about a model compilation job.</p> <p>To create a model compilation job, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html">CreateCompilationJob</a>. To get information about multiple model compilation jobs, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListCompilationJobs.html">ListCompilationJobs</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DescribeEndpointConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the description of an endpoint configuration created using the
31
- * <code>CreateEndpointConfig</code> API.</p>
30
+ * <p>Returns the description of an endpoint configuration created using the <code>CreateEndpointConfig</code> API.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeFeatureGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use this operation to describe a <code>FeatureGroup</code>. The response includes
31
- * information on the creation time, <code>FeatureGroup</code> name, the unique identifier for
32
- * each <code>FeatureGroup</code>, and more.</p>
30
+ * <p>Use this operation to describe a <code>FeatureGroup</code>. The response includes information on the creation time, <code>FeatureGroup</code> name, the unique identifier for each <code>FeatureGroup</code>, and more.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeHyperParameterTuningJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a description of a hyperparameter tuning job, depending on the fields
31
- * selected. These fields can include the name, Amazon Resource Name (ARN), job status of
32
- * your tuning job and more.</p>
30
+ * <p>Returns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DescribeInferenceRecommendationsJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Provides the results of the Inference Recommender job.
31
- * One or more recommendation jobs are returned.</p>
30
+ * <p>Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeLineageGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Provides a list of properties for the requested lineage group.
31
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html">
32
- * Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
30
+ * <p>Provides a list of properties for the requested lineage group. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html"> Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DescribeModelCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes a model that you created using the <code>CreateModel</code>
31
- * API.</p>
30
+ * <p>Describes a model that you created using the <code>CreateModel</code> API.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,14 +27,7 @@ declare const DescribeModelPackageCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a description of the specified model package, which is used to create SageMaker
31
- * models or list them on Amazon Web Services Marketplace.</p>
32
- * <important>
33
- * <p>If you provided a KMS Key ID when you created your model package,
34
- * you will see the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html">KMS Decrypt</a> API call in
35
- * your CloudTrail logs when you use this API.</p>
36
- * </important>
37
- * <p>To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.</p>
30
+ * <p>Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.</p> <important> <p>If you provided a KMS Key ID when you created your model package, you will see the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html">KMS Decrypt</a> API call in your CloudTrail logs when you use this API.</p> </important> <p>To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.</p>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeNotebookInstanceLifecycleConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a description of a notebook instance lifecycle configuration.</p>
31
- * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
32
- * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
30
+ * <p>Returns a description of a notebook instance lifecycle configuration.</p> <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DescribeSubscribedWorkteamCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets information about a work team provided by a vendor. It returns details about the
31
- * subscription with a vendor in the Amazon Web Services Marketplace.</p>
30
+ * <p>Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,13 +27,7 @@ declare const DescribeTrainingJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about a training job. </p>
31
- * <p>Some of the attributes below only appear if the training job successfully starts.
32
- * If the training job fails, <code>TrainingJobStatus</code> is <code>Failed</code> and,
33
- * depending on the <code>FailureReason</code>, attributes like
34
- * <code>TrainingStartTime</code>, <code>TrainingTimeInSeconds</code>,
35
- * <code>TrainingEndTime</code>, and <code>BillableTimeInSeconds</code> may not be
36
- * present in the response.</p>
30
+ * <p>Returns information about a training job. </p> <p>Some of the attributes below only appear if the training job successfully starts. If the training job fails, <code>TrainingJobStatus</code> is <code>Failed</code> and, depending on the <code>FailureReason</code>, attributes like <code>TrainingStartTime</code>, <code>TrainingTimeInSeconds</code>, <code>TrainingEndTime</code>, and <code>BillableTimeInSeconds</code> may not be present in the response.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -279,8 +279,7 @@ declare const DescribeUserProfileCommand_base: {
279
279
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
280
280
  *
281
281
  * @throws {@link ResourceLimitExceeded} (client fault)
282
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
283
- * training jobs created. </p>
282
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
284
283
  *
285
284
  * @throws {@link ResourceNotFound} (client fault)
286
285
  * <p>Resource being access is not found.</p>
@@ -27,12 +27,7 @@ declare const DescribeWorkforceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists private workforce information, including workforce name, Amazon Resource Name
31
- * (ARN), and, if applicable, allowed IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Allowable IP address
32
- * ranges are the IP addresses that workers can use to access tasks. </p>
33
- * <important>
34
- * <p>This operation applies only to private workforces.</p>
35
- * </important>
30
+ * <p>Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Allowable IP address ranges are the IP addresses that workers can use to access tasks. </p> <important> <p>This operation applies only to private workforces.</p> </important>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DescribeWorkteamCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets information about a specific work team. You can see information such as the
31
- * creation date, the last updated date, membership information, and the work team's Amazon
32
- * Resource Name (ARN).</p>
30
+ * <p>Gets information about a specific work team. You can see information such as the creation date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DisableSagemakerServicecatalogPortfolioCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Disables using Service Catalog in SageMaker. Service Catalog is used to create
31
- * SageMaker projects.</p>
30
+ * <p>Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,12 +27,7 @@ declare const DisassociateTrialComponentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Disassociates a trial component from a trial. This doesn't effect other trials the
31
- * component is associated with. Before you can delete a component, you must disassociate the
32
- * component from all trials it is associated with. To associate a trial component with a trial,
33
- * call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AssociateTrialComponent.html">AssociateTrialComponent</a> API.</p>
34
- * <p>To get a list of the trials a component is associated with, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API. Specify <code>ExperimentTrialComponent</code> for the <code>Resource</code> parameter.
35
- * The list appears in the response under <code>Results.TrialComponent.Parents</code>.</p>
30
+ * <p>Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AssociateTrialComponent.html">AssociateTrialComponent</a> API.</p> <p>To get a list of the trials a component is associated with, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API. Specify <code>ExperimentTrialComponent</code> for the <code>Resource</code> parameter. The list appears in the response under <code>Results.TrialComponent.Parents</code>.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const EnableSagemakerServicecatalogPortfolioCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Enables using Service Catalog in SageMaker. Service Catalog is used to create
31
- * SageMaker projects.</p>
30
+ * <p>Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,10 +27,7 @@ declare const GetModelPackageGroupPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets a resource policy that manages access for a model group. For information about
31
- * resource policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
32
- * policies and resource-based policies</a> in the <i>Amazon Web Services
33
- * Identity and Access Management User Guide.</i>.</p>
30
+ * <p>Gets a resource policy that manages access for a model group. For information about resource policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based policies and resource-based policies</a> in the <i>Amazon Web Services Identity and Access Management User Guide.</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const GetSagemakerServicecatalogPortfolioStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets the status of Service Catalog in SageMaker. Service Catalog is used to create
31
- * SageMaker projects.</p>
30
+ * <p>Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const GetScalingConfigurationRecommendationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies
31
- * that you can apply to your SageMaker endpoint.</p>
30
+ * <p>Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,10 +27,7 @@ declare const GetSearchSuggestionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>An auto-complete API for the search functionality in the SageMaker console. It returns
31
- * suggestions of possible matches for the property name to use in <code>Search</code> queries.
32
- * Provides suggestions for <code>HyperParameters</code>, <code>Tags</code>, and
33
- * <code>Metrics</code>.</p>
30
+ * <p>An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in <code>Search</code> queries. Provides suggestions for <code>HyperParameters</code>, <code>Tags</code>, and <code>Metrics</code>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -74,8 +74,7 @@ declare const ImportHubContentCommand_base: {
74
74
  * <p>Resource being accessed is in use.</p>
75
75
  *
76
76
  * @throws {@link ResourceLimitExceeded} (client fault)
77
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
78
- * training jobs created. </p>
77
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
79
78
  *
80
79
  * @throws {@link ResourceNotFound} (client fault)
81
80
  * <p>Resource being access is not found.</p>
@@ -27,9 +27,7 @@ declare const ListAppImageConfigsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the AppImageConfigs in your account and their properties. The list can be
31
- * filtered by creation time or modified time, and whether the AppImageConfig name contains
32
- * a specified string.</p>
30
+ * <p>Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListClusterNodesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the list of instances (also called <i>nodes</i> interchangeably)
31
- * in a SageMaker HyperPod cluster.</p>
30
+ * <p>Retrieves the list of instances (also called <i>nodes</i> interchangeably) in a SageMaker HyperPod cluster.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const ListCompilationJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists model compilation jobs that satisfy various filters.</p>
31
- * <p>To create a model compilation job, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html">CreateCompilationJob</a>. To get information about a particular model
32
- * compilation job you have created, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCompilationJob.html">DescribeCompilationJob</a>.</p>
30
+ * <p>Lists model compilation jobs that satisfy various filters.</p> <p>To create a model compilation job, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html">CreateCompilationJob</a>. To get information about a particular model compilation job you have created, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCompilationJob.html">DescribeCompilationJob</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const ListExperimentsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all the experiments in your account. The list can be filtered to show only
31
- * experiments that were created in a specific time range. The list can be sorted by experiment
32
- * name or creation time.</p>
30
+ * <p>Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const ListHyperParameterTuningJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets a list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html">HyperParameterTuningJobSummary</a> objects that
31
- * describe
32
- * the hyperparameter tuning jobs launched in your account.</p>
30
+ * <p>Gets a list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html">HyperParameterTuningJobSummary</a> objects that describe the hyperparameter tuning jobs launched in your account.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListImageVersionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the versions of a specified image and their properties. The list can be filtered
31
- * by creation time or modified time.</p>
30
+ * <p>Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListImagesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the images in your account and their properties. The list can be filtered by
31
- * creation time or modified time, and whether the image name contains a specified string.</p>
30
+ * <p>Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListInferenceRecommendationsJobStepsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of the subtasks for an Inference Recommender job.</p>
31
- * <p>The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.</p>
30
+ * <p>Returns a list of the subtasks for an Inference Recommender job.</p> <p>The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const ListLineageGroupsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>A list of lineage groups shared with your Amazon Web Services account.
31
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html">
32
- * Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
30
+ * <p>A list of lineage groups shared with your Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html"> Cross-Account Lineage Tracking </a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript