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.
      43981 43982 43983 43984 43985 43986 43987 43988 43989  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43981 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.
      43981 43982 43983 43984 43985 43986 43987 43988 43989  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43981 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.
      43981 43982 43983 43984 43985 43986 43987 43988 43989  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43981 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.
      43981 43982 43983 43984 43985 43986 43987 43988 43989  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43981 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.
      43981 43982 43983 43984 43985 43986 43987 43988 43989  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43981 class SubscribedWorkteam < Struct.new( :workteam_arn, :marketplace_title, :seller_name, :marketplace_description, :listing_id) SENSITIVE = [] include Aws::Structure end  |