#[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§
source§impl 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.
source§impl HumanLoopActivationConditionsConfig
impl HumanLoopActivationConditionsConfig
sourcepub fn builder() -> HumanLoopActivationConditionsConfigBuilder
pub fn builder() -> HumanLoopActivationConditionsConfigBuilder
Creates a new builder-style object to manufacture HumanLoopActivationConditionsConfig
.
Trait Implementations§
source§impl Clone for HumanLoopActivationConditionsConfig
impl Clone for HumanLoopActivationConditionsConfig
source§fn clone(&self) -> HumanLoopActivationConditionsConfig
fn clone(&self) -> HumanLoopActivationConditionsConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<HumanLoopActivationConditionsConfig> for HumanLoopActivationConditionsConfig
impl PartialEq<HumanLoopActivationConditionsConfig> for HumanLoopActivationConditionsConfig
source§fn eq(&self, other: &HumanLoopActivationConditionsConfig) -> bool
fn eq(&self, other: &HumanLoopActivationConditionsConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.