[][src]Struct rusoto_sagemaker::HumanLoopActivationConditionsConfig

pub struct HumanLoopActivationConditionsConfig {
    pub human_loop_activation_conditions: String,
}

Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.

Fields

human_loop_activation_conditions: String

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

Trait Implementations

impl Clone for HumanLoopActivationConditionsConfig[src]

impl Debug for HumanLoopActivationConditionsConfig[src]

impl Default for HumanLoopActivationConditionsConfig[src]

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

impl PartialEq<HumanLoopActivationConditionsConfig> for HumanLoopActivationConditionsConfig[src]

impl Serialize for HumanLoopActivationConditionsConfig[src]

impl StructuralPartialEq for HumanLoopActivationConditionsConfig[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.