Class: Aws::SageMaker::Types::SubscribedWorkteam
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SubscribedWorkteam
- Defined in:
- gems/aws-sdk-sagemaker/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.
42028 42029 42030 42031 42032 42033 42034 42035 42036 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42028 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.
42028 42029 42030 42031 42032 42033 42034 42035 42036 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42028 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.
42028 42029 42030 42031 42032 42033 42034 42035 42036 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42028 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.
42028 42029 42030 42031 42032 42033 42034 42035 42036 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42028 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.
42028 42029 42030 42031 42032 42033 42034 42035 42036 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42028 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end |