sagemaker_update_workforce: Use this operation to update your workforce

View source: R/sagemaker_operations.R

sagemaker_update_workforceR Documentation

Use this operation to update your workforce

Description

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.

Usage

sagemaker_update_workforce(
  WorkforceName,
  SourceIpConfig = NULL,
  OidcConfig = NULL,
  WorkforceVpcConfig = 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_workforces operation.

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.