Class: Aws::SageMaker::Types::UpdateWorkforceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateWorkforceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#oidc_config ⇒ Types::OidcConfig
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
-
#source_ip_config ⇒ Types::SourceIpConfig
A list of one to ten worker IP address ranges ([CIDRs]) that can be used to access tasks assigned to this workforce.
-
#workforce_name ⇒ String
The name of the private workforce that you want to update.
-
#workforce_vpc_config ⇒ Types::WorkforceVpcConfigRequest
Use this parameter to update your VPC configuration for a workforce.
Instance Attribute Details
#oidc_config ⇒ Types::OidcConfig
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
46916 46917 46918 46919 46920 46921 46922 46923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46916 class UpdateWorkforceRequest < Struct.new( :workforce_name, :source_ip_config, :oidc_config, :workforce_vpc_config) SENSITIVE = [] include Aws::Structure end |
#source_ip_config ⇒ Types::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
[1]: docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html
46916 46917 46918 46919 46920 46921 46922 46923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46916 class UpdateWorkforceRequest < Struct.new( :workforce_name, :source_ip_config, :oidc_config, :workforce_vpc_config) SENSITIVE = [] include Aws::Structure end |
#workforce_name ⇒ String
The name of the private workforce that you want to update. You can find your workforce name by using the [ListWorkforces] operation.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListWorkforces.html
46916 46917 46918 46919 46920 46921 46922 46923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46916 class UpdateWorkforceRequest < Struct.new( :workforce_name, :source_ip_config, :oidc_config, :workforce_vpc_config) SENSITIVE = [] include Aws::Structure end |
#workforce_vpc_config ⇒ Types::WorkforceVpcConfigRequest
Use this parameter to update your VPC configuration for a workforce.
46916 46917 46918 46919 46920 46921 46922 46923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46916 class UpdateWorkforceRequest < Struct.new( :workforce_name, :source_ip_config, :oidc_config, :workforce_vpc_config) SENSITIVE = [] include Aws::Structure end |