You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::LabelingJobSnsDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobSnsDataSource
- Defined in:
- (unknown)
Overview
Note:
When passing LabelingJobSnsDataSource as input to an Aws::Client method, you can use a vanilla Hash:
{
sns_topic_arn: "SnsTopicArn", # required
}
An Amazon SNS data source used for streaming labeling jobs.
Returned by:
Instance Attribute Summary collapse
-
#sns_topic_arn ⇒ String
The Amazon SNS input topic Amazon Resource Name (ARN).
Instance Attribute Details
#sns_topic_arn ⇒ String
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.
If you specify an input topic for SnsTopicArn
in InputConfig
, you
must specify a value for SnsTopicArn
in OutputConfig
.