#[non_exhaustive]pub struct HumanLoopActivationConditionsConfig { /* private fields */ }Expand description
Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.
Implementations
sourceimpl HumanLoopActivationConditionsConfig
impl HumanLoopActivationConditionsConfig
sourcepub fn human_loop_activation_conditions(&self) -> Option<&str>
pub fn human_loop_activation_conditions(&self) -> Option<&str>
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.
sourceimpl HumanLoopActivationConditionsConfig
impl HumanLoopActivationConditionsConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HumanLoopActivationConditionsConfig.
Trait Implementations
sourceimpl Clone for HumanLoopActivationConditionsConfig
impl Clone for HumanLoopActivationConditionsConfig
sourcefn clone(&self) -> HumanLoopActivationConditionsConfig
fn clone(&self) -> HumanLoopActivationConditionsConfig
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 PartialEq<HumanLoopActivationConditionsConfig> for HumanLoopActivationConditionsConfig
impl PartialEq<HumanLoopActivationConditionsConfig> for HumanLoopActivationConditionsConfig
sourcefn eq(&self, other: &HumanLoopActivationConditionsConfig) -> bool
fn eq(&self, other: &HumanLoopActivationConditionsConfig) -> bool
impl StructuralPartialEq for HumanLoopActivationConditionsConfig
Auto Trait Implementations
impl RefUnwindSafe for HumanLoopActivationConditionsConfig
impl Send for HumanLoopActivationConditionsConfig
impl Sync for HumanLoopActivationConditionsConfig
impl Unpin for HumanLoopActivationConditionsConfig
impl UnwindSafe for HumanLoopActivationConditionsConfig
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