#[non_exhaustive]pub struct HumanLoopActivationConditionsConfigBuilder { /* private fields */ }
Expand description
A builder for HumanLoopActivationConditionsConfig
.
Implementations§
source§impl HumanLoopActivationConditionsConfigBuilder
impl HumanLoopActivationConditionsConfigBuilder
sourcepub fn human_loop_activation_conditions(self, input: impl Into<String>) -> Self
pub fn human_loop_activation_conditions(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_human_loop_activation_conditions(self, input: Option<String>) -> Self
pub fn set_human_loop_activation_conditions(self, input: Option<String>) -> Self
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.
sourcepub fn get_human_loop_activation_conditions(&self) -> &Option<String>
pub fn get_human_loop_activation_conditions(&self) -> &Option<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.
sourcepub fn build(self) -> HumanLoopActivationConditionsConfig
pub fn build(self) -> HumanLoopActivationConditionsConfig
Consumes the builder and constructs a HumanLoopActivationConditionsConfig
.
Trait Implementations§
source§impl Clone for HumanLoopActivationConditionsConfigBuilder
impl Clone for HumanLoopActivationConditionsConfigBuilder
source§fn clone(&self) -> HumanLoopActivationConditionsConfigBuilder
fn clone(&self) -> HumanLoopActivationConditionsConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for HumanLoopActivationConditionsConfigBuilder
impl Default for HumanLoopActivationConditionsConfigBuilder
source§fn default() -> HumanLoopActivationConditionsConfigBuilder
fn default() -> HumanLoopActivationConditionsConfigBuilder
source§impl PartialEq<HumanLoopActivationConditionsConfigBuilder> for HumanLoopActivationConditionsConfigBuilder
impl PartialEq<HumanLoopActivationConditionsConfigBuilder> for HumanLoopActivationConditionsConfigBuilder
source§fn eq(&self, other: &HumanLoopActivationConditionsConfigBuilder) -> bool
fn eq(&self, other: &HumanLoopActivationConditionsConfigBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.