libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.SubscribedWorkteam

Description

 
Synopsis

Documentation

data SubscribedWorkteam Source #

Describes a work team of a vendor that does the a labelling job.

See: newSubscribedWorkteam smart constructor.

Constructors

SubscribedWorkteam' 

Fields

Instances

Instances details
Eq SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Read SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Show SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Generic SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Associated Types

type Rep SubscribedWorkteam :: Type -> Type #

NFData SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Methods

rnf :: SubscribedWorkteam -> () #

Hashable SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

FromJSON SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

type Rep SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

type Rep SubscribedWorkteam = D1 ('MetaData "SubscribedWorkteam" "Amazonka.SageMaker.Types.SubscribedWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SubscribedWorkteam'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marketplaceTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sellerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "listingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "marketplaceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSubscribedWorkteam Source #

Create a value of SubscribedWorkteam with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:marketplaceTitle:SubscribedWorkteam', subscribedWorkteam_marketplaceTitle - The title of the service provided by the vendor in the Amazon Marketplace.

$sel:sellerName:SubscribedWorkteam', subscribedWorkteam_sellerName - The name of the vendor in the Amazon Marketplace.

$sel:listingId:SubscribedWorkteam', subscribedWorkteam_listingId - Marketplace product listing ID.

$sel:marketplaceDescription:SubscribedWorkteam', subscribedWorkteam_marketplaceDescription - The description of the vendor from the Amazon Marketplace.

$sel:workteamArn:SubscribedWorkteam', subscribedWorkteam_workteamArn - The Amazon Resource Name (ARN) of the vendor that you have subscribed.

subscribedWorkteam_marketplaceTitle :: Lens' SubscribedWorkteam (Maybe Text) Source #

The title of the service provided by the vendor in the Amazon Marketplace.

subscribedWorkteam_sellerName :: Lens' SubscribedWorkteam (Maybe Text) Source #

The name of the vendor in the Amazon Marketplace.

subscribedWorkteam_marketplaceDescription :: Lens' SubscribedWorkteam (Maybe Text) Source #

The description of the vendor from the Amazon Marketplace.

subscribedWorkteam_workteamArn :: Lens' SubscribedWorkteam Text Source #

The Amazon Resource Name (ARN) of the vendor that you have subscribed.