View source: R/sagemaker_operations.R
sagemaker_update_workforce | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/sagemaker_update_workforce/ for full documentation.
sagemaker_update_workforce(
WorkforceName,
SourceIpConfig = NULL,
OidcConfig = NULL,
WorkforceVpcConfig = NULL
)
WorkforceName |
[required] The name of the private workforce that you want to update. You can find
your workforce name by using the
|
SourceIpConfig |
A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce. Maximum: Ten CIDR values |
OidcConfig |
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP. |
WorkforceVpcConfig |
Use this parameter to update your VPC configuration for a workforce. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.