Class: Aws::SageMaker::Types::Workforce

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

Overview

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_configTypes::CognitoConfig

The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.



45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#create_dateTime

The date that the workforce is created.

Returns:

  • (Time)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason your workforce failed.

Returns:

  • (String)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The most recent date that UpdateWorkforce was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.

Returns:

  • (Time)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#oidc_configTypes::OidcConfigForResponse

The configuration of an OIDC Identity Provider (IdP) private workforce.



45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#source_ip_configTypes::SourceIpConfig

A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.



45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of your workforce.

Returns:

  • (String)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#sub_domainString

The subdomain for your OIDC Identity Provider.

Returns:

  • (String)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#workforce_arnString

The Amazon Resource Name (ARN) of the private workforce.

Returns:

  • (String)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#workforce_nameString

The name of the private workforce.

Returns:

  • (String)


45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#workforce_vpc_configTypes::WorkforceVpcConfigResponse

The configuration of a VPC workforce.



45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45007

class Workforce < Struct.new(
  :workforce_name,
  :workforce_arn,
  :last_updated_date,
  :source_ip_config,
  :sub_domain,
  :cognito_config,
  :oidc_config,
  :create_date,
  :workforce_vpc_config,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end