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.LabelingJobSnsDataSource

Description

 
Synopsis

Documentation

data LabelingJobSnsDataSource Source #

An Amazon SNS data source used for streaming labeling jobs.

See: newLabelingJobSnsDataSource smart constructor.

Constructors

LabelingJobSnsDataSource' 

Fields

  • snsTopicArn :: Text

    The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

Instances

Instances details
Eq LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Read LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Show LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Generic LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Associated Types

type Rep LabelingJobSnsDataSource :: Type -> Type #

NFData LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Hashable LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

ToJSON LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

FromJSON LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

type Rep LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

type Rep LabelingJobSnsDataSource = D1 ('MetaData "LabelingJobSnsDataSource" "Amazonka.SageMaker.Types.LabelingJobSnsDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobSnsDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobSnsDataSource Source #

Create a value of LabelingJobSnsDataSource 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:snsTopicArn:LabelingJobSnsDataSource', labelingJobSnsDataSource_snsTopicArn - The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

labelingJobSnsDataSource_snsTopicArn :: Lens' LabelingJobSnsDataSource Text Source #

The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.