Struct aws_sdk_sagemaker::model::LabelingJobSnsDataSource [−][src]
Expand description
An Amazon SNS data source used for streaming labeling jobs.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.sns_topic_arn: Option<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.
Implementations
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.
Creates a new builder-style object to manufacture LabelingJobSnsDataSource
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelingJobSnsDataSource
impl Send for LabelingJobSnsDataSource
impl Sync for LabelingJobSnsDataSource
impl Unpin for LabelingJobSnsDataSource
impl UnwindSafe for LabelingJobSnsDataSource
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more