Struct aws_sdk_sagemaker::model::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
sourceimpl 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.
sourceimpl SubscribedWorkteam
impl SubscribedWorkteam
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubscribedWorkteam.
Trait Implementations
sourceimpl Clone for SubscribedWorkteam
impl Clone for SubscribedWorkteam
sourcefn clone(&self) -> SubscribedWorkteam
fn clone(&self) -> SubscribedWorkteam
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SubscribedWorkteam
impl Debug for SubscribedWorkteam
sourceimpl PartialEq<SubscribedWorkteam> for SubscribedWorkteam
impl PartialEq<SubscribedWorkteam> for SubscribedWorkteam
sourcefn eq(&self, other: &SubscribedWorkteam) -> bool
fn eq(&self, other: &SubscribedWorkteam) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more