Class: Aws::SageMaker::Types::LabelingJobSnsDataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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

Instance Attribute Details

#sns_topic_arnString

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.

Returns:

  • (String)


24347
24348
24349
24350
24351
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24347

class LabelingJobSnsDataSource < Struct.new(
  :sns_topic_arn)
  SENSITIVE = []
  include Aws::Structure
end