Class: Aws::SageMaker::Types::SubscribedWorkteam
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SubscribedWorkteam
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Describes a work team of a vendor that does the labelling job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listing_id ⇒ String
Marketplace product listing ID.
-
#marketplace_description ⇒ String
The description of the vendor from the Amazon Marketplace.
-
#marketplace_title ⇒ String
The title of the service provided by the vendor in the Amazon Marketplace.
-
#seller_name ⇒ String
The name of the vendor in the Amazon Marketplace.
-
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
Instance Attribute Details
#listing_id ⇒ String
Marketplace product listing ID.
43839 43840 43841 43842 43843 43844 43845 43846 43847 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43839 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end |
#marketplace_description ⇒ String
The description of the vendor from the Amazon Marketplace.
43839 43840 43841 43842 43843 43844 43845 43846 43847 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43839 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end |
#marketplace_title ⇒ String
The title of the service provided by the vendor in the Amazon Marketplace.
43839 43840 43841 43842 43843 43844 43845 43846 43847 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43839 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end |
#seller_name ⇒ String
The name of the vendor in the Amazon Marketplace.
43839 43840 43841 43842 43843 43844 43845 43846 43847 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43839 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end |
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
43839 43840 43841 43842 43843 43844 43845 43846 43847 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43839 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end |