Class: Aws::SageMaker::Types::UpdateWorkforceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#oidc_configTypes::OidcConfig

Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

Returns:



44461
44462
44463
44464
44465
44466
44467
44468
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44461

class UpdateWorkforceRequest < Struct.new(
  :workforce_name,
  :source_ip_config,
  :oidc_config,
  :workforce_vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#source_ip_configTypes::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



44461
44462
44463
44464
44465
44466
44467
44468
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44461

class UpdateWorkforceRequest < Struct.new(
  :workforce_name,
  :source_ip_config,
  :oidc_config,
  :workforce_vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#workforce_nameString

The name of the private workforce that you want to update. You can find your workforce name by using the ListWorkforces operation.

Returns:

  • (String)


44461
44462
44463
44464
44465
44466
44467
44468
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44461

class UpdateWorkforceRequest < Struct.new(
  :workforce_name,
  :source_ip_config,
  :oidc_config,
  :workforce_vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#workforce_vpc_configTypes::WorkforceVpcConfigRequest

Use this parameter to update your VPC configuration for a workforce.



44461
44462
44463
44464
44465
44466
44467
44468
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44461

class UpdateWorkforceRequest < Struct.new(
  :workforce_name,
  :source_ip_config,
  :oidc_config,
  :workforce_vpc_config)
  SENSITIVE = []
  include Aws::Structure
end