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 ==
.impl StructuralPartialEq for SubscribedWorkteam
Auto Trait Implementations§
impl RefUnwindSafe for SubscribedWorkteam
impl Send for SubscribedWorkteam
impl Sync for SubscribedWorkteam
impl Unpin for SubscribedWorkteam
impl UnwindSafe for SubscribedWorkteam
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more