@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
@@ -86,8 +86,7 @@ declare const UpdateTrialComponentCommand_base: {
86
86
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
87
87
  *
88
88
  * @throws {@link ConflictException} (client fault)
89
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
90
- * <code>Experiment</code> or <code>Artifact</code>.</p>
89
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
91
90
  *
92
91
  * @throws {@link ResourceNotFound} (client fault)
93
92
  * <p>Resource being access is not found.</p>
@@ -273,8 +273,7 @@ declare const UpdateUserProfileCommand_base: {
273
273
  * <p>Resource being accessed is in use.</p>
274
274
  *
275
275
  * @throws {@link ResourceLimitExceeded} (client fault)
276
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
277
- * training jobs created. </p>
276
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
278
277
  *
279
278
  * @throws {@link ResourceNotFound} (client fault)
280
279
  * <p>Resource being access is not found.</p>
@@ -27,32 +27,7 @@ declare const UpdateWorkforceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use this operation to update your workforce. You can use this operation to
31
- * require that workers use specific IP addresses to work on tasks
32
- * and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.</p>
33
- * <p>The worker portal is now supported in VPC and public internet.</p>
34
- * <p> Use <code>SourceIpConfig</code> to restrict worker access to tasks to a specific range of IP addresses.
35
- * You specify allowed IP addresses by creating a list of up to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>.
36
- * By default, a workforce isn't restricted to specific IP addresses. If you specify a
37
- * range of IP addresses, workers who attempt to access tasks using any IP address outside
38
- * the specified range are denied and get a <code>Not Found</code> error message on
39
- * the worker portal.</p>
40
- * <p>To restrict access to all the workers in public internet, add the <code>SourceIpConfig</code> CIDR value as "10.0.0.0/16".</p>
41
- * <important>
42
- * <p>Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.</p>
43
- * </important>
44
- * <p>Use <code>OidcConfig</code> to update the configuration of a workforce created using
45
- * your own OIDC IdP. </p>
46
- * <important>
47
- * <p>You can only update your OIDC IdP configuration when there are no work teams
48
- * associated with your workforce. You can delete work teams using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a> operation.</p>
49
- * </important>
50
- * <p>After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you
51
- * can view details about your update workforce using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeWorkforce.html">DescribeWorkforce</a>
52
- * operation.</p>
53
- * <important>
54
- * <p>This operation only applies to private workforces.</p>
55
- * </important>
30
+ * <p>Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.</p> <p>The worker portal is now supported in VPC and public internet.</p> <p> Use <code>SourceIpConfig</code> to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a <code>Not Found</code> error message on the worker portal.</p> <p>To restrict access to all the workers in public internet, add the <code>SourceIpConfig</code> CIDR value as "10.0.0.0/16".</p> <important> <p>Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.</p> </important> <p>Use <code>OidcConfig</code> to update the configuration of a workforce created using your own OIDC IdP. </p> <important> <p>You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a> operation.</p> </important> <p>After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeWorkforce.html">DescribeWorkforce</a> operation.</p> <important> <p>This operation only applies to private workforces.</p> </important>
56
31
  * @example
57
32
  * Use a bare-bones client and the command you need to make an API call.
58
33
  * ```javascript
@@ -145,8 +120,7 @@ declare const UpdateWorkforceCommand_base: {
145
120
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
146
121
  *
147
122
  * @throws {@link ConflictException} (client fault)
148
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
149
- * <code>Experiment</code> or <code>Artifact</code>.</p>
123
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
150
124
  *
151
125
  * @throws {@link SageMakerServiceException}
152
126
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -114,8 +114,7 @@ declare const UpdateWorkteamCommand_base: {
114
114
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
115
115
  *
116
116
  * @throws {@link ResourceLimitExceeded} (client fault)
117
- * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
118
- * training jobs created. </p>
117
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
119
118
  *
120
119
  * @throws {@link SageMakerServiceException}
121
120
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
@@ -1,20 +1,5 @@
1
1
  /**
2
- * <p>Provides APIs for creating and managing SageMaker resources. </p>
3
- * <p>Other Resources:</p>
4
- * <ul>
5
- * <li>
6
- * <p>
7
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer
8
- * Guide</a>
9
- * </p>
10
- * </li>
11
- * <li>
12
- * <p>
13
- * <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI
14
- * Runtime API Reference</a>
15
- * </p>
16
- * </li>
17
- * </ul>
2
+ * <p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
18
3
  *
19
4
  * @packageDocumentation
20
5
  */