[][src]Struct rusoto_sagemaker::Workteam

pub struct Workteam {
    pub create_date: Option<f64>,
    pub description: String,
    pub last_updated_date: Option<f64>,
    pub member_definitions: Vec<MemberDefinition>,
    pub product_listing_ids: Option<Vec<String>>,
    pub sub_domain: Option<String>,
    pub workteam_arn: String,
    pub workteam_name: String,
}

Provides details about a labeling work team.

Fields

create_date: Option<f64>

The date and time that the work team was created (timestamp).

description: String

A description of the work team.

last_updated_date: Option<f64>

The date and time that the work team was last updated (timestamp).

member_definitions: Vec<MemberDefinition>

The Amazon Cognito user groups that make up the work team.

product_listing_ids: Option<Vec<String>>

The Amazon Marketplace identifier for a vendor's work team.

sub_domain: Option<String>

The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.

workteam_arn: String

The Amazon Resource Name (ARN) that identifies the work team.

workteam_name: String

The name of the work team.

Trait Implementations

impl PartialEq<Workteam> for Workteam[src]

impl Default for Workteam[src]

impl Clone for Workteam[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Workteam[src]

impl<'de> Deserialize<'de> for Workteam[src]

Auto Trait Implementations

impl Send for Workteam

impl Sync for Workteam

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self