@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
@@ -27,8 +27,7 @@ declare const ListModelMetadataCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the domain, framework, task, and model name of standard
31
- * machine learning models found in common model zoos.</p>
30
+ * <p>Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.</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 ListNotebookInstancesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of the SageMaker AI notebook instances in the requester's
31
- * account in an Amazon Web Services Region. </p>
30
+ * <p>Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region. </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 ListResourceCatalogsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of
31
- * <code>ResourceCatalog</code>s viewable is 1000. </p>
30
+ * <p> Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of <code>ResourceCatalog</code>s viewable is 1000. </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 ListStageDevicesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists devices allocated to the stage, containing detailed device information and
31
- * deployment status.</p>
30
+ * <p>Lists devices allocated to the stage, containing detailed device information and deployment status.</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 ListStudioLifecycleConfigsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services
31
- * Account.</p>
30
+ * <p>Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services Account.</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 ListSubscribedWorkteamsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The
31
- * list may be empty if no work team satisfies the filter specified in the
32
- * <code>NameContains</code> parameter.</p>
30
+ * <p>Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the <code>NameContains</code> parameter.</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,28 +27,7 @@ declare const ListTrainingJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists training jobs.</p>
31
- * <note>
32
- * <p>When <code>StatusEquals</code> and <code>MaxResults</code> are set at the same
33
- * time, the <code>MaxResults</code> number of training jobs are first retrieved
34
- * ignoring the <code>StatusEquals</code> parameter and then they are filtered by the
35
- * <code>StatusEquals</code> parameter, which is returned as a response.</p>
36
- * <p>For example, if <code>ListTrainingJobs</code> is invoked with the following
37
- * parameters:</p>
38
- * <p>
39
- * <code>\{ ... MaxResults: 100, StatusEquals: InProgress ... \}</code>
40
- * </p>
41
- * <p>First, 100 trainings jobs with any status, including those other than
42
- * <code>InProgress</code>, are selected (sorted according to the creation time,
43
- * from the most current to the oldest). Next, those with a status of
44
- * <code>InProgress</code> are returned.</p>
45
- * <p>You can quickly test the API using the following Amazon Web Services CLI
46
- * code.</p>
47
- * <p>
48
- * <code>aws sagemaker list-training-jobs --max-results 100 --status-equals
49
- * InProgress</code>
50
- * </p>
51
- * </note>
30
+ * <p>Lists training jobs.</p> <note> <p>When <code>StatusEquals</code> and <code>MaxResults</code> are set at the same time, the <code>MaxResults</code> number of training jobs are first retrieved ignoring the <code>StatusEquals</code> parameter and then they are filtered by the <code>StatusEquals</code> parameter, which is returned as a response.</p> <p>For example, if <code>ListTrainingJobs</code> is invoked with the following parameters:</p> <p> <code>\{ ... MaxResults: 100, StatusEquals: InProgress ... \}</code> </p> <p>First, 100 trainings jobs with any status, including those other than <code>InProgress</code>, are selected (sorted according to the creation time, from the most current to the oldest). Next, those with a status of <code>InProgress</code> are returned.</p> <p>You can quickly test the API using the following Amazon Web Services CLI code.</p> <p> <code>aws sagemaker list-training-jobs --max-results 100 --status-equals InProgress</code> </p> </note>
52
31
  * @example
53
32
  * Use a bare-bones client and the command you need to make an API call.
54
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListTrainingJobsForHyperParameterTuningJobCommand_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_TrainingJobSummary.html">TrainingJobSummary</a> objects that describe the training jobs that a
31
- * hyperparameter tuning job launched.</p>
30
+ * <p>Gets a list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> objects that describe the training jobs that a hyperparameter tuning job launched.</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,26 +27,7 @@ declare const ListTrialComponentsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the trial components in your account. You can sort the list by trial component name
31
- * or creation time. You can filter the list to show only components that were created in a
32
- * specific time range. You can also filter on one of the following:</p>
33
- * <ul>
34
- * <li>
35
- * <p>
36
- * <code>ExperimentName</code>
37
- * </p>
38
- * </li>
39
- * <li>
40
- * <p>
41
- * <code>SourceArn</code>
42
- * </p>
43
- * </li>
44
- * <li>
45
- * <p>
46
- * <code>TrialName</code>
47
- * </p>
48
- * </li>
49
- * </ul>
30
+ * <p>Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:</p> <ul> <li> <p> <code>ExperimentName</code> </p> </li> <li> <p> <code>SourceArn</code> </p> </li> <li> <p> <code>TrialName</code> </p> </li> </ul>
50
31
  * @example
51
32
  * Use a bare-bones client and the command you need to make an API call.
52
33
  * ```javascript
@@ -27,11 +27,7 @@ declare const ListTrialsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the trials in your account. Specify an experiment name to limit the list to the
31
- * trials that are part of that experiment. Specify a trial component name to limit the list to
32
- * the trials that associated with that trial component. The list can be filtered to show only
33
- * trials that were created in a specific time range. The list can be sorted by trial name or
34
- * creation time.</p>
30
+ * <p>Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.</p>
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 ListWorkforcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only
31
- * have one private workforce per Amazon Web Services Region.</p>
30
+ * <p>Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.</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 ListWorkteamsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets a list of private work teams that you have defined in a region. The list may be empty if
31
- * no work team satisfies the filter specified in the <code>NameContains</code>
32
- * parameter.</p>
30
+ * <p>Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the <code>NameContains</code> parameter.</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,10 +27,7 @@ declare const PutModelPackageGroupPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds a resouce policy to control access to a model group. For information about
31
- * resoure 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>Adds a resouce policy to control access to a model group. For information about resoure 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
@@ -56,8 +53,7 @@ declare const PutModelPackageGroupPolicyCommand_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 SageMakerServiceException}
63
59
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,9 +27,7 @@ declare const QueryLineageCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use this action to inspect your lineage and discover relationships between entities.
31
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html">
32
- * Querying Lineage Entities</a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
30
+ * <p>Use this action to inspect your lineage and discover relationships between entities. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html"> Querying Lineage Entities</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
@@ -63,8 +63,7 @@ declare const RegisterDevicesCommand_base: {
63
63
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
64
64
  *
65
65
  * @throws {@link ResourceLimitExceeded} (client fault)
66
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
67
- * training jobs created. </p>
66
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
68
67
  *
69
68
  * @throws {@link SageMakerServiceException}
70
69
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -56,12 +56,10 @@ declare const RetryPipelineExecutionCommand_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>
@@ -28,16 +28,7 @@ declare const SearchCommand_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <p>Finds SageMaker resources that match a search query. Matching resources are returned as a list
32
- * of <code>SearchRecord</code> objects in the response. You can sort the search results by any
33
- * resource property in a ascending or descending order.</p>
34
- * <p>You can query against the following value types: numeric, text, Boolean, and
35
- * timestamp.</p>
36
- * <note>
37
- * <p>The Search API may provide access to otherwise restricted data. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html">Amazon SageMaker API
38
- * Permissions: Actions, Permissions, and Resources Reference</a> for more
39
- * information.</p>
40
- * </note>
31
+ * <p>Finds SageMaker resources that match a search query. Matching resources are returned as a list of <code>SearchRecord</code> objects in the response. You can sort the search results by any resource property in a ascending or descending order.</p> <p>You can query against the following value types: numeric, text, Boolean, and timestamp.</p> <note> <p>The Search API may provide access to otherwise restricted data. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html">Amazon SageMaker API Permissions: Actions, Permissions, and Resources Reference</a> for more information.</p> </note>
41
32
  * @example
42
33
  * Use a bare-bones client and the command you need to make an API call.
43
34
  * ```javascript
@@ -27,21 +27,7 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Searches for available training plan offerings based on specified criteria. </p>
31
- * <ul>
32
- * <li>
33
- * <p>Users search for available plan offerings based on their requirements (e.g.,
34
- * instance type, count, start time, duration). </p>
35
- * </li>
36
- * <li>
37
- * <p>And then, they create a plan that best matches their needs using the ID of the
38
- * plan offering they want to use. </p>
39
- * </li>
40
- * </ul>
41
- * <p>For more information about how to reserve GPU capacity for your SageMaker training jobs or
42
- * SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see <code>
43
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
44
- * </code>.</p>
30
+ * <p>Searches for available training plan offerings based on specified criteria. </p> <ul> <li> <p>Users search for available plan offerings based on their requirements (e.g., instance type, count, start time, duration). </p> </li> <li> <p>And then, they create a plan that best matches their needs using the ID of the plan offering they want to use. </p> </li> </ul> <p>For more information about how to reserve GPU capacity for your SageMaker training jobs or SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </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
@@ -97,8 +83,7 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
97
83
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
98
84
  *
99
85
  * @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>
86
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
102
87
  *
103
88
  * @throws {@link SageMakerServiceException}
104
89
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -27,9 +27,7 @@ declare const SendPipelineExecutionStepFailureCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Notifies the pipeline that the execution of a callback step failed, along with a
31
- * message describing why. When a callback step is run, the pipeline generates a callback
32
- * token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
30
+ * <p>Notifies the pipeline that the execution of a callback step failed, along with a message describing why. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -56,12 +54,10 @@ declare const SendPipelineExecutionStepFailureCommand_base: {
56
54
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
57
55
  *
58
56
  * @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>
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>
61
58
  *
62
59
  * @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>
60
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
65
61
  *
66
62
  * @throws {@link ResourceNotFound} (client fault)
67
63
  * <p>Resource being access is not found.</p>
@@ -27,9 +27,7 @@ declare const SendPipelineExecutionStepSuccessCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Notifies the pipeline that the execution of a callback step succeeded and provides a
31
- * list of the step's output parameters. When a callback step is run, the pipeline generates
32
- * a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
30
+ * <p>Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -61,12 +59,10 @@ declare const SendPipelineExecutionStepSuccessCommand_base: {
61
59
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
62
60
  *
63
61
  * @throws {@link ConflictException} (client fault)
64
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
65
- * <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>
66
63
  *
67
64
  * @throws {@link ResourceLimitExceeded} (client fault)
68
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
69
- * training jobs created. </p>
65
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
70
66
  *
71
67
  * @throws {@link ResourceNotFound} (client fault)
72
68
  * <p>Resource being access is not found.</p>
@@ -52,8 +52,7 @@ declare const StartInferenceExperimentCommand_base: {
52
52
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
53
53
  *
54
54
  * @throws {@link ConflictException} (client fault)
55
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
56
- * <code>Experiment</code> or <code>Artifact</code>.</p>
55
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
57
56
  *
58
57
  * @throws {@link ResourceNotFound} (client fault)
59
58
  * <p>Resource being access is not found.</p>
@@ -52,8 +52,7 @@ declare const StartMlflowTrackingServerCommand_base: {
52
52
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
53
53
  *
54
54
  * @throws {@link ConflictException} (client fault)
55
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
56
- * <code>Experiment</code> or <code>Artifact</code>.</p>
55
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
57
56
  *
58
57
  * @throws {@link ResourceNotFound} (client fault)
59
58
  * <p>Resource being access is not found.</p>
@@ -27,11 +27,7 @@ declare const StartMonitoringScheduleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts a previously stopped monitoring schedule.</p>
31
- * <note>
32
- * <p>By default, when you successfully create a new schedule, the status of a monitoring
33
- * schedule is <code>scheduled</code>.</p>
34
- * </note>
30
+ * <p>Starts a previously stopped monitoring schedule.</p> <note> <p>By default, when you successfully create a new schedule, the status of a monitoring schedule is <code>scheduled</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,10 +27,7 @@ declare const StartNotebookInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Launches an ML compute instance with the latest version of the libraries and
31
- * attaches your ML storage volume. After configuring the notebook instance, SageMaker AI sets the notebook instance status to <code>InService</code>. A notebook
32
- * instance's status must be <code>InService</code> before you can connect to your Jupyter
33
- * notebook. </p>
30
+ * <p>Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker AI sets the notebook instance status to <code>InService</code>. A notebook instance's status must be <code>InService</code> before you can connect to your Jupyter notebook. </p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -53,8 +50,7 @@ declare const StartNotebookInstanceCommand_base: {
53
50
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
54
51
  *
55
52
  * @throws {@link ResourceLimitExceeded} (client fault)
56
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
57
- * training jobs created. </p>
53
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
58
54
  *
59
55
  * @throws {@link SageMakerServiceException}
60
56
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -72,12 +72,10 @@ declare const StartPipelineExecutionCommand_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 ResourceLimitExceeded} (client fault)
79
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
80
- * training jobs created. </p>
78
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
81
79
  *
82
80
  * @throws {@link ResourceNotFound} (client fault)
83
81
  * <p>Resource being access is not found.</p>
@@ -27,13 +27,7 @@ declare const StopCompilationJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a model compilation job.</p>
31
- * <p> To stop a job, Amazon SageMaker AI sends the algorithm the SIGTERM signal. This gracefully shuts the
32
- * job down. If the job hasn't stopped, it sends the SIGKILL signal.</p>
33
- * <p>When it receives a <code>StopCompilationJob</code> request, Amazon SageMaker AI changes the
34
- * <code>CompilationJobStatus</code> of the job to <code>Stopping</code>. After Amazon
35
- * SageMaker stops the job, it sets the <code>CompilationJobStatus</code> to
36
- * <code>Stopped</code>. </p>
30
+ * <p>Stops a model compilation job.</p> <p> To stop a job, Amazon SageMaker AI sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.</p> <p>When it receives a <code>StopCompilationJob</code> request, Amazon SageMaker AI changes the <code>CompilationJobStatus</code> of the job to <code>Stopping</code>. After Amazon SageMaker stops the job, it sets the <code>CompilationJobStatus</code> to <code>Stopped</code>. </p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -27,13 +27,7 @@ declare const StopHyperParameterTuningJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a running hyperparameter tuning job and all running training jobs that the
31
- * tuning job launched.</p>
32
- * <p>All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All
33
- * data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the
34
- * tuning job moves to the <code>Stopped</code> state, it releases all
35
- * reserved
36
- * resources for the tuning job.</p>
30
+ * <p>Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.</p> <p>All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the <code>Stopped</code> state, it releases all reserved resources for the tuning job.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -71,8 +71,7 @@ declare const StopInferenceExperimentCommand_base: {
71
71
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
72
72
  *
73
73
  * @throws {@link ConflictException} (client fault)
74
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
75
- * <code>Experiment</code> or <code>Artifact</code>.</p>
74
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
76
75
  *
77
76
  * @throws {@link ResourceNotFound} (client fault)
78
77
  * <p>Resource being access is not found.</p>
@@ -27,8 +27,7 @@ declare const StopLabelingJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results
31
- * obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>
30
+ * <p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -52,8 +52,7 @@ declare const StopMlflowTrackingServerCommand_base: {
52
52
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
53
53
  *
54
54
  * @throws {@link ConflictException} (client fault)
55
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
56
- * <code>Experiment</code> or <code>Artifact</code>.</p>
55
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
57
56
  *
58
57
  * @throws {@link ResourceNotFound} (client fault)
59
58
  * <p>Resource being access is not found.</p>
@@ -27,14 +27,7 @@ declare const StopNotebookInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Terminates the ML compute instance. Before terminating the instance, SageMaker AI disconnects the ML storage volume from it. SageMaker AI preserves the
31
- * ML storage volume. SageMaker AI stops charging you for the ML compute instance when
32
- * you call <code>StopNotebookInstance</code>.</p>
33
- * <p>To access data on the ML storage volume for a notebook instance that has been
34
- * terminated, call the <code>StartNotebookInstance</code> API.
35
- * <code>StartNotebookInstance</code> launches another ML compute instance, configures
36
- * it, and attaches the preserved ML storage volume so you can continue your work.
37
- * </p>
30
+ * <p>Terminates the ML compute instance. Before terminating the instance, SageMaker AI disconnects the ML storage volume from it. SageMaker AI preserves the ML storage volume. SageMaker AI stops charging you for the ML compute instance when you call <code>StopNotebookInstance</code>.</p> <p>To access data on the ML storage volume for a notebook instance that has been terminated, call the <code>StartNotebookInstance</code> API. <code>StartNotebookInstance</code> launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work. </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,29 +27,7 @@ declare const StopPipelineExecutionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a pipeline execution.</p>
31
- * <p>
32
- * <b>Callback Step</b>
33
- * </p>
34
- * <p>A pipeline execution won't stop while a callback step is running.
35
- * When you call <code>StopPipelineExecution</code>
36
- * on a pipeline execution with a running callback step, SageMaker Pipelines sends an
37
- * additional Amazon SQS message to the specified SQS queue. The body of the SQS message
38
- * contains a "Status" field which is set to "Stopping".</p>
39
- * <p>You should add logic to your Amazon SQS message consumer to take any needed action (for
40
- * example, resource cleanup) upon receipt of the message followed by a call to
41
- * <code>SendPipelineExecutionStepSuccess</code> or
42
- * <code>SendPipelineExecutionStepFailure</code>.</p>
43
- * <p>Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.</p>
44
- * <p>
45
- * <b>Lambda Step</b>
46
- * </p>
47
- * <p>A pipeline execution can't be stopped while a lambda step is running because the Lambda
48
- * function invoked by the lambda step can't be stopped. If you attempt to stop the execution
49
- * while the Lambda function is running, the pipeline waits for the Lambda function to finish
50
- * or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function
51
- * finishes, the pipeline execution status is <code>Stopped</code>. If the timeout is hit
52
- * the pipeline execution status is <code>Failed</code>.</p>
30
+ * <p>Stops a pipeline execution.</p> <p> <b>Callback Step</b> </p> <p>A pipeline execution won't stop while a callback step is running. When you call <code>StopPipelineExecution</code> on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping".</p> <p>You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to <code>SendPipelineExecutionStepSuccess</code> or <code>SendPipelineExecutionStepFailure</code>.</p> <p>Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.</p> <p> <b>Lambda Step</b> </p> <p>A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is <code>Stopped</code>. If the timeout is hit the pipeline execution status is <code>Failed</code>.</p>
53
31
  * @example
54
32
  * Use a bare-bones client and the command you need to make an API call.
55
33
  * ```javascript
@@ -75,8 +53,7 @@ declare const StopPipelineExecutionCommand_base: {
75
53
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
76
54
  *
77
55
  * @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>
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>
80
57
  *
81
58
  * @throws {@link ResourceNotFound} (client fault)
82
59
  * <p>Resource being access is not found.</p>
@@ -27,13 +27,7 @@ declare const StopTrainingJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a training job. To stop a job, SageMaker sends the algorithm the
31
- * <code>SIGTERM</code> signal, which delays job termination for 120 seconds.
32
- * Algorithms might use this 120-second window to save the model artifacts, so the results
33
- * of the training is not lost. </p>
34
- * <p>When it receives a <code>StopTrainingJob</code> request, SageMaker changes the status of
35
- * the job to <code>Stopping</code>. After SageMaker stops the job, it sets the status to
36
- * <code>Stopped</code>.</p>
30
+ * <p>Stops a training job. To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost. </p> <p>When it receives a <code>StopTrainingJob</code> request, SageMaker changes the status of the job to <code>Stopping</code>. After SageMaker stops the job, it sets the status to <code>Stopped</code>.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -27,12 +27,7 @@ declare const StopTransformJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a batch transform job.</p>
31
- * <p>When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status of the job
32
- * changes to <code>Stopping</code>. After Amazon SageMaker
33
- * stops
34
- * the job, the status is set to <code>Stopped</code>. When you stop a batch transform job before
35
- * it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.</p>
30
+ * <p>Stops a batch transform job.</p> <p>When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status of the job changes to <code>Stopping</code>. After Amazon SageMaker stops the job, the status is set to <code>Stopped</code>. When you stop a batch transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -60,8 +60,7 @@ declare const UpdateActionCommand_base: {
60
60
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
64
- * <code>Experiment</code> or <code>Artifact</code>.</p>
63
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
65
64
  *
66
65
  * @throws {@link ResourceNotFound} (client fault)
67
66
  * <p>Resource being access is not found.</p>