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.
      27209 27210 27211 27212 27213  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27209 class LabelingJobSnsDataSource < Struct.new( :sns_topic_arn) SENSITIVE = [] include Aws::Structure end  |