Use this operation to update your workforce
Source:R/sagemaker_operations.R
sagemaker_update_workforce.RdUse 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.
Usage
sagemaker_update_workforce(
WorkforceName,
SourceIpConfig = NULL,
OidcConfig = NULL,
WorkforceVpcConfig = NULL,
IpAddressType = NULL
)Arguments
- WorkforceName
[required] The name of the private workforce that you want to update. You can find your workforce name by using the
list_workforcesoperation.- 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.
- IpAddressType
Use this parameter to specify whether you want
IPv4only ordualstack(IPv4andIPv6) to support your labeling workforce.