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

Inherits:
Struct
  • Object
show all
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

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)


24434
24435
24436
24437
24438
# File 'lib/aws-sdk-sagemaker/types.rb', line 24434

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