Struct aws_sdk_sagemaker::model::HumanLoopActivationConditionsConfig [−][src]
#[non_exhaustive]pub struct HumanLoopActivationConditionsConfig {
pub human_loop_activation_conditions: Option<String>,
}
Expand description
Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.human_loop_activation_conditions: 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.
Implementations
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.
Creates a new builder-style object to manufacture HumanLoopActivationConditionsConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for HumanLoopActivationConditionsConfig
impl Sync for HumanLoopActivationConditionsConfig
impl Unpin for HumanLoopActivationConditionsConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more