Class: Aws::SageMaker::Types::LabelingJobSnsDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobSnsDataSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
An Amazon SNS data source used for streaming labeling jobs.
Constant Summary collapse
- SENSITIVE =
[]
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.
25890 25891 25892 25893 25894 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25890 class LabelingJobSnsDataSource < Struct.new( :sns_topic_arn) SENSITIVE = [] include Aws::Structure end |