Class: Aws::SageMaker::Types::Workteam
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Workteam
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides details about a labeling work team.
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the work team was created (timestamp).
-
#description ⇒ String
A description of the work team.
-
#last_updated_date ⇒ Time
The date and time that the work team was last updated (timestamp).
-
#member_definitions ⇒ Array<Types::MemberDefinition>
The Amazon Cognito user groups that make up the work team.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Configures SNS notifications of available or expiring work items for work teams.
-
#product_listing_ids ⇒ Array<String>
The Amazon Marketplace identifier for a vendor’s work team.
-
#sub_domain ⇒ String
The URI of the labeling job’s user interface.
-
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the work team.
-
#workteam_name ⇒ String
The name of the work team.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the work team was created (timestamp).
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#description ⇒ String
A description of the work team.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the work team was last updated (timestamp).
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#member_definitions ⇒ Array<Types::MemberDefinition>
The Amazon Cognito user groups that make up the work team.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#notification_configuration ⇒ Types::NotificationConfiguration
Configures SNS notifications of available or expiring work items for work teams.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#product_listing_ids ⇒ Array<String>
The Amazon Marketplace identifier for a vendor’s work team.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#sub_domain ⇒ String
The URI of the labeling job’s user interface. Workers open this URI to start labeling your data objects.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the work team.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |
#workteam_name ⇒ String
The name of the work team.
20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20671 class Workteam < Struct.new( :workteam_name, :member_definitions, :workteam_arn, :product_listing_ids, :description, :sub_domain, :create_date, :last_updated_date, :notification_configuration) include Aws::Structure end |