Struct aws_sdk_sagemaker::model::LabelingJobSnsDataSource
source · #[non_exhaustive]pub struct LabelingJobSnsDataSource { /* private fields */ }
Expand description
An Amazon SNS data source used for streaming labeling jobs.
Implementations§
source§impl LabelingJobSnsDataSource
impl LabelingJobSnsDataSource
sourcepub fn sns_topic_arn(&self) -> Option<&str>
pub fn sns_topic_arn(&self) -> Option<&str>
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.
source§impl LabelingJobSnsDataSource
impl LabelingJobSnsDataSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelingJobSnsDataSource
.
Trait Implementations§
source§impl Clone for LabelingJobSnsDataSource
impl Clone for LabelingJobSnsDataSource
source§fn clone(&self) -> LabelingJobSnsDataSource
fn clone(&self) -> LabelingJobSnsDataSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LabelingJobSnsDataSource
impl Debug for LabelingJobSnsDataSource
source§impl PartialEq<LabelingJobSnsDataSource> for LabelingJobSnsDataSource
impl PartialEq<LabelingJobSnsDataSource> for LabelingJobSnsDataSource
source§fn eq(&self, other: &LabelingJobSnsDataSource) -> bool
fn eq(&self, other: &LabelingJobSnsDataSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.