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
)
[required] The name of the private workforce that you want to update. You can find
your workforce name by using the
list_workforces
operation.
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
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
Use this parameter to update your VPC configuration for a workforce.