Struct aws_sdk_sagemaker::types::SubscribedWorkteam
source · #[non_exhaustive]pub struct SubscribedWorkteam { /* private fields */ }
Expand description
Describes a work team of a vendor that does the a labelling job.
Implementations§
source§impl SubscribedWorkteam
impl SubscribedWorkteam
sourcepub fn workteam_arn(&self) -> Option<&str>
pub fn workteam_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
sourcepub fn marketplace_title(&self) -> Option<&str>
pub fn marketplace_title(&self) -> Option<&str>
The title of the service provided by the vendor in the Amazon Marketplace.
sourcepub fn seller_name(&self) -> Option<&str>
pub fn seller_name(&self) -> Option<&str>
The name of the vendor in the Amazon Marketplace.
sourcepub fn marketplace_description(&self) -> Option<&str>
pub fn marketplace_description(&self) -> Option<&str>
The description of the vendor from the Amazon Marketplace.
sourcepub fn listing_id(&self) -> Option<&str>
pub fn listing_id(&self) -> Option<&str>
Marketplace product listing ID.
source§impl SubscribedWorkteam
impl SubscribedWorkteam
sourcepub fn builder() -> SubscribedWorkteamBuilder
pub fn builder() -> SubscribedWorkteamBuilder
Creates a new builder-style object to manufacture SubscribedWorkteam
.
Trait Implementations§
source§impl Clone for SubscribedWorkteam
impl Clone for SubscribedWorkteam
source§fn clone(&self) -> SubscribedWorkteam
fn clone(&self) -> SubscribedWorkteam
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 SubscribedWorkteam
impl Debug for SubscribedWorkteam
source§impl PartialEq<SubscribedWorkteam> for SubscribedWorkteam
impl PartialEq<SubscribedWorkteam> for SubscribedWorkteam
source§fn eq(&self, other: &SubscribedWorkteam) -> bool
fn eq(&self, other: &SubscribedWorkteam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.