[][src]Struct rusoto_sagemaker_a2i_runtime::StartHumanLoopRequest

pub struct StartHumanLoopRequest {
    pub data_attributes: Option<HumanLoopDataAttributes>,
    pub flow_definition_arn: String,
    pub human_loop_input: HumanLoopInput,
    pub human_loop_name: String,
}

Fields

data_attributes: Option<HumanLoopDataAttributes>

Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.

flow_definition_arn: String

The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

human_loop_input: HumanLoopInput

An object that contains information about the human loop.

human_loop_name: String

The name of the human loop.

Trait Implementations

impl Clone for StartHumanLoopRequest[src]

impl Debug for StartHumanLoopRequest[src]

impl Default for StartHumanLoopRequest[src]

impl PartialEq<StartHumanLoopRequest> for StartHumanLoopRequest[src]

impl Serialize for StartHumanLoopRequest[src]

impl StructuralPartialEq for StartHumanLoopRequest[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.